@charset "UTF-8";
/* CSS Document */

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
	margin: 0; padding: 0; text-indent: 0;
	border: none; outline: none;
	text-decoration: none; font-size: 100%; font-weight: normal; font-style: normal;
	list-style: none;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0; border: none; border-collapse: separate;
	vertical-align: top; 
	font-weight: normal;
}

/* typography */
body { font-size: 0.75em /* 12px */; background: #e7e9eb; color: black; font-family: Verdana, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { color: #855b27; margin-bottom: 6px; }
h1 { font-size: 1.5em /* 18px */; }
h2 { font-size: 1.3em /* 15px */; }
h3 { font-size: 1.2em /* 14px */; }
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p, ul, ol { margin-bottom: 15px; } /* DO NOT RESIZE */
li { margin-bottom: 5px; } 

a, a:visited {
	color: #9f1c34;
}
a:hover, a:active {
	color: 9f1c34; text-decoration: underline;
}

/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.group { zoom: 1; display: block; }

/* layout */

#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }

#container { width: 850px; margin: 0 auto; background: #fff url(/design/header.gif) no-repeat; }

#branding {  height: 98px; position: relative; }
#branding h1, #branding h1 a { width: 300px; height: 90px; display: block; margin: 0; padding: 0; }
#branding h1 a { text-indent: -99999px; }
#branding p { display: block; position: absolute; left: 580px; top: 36px; text-indent: -99999px; }
#branding p a { display: block; width: 220px; height: 55px; text-indent: -99999px; }

#leftcol, #rightcol, #footer { float: left; clear: none; display: inline; }
#leftcol { width: 216px; background: url(/design/side.gif); margin: 19px 3px 100px; position: relative; }
#leftcol .tube { background: url(/design/sidefoot.gif) bottom no-repeat; padding-bottom: 10px; }

#rightcol { width: 576px; padding: 215px 25px 0; margin-bottom: 25px; }
/*.home*/ #rightcol { background: url(/design/home.jpg) no-repeat; }

.promotions #rightcol img { border: 2px dashed #BE0F34; }

#nav { padding: 0 18px; }
#nav li { display: block; height: 23px; border-top: 1px solid #fff; }
#nav a, #nav a:visited { color: #0072cf; font-weight: bold; line-height: 22px; display: block; border-bottom: 1px solid #cac3b0; }
#nav-home, #nav-contact a { border: none; }

#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.promotions #nav #nav-promotions a,
.residential #nav #nav-residential a,
.commercial #nav #nav-commercial a,
.gallery #nav #nav-gallery a,
.articles #nav #nav-articles a,
.request #nav #nav-request a,
.contact #nav #nav-contact a { color: #be0f34; text-decoration: none; }

.home h2 a { font-size: 85%; font-weight: bold; padding-right: 12px; }
.home h2.red a, .home h2.red a:visited, .home h2.red a:hover, .home h2.red a:active { background: url(/design/arrow-red.gif) right center no-repeat; color: #9e1b32; }
.home h2.blue a, .home h2.blue a:visited, .home h2.blue a:hover, .home h2.blue a:active { background: url(/design/arrow-blue.gif) right center no-repeat; color: #0039a6; }
.home h2.green a, .home h2.green a:visited, .home h2.green a:hover, .home h2.green a:active { background: url(/design/arrow-green.gif) right center no-repeat; color: #39892f; }


#callout { width: 204px; margin: 20px auto; background: url(/design/sideblue.gif) no-repeat; }
#callout .tube { background: url(/design/sidebluefoot.gif) bottom no-repeat; padding: 15px; }
#callout h3 { color: #9f1c2a; font-size: 1em; font-weight: bold; margin-bottom: 0; }
#callout p { font-size: 0.95em; }
#callout a { font-size: 1em; color: #00338e; display: block; }

#footer { padding: 10px 15px 0; width: 820px; font-size: 90%; text-align: center; color: #999; background: url(/design/footer.gif) bottom no-repeat; line-height: 1.2em; border-top: 1px dotted #666; }
#footer p { margin-bottom: 10px;}
#footer a, #footer a:visited { color: #999; text-decoration: underline; }
#footer a:hover, #footer a:active { color: #999; text-decoration: none; }

/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */
form, fieldset, input { margin : 0; padding : 0; }

form {
	width: 38em;
	margin-left: 5px;
}

form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}

/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #e2e2e2;
}

/* legend styling */
legend {
	font-weight: bold;
	color: #9f1c34;
}

/* style for  labels */
label {
	float: left;
	width: 14em;
}

/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}

label.error, input.submit { color: #F00; margin: 5px 0 0 0; }

input {
	width: 225px;
}

input.radio, input.submit {
	width: auto;
}

textarea {
	width: 225px;
	height: 100px;
	padding:0;
} 

/* submit */

form div input {
	width: 100px;
	margin-top:5px;
	margin-left: 297px;
	padding: 0 .25em;
	background-color: #9f1c34;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}

.breadcrumb {
font-size:85%;
padding-bottom: 10px;
}
.breadcrumb a {
outline: none;
}
