/* CSS Document */
body
{
background-image:url(../images/green_bg.jpg);
background-repeat:repeat-x;
font-family:Georgia, "Times New Roman", Times, serif;
margin:0px;
}

hr {
	border: 0; 
	height: 1px;
	color: #CCCCCC; 
	background-color: #CCCCCC;
	margin-left: auto;
	margin-right: auto; 
	}


.outerwrap_top
{
padding-top:5px;
width:100%;
}
.outerwrap_top_inner
{
background-image:url(../images/green_bg.jpg);
background-repeat:repeat-x;
height:100px;
width:100%;
}

.header
{
margin-left:auto;
margin-right:auto;
width:1024px;
height:86px;
padding-bottom:5px;
border-bottom:solid 1px #A47532;
}
.logo
{
width:291px;
height:81px;
float:left;
}
.nav
{
color:#FFFFFF;
width:733px;
height:21px;
padding-top:45px;
float:right;
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
font-size:14px;
}
.nav a
{
/*
color:#A47532;
*/
color:#FFCC66;
text-decoration:none;
}
.nav a:hover
{
color:#FFFFFF;
}
.nav ul
{
list-style:none;
}
.nav ul li
{
float:left;
padding:0px 4px 0px 4px;
}
.hero_area
{
margin-left:auto;
margin-right:auto;
padding-bottom:10px;
padding-top:22px;
width:1024px;
height:270px;
color:#FFFFFF;
font-size:14px;
}
.hero_flash
{
width:595px;
height:257px;
border: solid 2px #A47532;
margin-right:25px;
float:left;
}
.hero_area h1
{
font-size:24px;
letter-spacing:-1px;
margin:0px;
}
.outerwrap_bottom
{
width:100%;
background-image:url(../images/content_bg.jpg);
background-repeat:repeat-x;
padding-top:5px;
}
.content_area
{
padding-top:10px;
padding-bottom:20px;
margin-left:auto;
margin-right:auto;
width:1024px;
}
.content_area a
{
color:#0066FF;
text-decoration:none;
}
.content_area a:hover
{
color:#003399;
text-decoration:underline;
}
.content_left
{
width:595px;
float:left;
line-height:24px;
margin-right:30px;
margin-bottom:50px;
}
.content_left h1
{
color:#CC6600;
font-size:28px;
letter-spacing:-1px;
line-height:30px;
}
.content_left h2
{
color:#003333;
font-size:24px;
letter-spacing:-1px;
}
.content_right
{
margin-top:20px;
width:300px;
float:left;
font-size:12px;
padding:10px;
background-color:#FFFFFF;
line-height:20px;
}
.content_right h1
{
text-transform:uppercase;
color:#034379;
font-size:16px;
}
.content_right img
{
border: solid 2px #D9D9FF;
}

.outerwrap_footer
{
background-color:#002901;
width:100%;
}
.footer_area
{
text-align:center;
padding:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
margin-left:auto;
margin-right:auto;
width:966px;
}
.footer_area a
{
color:#A47532;
text-decoration:none;
}

.footer_area a:hover
{
color:#FFFFFF;
text-decoration:none;
}