@charset "utf-8";
/* CSS Document */

img, div { behavior: url(iepngfix.htc) }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	background:url(images/main_bg.jpg) top repeat-x #eaeaea;
}

a{
	outline:none;
}
#wrapper {
	width:762px;
	margin:0 auto;
}

#header {
	width:762px;	
	height:132px;
	background:url(images/top_bg.jpg) no-repeat top;
	border-right:solid 1px #d7d7d7;	
	border-left:solid 1px #d7d7d7;	
}

#header img {
	margin:37px 0 0 20px;
	outline:none;
}

a.logo{
	display:block;
	width:245px;
	height:87px;
	padding-top: 24px; 
	padding-left: 23px;
}
#menu {
	padding: 1px;
	border:solid 1px #0f75bc;
	background-color:#d0e7f6;
	height:50px;
	width:760px;
}

#menu ul{
	float:left;
	text-align:center;
	padding:0px;
	margin:0px;
}

#menu li {
	margin:0px;
	height:50px;
	width: auto;
	list-style:none;
	float:left;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active{
	border-right:1px solid #338ac6;
	line-height:400%;
	padding:0 30px 0 30px;
	background:#0f75bc;
	display:inline-block;
	height:50px;
	width: auto;
	color:#FFF;
	text-decoration:none;
}

#menu ul li a:hover {
	border-right:1px solid #338ac6;	
	line-height:400%;	
	padding:0 30px 0 30px;	
	display:inline-block;
	height:50px;
	width: auto;
	color:#FFF;
	text-decoration:none;
	background:url(images/menu_bg.jpg) center right;	
}

.left_logo {
	height:50px;
	width:211px;
	background-color:#0f75bc;
	float:left;	
}

#content{
	font-size:11px;
	background:url(images/content_bg_top.jpg) center top no-repeat #fff;
	width:762px;
	border-bottom:solid 1px #d7d7d7;		
	border-right:solid 1px #d7d7d7;	
	border-left:solid 1px #d7d7d7;	
}

#content li{
	padding-left:20px;
	background:url(images/bullet.gif) no-repeat;
	background-position:0 7px;
	line-height:17px;
	list-style-type:none;	
}



#content ul.title_list li{
	line-height:19px;
	background:url(images/bullet1.gif) no-repeat;
	background-position:0 7px;
	font-size:12px;	
	font-weight:bold;
}

#content ul {
	padding:0;	
}

#content span{
	color:#1077bd;
}

.left_col{
	float:left;
	width:380px;		
	margin-left: 33px; 
	margin-top: 0px; 
	padding-top: 10px;
	display:inline;
}

.list {
	width:330px;
	float:left;	
}

.left_list {
	float:left;	
}

.left_list ul{

	width:250px;	
}

.list_holder {
	width:762px;	
}

.right_list {
	float:left;
}
.list ul{
	width:240px;	
}
.right_col{
	float:left;
	width:300px;
}

.right_col img{
	padding-top:12px;
	margin-bottom:15px;
}
#content p{
	font-size:11px;
	line-height:20px;

}

h2{	
	font-size:17px;
	color:#1077bd;
	font-weight:normal;
}
	
#footer {
	font-size:11px;
	text-align:center;	
}

#contactData {
	float: left;
	width: 220px;
	padding: 0 0 0 20px;
}

#contactForm {
	float: left;
	width: 435px;
	border-left: 1px solid #CFCFCF;
}

#contactForm h1 {
	padding-left: 100px;
}

#contactForm label {
	display: block;
	float: left;
	width: 55px;
	padding: 10px 0 0 100px;
}

#contactForm input {
	float: left;
    border: 1px solid #AEAEAE;
    width: 240px;
    margin-top: 10px;
}

#contactForm textarea {
    float: left;
    border: 1px solid #AEAEAE;
    width: 240px;
    height: 120px;
    margin-top: 10px;
}

#contactForm button {
	float: right;
	display: inline; 
	margin: 10px 40px 0 0;
	padding: 2px 10px 2px 10px;
	border: 0;
	background: #3B3B3B;
	color: #fff;
	font-size: 11px;
}

#contactMsg {
	padding-left: 10px;
	text-align: center;
	padding-bottom: 20px; 
	color: #F70000;
}

#content h1 {
	font-size: 12px;
	margin: 8px 0 8px 0;
}
