@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: 8px;
	width: 308px;
	}
#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;
}	