@CHARSET "ISO-8859-1";
/* CSS Document for Fix the Home
Author: E-Moxie Data Solutions, Inc.
URI: http://e-moxie.com
2008
*/

/* Browser Rewrite ================= */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color:#11457f;
}

h1 {
	text-transform: uppercase;
	font-size: 24px;
	color: #333;
}

h2 {
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
}

h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #333;
}

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: 1em;
	height: 1px;
}
.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: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;	
}
.styled_input {
	width: 215px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.styled_input_sm {
	width: 150px;
	margin-bottom: 5px;
}
.orange {
	color: #aa2d09;
}

/* Header ========================== */
#container {
	background-color:#fff;
}
#header-wrap {
	background: url('../images/header-lg.gif') repeat-x;
}
#header-wrap2 {
	background: url('../images/header-bg.gif') repeat-x;
}
#header {
	width: 940px;
	margin: 0 auto;
}
#top-quote {
	width: 600px;
	float: left;
	font-family: Georgia, serif;
	font-style: oblique;
	font-size: 14px;
	text-align: left;
	background: url('../images/openquote.gif') left top no-repeat;
	clear: left;
}
#top-quote p {
	background: url('../images/endquote.gif') right bottom no-repeat;
	margin: 0;
	padding: 5px 25px 0 30px;
}
#logo {
	padding-top: 4px;
	width: 260px;
	float: left;
}
#top-nav {
	width: 680px;
	margin-top: 50px;
	float: left;
	background: url('../images/nav-bg.gif') repeat-x;
	height: 35px;
}
#top-nav  ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
#top-nav li {
	float: left;
	background: url('../images/nav-right.gif') right top no-repeat;
}
#top-nav a {
	float: left;
	display: block;
	width: 1em;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	background: url('../images/nav-left.gif') left top no-repeat;
	padding:5px 10px 5px 10px;
}
#top-nav > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #top-nav a {float:none;}
    /* End IE5-Mac hack */
    #top-nav a:hover {
      color:#fff;
      }
	
#index #nav-index, #about #nav-about, 
#articles #nav-articles, #cats #nav-cats,
#signup #nav-signup, #estimate #nav-estimate,
#contact #nav-contact {
	background-position:100% -25px;
    border-width:0;
	color: #2360aa;
}
#index #nav-index a, #about #nav-about a,
#articles #nav-articles a, #cats #nav-cats a,
#signup #nav-signup a, #estimate #nav-estimate a,
#contact #nav-contact a {
	background-position:0 -27px;
    padding-bottom:5px;
    color: #2360aa;
}

#top-nav li:hover, #top-nav li:hover a {
	background-position:100% -25px;
   	color:#2360aa;
}
#top-nav li:hover a {
	background-position:0% -27px;
}

#search {
	width: 275px;
	text-align: left;
	float: right;
	margin-top: -15px;
	font-size: 12px;
	background: url('../images/search-bg.gif') no-repeat top left;
	height: 50px;
	padding: 8px 0 0 15px;
}
#search2 {
	width: 330px;
	text-align: right;
	float: right;
	margin-top: 10px;
	font-size: 12px;
}
#keywords {
	width: 155px;
}

/* 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;
	background-color:#fff;
}

/* Side Navigation ================= */
#nav {
	width: 180px;
	float: left;
	padding-top: 20px;
}
	#nav .h1 {
		color: #333;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	margin-bottom: 10px;
}
#nav ul li a {
	color: #aa2d09;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px 10px 5px 30px;
	background: url('../images/clamp.gif') left center no-repeat;
	margin-left: 10px;
}
#nav ul li a.current {
	background: none;
	padding: 5px 10px 8px 15px;
}
#nav ul li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li ul li {
	margin-bottom: 0px;
}
#nav ul li ul li a {
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	background: #fff;
	padding: 0px 4px 0px 25px;
	margin-top: 2px;
	color:#000;
}
#nav ul li ul li ul li a {
	background: none;
	color: #2360aa;
	text-transform: capitalize;
	border-top: 1px solid #e7e5e5;
	padding-left: 25px;
	width: 170px;
	margin-top: 0;
}

/* Main Content ==================== */
#main-content {
	border-left: 1px solid #d4d4d4;
	width: 710px;
	float: left;
	padding-top: 10px;
	padding-left:20px;	
}

