@charset "utf-8";
/* CSS Document */
body
{
	background-image:url(../images/pageBG.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#d9d9d9;
	margin:0 auto 0 auto;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	color:#666666;
	font-size:12px;
}

div#page
{
	margin:0 auto 0 auto;
	height:auto;
	width:980px;
	width:980px !important;
}

div#header
{
	width:980px;
	float:left;
}

div#logo
{
	width:262px;
	float:left;
	height:97px;
}

div#rightHeader
{
	width:718px;
	float:left;
	height:97px;
}

div#search
{
	width:717px;
	height:36px;
	float:left;
}

div#navigation
{
	background-image:url(../images/navigationBG.jpg);
	background-repeat:no-repeat;
	width:717px;
	float:left;
	background-position:top right;
	height:61px;
}

div#flash
{
	width:980px;
	float:left;
	height:320px;
}

div#contentHome
{
	width:980px;
	float:left;
	background-color:#ffffff;
}

div#leftHome
{
	width:546px;
	padding:20px;
	float:left;
	font-size:14px;
	color:#666666;
}

div#rightHome
{
	width:364px;
	padding:20px 15px;
	float:left;
	background-image:url(../images/rightHomeGradient.jpg);
	height:253px;
	font-size:13px;
	color:#333333;
	background-repeat:repeat-x;
}

div#footerHome
{
	background-image:url(../images/footerbgHome.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	width:980px;
	height:35px;
	color:#ffffff;
	font-size:11px;
	text-align:center;
	padding-top:30px;
	
}

/*Template Styles*/

div#content
{
	width:980px;
	float:left;
	background-color:#ffffff;
	background-image:url(../images/footerTemplate.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	min-height:650px;
}

div#leftnav
{
	width:220px;
	float:left;
	background-image:url(../images/leftnavgradient.jpg);
	background-repeat:repeat-x;
	min-height:480px;
	background-color:#ffffff;
}

div#leftnav h2
{
	color:#000000;
	padding:10px 5px;
	font-weight:normal;
	text-decoration:none;
	font-size:18px;
	font-family:Helvetica, sans-serif, Arial, "Arial Narrow";
}

div#rightColumn
{
	width:760px;
	float:left;
}

div#graphic
{
	width:760px;
	float:left;
	height:163px;
}

div#text
{
	width:720px;
	padding:15px 20px;
	float:left;
	color:#333;
}


div#text h1
{
	color:#ab0000;
	font-size:28px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-top:8px;
	margin-bottom:8px;
	font-family:Helvetica, sans-serif, Arial, "Arial Narrow";
}

div#footer
{
	float:left;
	width:980px;
	color:#ffffff;
	font-size:11px;
	text-align:center;
	padding:10px 0px;
	background-image:url(../images/footerGradient.png);
	background-position:top center;
	background-repeat:no-repeat;
	
}

/*Format Styles*/

h1
{
	color:#000000;
	font-size:28px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-top:8px;
	margin-bottom:8px;
	font-family:Helvetica, sans-serif, Arial, "Arial Narrow";
}

h2
{
	color:#333333;
	font-size:23px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-bottom:8px;
	font-family:Helvetica, sans-serif, Arial, "Arial Narrow";
	
}

h2.med
{
	color:#333333;
	font-size:15px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-bottom:8px;
	font-family:Helvetica, sans-serif, Arial, "Arial Narrow";
	
}

h3
{
	color:#000000;
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-family:Helvetica, sans-serif, Arial, "Arial Narrow";
}

a, a:visited
{
	color:#b51f24;
	font-weight:bold;
	text-decoration:none;
}

a:active, a:hover
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}


a.large, a:visited.large
{
	color:#b51f24;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

a:active.large, a:hover.large
{
	color:#000000;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

.gray
{
	background-color:silver;
}



