@import url('blueprint.css');
@import url('lightbox.css');

/**
 * Global Tags
 */
body {
	background:#E6EFF6;
}

h1 {
	color:#3b5175;
	font:normal 1.6em/1 Arial, sans-serif;
}

h2,
h3 {
	color:#666;
	font-size:1.25em;
	font-weight:bold;
}

h2 {
	border-bottom: 1px solid #e2e2e2;
	}

h2.green {
	background: url(../images/design/h2-green.png) no-repeat left top;
	padding-left:30px;
	
}





h3 {
	font-size:1.15em;
	font-style:italic;
}

strong {
	color:#3B5175;
}

a {
	color:#3B5375;
}

.hr {
	border-color:#999;
}


/**
 * Layout styles
 */
#main {
	background:#FFF;
	margin:0 auto;
	width:710px;
	padding:0 23px;
}

#header {
	background:red url(../images/design/header_bg.png) repeat-x left bottom;
	overflow:hidden;
	padding-bottom:26px;
}

#header img {
	vertical-align:middle;
}

#branding {
	background:url(../images/design/branding.jpg) no-repeat;
	height:151px;
	position:relative;
}

#branding a {
	color:#000;
}

#branding h1 {
	height:40px;
	left:283px;
	margin:0;
	padding:0;
	position:absolute;
	top:32px;
	width:420px;
}

#branding h1 a,
#head-description a,
#head-contact a {
	display:block;
	height:100%;
}

#head-description {
	height:151px;	
	left:0;
	margin:0;
	position:absolute;
	top:0;
	width:215px;
}

#branding h1 a span,
#head-description em,
#head-contact span {
	display:none;
}

#head-contact a {
	height:15px;
	left:563px;
	margin:0;
	padding:0;
	position:absolute;
	top:109px;
	width:135px;
}

#container {
	background:#FFF url(../images/design/side.png) repeat-y;
	padding-bottom:35px;
}


/**
 * Navigation styles
 */
#nav {
	position:relative;
	text-align:right;
	width:188px;
}

#nav ul {
	border-bottom:1px solid #FFF;
	float:left;
	list-style:none;
	margin:0;
}

#nav ul li {
	border-top:1px solid #FFF;
	border-bottom:1px solid #544636;
	float:left;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin:0;
	position:relative;
	width:188px;
	zoom:1;
}

#nav ul li:hover,
#nav ul li.hover {
	background:#FFC14F;
}

#nav ul li:hover li a:hover,
#nav ul li.hover li a:hover {
	background:#FFDA92;
}

#nav ul li:hover ul,
#nav ul li.hover ul {
	display:block;
}

#nav ul ul {
	background:#FFC14F;
	display:none;
	left:188px;
	position:absolute;
	text-align:left;
	top:0;
	width:200px;
	z-index:1;
}

#nav ul ul li {
	height:auto !important;
	border-bottom:1px solid #FAEACC;
	border-top:0;
	line-height:1.5;
	width:200px;
}

#nav a {
	display:block;
	padding:0 10px;
	position:relative;
	text-decoration:none;
	zoom:1;
	z-index:2;
}

#nav ul ul a {
	cursor:pointer !important;
	padding:3px 8px;
	width:auto !important;
}

#nav #nav-home {
	border-top:0;
}

#home #nav-home,
#about #nav-about,
#residential #nav-residential,
#commercial #nav-commercial,
#green #nav-green,
#articles #nav-articles,
#request #nav-request,
#contact #nav-contact {
	background:#ffcc66;

}










/**
 * Content styles
 */
#rightcol {
	float:right;
	min-height:450px;
	padding:15px 35px 0 0;
	width:450px;
}

#ie6 #rightcol {
	height:450px;
}


/**
 * Side styles
 */
#leftcol {
	background:url(../images/design/nav.jpg) repeat-x;
	float:left;
	width:188px;
}

#leftcol a {
	color:#3B5375;
}

#logos {
	text-align:center;
	padding:15px 0;
}

#logos img {
	padding:5px;
}

.callout,
.callout * {
	zoom:1;
}

.callout {
	border:1px solid #AF8E6B;
	background:url(../images/design/callout.png) repeat-y -232px 0;
	margin-bottom:10px;
}

.callout .inner {
	padding:10px 10px 20px;
}

