@charset "utf-8";
/* CSS Document */

body  {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image:url(images/main-bg.jpg);
}

.h1{
	color: #06246A;
	font-size: 18px;
	line-height: 18px;
}

.subheading{
	color: #06246A;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
}

.h2{
	color: #FFCF00;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding-left: 10px;
}

.h3{
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding-left: 10px;
}

.h4{
	color: #06246A;	
}

p, td, ul{
	font-size:12px;
	color: #666666;
	line-height: 16px;
}
.container{	
	width: 878px;  
	margin: 0 auto; 
	text-align: left; 
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
}

.header{
	height: 135px; 
	background: #DDDDDD; 
	padding: 0;  
	background-image:url(images/header.jpg);
}

.nav-items { 
	background-image:url(images/nav-bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	height:35px;

}

.nav-items a{ 
	height: 35px; 
	color:#FFFFFF;
	text-decoration: none;
}

.nav-items a:hover{ 
	height: 35px; 
	color:#FFCF00;
	text-decoration: none;
}

.main-content{
	background-image:url(images/content-top-bg.jpg);
	background-repeat:repeat-x;
	padding-top: 15px;
}

.location-content{
	background-image:url(images/box-bg.jpg);
	background-repeat:repeat-y;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	line-height: 16px;
}

.location-title{
	background-image:url(images/box-title-bg.jpg);
	background-repeat:repeat-x;
	height: 31px;
}

.location-bottom{
	background-image:url(images/box-bottom-bg.jpg);
	background-repeat:repeat-x;
	height: 10px;
}

.left-content{
	width: 200px;
}

.left-content-divider{
	height: 10px;
}

.left-content-slogan{
	background-image:url(images/left-slogan.jpg);
	background-repeat:no-repeat;
	height: 220px;
}

.left-content-features{
	background-image:url(images/left-features.jpg);
	background-repeat:no-repeat;
	height: 450px;
}

.center-content-banner{
	background-image:url(images/center-banner.jpg);
	background-repeat:no-repeat;
	height: 185px;
}

.center-content-divider{
	border-bottom: dotted 1px #000;

}

.right-content{
	width: 200px;
}

.right-content a img{
	border-style: none;	
}

.right-content-divider{
	height: 10px;
}

.news-content{
	background-image:url(images/box-bg.jpg);
	background-repeat:repeat-y;
	padding: 10px 8px 10px 8px;
	font-size: 11px;	
	color: #003366;
	line-height: 16px;
}

.news-title{
	background-image:url(images/box-title-bg.jpg);
	background-repeat:repeat-x;
	height: 31px;
}

.news-bottom{
	background-image:url(images/box-bottom-bg.jpg);
	background-repeat:repeat-x;
	height: 10px;
}

.partners-content{
	padding: 10px 8px 10px 8px;
	font-size: 11px;	
	color: #003366;
	line-height: 16px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

.partners-bottom{
	background-image:url(images/box-bottom2-bg.jpg);
	background-repeat:repeat-x;
	height: 10px;
}

.partners-title{
	background-image:url(images/box-title2-bg.jpg);
	background-repeat:repeat-x;
	height: 38px;
}

.footer{
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	height: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #FFFFFF;	
	text-align: center;

}

.footer a{
	text-align: center;	
	text-decoration: none;
	color: #FFFFFF;	
}

.footer a:hover{
	text-align: center;
	text-decoration: none;
	color: #FFCF00;	
}

.footer-copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333
	height: 50px;
}

