@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/bg.jpg)
}
#header{
	background-image:url(../images/header.gif);
	width:770px;
	height:97px;
	}
h1{
	font-size:16px;}
	h2{
	font-size:16px;}
#wrapper{
	margin-left: auto;
	margin-right: auto;
	width:770px;
	border: 1px solid #b7b7b7;
	background-color:#FFF;
}
#nav{
	background-image:url(../images/nav-fade.gif);
	width:100%;
	height:33px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00236f;
	border-bottom-color: #00236f;
	background-color:#294d95;
	line-height:32px;
	color:#ffae4a;
	font-size:16px;
	}
#nav li, #nav ul{
	margin:0;
	padding:0;
	margin-left:10px;
	clear:none;
	float:left;
	list-style:none;
	display: inline;

}
#nav a{
	text-decoration:none;
	color:#FFF;
	font-size:13px;
	margin-right:15px;
	display:inline-block;
	height:33px;
	}
#nav a:hover{
	color:#ffae4a;
}
#topBlock{
	background-image:url(../images/top-block.jpg);
	width:770px;
	height:238px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00236f;
	border-bottom-color: #00236f;
	background-color:#294d95;}
#topBlockLeft{
	background-color:#FFF;
	width:50%;
	height:238px;
	background-image:url(../images/top-image.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;}	
	#topBlockRight{
	height:238px;
	float:left;
	padding-left:15px;
	line-height:25px;
	}
#topBlockRight h3{
	font-size:14px;}	
#content{
	background-color:#FFF;
	min-height:300px;
	width:755px;
	padding-left:15px;}	
#footer{
	width:770px;
	height:66px;
	background-image:url(../images/footer-bg.jpg);
	line-height:66px;
	clear:both;
	color:#FFF;
	font-size:11px;
	text-align:center;
	}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.halfPage{
	width:50%;
	float:left;
	}
	
#quoteForm{
	background-image:url(../images/quote-block.jpg);
	width:293px;
	height:339px;
	background-repeat:no-repeat;
	margin-top:15px;
	margin-bottom:15px;
	float:right;
	padding-left:25px;
	color:#FFF;
	margin-right:15px;
	}	
#quoteForm h3{
	text-align:center;
	width:245px;
	font-size:16px;
	margin-bottom:-7px;
	}
#problem{
	width:235px;}
#quoteForm p{
	width:245px;
	margin-bottom:7px;}	
.red{
	color:#F00;
	}	
.green{
	color:#090;}	
	

