@import url(reset.css);
@import url(s3slider.css);
@import url(fancybox.css);
/* 
Style Sheet for: www.vaughnmechanical.com
Written by: Dave Fox  

TOC:
---------------------
=1 globals
=2 containers
=3 masthead
=4 navigation
=5 skybox
=6 content
=7 footer 
=8 misc/hacks

*/


/* =1 globals
--------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #010101;
	font-size: 62.5%;
}
h1, h2, h3, p {
	padding-bottom: 0.8em;
}
a {
	outline: none
}
strong {
	font-style: italic;
	font-weight: normal;
}
#content {
	display: none; /*sliiiiiightly gray*/
}
/* =2 containers
--------------------------------------------*/

/* main site and contact area separated into different containers,
this is because the BG needs to be nested in a div so that the slider
effect can push the BG down with the rest of the layout */


#contactOut {
	width: 100%;
	height: 500px;
	background: #121212 url('../images/design/bg/contact_out.gif') repeat-x;
}
#contactIn {
	margin: 0 auto;
	width: 960px;
	height: 500px;
	background:url('../images/design/bg/contact_in.jpg') no-repeat;
}
#contactForm {
	padding: 80px 70px 50px 50px;
	float: left;
	width: 325px;
}
#contactForm p {
	color: #ffff00;
	font:normal 1.5em Arial, Helvetica, sans-serif;
}
#contactForm input {
	width: 315px;
}
#contactForm input.btn {
	width: 100px;
}
#contactForm textarea {
	width: 315px;
	height: 75px;
}
#contactForm ol li {
	margin: 10px 0;
}
#contactForm ol li label {
	margin: 12px 0 12px 0;
	color: #fff;
	font: normal 1.3em Arial, Helvetica, sans-serif;
}
#contactForm #errors {
	padding: 25px 25px 25px 25px;
	height: 50px;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#contactForm #errors p {
	margin: -5px;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #ff9900;
	line-height: 100%;
}
#contactList {
	padding-top: 80px;
	width: 210px;
	float: left;
}
p.formTitle {
	font: normal 12px Georgia, "Times New Roman", Times, serif !important;
	color: #121212;
}

#contactList ul {
	margin-top: 1.5em;
}
#contactList ul li {
	margin-bottom: .5em;
	font: normal 1.5em "Gill Sans MT Light", Arial, Helvetica, sans-serif;
}
#contactList ul li a:link, #contactList ul li a:visited {
	font: normal .8em Arial, Helvetica, sans-serif;
	color: #077ae7;
	text-decoration: none;
}
#contactList ul li a:hover, #contactList ul li a:active {
	text-decoration: underline;
	color: #CC0000;
}
#home #siteOut { /*home page only - see body tag id.*/
	background: url('../images/design/bg/bg.jpg') repeat-x;
	width: 100%;
}
#siteOut { /*inner pages*/
	background: url('../images/design/bg/bg_inner.jpg') repeat-x;
	width: 100%;
}
#siteIn {
	margin: 0 auto;
	width: 960px;
}
/* =3 masthead
--------------------------------------------*/

