/* 
CSS Document */
body 
{
	margin:0px;
	background-image:url(../images/page-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight: normal;
	text-align:left;
	line-height:20px;
	margin-top:0px;
	line-height:16px;
	
}


#outer
{
	width:1002px;
	margin:auto;	

}

.left
{
	float:left;
	
}

.right
{
	float:right;
}


.header
{
	width:1002px;
	height:126px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	

}

.logo
{
	width:354px;
	height:126px;
	padding-left:0px;
	float:left;
}



.clear
{
	clear:both;
	
}

img
{
	border:0px;
}

.info
{
	width:339px;
	height:77px;
	float:right;
	margin-top:28px;
	padding:0px;
}

.top-link
{
	float:right;
	margin-top:5px;
	margin-right:40px;
	color:#FFF;
	
}


.top-link a:link, .top-link a:visited 
{	
	text-decoration:none;
	color:#fff;
	
}

.top-link a:hover, .top-link a:visited:hover
{
	color:#e9e9e9;
	text-decoration:none;
}


.menu-bg

{
	background-image:url(../images/menu-bg.jpg);
	background-repeat:no-repeat;
	width:1002px;
	height:34px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	float:left;
	padding-top:0px;
	

}


ul.top-menu

{
	margin:0px;	
	padding:0px;
	margin-left:10px;
	list-style-position:inside;
	list-style:none;
}


ul.top-menu li
{

	background-position:center right;
	background-image:url(../images/menu-divider.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 3px 0px 3px;
	color:#FFF;
	font-size:12px;
	float:left;
}


.top-menu li a:hover
{
	color:#002140;
	text-decoration:none;
	
}


.top-menu li a
{
	color:#fff;
	text-decoration:none;
	padding:7px 16px 12px 16px;
	display:block;
	
}


.hero-image
{
	width:1002px;
	height:446x;	
}


.hero-image-inner
{
	width:982px;
	height:63px;
	background-image:url(../images/hero-img-inner.jpg);
	background-repeat:no-repeat;
	padding-top:30px;
	padding-left:20px;
}



.content-area
{
	width:1002px;
	margin:auto;
	margin-top:0px;
	background-image:url(../images/content-bg-bottom2.jpg);
	background-position:bottom;
	background-repeat:repeat-y;
	
}


.content-leftright
{
	width:920px;
	float:left;
	padding-left:20px;
	padding-right: 20px;
}




.content-left
{
	width:620px;
	float:left;
	padding-left:20px;
	padding-right: 20px;
}

.content-right
{
	width:309px;
	height:191px;
	float:right;
	margin-right:13px;
	background-image:url(../images/news-bg.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
}


.content-right a:link, .content-right a:visited 
{	
	text-decoration:none;
	color:#fff;
	
}

.content-right a:hover, .content-right a:visited:hover
{
	color:#e9e9e9;
	text-decoration:none;
}





.footer-bg
{
	background-image:url(../images/footer-bg.jpg);
	width:992px;
	height:30px;
	background-repeat:no-repeat;
	margin:auto;
	padding-left:10px;
	padding-top:10px;
	color:#FFF;
	
}

.footer-bg a:link, .footer-bg a:visited 
{	
	text-decoration:none;
	color:#fff;
	
}

.footer-bg a:hover, .footer-bg a:visited:hover
{
	color:#002140;
	text-decoration:none;
}


.bottom-footer
{
	text-align:center;
	line-height:18px;
	color:#333;
	padding-top:10px;
	padding-bottom:10px;
}



.bottom-footer a:link, .bottom-footer a:visited 
{	
	text-decoration:none;
	color:#333;
	
}

.bottom-footer a:hover, .bottom-footer a:visited:hover
{
	color:#333;
	text-decoration:underline;
}


h1
{
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	color:#001f3c;
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	padding-top:10px;
}


h2
{
	font-size:18px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#333;
	padding:0px;
	margin:0px;
	padding-bottom:12px;
}


h3
{
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}

