html {
	height:100%;
}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	height:100%;
	background: url(../images/bg.gif) center top #000000 no-repeat;
}

a:visited, a:link {
	color: #6e1b8a;
	text-decoration: underline;
}

#outerwrapper {
	background: url(../images/bg.gif) center top #000000 no-repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#sitewrapper {
	width: 944px;
	text-align: left;
	position: relative;
	padding-top: 189px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position: absolute;
	top: 0px;
	width: 944px;
	height: 179px;
}

#header #toplink {
	position: absolute;
	right: 140px;
	top: -5px;
}

.tab {
	display:inline-block;
	position: relative;
	padding: 20px;
	left: 45px;
	bottom: 0px;
	opacity: 0;
	width: 45px;
}

#tab1 {
	display: block;
	background:url(../images/tab1.png) no-repeat;
	border:1px;
	width: 156px;
	height: 57px;
	position: absolute;
	bottom:0px;
	right: 598px;
	z-index:999999;
    opacity:0;
    -webkit-transition:opacity 0s ease-in-out;
    -moz-transition:opacity 0s ease-in-out;
    -o-transition:opacity 0s ease-in-out;
    -ms-transition:opacity 0s ease-in-out;
    transition:opacity 0s ease-in-out;
}

#tab1:hover {
    display:block;
    opacity:1;
    -webkit-transition:opacity 0s ease-in-out;
    -moz-transition:opacity 0s ease-in-out;
    -o-transition:opacity 0s ease-in-out;
    -ms-transition:opacity 0s ease-in-out;
    transition:opacity 0s ease-in-out;
}

#tab2 {
	display: block;
	background:url(../images/tab2.png) no-repeat;
	border:1px;
	width: 149px;
	height: 57px;
	position: absolute;
	bottom:0px;
	right: 496px;
	z-index:999999;
    opacity:0;
    -webkit-transition:opacity 0s ease-in-out;
    -moz-transition:opacity 0s ease-in-out;
    -o-transition:opacity 0s ease-in-out;
    -ms-transition:opacity 0s ease-in-out;
    transition:opacity 0s ease-in-out;
}

#tab2:hover {
    display:block;
    opacity:1;
    -webkit-transition:opacity 0s ease-in-out;
    -moz-transition:opacity 0s ease-in-out;
    -o-transition:opacity 0s ease-in-out;
    -ms-transition:opacity 0s ease-in-out;
    transition:opacity 0s ease-in-out;
}

#tab3 {
	display: block;
	background:url(../images/tab3.png) no-repeat;
	border:1px;
	width: 152px;
	height: 57px;
	position: absolute;
	bottom:0px;
	right: 392px;
	z-index:999999;
    opacity:0;
    -webkit-transition:opacity 0s ease-in-out;
    -moz-transition:opacity 0s ease-in-out;
    -o-transition:opacity 0s ease-in-out;
    -ms-transition:opacity 0s ease-in-out;
    transition:opacity 0s ease-in-out;
}

#tab3:hover {
    display:block;
    opacity:1;
    -webkit-transition:opacity 0s ease-in-out;
    -moz-transition:opacity 0s ease-in-out;
    -o-transition:opacity 0s ease-in-out;
    -ms-transition:opacity 0s ease-in-out;
    transition:opacity 0s ease-in-out;
}

#tab4 {
	display: block;
	background:url(../images/tab4.png) no-repeat;
	border:1px;
	width: 156px;
	height: 57px;
	position: absolute;
	bottom:0px;
	right: 284px;
	z-index:999999;
    opacity:0;
    -webkit-transition:opacity 0s ease-in-out;
    -moz-transition:opacity 0s ease-in-out;
    -o-transition:opacity 0s ease-in-out;
    -ms-transition:opacity 0s ease-in-out;
    transition:opacity 0s ease-in-out;
}

#tab4:hover {
    display:block;
    opacity:1;
    -webkit-transition:opacity 0s ease-in-out;
    -moz-transition:opacity 0s ease-in-out;
    -o-transition:opacity 0s ease-in-out;
    -ms-transition:opacity 0s ease-in-out;
    transition:opacity 0s ease-in-out;
}

