html {
	min-height: 100%;
	height: 100%;
	background-color: #009EE0;
}
body{
	font-family: "Trebuchet MS";
	font-size: 13px;
	width: 100%;
	min-height: 100%;
	background: #009EE0 url(../images/bg.png) repeat-x top left;
	text-align: center;
	color: #004a8d;
}
div#outter{
	width: 100%;
	min-height: 100%;
	text-align: center;
}
div#wrapper{
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: #fff url(../images/wrapper_bg.gif) repeat-y top left;
}
div#container{
	margin: 0 auto;
	width: 860px;
}
div#header{
	position: relative;
	padding: 26px 0;
	text-align: left;
}
div#logo{
	text-align: left;
	width: 175px;
}
div#headerContact{
	width: 310px;
	position: absolute;
	left: 280px;
	top: 46px;
	font-size: 18px;
}
div#headerContact table td{
	font-size: 18px;
	text-align: left;
	padding-right: 20px;
}
div#headerContact a,
div#headerContact table td a{
	color: #004a8d;
	text-decoration: none;
}
div#headerContact a:hover,
div#headerContact table td a:hover{
	text-decoration: underline;
}
div#header div#headerVisual{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
div#navigation{
	width: 860px;
	background-color: #004a8d;
	height: 40px;
}
div#navigation ul li{
	float: left;
	line-height: 40px;
}
div#navigation ul li a{
	display: block;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	padding: 0 20px;
	background: url(../images/menu_item_bg.png) repeat-y top right;
}
div#navigation ul li a.current,
div#navigation ul li a:hover{
	background: #97bf0d;
}
div#content{
	width: 860px;
	text-align: left;
}
div.clearer{
	clear: both;
}
div.contentFullWidth{
	width: 860px;
	float: left;
	padding-top: 30px;
}
div.contentLeft h1,
div.contentRight h2,
div.contentFullWidth h1{
	font-size: 22px;
	padding-left: 30px;
	background: url(../images/star.png) no-repeat center left;
	margin-bottom: 30px;
}
div.contentLeft{
	width: 500px;
	float: left;
	padding-top: 30px;
}
div.contentRight{
	width: 285px;
	float: left;
	padding-top: 30px;
	margin-left: 75px;
}
div#newsletterBox,
div#offersBox{
	width: 365px;
	float: left;
	height: 130px;
	overflow: hidden;
	padding: 20px;
	color: #fff;
}
div#homeNewsletterBox{
	width: 405px;
	float: left;
	height: 170px;
	overflow: hidden;
	margin-left:49px;
}
div#newsletterBox{
	margin-left: 49px;
	background: url(../images/newsletter_box_bg.jpg) no-repeat top left;
}
div#offersBox{
	background: url(../images/offers_box_bg.jpg) no-repeat top left;
}
div#newsletterBox h4,
div#offersBox h4{
	font-size: 16px;
	color: #fff;
}
div#offersBox p{
	margin-top: 26px;
	width: 210px;
}
div#offersBox p a{
	color: #fff;
}
div#offersBox p a:hover{
	text-decoration: none;
}
div#newsletterBox form{
	width: 260px;
}
div#newsletterBox form input{
	background: #92bce2;
	border: 2px solid #01325f;
	height: 17px;
	width: 162px;
	padding: 4px;
	color: #fff;
	float: left;
}
div#newsletterBox form button{
	background: #92bce2;
	border: 2px solid #01325f;
	height: 25px;
}
div#newsletterBox form p{
	margin-top: 8px;
	float: left;
}
div#newsletterBox form p.formError{
	margin: 0;
}
div#newsletterBox form p.submit{
	padding-left: 60px;
}
div#newsletterBox form p em{
	color: #ff0000;
	font-style: italic;
}
div#newsletterBox form p label{
	display: block;
	width: 60px;
	float: left;
	line-height: 25px;
}
div.articlesList{
	float: left;
}
div.articlesListItem{
	width: 405px;
	float: left;
	margin: 0 49px 49px 0;
}
div.articlesListItem h2{	
	margin-bottom: 5px;
}
div.articlesListItem h2 a{
	color: #009ee0;
	font-size: 14px;
	text-decoration: none;
}
div.articlesListItem p{
	text-align: justify;
}
div.articlesListItem.last{
	margin-right: 0;
}
div.articlesListItem p.articlesListItemImg{
	float: left;
	border: 10px solid #009ee0;
	margin-right: 20px;
}
div.articlesListItem p.articlesListItemLink{
	float: right;
	margin-top: 10px;
}
div.articlesListItem p.articlesListItemLink a{
	color: #004a8d;
	font-weight: bold;
}
div.articlesListItem p.articlesListItemLink a:hover{
	text-decoration: none;
}
div.newsBox,
div.testimonialsBox{
	width: 405px;
	float: left;
	margin: 0 49px 49px 0;
}
div.testimonialsBox{
	margin-right: 0;
}
div.newsBox h2,
div.testimonialsBox h2{
	font-size: 22px;
	padding-left: 30px;
	background: url(../images/star.png) no-repeat center left;
	margin-bottom: 30px;
}
div.contentLeft div.newsBoxItem{
	margin-bottom: 30px;
}
div.contentLeft div.newsBoxItem{
	border-bottom: 1px solid #009ee0;
	padding-bottom: 10px;
}
div.newsBoxItem h3{
	font-size: 16px;
	color: #009ee0;
	margin-bottom: 15px;
}
div.newsBoxItem h3 span{
	font-size: 12px;
	float: right;
}
div.newsBoxItem p a{
	color: #004A8D;
}
div.newsBoxItem p a:hover{
	text-decoration: none;
}
div.testimonialsBox div.testimonialItem{
	width: 405px;
}
div.contentRight div.testimonialItem{
	width: 285px;
	float: left;
	margin-bottom: 15px;
}
div.testimonialsBox div.testimonialItem img,
div.contentRight div.testimonialItem img{
	float: left;
	margin-right: 10px;
	border: 2px solid #009EE0;
}
div.testimonialItem p.comment{
	font-style: italic;
	font-size: 14px;
}
div.testimonialItem p.testimonialItemAuthor{
	float: right;
	margin-top: 10px;
	text-align: right;
}
div.testimonialsBox p a,
div.testimonialItem p a{
	color: #004A8D;
}
div.testimonialsBox p a:hover,
div.testimonialItem p a:hover{
	text-decoration: none;
}
div.referenceImg{
	float: left;
	border: 1px solid #ceeafa;
	margin: 0 20px 20px 0;
	width: 150px;
	height: 150px;
	overflow: hidden;
	text-align: center;
background: #ffffff;}
div.referenceImg.last{
	margin-right: 0;
}
p.readmore{
	text-align: right;
}
div.newsBoxItemSmall{
	margin-bottom: 15px;
}
div.newsBoxItemSmall h3 a{
	font-size: 14px;
	color: #004a8d;
}
div.newsBoxItemSmall h3 a:hover{
	text-decoration: none;
}
div.newsBoxItemSmall p span{
	font-style: italic;
	font-size: 10px;
}
div.contentRight h3{
	color: #004a8d;
	font-size: 22px;
	margin-bottom: 15px;
}
div.contentRight ul li a{
	color: #004a8d;
	font-size: 14px;
	text-decoration: none;
	padding-left: 20px;
	line-height: 26px;
}
div.contentRight ul li a.active{
	background: url(../images/star_small.png) no-repeat center left;
}

div.contentRight ul{
	margin-bottom: 50px;
}






div#footer{
	width: 860px;
	padding-bottom: 10px;
}
div#footer p{
	margin-top: 15px;
	color: #999999;
}
div#footer p a{
	color: #999999;
}
div#footer p a:hover{
	text-decoration: none;
}
