@charset "UTF-8";
body {
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color: #303030;
	background-position: top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #232323;
}


.wrap{
	margin-left:auto;
	margin-right:auto;
	width:960px;

}

#header{
	width:960px;
	height:424px;
	background-image:url(../img/header-bg.jpg);
	background-repeat:repeat-x;
	background-color:#4b8bad;
	margin-top: 8px;
}

.headerinfo{
	width:559px;
	height:127px;
	float: right;
	color:#d0e2ec;
	text-align:right;
	padding-right:20px;
	font-size: 17px;
	font-style: italic;

}

.numbers{
	font-size:18px;
	font-style:normal;
	color:#fff;
}

.bold{
 	color:#12567b;
	font-weight:bold;
	margin-left: 10px;
}

.rightimage{
	width:660px;
	height:296px;
	float:left;
}

.navigation{
		width: 233px;
		height: 268px;
		float: left;
		background-image:url(../img/navbackground.jpg);
		padding-top:28px;
		padding-left:65px;
		
}

.navigation ul{
		list-style-type: none;
		margin: 35px 0px 0px 0px;
		padding: 0px;
}

.clear{
		clear: both;
}

.navigation li{
	margin-bottom: 33px;
}

.navigation a{
	color:#6e5b5b;
	text-decoration:none;
}

.navigation a:hover{
	color: #1f78a8;
}

#content{
	width: 960px;
	background-image:url(../img/content-bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	margin-top: 9px;

}


#content ul{
	list-style-type:none;
}

.left-content{
	width: 535px;
	float:left;
	padding-left: 40px;
	padding-top: 32px;
	padding-bottom: 64px;
	padding-right: 50px;
	font-size: 13px;
	
}

.content-img{
	width: 260px;
	padding-left:40px;
	float:right;
	margin-top:100px;
}

.content-img2{
	width: 300px;
	padding-left:0px;
	float:right;
	margin-top:100px;
}
.content-img3{
	width: 292px;
	padding-left:8px;
	float:right;
	margin-top:25px;
}


.right-content{
	width: 292px;
	padding-top: 37px;
	padding-left: 42px;
	float:right;
}

.right-contact{
	width: 345px;
	padding-top: 37px;
	padding-left: 42px;
	float:right;
	margin-top:25px;
	
}

.left-contact{
	width: 480px;
	float:left;
	padding-left: 40px;
	padding-top: 32px;
	padding-bottom: 64px;
	padding-right: 50px;
	font-size: 13px;
	
}

h1, h2, h3, h4{
	color: #084f75;
	font-weight: normal;
}

h1{ 
	font-size: 24px;
}

h2{ 
	font-size: 22px;
}

h3{
	font-size: 20px;
}

h4{ 
	font-size: 18px;
}

h4 a{
	color:#084f75;
	text-decoration:none;
}

h4 a:hover{
	color:#232323;
}
h2.contact{ 
	font-size: 17px;
	text-transform: uppercase;
	color: #616161;
	background-image: url(../img/contact-accountax.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	padding-top: 6px;
}

p{
	line-height: 20px;
}


.formstyle{
	background-image: url(../img/form-bg.jpg);
	padding: 10px 6px;
	margin-bottom: 4px;
	border: #888888 1px solid;
	width: 219px;
	color: #757575;
}

.submitbutton{
	width: 234px;
	height: 39px;
	background-image:url(../img/buttonbg.jpg);
	border: none;
	margin-top: 6px;
}

.submit{
    width: 234px;
	height: 39px;
	background-image:url(../img/submit.jpg);
	border: none;
	margin-top: 6px;
	
}


#footer{
	height: 126px;
	width: 960px;
	color: #c8c8c8;
	font-size:12px;
	text-align:center;
	padding-top: 34px;
	position: relative;
	
}

#footer ul{
	text-transform:uppercase;
	margin: 0px;
	padding: 0px;
	
}

#footer li{
	display:inline;
}
	
#footer a{
	text-decoration:none;
	color: #c8c8c8;
	padding-left: 38px;
}

#footer a:hover{
	color: #6badd1;
}

#footer p{
	padding: 0px;
	margin: 6px 0px 0px 30px;
}

#footer img{
	position: absolute;
	top: 20px;
	right: 30px;
}