#tab5 {
	display: block;
	background:url(../images/tab5.png) no-repeat;
	border:1px;
	width: 160px;
	height: 57px;
	position: absolute;
	bottom:0px;
	right: 175px;
	z-index:999999;
    opacity:0;
    -webkit-transition:opacity 0s ease-in-out;
    -moz-transition:opacity 0s ease-in-out;
    -o-transition:opacity 0s ease-in-out;
    -ms-transition:opacity 0s ease-in-out;
    transition:opacity 0s ease-in-out;
}

#tab5:hover {
    display:block;
    opacity:1;
    -webkit-transition:opacity 0s ease-in-out;
    -moz-transition:opacity 0s ease-in-out;
    -o-transition:opacity 0s ease-in-out;
    -ms-transition:opacity 0s ease-in-out;
    transition:opacity 0s ease-in-out;
}

#tab6 {
	display: block;
	background:url(../images/tab6.png) no-repeat;
	border:1px;
	width: 148px;
	height: 57px;
	position: absolute;
	bottom:0px;
	right: 75px;
	z-index:999999;
    opacity:0;
    -webkit-transition:opacity 0s ease-in-out;
    -moz-transition:opacity 0s ease-in-out;
    -o-transition:opacity 0s ease-in-out;
    -ms-transition:opacity 0s ease-in-out;
    transition:opacity 0s ease-in-out;
}

#tab6:hover {
    display:block;
    opacity:1;
    -webkit-transition:opacity 0s ease-in-out;
    -moz-transition:opacity 0s ease-in-out;
    -o-transition:opacity 0s ease-in-out;
    -ms-transition:opacity 0s ease-in-out;
    transition:opacity 0s ease-in-out;
}

#tab7 {
	display: block;
	background:url(../images/tab7.png) no-repeat;
	border:1px;
	width: 125px;
	height: 57px;
	position: absolute;
	bottom:0px;
	right: 0px;
	z-index:999999;
    opacity:0;
    -webkit-transition:opacity 0s ease-in-out;
    -moz-transition:opacity 0s ease-in-out;
    -o-transition:opacity 0s ease-in-out;
    -ms-transition:opacity 0s ease-in-out;
    transition:opacity 0s ease-in-out;
}

#tab7:hover {
    display:block;
    opacity:1;
    -webkit-transition:opacity 0s ease-in-out;
    -moz-transition:opacity 0s ease-in-out;
    -o-transition:opacity 0s ease-in-out;
    -ms-transition:opacity 0s ease-in-out;
    transition:opacity 0s ease-in-out;
}

#header #toplink ul li {
	float: left;
	color: #FFFFFF;
	padding-right: 10px;
}

#header #toplink ul li a{
	font-size:10px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-left:10px;
	background:url(../images/arrow_tophover.gif) no-repeat 0px 1px;
}

#header #toplink ul li a:hover{
	text-decoration:underline;
	background:url(../images/arrow_top.gif) no-repeat 0px 1px;
}

#header #toplink {
	position:absolute;
	right:140px;
	top:-5px;
	_top:5px;
}

#header #toplink ul li {
list-style: none;
}

#header #toplink {
	position: absolute;
	right: 140px;
	top: -5px;
}

ul, menu, dir {
	display: block;
	list-style-type: square;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}

.contact_no {
	float: right;
	color: #fff;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	margin: 4px 1px 0 0;
}

#homelink {
	position: absolute;
	left: 5px;
	top: 20px;
	width: 254px;
	height: 98px;
	background: url(../images/logo.jpg) no-repeat;
		background-image: url(../images/logo.jpg);
		background-position-x: initial;
		background-position-y: initial;
		background-size: initial;
		background-repeat-x: no-repeat;
		background-repeat-y: no-repeat;
		background-attachment: initial;
		background-origin: initial;
		background-clip: initial;
		background-color: initial;
}

#homelink a {
	display: block;
	width: 254px;
	height: 98px;
}

#nav {
	bottom: 0px;
	position: absolute;
	right: 0px;
}

#nav.nav39 {
	/*background: url(../images/menu.png) no-repeat;*/
	background-position: 0px 0px;
}

map {
	display: inline;
}

div.nav39 {
	/*background: url(../images/menu.png) no-repeat;*/
	background-position: 0px 0px;
}

img.navimage {
	width: 754px;
	height: 57px;
}