#slider {
	height: 31px;
	text-align: right;
	background: url('../images/design/bg/contact_slider.gif') no-repeat;
}
#slider a {
	margin: 8px 20px 0 0;
	float: right;
	display: block;
	width: 130px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font: normal 1.4em Rockwell, "Times New Roman", Times, serif;
	cursor: pointer;
}
* html #slider a {
	margin: 8px 10px 0 0;
}
#header {
	text-align: right;
	height: 106px;
	background: url('../images/design/bg/header.gif') no-repeat;
}
#header p {
	padding-top: 25px;
	margin-right: 45px;
	font: normal 1.6em Rockwell, Georgia, "Times New Roman", Times, serif;
	color: #b9b9b9;
}
#header p em { /*phone number*/
	font-size: 2em;
	font-style: normal;
	color: #fff;
}
/* =4 navigation
--------------------------------------------*/
#nav {
	margin-bottom: 25px;
	height: 42px;
	clear: both;
}
#home #nav {
	margin-bottom: 0;
}
#nav ul {
	list-style: none;
}
#nav li {
	float: left; /*float left to make line items horizontal*/
}
#nav li.list1 {
	background: transparent url('../images/design/bg/nav.gif');
	width: 100px;
}
#nav li.list2 {
	background: transparent url('../images/design/bg/nav.gif');
	width: 138px;
}
#nav li.list3 {
	background: transparent url('../images/design/bg/nav.gif');
	width: 155px;
}
#nav li.list4 {
	background: transparent url('../images/design/bg/nav.gif');
	width: 152px;
}
#nav li.list5 {
	background: transparent url('../images/design/bg/nav.gif');
	width: 135px;
}
#nav li.list6 {
	background: transparent url('../images/design/bg/nav.gif');
	width: 145px;
}
#nav li.list7 {
	background: transparent url('../images/design/bg/nav.gif');
	width: 135px;
}
#nav a {
	display:block;
	padding-top: 42px;
	height:0;
	overflow:hidden;
}
#nav a#item1 {
	background:transparent url('../images/design/bg/nav.gif') 0 0 no-repeat;
}
#nav a#item2 {
	background:transparent url('../images/design/bg/nav.gif') -100px 0 no-repeat;
}
#nav a#item3 {
	background:transparent url('../images/design/bg/nav.gif') -238px 0 no-repeat;
}
#nav a#item4 {
	background:transparent url('../images/design/bg/nav.gif') -390px 0 no-repeat;
}
#nav a#item5 {
	background:transparent url('../images/design/bg/nav.gif') -542px 0 no-repeat;
}
#nav a#item6 {
	background:transparent url('../images/design/bg/nav.gif') -677px 0 no-repeat;
}
#nav a#item7 {
	background:transparent url('../images/design/bg/nav.gif') -822px 0 no-repeat;
}
#nav a#item1:hover, #home #nav a#item1 {
	background-position:0 -46px;
	z-index:50;
}
#nav a#item2:hover, #about #nav a#item2 {
	background-position:-100px -46px;
	z-index:50;
}
#nav a#item3:hover, #services #nav a#item3 {
	background-position:-238px -46px;
	z-index:50;
}
#nav a#item4:hover, #products #nav a#item4 {
	background-position:-390px -46px;
	z-index:50;
}
#nav a#item5:hover, #iaq #nav a#item5 {
	background-position:-542px -46px;
	z-index:50;
}
#nav a#item6:hover, #quote #nav a#item6 {
	background-position:-677px -46px;
	z-index:50;
}
#nav a#item7:hover, #join #nav a#item7 {
	background-position:-822px -46px;
	z-index:50;
}
/* =5 skybox
-------------------------------*/
#skybox {
	position: relative;
	clear: both;
	padding-top: 25px;
	margin-top: 4px;
	height: 310px;
}
#skybox div.left {
	padding: 0 25px;
	float: left;
	width: 500px;
	height: 255px;
}
#skybox div.left h1 {
	font-size: 3.6em;
	color: #fff;
	clear: both;
}
#skybox div.left p {
	padding-bottom: 1em;
	font: normal 1.6em Rockwell, Georgia, "Times New Roman", Times, serif;
	color: #486229;
}
#skybox div.left p.alpha {
	padding: 15px;
	width: 373px;
	height: 57px;
	font:normal 1.4em Georgia, "Times New Roman", Times, serif;
	background: url('../images/design/bg/gray_alpha.png') no-repeat;
	color: #fff;
}
#skybox div.right {
	float: left;
	width: 404px;
	height: 304px;
	background: url('../images/design/bg/flash.png') no-repeat;
}
#skybox div.right img {
	margin-top: 22px;
	margin-left: 21px;
}
#skynav {
	position: absolute;
	top: -10px;
	left: 800px;
	width: 164px;
	height: 64px;
	background: url('../images/design/bg/skynav.gif') no-repeat;
}
#skynav ul {
	margin: 4px 0 0 40px;
}
#skynav ul li {
	float: left;
}
#skynav a {
	padding: 4px 0 0 7px;
	display: block;
	width: 24px;
	height: 24px;
	background: url('../images/design/bg/skynav_link_bg.gif') no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#skynav a:link, #skynav a:visited {
	text-decoration: none;
	color: #ccc;
}
#skynav a:hover, #skynav a:active {
	text-decoration: none;
	color: #999;
}
#main_top {
	background: url('../images/design/bg/main_top.png') no-repeat;
	height: 50px;
}
#main_top a {
	color: #999;
}
#main_top p { /* for breadcrumbs */
	float: left;
	padding: 1.5em 1em 0 2.5em;
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
}
#main_top p.breadcrumb { /* for breadcrumbs */
	float: left;
	padding: 1.5em 0 0 0;
	font-weight: normal;
	font-style: italic;
}
/* =6 content 
--------------------------------------------*/

