/* Start Main */#mainContent { 	position: relative; 	top: 0px; 	background-image: url("../images/misc/orange_dot.jpg"); 	width: 750px; 	height: 580px; 	z-index: 1; }#logo { 	position: absolute; 	top: 42px; 	left: 45px; 	width: 144px; 	height: 126px;}#mainGraphic { 	position: absolute; 	z-index: 1; 	top: 42px; 	left: 233px; 	width: 472px; 	height: 367px; }#mainText { 	position: absolute; 	top: 435px; 	left: 76px; 	width: 600px; 	height: 90px; 	color: #fff; 	font-size: 12px; 	font-family: Arial, sans-serif; 	font-weight: bold; }/* End Main *//* Start Navigation *//* Top Level Navigation (tie into graphic) */#nav1, #nav2, #nav3, #nav4, #nav5 { 	text-align: left; 	position: absolute; 	left: 43px;}#nav1 { 	z-index: 2; 	top: 191px;}#nav2 { 	z-index: 3; 	top: 225px;}#nav3 { 	z-index: 4; 	top: 259px;}#nav4 { 	z-index: 5; 	top: 294px;}#nav5 { 	z-index: 6; 	top: 328px;}#nav1 a { 	background-image: url("../images/Homepage/home_navbar1.jpg");}#nav2 a { 	background-image: url("../images/Homepage/home_navbar2.jpg"); }#nav3 a { 	background-image: url("../images/Homepage/home_navbar3.jpg"); }#nav4 a { 	background-image: url("../images/Homepage/home_navbar4.jpg"); }#nav5 a { 	background-image: url("../images/Homepage/home_navbar5.jpg"); }#nav1 a, #nav2 a, #nav3 a, #nav4 a, #nav5 a { 	width: 272px; 	height: 24px; 	color: #fff; 	font-size: 14px; 	font-family: Arial, sans-serif; 	font-weight: 600; 	text-decoration: none; 	display: block;  	padding-top: 6px; 	padding-left: 14px; 	background-repeat: no-repeat; 	background-position: 0 -2px; }#nav1 a:hover, #nav2 a:hover, #nav3 a:hover, #nav4 a:hover, #nav5 a:hover { 	background-position: 0 -35px; }/* Second Level Navigation (horizontal bar) */#navbar2 { 	background-color: #0192D3; 	position: absolute; 	top: 515px; 	left: 0; 	width: 100%; 	height: 24px; 	z-index: 0; 	border-top: 1px solid #ececec; 	border-bottom: 1px solid #000; }#navbar2 ul { 	margin: 0; 	padding: 0; 	list-style-type: none; 	font-size: 11px;}#navbar2 li { 	position: relative; 	top: 5px; 	margin: 0; 	padding: 0; 	float:left; 	color: #fff; 	font-size: 12px; 	font-family: Arial, sans-serif; 	font-weight: 600; 	white-space: nowrap;}#navbar2 a { 	padding: 5px 8px 5px 8px; 	background-color: #005880; 	border-left: 1px solid #ececec;}#navbar2 a:link, #navbar2 a:visited, #navbar2 a:active { 	color: #fff; 	text-decoration: none;}#navbar2 a:hover { 	background-color: #0192D3;}.nav2last { 	border-right: 1px solid #ececec;}/* Bottom Level Navigation */#bottomnav { 	z-index: 7; 	color: #fff; 	font-size: 10px; 	font-family: Arial, sans-serif; 	font-weight: bold; 	text-decoration: none; 	position: absolute; 	top: 550px; 	left: 50px; 	width: 650px; 	height: 28px;}#bottomnav a { 	text-decoration: none; 	color:#fff;}#bottomnav a:hover { 	text-decoration: underline;}/* End Navigation *//* Start Misc */#copyright {	width: 750px;	position: absolute;	left: 0px;	top: 585px;	text-align: right;	color: #aaa; 	font-size: 9px; 	font-family: Arial, sans-serif; }#mainCell {	vertical-align: middle;}/* End Misc */
