/*   
Theme Name: Genesis Theme
Theme URI: http://www.2genesis.com
Description: Genesis Building Services Wordpress Theme
Author: Brett Lieberman
Author URI: http://www.pipelinenow.com
Version: 2.0
*/

@charset "UTF-8";
/* CSS Document */

/*Global Styles*/



	* {
		margin:0;
		padding:0;
	}
	
	img a { border:none;
	outline:none;}
	
	
	body {
		background-color:#000;
		background-color:rgb(0, 0, 0);
		font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
		font-size:13px;
		line-height:21px;
		color:#CCC;
		color:rgb(204, 204, 204);}
		
	#wrapper {
		width:960px;
		height:auto;
		margin:0 auto;
		}
		
	#content {
		padding:0 10px 0 10px;
		text-align:left;}
		
	a {	color:#fff;
		color:rgb(255, 255, 255);
		text-decoration:none;}
		
	h1{
		font-size:22px;
		border-bottom:#666 dotted;
		width:auto;
		float:left;
		padding:0 20px 5px 0;
		font-weight:bold;
		text-transform:uppercase;

		}
	
	h2{
		font-size:18px;
		color:#999;
		color:rgb(153,153,153);
		font-weight:normal;
		font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
		padding:0 0 10px 0;
		margin:0;
		text-transform:uppercase;
		}
		
	h3{
		font-size:16px;
		color:#999;
		color:rgb(153,153,153);
		font-weight:normal;
		font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
		padding:0 0 5px 0;
		margin:0;
		}
		
		
	h4{	font-size:14px;
		color:#ccc;
		color:rgb(204,204,204);
		font-weight:bold;
		font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
		padding:0 0 5px 0;
		margin:0;}
	
	h5{	font-size:12px;
		color:#fff;
		color:rgb(255,255,255);
		font-weight:bold;
		font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
		padding:0 0 5px 0;
		line-height:18px;
		margin:0;}
		
	p{font-size:13px;
		line-height:21px;}
		

		
/*Section Classes*/



	.orange h1, .orange-current, .orange a{
		color:#f38f1d;
		color:rgb(243, 143, 29);}
		
		
	.white {
		color:#FFF;
		color:rgb(255, 255, 255);}
		
		
	.blue h1, .blue-current, .blue a{
		color:#4e8abe;
		color: rgb(78, 138, 190);}
	
	.blue_txt {
		color:#4e8abe;
		color: rgb(78, 138, 190);}
		
	.gray h1, .gray-current {
		color:#666;
		color:rgb(102,102,102);
		}
		
	.green h1, .green-current, .green a{
		color:#8bc43f;
		color:rgb(139,196,63);}
		
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

	

/*----------------------Header Styles----------------------*/
	
	#header {
		width:980px;
		margin-top:25px;
		height:60px;
		position:relative;
		}
		
	#logo a{
		position:relative;
		float:left;
		width:160px;
		height:45px;
		margin-left: 10px;
		display: block;
		text-indent: -5000px;
		background-image:url(images/Genesis_BS_logo.gif);
		background-repeat:no-repeat;
		}
		
	#building-services #logo a {
		background-image:url(images/Genesis_BS_logo.gif);
		background-repeat:no-repeat;
	}
	
	#pest-control #logo a {
		background-image:url(images/Genesis_PC_logo.gif);
		background-repeat:no-repeat;
	}
	
	#home-services #logo a {
		background-image:url(images/Genesis_HS_logo.gif);
		background-repeat:no-repeat;
	}

	#about-us #logo a {
		background-image:url(images/Genesis_BS_logo.gif);
		background-repeat:no-repeat;
	}
	
	#contact-us #logo a {
		background-image:url(images/Genesis_BS_logo.gif);
		background-repeat:no-repeat;
	}

		
		
	#header-divider{
		width:950px;
		border-bottom:#5c5c5c thin solid;
		}
	
	/*Navigation Styles*/
	#navigation {
		width:800px;
		display:block;
		position:relative;
		height:50px;
		float:right;
		margin-top:10px;
		color:#FFF;
		color:rgb(255, 255, 255);
		margin-right:10px;}
		
	
	#navigation ul li{
		font-family:"Trade Gothic" , "Lucida Sans Unicode", verdana, geneva, sans-serif;
		font-size:17px;
		display:inline;
		padding-left:15px;}
		
	#navigation a{
		padding-bottom:24px;}
	

