/* CSS Document */

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#9e9d99;
	margin-top:0px;
	behavior:url(/csshover.htc);
}

div#content  {
	width:990px;
	margin:0 auto 0 auto;
	background-color:white;
	border-right:1px solid #9e9d99;

}
div#header
{
	width:990px;
	height:362px;
	float:left;	
}
div#headerTop
{
	width:990px;
	float:left;
	height:202px;
}
div#headerContent
{
	width:990px;
	height:163px;
	float:left;
	background-image:url(images/header-middle.jpg);
	background-repeat:no-repeat;
	
}
div#text
{
	width:585px;
	font-size:12px;
	float:left;
	text-align:left;
	line-height:18px;/*may need to change later if text gets bigger*/
	padding-top:12px;
	padding-left:10px;
}
div#flash
{
	padding:0px;
	width:340px;
	height:153px;
	float:left;
	margin:0px;
	margin-left:42px;
	margin-top:-28px;
	padding:0px;
	z-index:99;
	background-image:url(images/flashBG.jpg);
	background-repeat:no-repeat;
}

div#header div#topnav
{
	width:420px;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	margin-left:8px;
	padding-top:0px;
}

div#header div#topnav a:hover
{
	font-size:9px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	padding-right:6px;
	padding-left:2px;
}

div#header div#topnav a
{
	font-size:9px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding-right:6px;
	padding-left:2px;
}

div#tablelefttop
{
	background-image:url(images/images/indexlayout_04.jpg);
	background-repeat:no-repeat;
	width:390px;
	height:177px;
	float:left;
	
	
}

div#tablelefttoptext
{
	font-size:11px;
	font-weight:normal;
	color:#000000;
	padding-top:20px;
	padding-left:35px;
	
}

div#tablerighttop
{
	background-image:url(images/images/indexlayout_05.jpg);
	background-repeat:no-repeat;
	width:358px;
	height:177px;
	float:left;
}
div#tablerighttoptext
{
	font-size:11px;
	font-weight:normal;
	color:#000000;
	padding-top:20px;
	padding-left:20px;
	width:185px;
}
	
div#tableleftbottom
{	
	background-image:url(images/images/indexlayout_07.jpg);
	background-repeat:no-repeat;
	width:380px;
	height:196px;
	float:left;
	
}
div#tableleftbottomtext
{
	font-size:11px;
	font-weight:normal;
	color:#000000;
	padding-top:20px;
	padding-left:35px;
	width:185px;
}

div#tablerightbottom
{
	background-image:url(images/images/indexlayout_08.jpg);
	background-repeat:no-repeat;
	width:388px;
	height:196px;
	float:left;
	
}
div#tablerightbottomlefttext
{
	font-size:11px;
	font-weight:normal;
	color:#000000;
	padding-top:20px;
	padding-left:20px;
	width:185px;
	
	
}
div#bottomBanner
{
	text-align:center;
	width:980px;
	float:left;
	padding-top:10px;
	padding-bottom:15px;
}

div#footer
{
	background-image:url(images/images/indexlayout_10.jpg);
	background-repeat:no-repeat;
	width:980px;
	float:left;
	height:81px;
	padding-left:10px;
	padding-top:5px;
}
div#textfooter
{
	width:300px;
	float:right;
	font-size:10px;
	color:#999999;
	padding-top:10px;
}
div#footeraddress
{
	width:450px;
	float:left;
	font-size:10px;
	color:#999999;
	padding-top:25px;
	line-height:20px;
}
div#rightaddress
{
	width: 250px;
	float:left;
	padding-left:150px;
	padding-top:0px;
	font-size:10px;
	color:#999999;
}
a.tableheadline, a.tableheadline:visited
{
	font-size:12px;
	color:white;
	text-decoration:none;
	font-weight:bold;
	margin-left:18px;
	margin-bottom:2px;
}
a.tableheadline:hover, a.tableheadline:active
{
	font-size:12px;
	color:red;
	text-decoration:none;
	font-weight:bold;
	margin-left:18px;
	margin-bottom:2px;
}

a.tableheadlineSmall, a.tableheadlineSmall:visited
{
	font-size:11px;
	line-height:11px;
	color:white;
	text-decoration:none;
	font-weight:bold;
}
a.tableheadlineSmall:hover, a.tableheadlineSmall:active
{
	font-size:11px;
	color:red;
	line-height:11px;
	text-decoration:none;
	font-weight:bold;
}
a, a:visited
{
color:red;
font-weight:normal;
text-decoration:none;
font-size:11px;
}
a:hover
{
color:black;
font-weight:normal;
text-decoration:underline;
font-size:11px;
}

.largeWhite
{
	font-size:16px;
	color:#fff;
	font-weight:bold;
}

.red
{
	color:#d40000;
}

h2
{
	font-size:16px;
}

h3
{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}



