@charset "utf-8";
body {
	background-color: #ffffff;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

img {
    behavior: url("/includes/pngbehavior.htc");
}

div#top {
    background-image: url(/nav/headerpic.png);
    background-repeat: no-repeat;
	margin-left: 50px;
    margin-top: 15px;
    float: left;
    width: 1000px;
    min-xwidth: 1000px;
    height: 106px;
    overflow: hidden;
	z-index: 20;
}

#navcontainer {
    position: absolute;
    width: 888px;
    height: 175px;    
    margin-left: 0px;
    margin-top: 74px;
    float: left;
    display: block;
	z-index: 30;
_background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/navbg.png');
}

div#main {
    background-image: url(/nav/mainbg.png);
    background-repeat: repeat-y;
	float: left;
	margin-left: 50px;
    margin-top: 0px;
    width: 1000px;
}
div#content {
    float: left;
	margin-top: 50px;
	margin-left: 10px;
    width: 770px;
    display: block;
    font-family: arial, sans-serif;
    font-size: 95%;
}
div#sidebar {
    float: left;
	margin-top: 10px;
	margin-left: 30px;
    width: 170px;
    display: inline;
    font-family: arial, sans-serif;
    font-size: 95%;
}
div#bottom {
    background-image: url(/nav/mainbgbottom.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 50px;
	float: left;
    text-align: left;
    width: 1000px;
    height: 22px;
    overflow: hidden;
}
div#footer {
    float: left;
	margin-top: 0px;
	margin-left: 50px;
    width: 1000px;
	height: 150px;
    display: inline;
    overflow: hidden;
}

a.txtNAV:link, a.txtNAV:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a.txtNAV:hover {
	color: #A0D8B8;
}
ul#navlist {
    padding-left: 0;
    margin: 2px 0 0 120px;
    padding: 3px 0;
    width: 100%;
	z-index: 33;
	
}

ul#navlist li a {
    padding: 3px 17px 4px 17px;
    margin: 0;
    text-decoration: none;
}
#navlist, #navlist ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#navlist a {
	display: block;
	text-align: center;
	font-family: arial, san-serif;
}

#navlist li { /* all list items */
	float: left;
	z-index: 35;
}

#navlist li ul { /* second-level lists */
	position: absolute;
	background: #eda33a;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 40;
}

#navlist li ul li a:link, #navlist li ul li a:visited {
	color: #784331;
	font-size: small;
	width: 10em;
	border-bottom: 2px dotted #ffd893;
	background: #eda33a;
	
}

#navlist li ul li a.parent:link, #navlist li ul li a.parent:visited {
	background-image: url(/images/rightarrow.gif);
	background-position: 11em;
	background-repeat: no-repeat;
}

#navlist li ul li a:hover {
	background: #f2c073;
}

#navlist li ul li ul li a:link, #navlist li ul li ul li a:visited { /* second-level lists */
	background: #f2c073;

}

#navlist li ul li ul li a:hover {
	background: #eda33a;

}

#navlist li ul ul { /* third-and-above-level lists */
	margin: -1.6em 0 0 10em;
	background: #f2c073;
	z-index: 45;
}

#navlist li:hover ul ul, #navlist li:hover ul ul ul, #navlist li.sfhover ul ul, #navlist li.sfhover ul ul ul {
	left: -999em;

}

#navlist li:hover ul, #navlist li li:hover ul, #navlist li li li:hover ul, #navlist li.sfhover ul, #navlist li li.sfhover ul, #navlist li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

}

#navlist li ul li:hover {
	background: red;

}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.txtIT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.txtbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

.txtboldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #426A77;
	text-decoration: none;
}


.txtHEADER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.txtHEADERred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #990000;
	text-decoration: none;
}


.txtfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}


a:link {
	color: #426A77;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #426A77;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #426A77;
}

.rotate {
	width: 767px;
	height: 390px;
	position: absolute;
	top: 117px;
	left: 60px;
	z-index: 0;
}

div#rotateplaceholder {
	display: block;
	width: 767px;
	height: 390px;
	position: relative;
	top: -172px;
	left: -63px;
	z-index: 0;
}
	