/*Hover States Styles*/
		
	#navigation .home a:hover{
		color:#f38f1d;
		color:rgb(243, 143, 29);
		border-bottom:#f38f1d solid;
		border-bottom:rgb(243, 143, 29) solid;}
		
	#navigation .building-services a:hover {
		color:#4e8abe;
		color: rgb(78, 138, 190);
		border-bottom:#4e8abe solid;
		border-bottom:rgb(78, 138, 190) solid;}
		
	#navigation .pest-control a:hover {
		color:#8bc43f;
		color:rgb(139,196,63);
		border-bottom:#8bc43f solid;
		border-bottom:#rgb(139,196,63) solid;}
		
	#navigation .home-services a:hover{
		color:#f38f1d;
		color:rgb(243, 143, 29);
		border-bottom:#f38f1d solid;
		border-bottom:rgb(243, 143, 29) solid;}
		
	#navigation .about-us a:hover {
		color:#4e8abe;
		border-bottom:#4e8abe solid;}
		
	#navigation .contact a:hover {
		color:#666;
		color:rgb(102,102,102);
		border-bottom:#666 solid;
		border-bottom:rgb(102,102,102) solid;}
	
/*Active States Styles*/	

	#navigation .active-home a{
		color:#f38f1d;
		color:rgb(243, 143, 29);
		border-bottom:#f38f1d solid;
		border-bottom:rgb(243, 143, 29) solid;}
		
	#navigation .active-building-services a{
		color:#4e8abe;
		color: rgb(78, 138, 190);
		border-bottom:#4e8abe solid;
		border-bottom:rgb(78, 138, 190) solid;}
		
	#navigation .active-pest-control a{
		color:#8bc43f;
		color:rgb(139,196,63);
		border-bottom:#8bc43f solid;
		border-bottom:#rgb(139,196,63) solid;}
	
	#navigation .active-home-services a{
		color:#f38f1d;
		color:rgb(243, 143, 29);
		border-bottom:#f38f1d solid;
		border-bottom:rgb(243, 143, 29) solid;}
		
	#navigation .active-about-us a{
		color:#4e8abe;
		color: rgb(78, 138, 190);
		border-bottom:#4e8abe solid;
		border-bottom:rgb(78, 138, 190) solid;}
		
	#navigation .active-contact-us a{
		color:#666;
		color:rgb(102,102,102);
		border-bottom:#666 solid;
		border-bottom:rgb(102,102,102) solid;}
	
	
/*----------------------Footer Styles----------------------*/

	#footer-divider {
		width:950px;
		border-top:#5c5c5c thin solid;
		border-top:rgb(92, 92,92) thin solid;
		margin-left:-10px;}
		
	#spacer-65 {
		width:auto;
		height:65px;}

	#footer {
		width:960px;
		height:auto;
		font-size:11px;
		line-height:17px;
		padding-top:20px;}
		
	#footer p {
		font-size:11px !important;
		line-height:17px !important;}
		
	#footer-address {
		width:160px;
		text-align:left;
		float:left;
		position:relative;
		margin:0;
		padding:0;
		}
		
	.footer-bold {
		color:#FFF;
		color:rgb(255, 255, 255);
		font-size:11px;
		font-weight:bold;}
		
	#footer-about {
		width:625px;
		float:left;
		position:relative;
		text-align:left;
		display:inline;
		padding-left:20px;}
	
	#footer-networks {
		width:140px;
		height:auto;
		position:relative;
		float:right;
		margin-top:10px;
		
		}
		
	#footer-networks a{
		text-indent:-9999px;}
	
		
	a.linked-in{
		width:82px;
		height:20px;
		display:block;
		background-image:url(images/social_networks.gif);
		background-repeat:no-repeat;
		overflow:hidden;
		margin-top:15px;}
		
	a.linked-in {
		background-position:0px -21px}
		
	a:hover.linked-in{
		background-position:0px 0px;}
	
	
	a.facebook {
		margin-top:10px;
		width:78px;
		height:20px;
		display:block;
		background-image:url(images/social_networks.gif);
		background-repeat:no-repeat;
		overflow:hidden;}
		
	a.facebook {
		background-position:-82px -21px;}
		
	a:hover.facebook {
		background-position:-82px 0px;}
		
		
/*----------------------Main Content Styles----------------------*/


/*Bread Crumbs*/

	#bread-crumbs ul li {
		list-style:none;
		display:inline;}
		
	#bread-crumbs {
		float:right;
		width:940px;
		text-align:right;
		margin:20px 0px 0 20px;}
		
	#bread-crumbs a:hover {
		color:#FFF;
		color:rgb(255,255,255);
		text-decoration:underline;
		}

		
