/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

#topbanner-logo {
	position:absolute;
	left:0px;
	top:0px;
	width:616px;
	height:78px;
	z-index:999;
}

#pagepicture
{
	position:absolute;
	width:960px;
	height:200px;
	left:0px;
	top:112px;
	z-index:97;
	background-color:white;
	overflow: hidden;
}
	
#redbanner {
	height:60px;
	width:960px;
	position:absolute;
	left:0px;
	top:312px;
	z-index:98;
}

#pagecenter {
	background-color: #FFFFFF;
	text-align: center;
	position: relative;
	visibility: visible;
	z-index: 99;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

body {
	width: 960px;
	background-image: url(/images/index-bkgd.jpg);
	font-family: Verdana, Geneva, sans-serif;
	background-repeat: repeat-y;
	background-color: #A30001;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#index-topbanner {
	background-color: #FFFFFF;
	background-image: url(/images/Index-background.gif);
	background-repeat: repeat-x;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 112px;
	left: 0px;
	top: 0px;
	width:100%;
}

#red-bar-utilities {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	position: absolute;
	visibility: visible;
	z-index:4;
	width: 242px;
	left: 265px;
	top: 375px;
	height: 28px;
}

#search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	position: absolute;
	visibility: visible;
	z-index:4;
	width: 320px;
	left: 641px;
	top: 375px;
	height: 30px;
}

#topbanner-links {
	position:absolute;
	left:667px;
	top:0px;
	width:283px;
	height:17px;	
	z-index: 3;
}

.toplink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	background-image:url(/images/redarrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0px 0px 0px 10px;
	margin: 0px 2px;
	}
	
a.toplink:link {
	text-decoration:none;
	}
	
a.toplink:visited {
	text-decoration:none;
	}
	
a.toplink:hover {
	text-decoration:underline;
	}

#template-left {
	position:absolute;
	left:0px;
	top:390px;
	width:200px;
	padding: 10px 0 10px 0px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	}
	

	
#template-left h3{
	color:#990000;
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	}
	
	#template-left h2{

	padding-left:10px;
	}
	

	
#template-left .sublink {
	font-size: 90%;
	color:#666666;
	margin-left:10px;
	padding-left:10px;
	}
	
#template-left a.sublink:hover {
	color:#990000;
	}
	
#template-center {
	position:absolute;
	left:200px;
	top:390px;
	width:470px;
	padding: 10px;
	font-size:12px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	z-index: 3;
	line-height: 19px;
	}
	
#template-center a {
	text-decoration:none;
	font-weight:bold;
	color:#000099;
	}
	
#template-center a:hover {
	text-decoration:underline;
	}
	
#template-center ul li a {
	background-image:none;
    display:inline;
    text-decoration:none;
	}
	
#template-center ul li a:visited {
	background-image:none;
    display:inline;
    text-decoration:none;
	}
	
#template-center ul li a:hover {
	background-image:none;
    display:inline;
    text-decoration:underline;
	}

#template-center td {
	font-size:80%;
	}
	
#template-center h4 {
	margin-bottom:0;
	font-size:125%;
	}
	
#template-center h2 {
	line-height:125%;
	}
	
#template-right {
	position:absolute;
	left:695px;
	top:390px;
	width:250px;
	padding: 10px 0 10px 5px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	border-left:1px solid #cccccc;
	}
	
#search-template {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
	position: absolute;
	visibility: visible;
	z-index:4;
	width: 300px;
	left: 650px;
	top: 48px;
	height: 30px;
}	

.navigation { 
	font-size:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width:160px;
	z-index:inherit;
	background-image:url(/images/navbg.gif);
	height: 30px;
	margin-top:3px;
	}
	
.navigation a { 
	display: block;
	z-index:99;
}

#nav, #nav ul { /* all lists */
	position: absolute;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:0;
	padding-right:0;
	margin: 0;
	list-style: none;
	z-index:inherit;
}
		
#nav a {
	display: block;
	z-index:99;
}

#nav li { /* all list items - I took the #nav out of the original script to be able to create custom widths for the horizontal navs */
	float:left;
	width:160px;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:inherit;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -3em 0 0 150px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.hover {/*THIS IS ESSENTIAL TO "HIDE" DROPDOWNS AFTER ENABLING THE EXPANDIBLE BOX*/
    position: static;
}

#footer{
	font-size:10px;
	text-align:center;
	margin-top: 20px;
}