#main {
	padding-right: 2px;
	float: left;
	background: url('../images/design/bg/main.png') repeat-y;
}
* html #main {
	padding-right: 0;
}
#main cite {
	font-size: 1.4em;
	font-style: italic;
	text-align: left;
	color: #252a67;
}
#main a:link, #main a:visited {
	color: #252a67;
	text-decoration: none;
	border-bottom: 1px dashed #6468a1;
	height: 10px;
}
#main a:hover, #main a:active {
	color: #95b63c;
	text-decoration: none;
	border-bottom: 1px dashed #95b63c;
}
#leftcol {
	padding: 0 25px;
	width: 600px;
	float: left;
	border-right: 1px dashed #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;

}
/* the dashed borders do not work right in ie7 so we will 
   go with a solid border with a lighter color below */
   
*+html #leftcol {
	border-right: 1px solid #e2e2e2;
}
#leftcol a.coming_soon {
	float: right;
	clear: both;
	display: block;
	height: 30px !important;
	border: none !important;
	width: 150px;
	background: url('../images/misc/coming-soon.gif') no-repeat;
	text-indent: -9000px;
}
#leftcol a.products {
	float: right;
	clear: both;
	display: block;
	height: 30px !important;
	border: none !important;
	width: 150px;
	background: url('../images/misc/learn-more.gif') no-repeat;
	text-indent: -9000px;
}
#leftcol a.toplink {
	margin-top: 15px;
	display: block;
	height: 30px !important;
	border: none !important;
	width: 150px;
	background: url('../images/misc/back_to_top.gif') no-repeat;
	text-indent: -9000px;
	float: left;
}
#leftcol div {
	width: 600px;
	float: left;
	clear: both;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
	border-bottom: 1px dashed #ccc;
}
*+html #leftcol div {
	border-bottom: 1px solid #e2e2e2;
}
#leftcol div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#leftcol h1, #leftcol h3.testimonials {
	font-size: 3.2em;
	color: #302d2d;
	font-style: normal !important;
}
#leftcol h2 {
	font-size: 1.9em;
	color: #252a67;
}
#leftcol h3 {
	font-size: 1.5em;
	font-style: italic;
	color: #666;
}
#leftcol p {
	font-size: 1.5em;
	color: #302d2d;
	line-height: 130%;
}
#leftcol p.quote-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #003366;
}
#leftcol ul {
	list-style: circle outside;
	margin: 0 0 25px 25px;
}
#leftcol ul li {
	list-style: none;
	font-size: 1.5em;
	color: #302d2d;
	line-height: 1.8em;
	background: url('../images/misc/bullet.gif') 0 8px no-repeat;
	padding-left: 25px;
}
#leftcol div.brands {
	margin-top: 20px;
	padding: 0 15px 0 15px;
	width: 255px;
	float: left;
	border-bottom: none;
	clear: none;
}
#leftcol div.brands.clear {
	border-right: 1px dashed #666;
	clear: both;
	float: left;
}
#leftcol ul.brands li {
	font-size: 1.2em;
}
#leftcol img {
	float: left;
	background: url('../images/design/bg/photo_left.gif') no-repeat;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 35px;
	padding-left: 15px;
}
#leftcol img.lifestyle {
	background: none;
	padding: 1px;
	margin: 0;
	border: 1px solid #ccc;
}
#leftcol ul.productfloat {
	float: left;
	clear: none;
	padding: 0;
	margin: 0 2.5em 0 0;
	width: 270px !important;
}
#leftcol ul.productfloat li, #leftcol ul.productfloat img {
	float: left;
	clear: both;
	background: none;
	padding: 0;
	margin: 0 0 .5em 0;
}
#leftcol ul.lifestyle {
	float: left;
	clear: both;
	padding: 1px;
	margin: 0;
	border: 1px solid #333;
}
#leftcol li.lifestyle_geo {
	width: 590px;
	height: 250px;
	background: url('../images/photos/lifestyle/geothermal.jpg') no-repeat 0 0;
	font-style: italic;
	color: #fff;
	line-height: 1em;
	padding: 0;
	caption-side:bottom;
}
#leftcol blockquote {
	margin: 15px;
	padding: 25px 15px;
	float: right;
	width: 250px;
	border-top: 2px dotted #999999;
	font-size: 1.8em;
	font-weight: bold;
	font-style: italic;
	color: #252A67;
	background: url('../images/design/bg/quote_open.gif') 0 10px no-repeat;
}
#leftcol blockquote p {
	font-size: 1em;
	background: url('../images/design/bg/quote_closed.gif') no-repeat right;
	min-height: 70px;
	height: auto !important;
	height: 70px;
}
#leftcol small {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	
}
#rightcol {
	padding: 0 26px;
	width: 255px;
	float: left;
}
* html #rightcol {
	padding: 0 27px;
}
#rightcol div {
	float: left;
	clear: both;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
}
/* Dashed border style doesn't render correctly in ie7
so we are going to use a solid border, and a lighter color to compensate. */