/*Side bar*/

	#sidebar {
		width:220px;
		height:auto;
		float:left;
		position:relative;
		margin:0 20px 40px 0px;
		background-image:url(images/side_bar_bg.png);
		padding:18px;
		}
		
				
	#sidebar ul li{
		list-style:none;
		line-height:25px;
		font-size: 15px;
		margin-left:-25px;}
		
	#sidebar a:hover{
		text-decoration:underline;
		color:#FFF;
		color:rgb(255,255,255);}
		
	#sidebar h1 {
		text-transform:none;
		margin-bottom:0;}
		
	#sidebar h2 {
		text-transform:none;
		color:#FFF;
		color:rgb(255,255,255);
		font-size:14px;
		}
		
	#sidebar .source{
		font-size:11px;}
		
		
/*Main Content*/

	#subpage-container {
		width:940px;
		min-height:520px;}
		

	
	#main-content {
		width:650px;
		min-height:480px;
		overflow:auto;
		float:right;
		padding:18px 0 0 0;}
		
	#content.subpage {
		background-image:url(images/subpage_bg.jpg);
		background-repeat:no-repeat;
		min-height:520px;
		} 
		
	#flash_intro {
		width:945;
		height:351;
		margin-left:-5px;
		margin-bottom:-5px;
		}
	
	
/*----------------------Contact----------------------*/
		#contact-form label {
			font-size:14px;
			font-weight: normal;
		}

		#contact-form input.text {
			font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
			font-size:13px;
			line-height:21px;
			height:25px;
			width: 290px;
			background-color:#eaeaea;
			background-color:rgb(234,234,234);
			-webkit-box-shadow:inset 0px 2px 3px rgb(102,102,102);
			-moz-box-shadow:inset 0 2px 3px rgb(102,102,102);
			padding: .1em;
		}
			
		#contact-form select {
			width: 290px;
			font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
			font-size: 13px;
			line-height: 21px;
			background-color: #eaeaea;
			background-color: rgb(234,234,234);
			-webkit-box-shadow:inset 0px 2px 3px rgb(102,102,102);
			-moz-box-shadow:inset 0 2px 3px rgb(102,102,102);
			padding: 5px;
		}
			
		#contact-form textarea {
			width:390px;
			height:100px;
			background-color:#eaeaea;
			background-color:rgb(234,234,234);
			-webkit-box-shadow:inset 0px 2px 3px rgb(102,102,102);
			-moz-box-shadow:inset 0 2px 3px rgb(102,102,102);
			font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
			font-size:13px;
			line-height:21px;
			padding: .1em;
		}
			
		.sf-contact-field-submit {
			background-image:url(images/send-btn.gif);
			background-repeat:no-repeat;
			text-indent:-9999px;
			width:60px;
			height:25px;
			-webkit-box-shadow:none;
			-moz-box-shadow:none;
			border:none;
			outline:none;
			display:block;
		}
			
		.sf-contact-field-submit:hover {
			background-position: 0 -25px;
			display:block;
		}
		
		.sf-contact-field {
			width: 320px;
			float: left;
			margin-bottom: 12px;
		}
		
		#sf-contact-field-00N70000002ONtj {
			width: 610px;
			clear: both;
			float: none;
		}
		
		#sf-contact-field-00N70000002ONtj textarea {
			width: 610px;
		}
			
/*----------------------Our Generation Bio Page----------------------*/		
	blockquote {
		color:#CCC;
		color:rgb(204, 204, 204);
		line-height:24px;
		background-image:url(images/side_bar_bg.png);
		padding:10px;
		border:#666 thin solid;
		border:rgb(102, 102, 102) thin solid;
		}
	
	
	.float_container {
		height:auto;
		width:inherit;
		position:relative;
		}
		
	
	
	.float_left img{
		float:left  !important;
		position:relative;
		display:inline-block;}
		
	.float_right {
		float:right;
		position:relative;
		display:inline-block;}
		
/*----------------------Home Services----------------------*/

#promotion {
	display:none;}
	
#fancy_div p{
	padding:15px;
	text-align:left;}

#fancy_div a{
	color:#f38f1d;
	color:rgb(243, 143, 29);}
	
#fancy_div a:hover{
	color:#f38f1d;
	color:rgb(243, 143, 29);}
	
a.cta_btn {
	background-image:url(images/cta_btn.gif);
	background-repeat:no-repeat;
	width:135px;
	height:50px;
	overflow:hidden;
	display:block;
	margin-left:200px;
	}
	
a:hover.cta_btn {
	background-position: 0 -50px;
	display:block;}



