/* CSS Document */
body {
	background-image: url(../images/layout/background.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
}
#header {  /*container for everything above the horizontal menu bar*/
    background-color: #ffffff;
	position:absolute; 
	left:5px; top:-90px; 
	width:840px; 
	height: 39px;
	top: 10px;
}
#logo { /*div that positions the logo image*/
	height: 100px;
	width: 308px;
	float:left;
	}
	
#iconmenu { /*div that positions the icon flash*/
	height: 101px;
	width:450px;
	float:right;
	}
	
#pagecontent1 { /*container for everything below the header*/
	position:absolute; 
	left:1px; 
	top:168px; 
	width:877px; 
	height:305px;
	}

/*/////////////////////////////////////////////////////styles the top navigation links */

.topnavlinks,a.topnavlinks:link,a.topnavlinks:visited { 
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #eeeeee;
	letter-spacing: 0.08em;
	height: 30px;
	padding: 5px 10px 8px 10px;
	text-decoration:none;
	margin-left: 10px;
}
a.topnavlinks:hover {
	text-decoration: none;
	color: #FFffff;
	background-color: #00376F;
}
a.topnavlinks:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #3F77CA;
}

#darkmenubar {/*positions the horizontal navigation*/
	position:absolute; 
	left:-2px; 
	top:0px; 
	width:800px; 
	height:22px;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #FFFFFF;
	float: right;
}
	
#homefeature { /*container for homepage content table*/
	position:absolute; 
	left:264px; 
	top:47px; 
	width:580px; 
	float: right;
	}

#homeicon { /*little house icon to go home*/
	position:absolute; 
	left:0px; 
	top:0px; 
	width:31px; 
	height:28px; 
	background-image: url(../images/home_icon.gif);
	float:left;
	}
#leftcolumn  {/*container for left column*/
	position:absolute;
	left:-1px;
	top: 28px;
	width: 232px;
	background-color:#002B55;
	height:1600px;
	float: right;
	padding-top: 14px;
	}

/*//////////////////////////////////////////////////////styles for vertical menu links */
a.sidemenu,a.sidemenu:link,a.sidmenu:visited {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#eeeeee;
	background-color:#002B55;
	padding: 4px 4px 4px 14px;
	height: 20px;
	width: 214px;
	display: block;
}
a.sidemenu:hover {
	text-decoration: none;
	color: #ffffff;
	background-color:#004891;
}
a.sidemenu:active {
	text-decoration: none;
	color: #0066FF;
}
.sidenav_headers {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #7798CC;
	background-color:#002B55;
	padding-left:8px;
}
/*////////////////////////////////////////////////////styles for small red hyperlinks*/
a.redlinks {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	line-height: 16px;
}
a.redlinks:link {
	text-decoration: none;
	color: #990000;
}
a.redlinks:visited {
	text-decoration: none;
	color: #990000;
}
a.redlinks:hover {
	text-decoration: none;
	color: #FF0000;
}
a.redlinks:active {
	text-decoration: none;
	color: #003399;
}
/*////////////////////////////////////////////////////styles for reg size blue hyperlinks*/
.bluelinks,a.bluelinks {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
a.bluelinks:link,a.bluelinks:visited {
	text-decoration: none;
	color: #003366;
}
a.bluelinks:hover,a.bluelinks:active {
	text-decoration: none;
	color: #0066CC;
}
/*////////////////////////////////////////////////////featured links*/
.featuredlinks,a.featuredlinks {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 36px;
}
a.featuredlinks:link,a.featuredlinks:visited {
	text-decoration: none;
	color: #003366;
}
a.featuredinks:hover,a.feauredlinks:active {
	text-decoration: none;
	color: #0066FF;
	text-decoration: underline;
	 }

.copyright {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	color: #666666;
}
#sidebanner { /*currently container for allpoint banner on left column*/
	position:absolute; 
	left:0px; 
	top:760px; 
	width:230px; 
	height:93px; 
	background-color:#00376F;
	}
#logos {
	position:absolute;
	left:8px;
	top:230px;
	width:215px;
	height:39px;
	background-color:#003366;	
}
.newslinks,a.newslinks,a.newslinks:link,a.newslinks:visited {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #003366;
	text-decoration:none;
}
a.newslinks:hover,a.newslinks:active {
	color: #0066CC;
	text-decoration: underline;
}
	
.plaintext {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.featuretext {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 36px;
	color: #333333;
}
.plaintextbold {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	font-weight: bold;
}
.redheading {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
	text-decoration:none;
}
/*////////////////////////////////////////////////////styles for button*/
a.button {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 13px;
	border: 1px solid #000000;
	padding: 5px;
	font-weight: bold;
}
a.button:link, a.button:visited {
	text-decoration: none;
	color: #ffffff;
	background-color: #990000;
}
a.button:hover, a.button:active {
	text-decoration: none;
	color: #eeeeee;
	background-color: #CC0000;
}
