@CHARSET "ISO-8859-1";
/* CSS Document for Roofing Directory
Author: E-Moxie Data Solutions, Inc.
URI: http://e-moxie.com
2008
*/

/* Browser Rewrite ================= */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1 {
	font-size: 24px;
	color: #002c5c;
	margin: 10px 0;
	padding: 0;
	
}
h2 {
	font-size: 20px;
	color: #77b20a;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 5px 0;
	font-weight: normal;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #000;
}
a:hover {
	color: #999;
}

ul {
	padding: 0;
	margin: 10px 0 10px 30px;
}

ol {
	padding: 0;
	margin: 10px 0 10px 30px;
}
	li {
		margin-bottom: 5px;
	}
	
/* Classes ========================= */
.clear {
	clear: both;
	line-height: 0;
	height: 0;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.listing {
	padding:10px;
	margin-bottom:20px;
	border:1px dashed #f7bd93;
	background-color:#fef8e4;
}
.listing-condensed {
	padding:5px;
	margin-bottom:5px;
	border-bottom:1px dashed #ccc;
	font-size:10px;
}
.alert {padding:10px; background-color:#FFFFCC; border:2px dashed #FFCC66; margin:5px;}
.styled_input { border:1px dashed #ccc; font-size:14px; padding:4px; width:400px; }
.styled_input:focus {border:1px dashed #990000; background-color:#FFFFCC;}
.small {font-size:10px;}
.h1 {
	font-size: 24px;
	color: #002c5c;
	margin: 10px 0;
	padding: 0;
	display:block;	
}

/* Header ========================== */
#header-wrap {
	padding-top: 0px;
	height: 252px;
	background: url('../images/header_bg.gif') 0 0 repeat-x;
}

#header {
	background: url('../images/header.gif') 0 0 no-repeat;
	width: 940px;
	margin: 0 auto;
	height: 252px;
}
	#header p {
		width: 590px;
		margin-top: 60px;
		margin-left: 45px;
		height: 80px;
		overflow: hidden;
		color: #fff;
	}

#top_nav {
	color: #fff;
	padding-top: 5px;
	text-align: right;
	height: 23px;
}
	#top_nav a {
		color: #fff;
		text-decoration: none;
		font-size: 14px;
	}

#search {
	width: 400px;
	float: left;
	margin-top: 5px;
	margin-left: 45px;
}
	#search_input {
		width: 300px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #666;
		padding: 5px;
		border: 2px solid #77b20a;
	}
	#search_submit {
		position: relative;
		top: 11px;
	}

#add {
	margin-top: 10px;
	margin-left: 25px;
}

/* Interior Header ===================== */

#interior #search-wrap {
	background: url('/images/header-bg-sm.gif') top left repeat-x;
}
#interior #search {
	background: url('/images/search-bg-sm.gif') top center no-repeat;
	height: 65px;
}
	#interior #search_input {
		width: 300px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #666;
		padding: 5px;
		border: 2px solid #77b20a;
	}
	#interior #search_submit {
		position: relative;
		top: 11px;
	}

/* Content ========================= */
#content {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 30px;
}

/* Side Navigation ================= */
#nav {
	width: 230px;
	float: left;
	margin-left: 10px;
}
	#nav h1 {
		color: #e46715;
	}
	#nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#nav ul li {
			margin-left: 10px;
			margin-bottom: 0;
		}
			#nav ul li a {
				display: block;
				text-decoration: none;
				width: 185px;
				font-size: 14px;
				padding: 1px 2px 1px 18px;
				background: url('../images/yellow_arrow.gif') 5px center no-repeat;
			}
			#nav ul li a:hover {
				background: #77b10c url('../images/yellow_arrow.gif') 5px center no-repeat;
				color: #fff;
			}
			#nav ul li a.current {
				background: #77b10c url('../images/yellow_arrow.gif') 5px center no-repeat;
				color: #fff;
			}

/* Main Content ==================== */
#main-content {
	border-left: 1px solid #d4d4d4;
	width: 650px;
	float: left;
	padding-left: 30px;
}

#recent {
	background: #d2e5b0 url('../images/recent_bg.gif') left top repeat-x;
	border: 1px solid #d6ecae;
	padding: 10px;
}
	#recent h2 {
		margin: 0;
	}
	#recent ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#recent li {
			padding-right: 10px;
			padding-left: 16px;
			margin-top: 10px;
			margin-bottom: 5px;
			background: url('../images/orange_arrow.gif') left 5px no-repeat;
		}
	#recent p {
		padding: 0 10px 0 0;
		margin: 0;
	}
	
