@charset "utf-8";
body {
	font: 75% Tahoma, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.wrapper #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.wrapper #header {
	background:url(/images/rogers-insulation-masthead.gif) no-repeat;
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:96px;
	border-bottom:#970f29 5px solid;
}

.wrapper #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.wrapper #masthead {
	background: url(/images/house-painting.jpg) right no-repeat #c0c0c0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:129px;
	border-bottom:#666 5px solid;
}.wrapper #masthead .subnav {
	width:128px;
	text-transform:uppercase;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:11pt;
	padding-top:0.5em;
}
div.callnow {float:right;width:225px;font-family:"Arial Narrow", Arial, Helvetica, sans-serif; color:#333;font-size:14pt;margin-top:1em;}
div.callnow span {font-weight:bold; color:#e5173f;}
.subnav ul {list-style:none;margin:0;padding-left:0.8em;padding-right:3em;}
.subnav ul li {list-style:none;background:url(/images/arrow.gif) left 3px no-repeat; padding-left:15px;margin:0;padding-bottom:0.2em;}
.subnav a {text-decoration:none;color:#000;}
.subnav a:hover {text-decoration:underline;}
.subnav a.current {color:#666666;}
div.topnav {width:200px;}
.topnav {font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;font-size:8pt;}
.topnav a {color:#666;text-decoration:none;}
.topnav a:hover {text-decoration:underline;}
.topnav a.current {color:#999999;}
.topnav ul {list-style:none;margin:0;padding:0.4em 0 0 0;}
.topnav ul li {list-style:none;margin:0;padding-bottom:0.1em;padding-left:0;}
div.topnav1 {padding-top:1.2em;font-family:"Arial Narrow", Arial, Helvetica, sans-serif; text-transform:uppercase;font-size:12pt;font-weight:bold;}
.topnav1 a {color:#FFF;text-decoration:none;}
.topnav1 a:hover {text-decoration:underline;}
.topnav1 a.current,#footer a.current {color:#970f29;}
div.topnav1 div {float:right;width:125px;}

.wrapper #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size:8pt;
}
.wrapper #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e5173f;
	border-top:#970f29 5px solid;
	border-bottom:#970f29 5px solid;
	color:#FFF;
	font-size:8pt;
	text-transform:uppercase;
}
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {color:#FFF;text-decoration:none;}
#footer a:hover {text-decoration:underline;}
.copyright {font-size:8pt;}
h1,h2,h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	font-weight:normal;
	color:#7f7f7f;
}
h3 {color:#970f29;font-size:14pt;margin-bottom:0;}
h3+p {margin-top:0;}
div.why {color:#333;}
div.bullets {width:33%;float:right;margin:1em 0;}
div.bullets ul {color:#666;list-style:none;margin:0;padding-left:0.8em;padding-right:3em;}
div.bullets ul li {list-style:none;background:url(/images/check-mark.gif) left 3px no-repeat; padding-left:15px;margin:0;padding-bottom:0.2em;}
.clear {clear:both;}
div.estimate {font-family:"Arial Narrow", Arial, Helvetica, sans-serif;font-size:20pt;color:#999;width:60%;border-top:#CCC 1px solid; border-bottom:#CCC 1px solid;padding: 0.5em 0;}
div.estimate div {font-size:26pt;color:#666;font-weight:bold;float:right;}
div.estimate span {display:block;font-size:12pt;color:#e5173f;margin-top:-0.5em;}
div.quote { background:url(/images/quotemark.gif) 20px 5px no-repeat;font-weight:bold;width:30%;padding-left:2.5em;padding-top:1em;float:right;border-left:#CCC 1px solid; padding-bottom:200px;margin-left:1em;}
div.quote span {display:block;color:#e5173f;}
h1 span {color:#333;}

/* Form Styles */

.quoteform input{border:solid 1px #dddddd;display:block;background:url(/images/form_bg.gif) repeat-x;clear:right; margin-bottom:0.8em;}
.quoteform input:focus,.quoteform input:hover{filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;}
.quoteform{padding:0px 0px;}
.quoteform select{border:solid 1px #dddddd;display:block;background:url(/images/form_bg.gif) #FFF repeat-x;font-size:11px;width:150px;}
.quoteform select:focus,.quoteform select:hover{filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;}
textarea{padding:5px;display:block;width:250px;height:120px;border:solid 1px #dddddd;background:url(/images/form_bg.gif) repeat-x;}
textarea:hover{filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;}

.quoteform p{padding:5px;margin:0px 0px;line-height:15px;}
.quoteform li{line-height:15px;}

.quoteform input.submit{ background:none; font-weight:bold; background-color:#e5173f;border:solid 1px #000;color:#FFF;padding:0.5em;}
.quoteform .hidden{visibility:hidden;margin:0;}

.quoteform fieldset
{

border: none;
	display: block;
	width: 20em;
	margin: 0;
	padding: 0 1em 1em 1em;
}




