/* No outline on focused elements */
:focus {
	outline: 0;
}

body {
	behavior: url("csshover3.htc");
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background-color: #E3E3E3;
	color: #787E8A;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

/*** START PAGE CONTAINER STYLES ***/
/* A container div to center the page on screen */
#container {
	min-height: 100%;
	height: 100%;
	width: 970px;
	margin: 0 auto;
	position: relative;
	background-color: white; /* Background color of page content */
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
}

/* Firefox/Safari container height fix (Hidden from IE using child selector) */
html>body #container {
   height: auto;
}

/* Header container div (top of page) */
#header {
	width: 924px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	text-align: left;
}

/* Main content container div (center of page) */
#body {
	width: 924px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 85px; /* This should be at least the same as #footer height */
}

/* Footer container div (bottom of page) */
#footer {
	width: 924px;
	height: 85px;
	position: absolute;
	bottom: 0;
	left: 23px;
	font-size: 10px;
	text-align: center;
}
/*** END PAGE CONTAINER STYLES ***/


/*** START HEADER MENU STYLES ***/
/* Main menu container div */
#main_menu {
	margin: 0;
	padding: 0;
	height: 20px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

/* Main menu list */
#main_menu ul {
	margin: 0;
	padding: 0; 
	list-style: none; 
}

/* Main menu list item */
#main_menu ul li {
	float: left; 
}

/* Main menu list item link */
#main_menu ul li a {
	padding: 0 10px 0 10px;
}

/* Sub menu list */
#main_menu ul li ul {
	display: none;
	position: absolute;
	width: 210px;
	z-index: 99;
	margin: 0;
	padding: 0;
	background: white;
	border: 1px solid #4D4948;
}

/* Sub menu list item */
#main_menu ul li ul li {
	padding: 2px 0 2px 0;
	margin: 0;
	float: none;
}

/* Display sub menu when hovering over main menu list item */
#main_menu ul li:hover ul {
	display: block;
}

/*** END HEADER MENU STYLES ***/


/*** START LINK STYLES ***/
a:link, a:active, a:visited {
	color: #2177D4;
	text-decoration: none;	
}

a:hover {
	color: #FF6C00;
}

#main_menu a:link, #main_menu a:active, #main_menu a:visited, 
#footer a:link, #footer a:active, #footer a:visited {
	color: #787E8A;
	text-decoration: none;	
}

#main_menu a:hover, #footer a:hover {
	color: #2177D4;
}
/*** END LINK STYLES ***/


/* Footer link padding */
#footer #footer_links a {
	padding: 0 10px 0 10px;
}

hr {
	border: 0;
	width: 100%;
	color: #787E8A;
	background-color: #787E8A;
	height: 1px;
}

.head_img {
	text-align: center;
}

.head_logo {
	margin-left: 3px;
}

#left_column {
	float: left;
	margin: 30px 10px 30px 30px;
	width: 610px;
}

#right_column {
	position: relative;
	float: right;
	margin: 30px 20px 30px; 0;
	width: 215px;
}

.report_box{
	/*background-image: url("/images/report_box.gif");
	background-repeat: no-repeat;
	height: 340px;*/
}

.report_top {
	background-image: url("/images/report_box_top.gif");
	background-repeat: no-repeat;
	width: 215px;
	padding: 15px 15px 0 15px;
}

html>body .report_top {
	width: 185px;
}

.report_mid {
	background-image: url("/images/report_box_middle.gif");
	background-repeat: repeat-y;
	width: 215px;
	padding: 0 15px 0 15px;
}

html>body .report_mid {
	width: 185px;
}

.report_bottom {
	background-image: url("/images/report_box_bottom.gif");
	background-repeat: no-repeat;
	width: 215px;
	height: 50px;
	padding: 0 15px 0 15px;
}

html>body .report_bottom {
	width: 185px;
}

.report_mid_pad {
	padding-top: 20px;
	padding-bottom: 20px;
}

.bottom {
	position: absolute;
	width: 185px;
	bottom: 20px;
}

.report_div {
	width: 185px;
}

#center_column {
	margin: 30px 30px 30px 30px;
	width: 924px;
}

#contact_form {
	float: left;
	margin: 30px 30px 30px 30px;
	width: 330px;
}

#contact_text {
	float: left;
	margin: 30px 30px 30px 30px;
	width: 210px;
}

#report_div {
	width: 185px;
	background-color: white;
}

#logo_div {
	margin-top: 30px;
	width: 924px;
}


/*** START COLORS ***/
.blue {
	color: #2177D4;
}

.orange {
	color: #FF6C00;
}

.red {
	color: red;
}
/*** END COLORS ***/


.indent {
	display: block;
	margin-left: 40px;
}

ul.blue {
	color: #2177D4;
	list-style-image: url("/images/blue_arrow.gif");
	list-style-type: disc;
	padding-left: 13px;
	margin-left: 4px;
}

html>body ul.blue {
	margin-left: 0;
}

ul.blue li {
	margin-top: 15px;
}

.hide {
	display: none;
}

.answer {
	color: #787E8A;
}



ul p {
	margin-top: 15px;
	margin-bottom: 0;
}

.clear {
	clear: both;
}

.report_pad {
	padding: 20px 0 20px 0;
}

.error_pad {
	padding-top: 20px;
}

.page_head {
	font-size: 24px;
	font-weight: bold;
	color: #2177D4;
	margin: 0 0 30px 0;
}

/*** START FONT STYLES ***/
.large {
	font-size: 24px;
	font-weight: bold;
}

.medium {
	font-size: 20px;
}

.xmedium {
	font-size: 18px;
}

.xxmedium {
	font-size: 16px;
}
.small {
	font-size: 14px;
}

.xsmall {
	font-size: 12px;
}

.xxsmall {
	font-size: 10px;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/*** END FONT STYLES ***/


/*** START FORM STYLES ***/
	form {
		padding: 0;
		margin: 0;
	}

	.text_box {
		font-size: 10px;
		background-color: white;
		color: #787E8A;
		width: 130px;
		border: 1px solid #787E8A;
	}

	.big_text_box {
		font-size: 14px;
		background-color: white;
		color: #787E8A;
		width: 250px;
		border: 1px solid #787E8A;
	}

	.checkbox {
		border: 1px solid #787E8A;
	}

	.button {
		font-size: 10px;
		color: white;
		background-color: #4D4948;
		border: 0;
		padding: 2px 7px 2px 7px;
	}

	a:hover .button {
		color: #FF6C00;
	}

	.report td {
		padding-bottom: 10px;
		padding-right: 5px;
	}

	.quote td {
		padding-bottom: 10px;
		padding-right: 15px;
	}

	.quote td.nopad {
		padding-bottom: 0;
	}
/*** END FORM STYLES ***/

#logo_div img {
	display: block;
	float: left;
	margin-left: 16px;
	margin-right: 16px;
	border: 0;
}

#left_column p {
	font-size: 14px;
}

#center_column p {
	font-size: 14px;
}

.payments img {
	display: block;
	float: left;
	margin-right: 5px;
	border: 0;
}

#job_table {
	border: 0;
	margin: 10px 0 10px 0;
}

#job_table td {
	padding-left: 20px;
}

.guarantee_div {
	border: 1px solid #4D4948;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

.bottom_pad {
	margin-bottom: 20px;
}

.img_pad {
	margin-top: 10px;
}