@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	/*color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;*/
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}	
caption, th, td {
	text-align: left;
	font-weight: normal;
}	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}	
.clearfix {
	display:inline-block;
}	
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*........... do not change or amalgamate the above clearfix styles..................*/

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #AAC9E1 url(images/page-bg.jpg) top left repeat-x;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

hr {
	border-style: none;
	height: 1px;
	margin: 10px auto;
	border-top: dotted 1px #666666;
}

.align-center {
	text-align: center;
}

.align-left {
	float: left; 
	margin-right: 10px;
}

.align-right {
	float: right; 
	margin-left: 10px;
}

h1 {
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004F9D;
	margin-bottom: 15px;
}

a.red {
	color: #CC0000;
	font-weight: bold;
}

a.orange {
	color: #CC6600;
}

a.blue {
	color: #004F9D;
}

#page {
	margin: 0 auto;	
	width: 910px;
}

#body-wrap {
	width: 910px;
	float: left;
	background: url(images/body-bg.png) top left repeat-y;
}

#content-wrap {
	float: left;
	margin: 0 20px 0 20px;
	padding-top: 20px;
	width: 870px;
	background: url(images/content-bg.jpg) top left repeat-x;
}

/*................................. header .................................*/

#header {
	margin-top: 15px;
	width: 910px;
	height: 128px;
	background: url(images/header.png) top left no-repeat;
}

/*................................. end header .................................*/

/*................................. navigation .................................*/

#nav {
	margin: 0 auto;
	width: 876px;
	height: 40px;	
	background: url(images/nav-bg.jpg) top left no-repeat;
}

#nav ul {
	margin: 0 auto;
	width:864px;
	list-style: none;
}

#nav ul li{
	background: url(images/nav-divider.jpg) top right no-repeat;
	float: left;
}

#nav ul li a{
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 108px;
	line-height: 40px;
	text-align: center
}

#nav ul li a:hover{
	background: url(images/nav-hover.jpg) top right no-repeat;	
	text-decoration: none;
	display: block;
	width: 108px;
	line-height: 40px;
	text-align: center;
}

#nav li span a {	
	background: url(images/nav-hover.jpg) top right no-repeat;
}

#nav .last{ 
	background: none;	
}

#nav .last a:hover{	
	background: url(images/nav-hover-last.jpg) top right no-repeat;
}

#nav .last span a{
	background: url(images/nav-hover-last.jpg) top right no-repeat;
}
/*................................. end navigation .................................*/

/*................................. banner .................................*/

#banner {	
	margin: 0 auto;
	width: 870px;
	height: 200px;	
}

#banner.home {
	background: url(images/banner-home.jpg) top left no-repeat;
}

#banner.testimonials {
	background: url(images/banner-testimonials.jpg) top left no-repeat;
}

#banner.products {
	background: url(images/banner-home.jpg) top left no-repeat;
}

#banner.services {
	background: url(images/banner-services.jpg) top left no-repeat;
}

#banner.clients {
	background: url(images/banner-home.jpg) top left no-repeat;
}

#banner.associates {
	background: url(images/banner-home.jpg) top left no-repeat;
}

#banner.partners {
	background: url(images/banner-partners.jpg) top left no-repeat;
}

#banner.contact {
	background: url(images/banner-home.jpg) top left no-repeat;
}

/*................................. end banner .................................*/

/*................................. sidebar .................................*/

#sidebar {
	float: left;
	width: 250px;
	color: #333333;
	line-height: 20px;
	background-color: #F2F7F9;
}

.sidebar-title {
	height: 34px;
	background: url(images/sidebar-title-bg.jpg) top left no-repeat;
	padding-left: 50px;	
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004488;
	line-height: 34px;
}

.news-title {
	font-weight: normal;
	color:#CC0000;
	text-decoration:underline;	
}

.tips-title {
	font-weight: bold;
	color: #004F9D;	
}

#sidebar .news-wrap, #sidebar .tips-wrap, #sidebar .membership-wrap, #sidebar .contact-wrap {
	padding: 10px;	
}

.membership-wrap {
	font-size: 12px;
	color: #CC6600;
}

.membership-wrap .logo-holder {
	float: left;
	width: 110px;
	text-align: center;
	margin-bottom: 10px;
}

.contact-wrap img {
	text-align: center;
}

/*................................. end sidebar .................................*/

/*................................. main-content .................................*/

#main-content {
	float: right;
	width: 600px;
	line-height: 20px;
	color: #333333;
}

h2.help-title {	
	padding-left: 40px;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004F9D;	
	background: url(images/graph-icon.jpg) center left no-repeat;	
	line-height: 50px;
}

h2.photos-title {	
	padding-left: 40px;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004F9D;
	line-height: 50px;
	background: url(images/photo-icon.jpg) center left no-repeat;
}

h2.radio-show-title {	
	padding-left: 40px;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004F9D;
	line-height: 50px;
	background: url(images/radio-show-icon.jpg) center left no-repeat;	
}

h2.partner-title {	
	padding-left: 40px;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004F9D;
	line-height: 50px;
	background: url(images/partner-icon.jpg) center left no-repeat;
}

.help-title img {
	float: left;
	margin-right: 10px;
}

/*testimonial*/
.category-wrap {
	float: left;
	width: 190;
	text-align: center;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0 10px 10px 0;	
	line-height: 30px;
}

.category-wrap img {
	border: none;
}

/*end testimonial*/

/*services*/
.services-list {
	list-style: disc;
	padding-left: 20px;
}

.services-list ul {
}
/*end services*/

/*partners*/
.partners-list {
	float: left;
	width: 280px;
	margin-right: 18px;
}
/*end partners*/

/*contact*/
#contact-form {
	width:400px;
	padding:14px;
}

#contact-form label {
	display: block;
	text-align: right;
	width: 160px;
	float: left;
}

#contact-form input {
	float: left;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	padding: 4px 2px;
	border: solid 1px #014C7E;
	width: 200px;
	margin: 0px 0 20px 10px;
}

#contact-form .textarea {
	height: 100px;
	text-align:left;
	

	
}
#contact-form button{
	/*clear: both;*/
	margin-left: 170px;
	width: 80px;
	height: 26px;
	text-align: center;
	line-height: 30px;
	color: #333333;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;	
}
/*end contact*/

/*................................. end main-content .................................*/

/*................................. footer .................................*/

#footer {
	padding-top: 20px;
	height: 75px;
	background: url(images/footer-bg.png) top left no-repeat;
}

#footer p {	
	text-align: center;	
	font: 11px Verdana, Geneva, sans-serif;
	line-height: 25px;
}

#footer a {
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #003162;
}

#footer a:hover {	
	text-decoration: underline;
	color: #003162;
}
/*................................. end footer .................................*/


