@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}
.nofloat {
	font-size:1px;
	line-height:1px;
	display:block;
	clear:both;
	height:1px;
}
p {
	padding:5px 0;
}
body {
	color:#231f20;
	font:0.6251em/1 'helvetica neue', Geneva, Verdana, Helvetica, Arial, sans-serif;
	background:url(../images/bg.gif) top repeat-x #fff;
	text-align:center;
}
.wrapper {
	clear:both;
	font-size:1.6em;
	line-height:1.4em;
	background:url(../images/screen.gif) top no-repeat;
	width:850px;
	display:block;
	margin:0 auto;
	text-align:left;
}
a {
	text-decoration:none;
	}
.sidebar {
	float:left;
	width:300px;
	padding:180px 0 0 0;
}
.back {
	padding:0 0 10px 0;
}
.content {
	padding:180px 15px 0 35px;
	width:500px;
	float:right;
}
.content h1 {
	font-size:1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:capitalize;
	line-height:1.4em;
	padding:0 0 2px 0;
	color:#334e5f;
	height: 0.01%;
	}
.content h2 {
	font-size:1.2em;
	font-weight:normal;
	text-transform:capitalize;
	line-height:1.2em;
	padding:3px 0 5px 0;
	color:#4e6175;
	height: 0.01%;
}
.content a {
	color:#0079c2;
}
.content a:hover {
	color:#f8981d;
	text-decoration:underline;
}
.content ul {
	list-style:none;
}
.content li {
	background:url(../images/bullet2.gif) top left no-repeat;
	padding:1px 12px;
	margin:7px 0 0 0;
}
.footer {
	clear:both;
	width:100%;
	background:url(../images/bg_footer.gif) top repeat-x #333;
	color:#fff;
	margin:20px 0 0 0;
	padding:20px 0;
}
.footer p {
	width:850px;
	margin:0 auto;
	text-align:right;
	font-size:1.3em;
	line-height:1.6em;
}
.footer a {
	color:#f8981d;
	text-decoration:none;
}
.footer a:hover {
	color:#fff;
	text-decoration:underline;
}
/*right column form*/
.right_column_contact {
	background:url(../images/form_hd.gif) top no-repeat;
	padding:5px 0 10px 20px;
}
#right_column_form {
	padding:50px 0;
	margin:0 50px 0 0;
	}
#right_column_form .input_field, #right_column_form #field_1, #right_column_form #field_2, #right_column_form #field_3, #right_column_form #field_4, #right_column_form #captchaForm {
	background:url(../images/bg_form_input.jpg) bottom repeat-x #fff;
	padding:5px;
	border:1px solid #231f20;
	}
.right_column_contact dt  {
	font-size:0.9em;
	}
#free_analysis_form dt {
	color:#f4f4f2;
	}
.right_column_contact dd, #free_analysis_form dd {
	padding:5px 0 7px 0;
	}