.callout h2 {
	color:#FFF;
	margin:0 0 0.25em;
}

.callout a {
	color:#0A3361;
}


/**
 * Footer styles
 */
#footer {
	background:#3F8F88 url(../images/design/footer.png) repeat-x;
	color:#A8CEC9;
	font-size:0.9em;
	padding:20px 4px 15px;
	text-align:center;
}

#footer p {
	margin:0;
}

#footer a {
	color:#A8CEC9;
}


/**
 * Images styles
 */
.img {
	border:0;
	margin:0.5em;
	padding:0;
	overflow:hidden;
	text-align:center;
}

.img img {
	border:0;
	margin:0 auto;
}


/**
 * 2 column unordered lists
 */
ul.column-list {
	line-height:1.1;
	list-style:none;
	margin:1.5em auto;
	width:500px;
}

ul.column-list li {
	float:left;
	width:250px;
}


/**
 * 2 column definition lists
 */
dl.column-list {
	margin:0 auto;
}

dl.column-list dt {
	clear:left;
	float:left;
	padding-right:15px;
	text-align:right;
	width:165px;
}

dl.column-list dt em {
	color:#666;
	display:block;
	font-weight:normal;
}

dl.column-list dd {
	float:left;
	margin-left:0;
	width:330px;
}

.column-list dd input,
.column-list dd textarea {
	margin-left:0;
}

.column-list dd textarea {
	height:150px;
	width:315px;
}


/**
 * Form styles
 */
form h3 {
	background:#7C1929;
	color:#FFF;
	height:1.5em;
	line-height:1.5;
	margin:1.5em 1em 1em;
	text-align:center;
}

button {
	cursor:pointer;
}

.form-buttons {
	float:right;
	padding:1em 5em;
}

.form-buttons button.submit {
	background:transparent url(../images/design/submit_white.gif) no-repeat !important;
	border:0;
	height:18px;
	padding:0;
	width:48px;
}

.form-buttons button.submit span {
	left:-9000px;
	position:absolute;
	top:-9000px;
}

.button-list {
	list-style:none;
	margin:0;
	padding:0;
}

.button-list li {
	float:left;
	margin:0;
	width:220px;
	padding:0 5px 5px 0;
}

.button-list a,
#home-monthly-special p a {
	background:url(../images/design/button.jpg) no-repeat;
	color:#FFF;
	display:block;
	font-weight:bold;
	height:31px;
	line-height:31px;
	text-align:left;
	text-decoration:none;
	text-indent:45px;
	width:220px;
}

#home-monthly-special {
	font-weight:bold;
	list-style:none;
	margin:0 0 15px;
	padding:0;
	text-align:center;
}

#home-monthly-special p {
	margin:0 0 5px;
}

#mp-callout0,
#mp-callout1,
#mp-callout2 {
	float:left;
	width:200px;
}

#mp-callout0 {
	width:220px;
}

#mp-callout1 {
	color:#5F646D;
	padding-left:15px;
}

#mp-callout2 {
	color:#E87E34;
	float:none;
	text-align:center;
	padding:0 20px;
	width:180px;
}

#home-monthly-special .mp-edit-ctrl .mp-edit-link {
	margin:0 !important;
	font-weight:normal !important;
}


/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */
form {
	width: 38em;
	margin-left: 5px;
}

form p{
	font-size: 100%;
	padding: 2px;
	margin-bottom: 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: #3b5175;
}

/* style for  labels */
label {
	float: left;
	width: 14em;
}

/* style for required labels */
	label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}

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: 170px;
	padding: 0 .25em;
	background-color: #3b5175;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}

/* * * =blockquote * * * * * * * * * * * * * * * * * * * * * * * * * * */
blockquote {
	color: #333;
	margin: 10px 10px;
	padding: 5px;
	background: #f2f2f2;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
blockquote p {
	padding-left: 10px;
}
#quote {
	width: 200px;
	font-size: 125%;
	float: right;
}
#quote p {
color: #37847d;
}
#quote blockquote {
	margin: 0;
	margin-left: 10px;
	background: none;
	border: none;
}

/* * * =coupons * * * * * * * * * * * * * * * * * * * * * * * * * * */

#coupons {
	background: #ec835e;
	margin: 5px;
	color: #fff;
	
}



