/* ----------------------------------- */
/* GLOBAL
/* ----------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html, body {
	height: 100%;
	font: 14px Arial, Helvetica, sans-serif;
	background: #303030 url(/_images/bg.gif) top repeat-x;
	margin:0;
	color: #666;
}
a:link, a:visited {
	color: #c00;
	text-decoration:underline;
}
a:hover {
	color: #666;
	text-decoration:underline;
}
li {
	list-style: none;
}
h1 {
	font-size:14px;
	color:#c00;
}
h2 {
	font-size:16px;
	color:#c00;
}
.error {
	border: solid 1px #c00;
	background:#FFFFCC;
	width:750px;
	height:30px;
	padding-top:4px;
}
hr {
	width: 100%;
	border: 0;
	background:#666;
	height:1px;
	clear:both;
	margin: 20px 0 20px 0;  /* top right bottom left*/
}
img {
	border:none;
}
/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#container {
	width: 950px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}
#header {
	background:url(/_images/header_bg.gif);
	height: 200px;
	width: 950px;
}
#header img {
	float: left;
}
#footer {
	width: 950px;
	clear:both;
	color:#999;
	font-size:12px;
	margin: 0 auto;
}
#footer p {
	margin: 10px 0 10px 0;  /* top right bottom left*/
}
#footer .left {
	float: left;
	width:400px;
}
#footer .right {
	float:right;
	text-align:right;
	width:530px;
}
#footer a:link, a:visited {
	color: #999;
	text-decoration:none;
}
#footer a:hover {
	color: #fff;
	text-decoration:none;
}
/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu-left {
	float:left;
	width:335px;
	height: 40px;
	margin-top:100px;
}
#menu-left ul {
	background: url(/_images/menu-left.gif) 0 0 no-repeat;
	width: 335px;		/* Width of entire image */
	height: 40px;		/* Height of buttons */
	margin: 0;
}
#menu-left span {
	display: none;
}
#menu-left li, #menu-left a {
	height: 40px;		/* Each button must have the same height, define it here */
	display: block;
}
#menu-left li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}
/* Child lists and links */
#menu-left .headlink ul {
	display: none;
	text-align: left;
	background:none;
}
#menu-left li.headlink:hover ul {
	display: block;
	margin-left:8px;
	font-size:16px;
	font-weight:bold;
}
#menu-left li.headlink ul li a {
	padding: 5px;
}
#menu-left li.headlink ul li a:hover {
	background:none;
}
/* Pretty styling */
#menu-left a {
	color: #AAA;
	text-decoration: none;
}
#menu-left a:hover {
	color:#C00;
	text-decoration: none;
}
/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-commercial {
	width: 155px;
}
#menu-residential {
	width: 180px;
}
/* Changed values should match sum of "width" numbers specified above */ 
#menu-commercial a:hover {
	background: transparent url(/_images/menu-left.gif) 0px -40px no-repeat;
}
#menu-residential a:hover {
	background: transparent url(/_images/menu-left.gif) -155px -40px no-repeat;
}
#menu-right {
	float:left;
	width:335px;
	height: 40px;
	margin-top:100px;
}
#menu-right ul {
	background: url(/_images/menu-right.gif) 0 0 no-repeat;
	width: 335px;		/* Width of entire image */
	height: 40px;		/* Height of buttons */
	margin: 0;
}
#menu-right span {
	display: none;
}
#menu-right li, #menu-right a {
	height: 40px;		/* Each button must have the same height, define it here */
	display: block;
}
#menu-right li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}
/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-contact {
	width: 155px;
}
#menu-about {
	width: 180px;
}
/* Changed values should match sum of "width" numbers specified above */ 
#menu-contact a:hover {
	background: transparent url(/_images/menu-right.gif) 0px -40px no-repeat;
}
#menu-about a:hover {
	background: transparent url(/_images/menu-right.gif) -155px -40px no-repeat;
}
/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#content {
	margin:10px 0 10px 0;
	width:950px;
}
#content p {
	margin:10px;
}
#content h1 {
	font-size:24px;
	color:#c00;
	margin:10px;
}
#content h2 {
	font-size:16px;
	color:#666;
	margin-left:10px;
}
#box-left {
	background:#202020;
	width:470px;
	float:left;
	min-height:450px;
}
#box-left img.btn {
	margin:10px;
}
#box-right {
	background:#202020;
	width:470px;
	float:right;
	min-height:450px;
}
#box-right .certimg {
	margin-right:5px;
}
#box-content {
	background:#202020;
	width:950px;
}
#box-content table {
	margin:10px;
}
.aboutimg {
	margin:10px;
	border:solid 3px #000;
}
/* ----------------------------------- */
/* FORM
/* ----------------------------------- */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font:100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 425px;
	max-width: 450px;
	width: 450px;
	margin: 10px 10px 10px 10px;  /* top right bottom left*/
}
form fieldset {
 / * clear: both;
note that this clear causes inputs to break to left in ie5.x mac, commented out */ border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}
form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 100px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left *//* be careful with padding, it'll shift the nice offset on top of border  */
}
form input, select, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:270px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	border: 1px solid #666;
	background:#333;
	padding:4px;
	color:#666;
}
form .radio {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	border: none;
	background:#ebebeb;
}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
textarea {
	overflow: auto;
}
form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
form .button {
	margin-left:120px;
	width: 110px;
}
.required {
	color:#c00;
}