img[Attributes Style] {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.imgbg {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#colwrapper {
	position: relative;
	/* min-height: 400px; */
	/* height: 400px; */
	margin-left: 21px;
	width: 923px;
	/*background: url(images/bg_content.gif) bottom left #FFFFFF no-repeat;*/
	padding-top: 0;
	padding-bottom: 1em;
}

#Herowrapper {
	padding: 0px;
	margin: -10px 0px 0px -14px;
}

div {
	display: block;
	/*border: 1px solid red;*/
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.whiteText {
	color: #ffffff;
}

.content {
	/* border: 1px solid red; */
	margin-left: 20px;
	margin-bottom: 12px;
}

#contentcol {
	width: 612px;
	height: 346px;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 14px;
}

#rightcol {
	position: relative;
	float: right;
	top: -374px;
}

#pageColLeft {
	background-color: #ffffff;
	margin-left:20px;
	height:560px;
	width:178px;
	float: left;
	position:relative;
	top:-22px;
	margin-bottom:-23px;
	border-radius: 0px 0px 0px 10px;
	-moz-border-radius: 0px 0px 0px 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border: 0px dashed blue;
}

#pageColRight {
	background-color: #ffffff;
	height:540px;
	width:694px;
	float:right;
	position:relative;
	right:2px;
	margin-top:-22px;
	margin-bottom:-23px;
	border-radius: 0px 0px 10px 0px;
	-moz-border-radius: 0px 0px 10px 0px;
	-webkit-border-radius: 0px 0px 10px 0px;
	border: 0px dashed blue;
	padding-top:20px;
	padding-left:30px;
	padding-right:20px;
}

.level1 {
	margin:0px;
	padding:0px 0px;
	width:178px;
	position:absolute;
	left:-9px;
	list-style:none;
	background-color:#6e1b8a;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-top: 1px solid #ffffff;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(221,225,226,1);
	-moz-box-shadow: 4px 4px 0px 0px rgba(221,225,226,1);
	box-shadow: 4px 4px 0px 0px rgba(221,225,226,1);
}

.level2 {
	margin:0px;
	padding:0px 0px;
	width:178px;
	position:absolute;
	left:-9px;
	top:350px;
	list-style:none;
	background-color:#6e1b8a;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(221,225,226,1);
	-moz-box-shadow: 4px 4px 0px 0px rgba(221,225,226,1);
	box-shadow: 4px 4px 0px 0px rgba(221,225,226,1);
}

.listSpacer {

}

.leftnav {
	border-bottom: 1px solid #ffffff;
	padding-top:6px;
	padding-bottom:6px;
}

.leftnav:hover{
	background-color: #ac7abd;
}

.leftnav a:visited, a:link {
	color: #ffffff;
	text-decoration: none;
}

.leftnav ul li {
	width: 155px;
	background-color: #6e1b8a;
	position:relative;
	left:-20px;
	margin:8px 0px;
}

.leftnav a {
	margin-left:10px;
	font-weight:bold;
}

.hometext {
	position: relative;
	float: left;
	width: 380px;
}

.cardtool {
	width: 270px;
	height: 180px;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 14px;
}

.quicklinks {
	width: 270px;
	height: 180px;
	background: url(../images/quicklinks_hometitle.jpg) no-repeat;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.quicksearch {
	visibility: hidden;
}

.quicklist a{
	list-style: none;
	margin: 0px;
	padding-left: 14px;
	color:#6e1b8a;
	text-decoration: underline;
}

.quicklist a:hover{
	text-decoration: none;
}

ul.quicklist {
	background-color:#f2f2f2;
}

ul.quicklist {
	list-style:none;
}

ul.quicklist li a {
	padding-left: 13px;
	background-color:#f2f2f2;
	background: url(../images/arrow_quick.gif) no-repeat 0px 3px;
}

#footer {
	background: url(../images/bg_footer.gif) right top no-repeat #721d8e;
	padding: 0px 0px 0px 20px;
	height: 29px;
	width: 903px;
	margin-left: 21px;
	margin-bottom: 20px;
}

#footer ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 14px;
	padding-right: 15px;
	background-image: url(css/footernavbullet.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	margin: 0px;
}

#footer ul li.first {
	padding-left: 0px;
	background: none;
}

