@charset "utf-8";
/* CSS Document */


html {
	text-align: center;
	margin: auto;
}

body {
	text-align: center;
	margin: auto;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #000;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 20px;
	
}

.logo {
	width: 243px;
	height: 78px;
	float: left;
	text-align: left;
	padding: 0px;	
	margin: 0px;
/*	background-image: url(../images/header-logo-new.png);
	background-position: top right;
	background-repeat: no-repeat;	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/header-logo.png', sizingMethod='crop');*/
}

.nav {
	color: #fff;
	text-align: right;
	padding-top: 60px;
	font-size: 70%;
	padding-bottom: 0px;
	margin-bottom: 0px; 	
}

.nav ul {
	list-style: none;
	list-style-type: none;
	display: inline;
}

.nav ul li {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 3px;	
	text-align: right;
	display: inline;	
}

.nav ul li.divider {border-right:1px solid #CCC;}

.seperator {border-bottom: 4px solid #446a8b; margin-top: 0px; padding-top: 0px; margin-bottom: 15px;}

.mainnav {
	background-image: url(../images/nav_bg.jpg)	;
	background-repeat: no-repeat;
	height: 31px;
	padding-top: 14px;
	text-align: left;
	padding-bottom: 0px;
	margin: 0px;
}

.mainnav li, .mainnav ul {
	display: inline;
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.header {
	width: 518px;
	height: 287px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 442px;
	color: #fff;
	font-size: 75%;
	background-color: #fff;
}

.header_partners, .header_overview, .header_news, .header_services, .header_contact {
	width: 264px;
	height: 287px;
	padding-left: 696px;
	color: #fff;
	font-size: 75%;
	background-color: #fff;
}

.header_partners {	background-image: url(../images/header_partners.jpg);	background-repeat: no-repeat; }

.header_overview {	background-image: url(../images/header_overview.jpg);	background-repeat: no-repeat; }

.header_news {	background-image: url(../images/header_news.jpg);	background-repeat: no-repeat; }

.header_services {	background-image: url(../images/header_services.jpg);	background-repeat: no-repeat; }

.header_contact {	background-image: url(../images/header_contact.jpg);	background-repeat: no-repeat; }

.header_col {
	width: 220px;
	height: 90px;
	padding: 40px 10px 15px 10px;
	float: left;
	text-align: left;
	margin-right: 5px;
}

.header_col_sub {
	width: 225px;
	height: 90px;
	padding: 40px 0px 15px 0px;
	float: left;
	text-align: left;
}

.content {	
	width: 960px;
	margin: auto;
	text-align: left;
	font-size: 90%;
	line-height: 130%;
	background-image: url(../images/content_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #e8e8e8;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
}

.content div ul {
	padding: 5px;
	margin: 0px 10px;	
}

.content div ul li {
	list-style: square;
	list-style-type: square;
	padding-bottom: 4px;
	margin: 4px 0px;
	border-bottom: 1px dashed #ccc;
	color: #264b6c;
}

.articles {
	background-color: #efefef;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
}

.articles h6 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
	
}

.articles .date {
	font-size: 85%;
	color: #999;
	padding: 0px;
	margin: 0px;
}

.footer {
	color: #666;
	text-align: left;
	font-size: 70%;
	padding-top:4px;
}

#indent {
	padding-left:10px;
	padding-right:10px;
}

h1 {
	font-size: 120%;
	border-bottom: 1px solid #fff;
}

h2 {
	font-size: 130%;
	border-bottom: 4px solid #446a8b;
	color: #264b6c;
	padding: 6px 0px 6px 0px;
	border-top: 1px solid #d0d5d9;
}

h4 {
	font-size: 110%;
	color: #16314a;
	padding: 0px 0px 0px 0px;
}

h5 {
	font-size: 100%;
	color: #16314a;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #d0d5d9;	
}

.testimonial{
	font-style: italic;
	color: #264b6c;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}

.testimonial_name {
	margin-top: 6px;
	font-size: 12px;
}

.img_border {padding: 5px; background-color: #fff; border: 1px solid #ccc; float: right; margin-left: 10px;}

/* misc styles */
.clearer {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;	
	overflow: hidden;
	visibility: hidden;
}

/* links */
a.header-nav:link {color: #fff; font-weight: bold; text-decoration: none;}
a.header-nav:visited {color: #fff; font-weight: bold; text-decoration: none;}
a.header-nav:hover {color: #c1dee8; font-weight: bold; text-decoration: underline;}
a.header-nav:active {color: #c1dee8; font-weight: bold; text-decoration: none;}

a.footer-nav:link {color: #666; text-decoration: underline; font-weight: bold;}
a.footer-nav:visited {color: #666; text-decoration: none; font-weight: bold;}
a.footer-nav:hover {color: #333; text-decoration: underline; font-weight: bold;}
a.footer-nav:active {color: #fff; text-decoration: none; font-weight: bold;}

a:link {color: #446a8b; text-decoration: underline;}
a:visited {color: #26466c; text-decoration: underline;}
a:hover {color: #264b6c; text-decoration: underline;}
a:active {color: #333; text-decoration: none;}

a.intro:link {color: #fff; text-decoration: none; font-weight: bold; font-size: 11px;}
a.intro:visited {color: #fff; text-decoration: none; font-weight: bold; font-size: 11px;}
a.intro:hover {color: #264b6c; text-decoration: none; font-weight: bold; font-size: 11px;}
a.intro:active {color: #333; text-decoration: none; font-weight: bold; font-size: 11px;}