/* Middle Col */
#middle {
	width: 400px;
	float: left;
	padding-right:20px;
}
#middle h1 {
	font-style: normal;
	margin: 0;
	padding: 0;
}
#middle p {
	padding: 0;
	margin-top: 5px;
}
/* End Middle Col */


/* Right Col */
#sidebar {
	width: 251px;
	float: left;
	font-size: 11px;
	padding-bottom: 20px;
}
#sidebar form {
	padding-left: 10px;
	background: #fcf599;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
#paint {
	color: #2360aa;
	font-size: 13px;
	padding-bottom: 15px;
	border-bottom: 5px double #e7e5e5;
}
#recent {
	padding-top: 15px;
}
#recent h3 {
	margin-bottom: 25px;
}

/* End Right Col */
	
/* Listings ========================== */				
#col1 {
	float:left;
	width:250px;
}
#col2 {
	float:left;
	width:300px;
}

/* RR Form ==========================*/
#rr-form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 235px;
	margin-left:8px;
}
#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: 30%;}
.rr-form-col2 {
	width: 155px;}
.styled_est_input {
	width: 150px;
}

/* Quote Form ======================= */
#quote {
	float: left;
	background-color: #FCF599;
	padding-bottom:10px;
	width: 251px;
	}
#content_left {
	float: left;
	width: 430px;
	margin-right: 20px;
	}

/* Footer / Topics */
#footer-wrap {
	background: #11457f;
	padding-top: 2px;
}

/* Begin Topics */
#topics-wrap {
	background: #e7e5e5;	
}
#topics {
	width: 940px;
	margin: 0 auto;
	padding-top: 1px;
	padding-bottom: 10px;
}
#topics h2 {
	color: #aa2d09;
	margin: 8px 0 5px 0;
	padding: 0;
}
#topics1 {
	width: 310px;
	float: left;
}
#topics1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topics1 li {
	background: url('../images/orange-bull.gif') left center no-repeat;
	padding-left: 12px;
	padding-bottom: 3px;
}
#topics1 a {
	color: #333;
	padding-left: 5px;
	font-size: 12px;
}
#topics2 {
	width: 310px;
	float: left;
}
#topics2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topics2 li {
	background: url('../images/orange-bull.gif') left center no-repeat;
	padding-left: 12px;
	padding-bottom: 3px;
}
#topics2 a {
	color: #333;
	padding: 5px;
	font-size: 12px;
}
#topics3 {
	width: 310px;
	float: left;
	padding-right: 10px;
}
#topics3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topics3 li {
	background: url('../images/orange-bull.gif') left center no-repeat;
	padding-left: 12px;
	padding-bottom: 3px;
}
#topics3 a {
	color: #333;
	padding: 5px;
	font-size: 12px;
}

/* End Topics */

/* Begin Footer */
#footer {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0 60px 0;
}
#footer-nav {
	width: 550px;
	float: left;
	margin-top: 10px;
}
#footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-nav li {
	display: inline;
	border-right: 1px solid #fff;
	font-size: 8px;
	margin-left: 5px;
}
#footer-nav a {
	color: #fff;
	font-size: 11px;
	padding-right: 5px;
}
#footer-text {
	color: #fff;
	font-size: 11px;
	padding-right: 5px;
}
#copyright {
	width: 300px;
	float: right;
	font-size: 11px;
	color: #fff;
	text-align: right;
	padding-top: 10px;
}
#copyright a {
	color: #fff;
}
/* End Footer */
#qkFind {
	width:180px;
	overflow: hidden;
	font-size:8px;
}
#quickcat {
	width:180px;
}





#estimate-step1 {
	background:#2360AA;

	border:2px solid #000;
	width: 960px;
	height:130px;
	margin: 0 auto;
	position:relative;
	left:-20px;
	padding:10px;
}
#estimate-step1 h1 {
	text-transform: capitalize;
	letter-spacing: 2px;
	font-size:28pt;
	font-weight:normal;
	text-shadow:1px 1px 0 #0000;
	margin:16px 0;
	color: yellow;
	font-family: "Impact";
}
#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:#F17423;
	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:#F17423;
	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;
}
