/* 2_SubPage.css style sheet for layout 2_SubPage.aspx */

body {padding: 0px; margin: 0px; background-color:#E6E6E6;}

#CLEAR
{
	clear:both;
	width:100%;
	height:1px;
}

#HTMLCONTAINER{
    background:#001d3b url(/images/BKGND-BODY.jpg) no-repeat center top;
	position:relative;
	height:77px;
}

#BODYCONTAINER{
	margin:0;
	background:white url(/images/BKGND-HTML.jpg) repeat-x center -78px;
    text-align:center;
    width:100%;
	height:100%;
    padding:0px;

}

#CONTAINER{
	height:100%;
	width:1004px;
    margin: auto auto;
	overflow: auto;
}

.HEADER{
	height:139px;
	width:100%;
}

		.HEADER .element{
			float:left;
			height:90px;
		}
		
		.HEADER .element#util a{text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:8pt; font-weight:bold; text-transform:uppercase; color:#999999;}		
		
			.HEADER ul		{margin:0; padding:0 65px 0 0;}
			.HEADER ul li	{padding:35px 5px 0 5px; list-style-type:none; float:left; height:55px;}
			.HEADER ul li#selected	{background-color:#cff2b0;}
						.HEADER ul li:hover {background-color:#cff2b0;}

			.HEADER ul li a {text-decoration:none; font-family:Trebuchet MS; font-size:10pt; font-weight:bold; text-transform:uppercase; color:#999999;}
			
		.subnav{
			clear:both;
		}
			.subnav .subnav2{
				height:25px;
				background-color:#cff2b0;
				width:100%;
				overflow:hidden;
			}
			
			
					.subnav2 ul		{margin:0; padding:0; position:relative; float:left; left:50%;}
					.subnav2 ul li	{padding:2px 5px 0 5px; list-style-type:none; float:left; height:23px; position:relative; right:50%;}
					.subnav2 ul li#selected	{background-color:#008b30;}
					.subnav2 ul li a {text-decoration:none; font-family:Trebuchet MS; font-size:9pt; font-weight:bold; text-transform:uppercase; color:#008b30;}
					.subnav2 ul li#selected	a {color:#FFFFFF;}

								
			
			
			.subnav .subnav3{
				height:25px;
				width:100%;
				overflow:hidden;
			}

					.subnav3 ul		{margin:0; padding:0; position:relative; float:left; left:50%;}
					.subnav3 ul li	{padding:2px 5px 0 5px; list-style-type:none; float:left; height:22px; position:relative; right:50%; }
					.subnav3 ul li#selected	{background-color:#008b30;}
					.subnav3 ul li#selected	a {color:#FFFFFF;}
					.subnav3 ul li a {text-decoration:none; font-family:Trebuchet MS; font-size:9pt; font-weight:bold; text-transform:uppercase; color:#008b30;}
					

.BANNER{
	width:602px;
	height:160px;
    margin: 15px auto 20px auto;

}

.CONTENT{
	width:602px;
    margin: auto auto;
	padding:22px 0 20px 0;
	text-align:left;
}

		#TITLE{
			padding:0;
			text-align:left;
			text-transform:uppercase;
			padding-bottom:27px;
			float:left;
		}
		
		#CONTENTHIGHLIGHTS{
			padding:0;
			text-align:left;
			text-transform:uppercase;
			padding-bottom:27px;
			float:right;
		}

#Copyright
{
    text-align:center;
    width:100%;
	height:25px;
    padding:0;
    margin-top:5px;
	text-align:right;
}


#FOOTER{
    background:#6ea4d2 url(/images/BKGND-FOOTER.jpg) no-repeat center top;
    text-align:center;
    width:100%;
	height:77px;
    padding:0;
    margin:0;
	text-align:right;
	position:absolute;
	left:0px;
}