*+html #rightcol div {
	border-bottom: 1px solid #e2e2e2;
}
#rightcol blockquote {
	margin: 10px 10px 20px 10px;
	padding: 25px 15px 0 15px;
	float: right;
	width:100px;
	border-top: 2px dotted #ccc;
	font-size: 1.8em;
	font-weight: bold;
	font-style: italic;
	color: #252A67;
	background: url('../images/design/bg/quote_open.gif') 0 10px no-repeat;
}
#rightcol h2 {
	font-size: 18px;
	color: #252a67;
}
#rightcol blockquote p {
	clear: both;
	float: right;
	font-size: 1em;
	background: url(../images/design/bg/quote_closed.gif) no-repeat right;
	min-height: 70px;
	height: auto !important;
	height: 70px;
}
#rightcol img {
	float: left;
	clear: both;
	margin-right: 15px;
}
#rightcol img.border {
	border: 1px solid #333;
	float: left;
	margin-right: 15px;
}
#header img {
	position: relative;
	top: -20px;
	right: 0px;
	float: left;
	margin-bottom: -15px;
}
#rightcol h1, #rightcol h3 {
	font-size: 2.2em;
	color: #302d2d;
}

#rightcol p {
	padding-bottom: 1em;
	font-size: 1.4em;
	color: #302d2d;
}
#rightcol ul {
	list-style: outside none;
	margin-bottom: 10px;
}
#rightcol ul li {
	list-style: none;
	background: url('../images/misc/bullet.gif') 0 10px no-repeat;
	font-size: 15px;
	padding: .5em 0 .5em 1.6em;
	color: #302d2d;
}
#rightcol ul li em {
	margin-top: 5px;
	font-size: 9px;
}
#rightcol ul li.nested {
	background-image: none;
}
#rightcol ul li ul li {
	background: none !important;
	list-style: inside square;
}
/* =7 footer 
--------------------------------------------*/
#footer {
	clear: both;
	padding: 40px 25px 0 25px;
	background: url('../images/design/bg/footer.png') no-repeat;
	height: 135px;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
}
#footer div.footnav {
	float: left;
	width: 650px;
}
#footer div.social {
	float: right;
	clear: none;
	width: 175px;
}
#footer div.social ul li {
	float: none;
	margin-bottom: 5px;
	padding-left: 45px;
	border: none;
	height: 18px;
	color: #fff;
}
#footer div.social ul li.twitter {
	background: url("../images/design/logos/twitter.png") 10px 0 no-repeat;
}
#footer div.social ul li.linkedin {
	background: url("../images/design/logos/linkedin.png") 10px 0 no-repeat;
}
#footer div.social ul li.facebook {
	background: url("../images/design/logos/facebook.png") 10px 0 no-repeat;
}
#footer p {
	clear: left;
	font-size: 1.3em;
	color: #fff;
}
#footer p.local_search {
	display:none
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #5fa5e5;
	border-bottom: 1px dashed #fff;
}
#footer a:hover, #footer a:active {
	border-bottom: none;
}
#footer ul {
	margin-bottom: 35px;
}
#footer ul li {
	height: 10px;
	border-right: 1px solid #ccc;
	padding: 0 10px;
	font-size: 1.4em;
	float: left;
}
* html #footer ul {
	height: 0;
}
#footer ul li.first {
	padding-left: 0;
}
#footer ul li a:link, #footer ul li a:visited {
	color: #fff;
}
#footer ul li a:hover, #footer ul li a:active {
	color: #5fa5e5;
}
/* =8 misc/hacks
--------------------------------------------*/
div.scroller {
	width: 960px;
	height: 307px;
	overflow: hidden;
}
div.scroller div.section {
	width:960px;
	height:307px;
	overflow:hidden;
	float:left;
}
div.scroller div.content {
	width: 10000px;
}
/* general classes
--------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
.clearfix {
	height: 1%;
}
/* End hide from IE-mac */

div.last {
	border-bottom: none !important;
}
#poweredby {
	display: none !important;
}

.clear {clear: both}

/*---------------------------------------------------------------------------------
  GeoPro Form Link
----------------------------------------------------------------------------------*/

form#geopro_form {
	float: left;
	margin: 0 10px 10px 0;
	width: 126px;
}
/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/
