body {	
	margin:0;
	background:url(/images/mbg.jpg) top left repeat-x;
	font-family:"Times New Roman", Times, serif;
	color:#666666;
}
h1, h2, p, img, input, form {margin:0} img {border:none}
.hbg {
	display:block;
	clear:both;
	height:84px;
	width:100%;
	background:url(/images/h-bg.jpg) repeat-x top;
	padding-top:30px;
}
	.header {
		display:block;
		clear:both;
		width:960px;
		margin-left:auto;
		margin-right:auto;
	}
		.logo {
			display:block;
			float:left;
			clear:left;
			margin-left:60px;
		}
		.nav {
			display:block;
			width:620px;
			float:right;
			clear:right;
			text-align:center;
			margin-top:40px;
			padding-top:10px;
			height:34px;
			background: url(/images/nav-bg.jpg) no-repeat;
		}		
			.nav a {
				margin:0 20px;
				color:#ffffff;
				text-decoration:none;
			}
			 .nav a:hover {
			 	text-decoration:underline;
			}

.main-bg {
	display:block;
	clear:both;
	width:960px;
	background:url(/images/main-bg.jpg) top left no-repeat;
	height:336px;
	margin-left:auto;
	margin-right:auto;		
}
	.form-bg {
		display:block;
		clear:both;
		width:461px;
		height:336px;
		margin-left:438px;
		background:url(/images/form-bg.jpg) top left no-repeat;
	}
		.form {
			display:block;
			clear:both;
			position:absolute;
			margin:80px 0px 0px 230px;
			color:#000000;
		}
			.select-service, .select-property, .select-credit {
				   display:block;
				   width:200px;
				   margin-bottom:6px
				}
				.labels	{
				   font-size:12px;
				   color:#000000;
				}
				.select-service select, .select-property select, .select-credit select {
				   width:160px;
				   font-size:12px;
				   color:#000000;
				   border:1px solid #C4C4C4;
				   padding:3px 0px 3px 4px;
				   
				}
			.continue-button {
				display:block;
				margin:20px 0px 0px 0px;
			}

		
		
.cont {
	display:block;
	clear:both;
	width:840px;
	margin-left:auto;
	margin-right:auto;
	padding:0 60px 30px 60px;
}
	.cont img {
		float:left;
		margin:0 10px 10px -40px;
	}
	.cont h1 {	
		font-size:30px;
		font-weight:normal;
		color:#123682;
		margin:0 0 .5em 0;
	}
	.cont h2 {
		font-size:24px;
		font-weight:normal;
		color:#294D95;
		margin:0 0 .5em 0;
	}
	.cont p, .cont ol li, .cont ul li {margin:0 0 .5em 0}
	.cont a {
		color:#0D0D0D;
		text-decoration:none;
	}
		.cont a:hover {text-decoration:underline}
	
.footer {
	display:block;
	clear:both;
	width:100%;
	height:20px;
	padding:30px 0;
	background:url(/images/fbg.jpg) top repeat-x;
}
	.fc {
		display:block;
		clear:both;
		width:960px;
		margin-left:auto;
		margin-right:auto;
		color:#707070;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
		.fc a {
			text-decoration:none;
			color:#707070;
		}
		.fc a:hover {
			text-decoration:underline;
		}		
			.fl {
				display:block;
				float:left;
			}
				.fl ul {margin:0; padding:0}
				.fl ul li {display:block}
			
			.fr {
				display:block;
				float:right;
			}
				.fr a {margin:0 5px}
				
				
					
	