@charset "UTF-8";
html {
	background-color: #3e3e3e;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100%;
	margin-bottom: 15px;
}


img { /* kill firefox borders*/
	border: 0;
}

strong {
	font-weight: bold;
}

.container {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	word-wrap: break-word;
	position: relative;

}

.content {
	width: 840px;
	background-color: #888888;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	word-wrap: break-word;
	position: relative;
}

.contentleft {
	padding-top: 20px;
	width: 450px;
	float: left;
	margin-top: 0px;
	margin-left: 20px;
	overflow: hidden;
	display: inline;
}

.contentleft h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 21px;
	color: white;
	padding: 0px 10px;
	background-color: #3e3e3e;
	line-height: 26px;
	font-weight: bold;
}

.contentleft p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: white;
	line-height: 22px;
	margin-top: 15px;
}

.more {
	padding: 5px 5px 5px 25px;
	background-color: #e9c103;
	height: 25px;
	display: inline;
	background-image: url(../images/text.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	margin-right: 10px;
}


.more a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: black;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
}

.more a:hover {
	text-decoration: underline;
}

.quote {
	padding: 5px 5px 5px 25px;
	background-color: #e9c103;
	height: 25px;
	display: inline;
	background-image: url(../images/estimate.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}


.quote a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: black;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
}

.quote a:hover {
	text-decoration: underline;
}


.contentright {
	width: 330px;
	height: 330px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	overflow: hidden;
	display: inline;
	border: 5px solid white;
	background-color: white;
	padding-left: 4px;
	padding-top: 4px;
}



.header {
	margin-bottom: 0;
	margin-top: 0px;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
	height: 115px;
	width: 840px;
	background-image: url(../images/header.jpg);
	position: relative;
}

.header p {
	position: absolute;
	right: 70px;
	bottom: 35px;
}

.header a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: white;
	line-height: 18px;
	font-weight: bold;
}	

.header a:hover {
	text-decoration: none;
}

.footer {
	width: 805px;
	background-color: #000;
	padding: 15px 20px 15px 15px;
	margin-top: 15px;
	border-top: 1px solid #eaeaea;
}

.contactinfo {
	width: 414px;
	height: 66px;
	background-image: url(../images/addy_bkgd.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 12px 20px;
	margin-bottom: 10px;

}

.contactinfo p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: white;
	line-height: 16px;
	float: left;
	font-weight: bold;
}

.contactinfo p em {
	font-size: 11px;
	font-weight: normal;
	color: #258dc3;
	font-style: italic;
	margin-right: 10px;
}

.contactinfo a {
	color: white;
}

.contactinfo a:hover {
	text-decoration: none;
}

.last {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid white;
}


.links {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 18px;
	font-size: 11px;
	color: white;
	padding-left: 20px;
	clear: left;
}

.links a:link {
	color: white;
	text-decoration: underline;
}


.links a:visited {
	color: #dddcd9;
	text-decoration: underline;
}

.links a:hover {
	color: white;
	text-decoration: none;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.extended {
	padding: 20px 30px;
}

.extended p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 18px;
	font-size: 14px;
	color: #3a3a3a;
	margin-bottom: 20px;
}

.extended h1 {
	padding-right: 6px;
	margin-bottom: 6px;
	display: inline-block;
	padding-left: 6px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 21px;
	background-color: #0067ad;
	color: white;
	line-height: 28px;
	font-weight: bold;
}

.extended a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 18px;
	font-size: 14px;
	color: #0067ad;
	margin-bottom: 20px;
}

.extended a:hover {
	text-decoration: underline;
}


/* Form Styles */

.success {
	width: 500px;
}

.error {
	margin-top: 20px;
	color: red;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
}



form {
	text-align: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	width: 500px;
	font-size: 14px;
}

form fieldset {
	 margin-bottom: 10px;
	 margin-right: 15px;
}

form legend {
  	padding: 0 2px;
  	font-weight: bold;
  	color: #000;
}

form label {
	 display: inline-block;
	 line-height: 1.8;
	 vertical-align: top;
	 color: #000;
}

form fieldset ol {
  	margin: 0;
  	padding: 0;
}

form fieldset li {
  	list-style: none;
  	padding: 5px;
  	margin: 0;
}

form fieldset fieldset {
  	border: none;
  	margin: 3px 0 0;
}

form fieldset fieldset legend {
  	padding: 0 0 5px;
  	font-weight: normal;
}

form fieldset fieldset label {
  	display: block;
  	width: auto;
}

form em {
  	font-weight: bold;
  	font-style: normal;
  	color: #880218;
}

form label {
  	width: 150px; /* Width of labels *
}

form fieldset fieldset label {
  	margin-left: 150px; /* Width plus 3 (html space) */
}

form input:focus {
	background-color: #e4fff4;
}

form textarea:focus {
	background-color: #e4fff4;
}