/* Footer ========================== */
#footer-outer {
	border-top: 20px solid #001933;
	padding: 20px;
}
	#footer {
		width: 940px;
		margin: 0 auto;
		text-align: center;
	}
		#footer ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
			#footer ul li {
				display: inline;
				color: #333;
				border-right: 1px solid #333;
				font-size: 7px;
				padding-right: 10px;
				margin-right: 5px;
			}
				#footer ul li a {
					color: #333;
					font-size: 12px;
					text-decoration: none;
				}
				
/* Listings ========================== */				
#col1 {
	float:left;
	width:250px;
}
#col2 {
	float:left;
	width:250px;
}

/* RR Form ==========================*/
#rr-form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 310px;}
#rr-form fieldset {
	clear: both;
	margin-bottom: 10px;}	
#rr-form legend {
	margin: 0 0px 8px 0;}	
#rr-form input.text, #rr-form textarea {
	width: 99%;}		
.rr-required-field {
	color: #ff0000;}	
.rr-form-header {
	color: #000000;
	font-size: 12px;}
.rr-form-col1 {
	width: 35%;}
.rr-form-col2 {
	width: 65%;}
.styled_est_input {
	width: 170px;
}

/* Quote Form ======================= */
#quote {
	float: left;
	background-color: #FFFF99;
	padding: 1px;
	width: 315px;
	}
#content_left {
	float: left;
	width: 305px;
	margin-right: 20px;
	}
#qkFind {
	width:180px;
	overflow: hidden;
	font-size:8px;
}
#quickcat {
	width:180px;
}	
#quickregion {
	font-size:9px!important;
}






#estimate-step1 {
	background:#77B10B;

	border:2px solid #000;
	border-top: 0px;
	width: 960px;
	height:130px;
	margin: 0 auto;
	position:relative;
	left:-20px;
	padding:10px;
}


#estimate-step1 h1 {
	font-size:28pt;
	font-weight:bold;
	text-shadow:1px 1px 0 #0000;
	margin:16px 0;
	color: #fff;
	font-weight: bold;

}

#estimate-step1 .field {
	width: 310px;
	font-size: 20px;
	padding:5px;
	margin-right:8px;
	border:1px solid #000;
	background:#f7ede1;
}
#estimate-step1 input:focus,
#estimate-step1 select:focus {
	background:#fff;
}
#estimate-step1 button {
	display:inline-block;
	padding:5px 18px;
	background:red;
	color:#fff;
	font-weight:bold;
	border:1px solid #fff;
	font-size:14pt;
	cursor:pointer;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
}
#estimate-step1 form,
#estimate-step1 table {
	padding:0;margin:0;
}
.estimateForm {
	width:auto;
}
.estimateForm label {
	display:block;
	font-size:12px;
	font-weight:bold;
}
.estimateForm fieldset {
	min-height:320px;
	border:1px solid #ccc;
}
.estimateForm td {
	padding:4px 2px;
}
.estimateForm input.lrg,
.estimateForm select.lrg,
.estimateForm textarea {
	width:290px;
	border:1px solid #666;
}
.estimateForm input[type="text"],
.estimateForm select {
	padding:2px;
	border:1px solid #888;
}
.estimateForm input:focus,
.estimateForm textarea:focus {
	background-color:#fcfadf;
}
.estimateForm textarea {
	height:70px;
}
.estimateForm legend {
	font-weight:bold;
	padding:2px 8px;
	margin-left:5px;
	background:#fff;
	font-size:15px;
	color:#023567;
}
.estimateForm .col {
	float:left;
	width:320px;
	min-height:320px;
	padding:0 10px 5px 0;
}
.estimateForm .sm {
	min-height:150px !important;
	position:relative;
}
.estimateForm .tiny {
	min-height:55px !important;
}
.estimateForm button {
	display:block;
	padding:8px 20px;
	background:#77B20A;
	color:#fff;
	font-weight:bold;
	border:1px solid #fff;
	font-size:14pt;
	cursor:pointer;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
}
.estimateForm #submit {
	position:absolute;
	top:20px;
	right:110px;
}
#calfinder_form label {
	display:block;
	float:left;
	width:130px;
	margin-right:10px;
}
#calfinder_form fieldset {
	width:500px;
}
#calfinder_form select.lrg {
	width:295px;
}
#calfinder_form input,
#calfinder_form select,
#calfinder_form textarea {
	margin-bottom:5px;
}
#calfinder_form label span {
	color: #ff0000;
}
.estimateForm fieldset {
	background:#fff url('/images/greygrad.gif') top center repeat-x;
	padding:10px;
}


