/**** Copyright 2008 RH Web Solutions - All Rights Reserved ***/

/*trouble shooting border*/
/*	border:2px solid gold;  /*!DEBUG*/
/*	border:2px solid blue;  /*!DEBUG*/
/************ color scheme **************/
/* navbar font */
/* 	color: #eff3ef; */
/* orange high contrast color used for bullets color: #ff9d33 */
/* text on gray background color: #c4cbd7; */

body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(../images/bg.gif); 
}

.home #container{
background: #323232;
}

.portfolio #container {
/*height: 1000px;*/
padding-bottom:50px;
}

a img {
	border: none;
}

a {
color:#A4D8FF;
text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#ff9d33;
}

#navbar {
	width:800px;
/*	height:36px;  */
	color: #eff3ef;
	margin: 0; 
	padding: 0;
	background-image: url(../images/menu.jpg);
	list-style-type:none;
	float:left;
	font-size: 14px;
	font-family:  Arial, Helvetica, sans-serif;	
}

#navbar li {
	line-height:30px;
	border-right: 1px solid #cccccc;
	margin:0;
	padding: 0;
	float:left;
}


#navbar a {
	float:left;
	text-decoration: none;
	display:inline;
	padding: 0 30px;
	margin: 0;
	font-weight: bold; 
	color: #eff3ef;
	line-height:30px;
	background-image:url(../images/menu.jpg);	
}

#navbar li a:link {
	font-weight: bold; 
	color: #eff3ef;
}

#navbar li a:visited {
	font-weight: bold; 
	color: #eff3ef;
}

#navbar li a:hover {
	font-weight: bold; 
	color: #eff3ef;
/*	color: #ff9d33;*/
	background-image:url(../images/menu_bg2.jpg); 	 
	
}

#navbar li a:active {
	font-weight: bold; 
	color: #eff3ef;
	background-image:url(../images/menu_bg2.jpg); 	 
	
}   
/*------you are here--------*/
.home #nav_home, .services #nav_services,.about #nav_about, .contact #nav_contact, .projects #nav_projects, .employment #nav_employment{
	color:#ffffff;/*white*/
	background-color:#ffc313; 
	background-image:url(../images/menu_bg2.jpg); 	 	
}

div#wrapper { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 0;
	margin: 0;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 0;
	margin: 0;
/*	border:2px solid white;  */
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	}

#banner{
text-align: left;
padding: 0;
margin: 0;
height: 150px; 
background: #323232 url(../images/banner_bg.jpg); 
}
#banner img{
padding: 0;
margin: 0 0 0 10px;
float:left;
}
#call_us{
	float:right;
	padding:0;
	margin:0;
	text-align:center;
}
#live_chat{
	padding:30px 0 0 40px;
  float:left;
}
	
#sidebar{
	float: right; /* since this element is floated, a width must be given */
	width: 248px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	font-size: 12px;
	margin: 0;
}
.contact #sidebar{
background:#323232;
padding-bottom: 35px;
padding-top: 23px;
width: 293px;
}
.home #sidebar{
    width: 473px;
	height: 212px;
	background: #323232 url(../images/image1.jpg); 
}
.home #sidebar2{
	float: right; /* since this element is floated, a width must be given */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	font-size: 12px;
	margin: 0;
    width: 225px;
}


#sidebar h2, #sidebar2 h2 {
	margin: 0px 30px 0 20px;
	padding: 0 0 0 0; /*top padding is to make the about h2 line up with RH WEB h1 */
}
#sidebar h3{/*for portfolio business names*/
/*	color: #a4d8ff; */
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 30px 0 20px;
	padding: 0;
	}
#sidebar h4{/*for portfolio business locations*/
/*	color: #a4d8ff; */
	color: #dddddd;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 30px 0 20px;
	padding: 0;
	}


#sidebar2 h3{
	margin: 12px 30px 0 20px;
	padding: 0; /*top padding is to make the about h2 line up with RH WEB h1 */
}

#sidebar {
	padding-top: 20px; 
	padding-bottom: 20px;
	height: auto; 
}
.home #sidebar{
	padding:0;
}
#sidebar p, #sidebar2 p {
	margin: 12px 10px 0 20px; 
	padding: 0;
	line-height:1.2;
}
#sidebar p
{
	color: #c4cbd7; /*the top font has to be a different color because of the lighter background*/
	
}
#sidebar2 p {
	margin-top: 5px;
	/*color:#b6b6b6;*/
	color:#d8d7d7;
}

.portfolio #sidebar p, .directory #sidebar p, .services #sidebar p {
	margin: 2px 30px 5px 20px; 
}

.white_h1{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	}
#home_intro .white_h1{
	font-size:16px;
	}
.blue_h1 {
   color: #46B0FF;
   font-size: 18px;
   font-weight: bold;
}

.blue_h2 {
   color: #46B0FF;
   font-size: 16px;
   font-weight: bold;
}
.blue_h3 {
   color: #46B0FF;
   font-size: 14px;
   font-weight: bold;
}
.white_h3 {
   color: #ffffff;
   font-size: 14px;
   font-weight: bold;
}
.white_h2 {
	font-size: 16px;
	color: #ffffff;
}

#mainContent{
float:left;
}

.home #mainContent2 { 
	width: 565px;
	height: auto;
	float: left;
	padding-bottom:30px;
} 
.home #mainContent{
	width: 320px;
/*	background: red;   */
	height: 800px;
	float: left;
	height: 212px;
	margin: 0;
	padding: 0;
	background: #323232;
}
#home_intro{
	margin: 15px 20px 0px 30px;
	padding:0;
}

#mainContent{
	width: 443px;
	padding: 20px 30px 20px 30px;
}

/*#bottom{
padding-bottom: 25px;
background: #000000;
}
*/

#mainContent h1,#mainContent h2, #mainContent2 h2{ 
	text-align: left;
	padding: 0;
/*	margin: 0px 25px 0 50px;  */
}

#mainContent h2{
	margin-top: 20px; 
	} 
.services #mainContent h2{
	margin-bottom: 0px;
}

#mainContent p, #mainContent2 p{
	text-align: left;
/*	margin: 12px 50px 0 50px; */
	padding: 0px; 
	font-size: 12px;
	line-height: 1.3;
	margin: 5px 0 0 0;
}
#mainContent p{
	color: #D8D7D7; /*the top font has to be a different color because of the lighter background*/
}
.home #mainContent p{
	color:#C4CBD7;
}

.home #mainContent2 p{
color:#d8d7d7;
margin:10px 10px 10px 30px;
}

.services #mainContent p{
	margin-top: 5px;
	color:#d8d7d7;
	}
.services ul{
padding:10px 10px 0 10px;
margin:0;
color:#d8d7d7;
list-style:none;
font-size:12px;
line-height:1.3;
}

#mainContent2 p{
	color: #b6b6b6;
}
#services{
	width: 300px;
	float: left;
	background: #000000;
	padding-top: 20px;
}

#services2{
	padding-top: 20px;
}

#services h2 {
	margin-left: 30px;
	margin-bottom:10px;
}
#services img{
	margin: 20px 20px 20px 30px;
	}

#services2 ul{
	color: #b6b6b6;
	text-align: left;
	margin: 10px 0 0 20px; 
	padding: 0px; 
	font-size: 12px;
	line-height: 1.5; 
	list-style-type: none;
}

#services2 .view_more a{
	margin-left:30px;
}
#services2 a{
	text-decoration:none;
}
		
#services2 a:hover {
	/*font-weight: bold;*/
	/*color: #000;*/
	color: #ff9d33;
	text-decoration: underline;
}
#services2 li { 
	padding-left: 10px;
	margin-bottom: 3px;
	background: url(../images/bullet.png) left center no-repeat 
}
#projects{
	float: right;
	width: 225px;
	padding: 20px 0 0 0px;
	background: #000000;
/*	border:2px solid blue;	*/
}
#projects h2{
	margin: 0;
	padding: 0; 
	}

#projects img{
margin: 15px 0 0 0;
border: 1px #b6b6b6 solid;
}
#news{
	padding-top: 20px;
	padding-bottom:10px;
	/*border:2px solid blue;	*/
}

div#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#666666;
	color:#000000;
	text-align:center;
	font-size: 12px;
} 
#footer a{
	color:#000000;
	
}

div#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.style_bold{
font-weight: bold;
}
.style_bold_grbk{
font-weight: bold;
color: #ced1d6;
font-size: 14px;
}


.style_blue_bold{
font-weight: bold;
color: #46B0FF;
}

.project_caption {
margin: 10px 10px 10px 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#d8d7d7;
width: 210px;
}

.view_more a{
display: block;
padding-left: 15px; 
margin: 10px 0 0 0px;
color: #ff9d33;
font-size: 12px;
text-decoration: none;
font-weight: bold; 
background: url(../images/arrow.png) left center no-repeat ;
}

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

.view_more_gray a{
margin: 5px 0 0 30px;
color: #ff9d33;
font-size: 10px;
text-decoration: none;
font-weight: bold; 
}

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



.services_h2{
	color: #a4d8ff;
	font-size: 14px;
}

.contact_us{
	color: #ff9d33;
	font-size: 16px;
	font-weight: bold; 
	text-align: center;
	margin: 20px 0 5px 0px;
	background: #000000;
	line-height:1.2;
}
#contact_us p{
  color:#B6B6B6;
  font-size: 16px;
  margin: 20px 0 5px 0px;
  line-height:1.2;
}

.contact_us a{
	color: #ff9d33;
	font-size: 16px;
	font-weight: bold; 
	text-decoration: underline;
}
.contact_us a:hover {
	text-decoration: underline;
	}

.thanks{
font-size:12px;
color: #ffffff;
}

.thanks p {
padding-left:50px;
padding-bottom:500px;
}

.misc #wrapper{
	background:#dddddd;
	color:#000000;
	font-size: 12px;
}
.misc a{
	color:#336699;
}
.misc p{
	padding:0 30px;
}

.misc h1{
	padding: 30px 0 10px 0;
}

.form_error{
font-size:12px;
color: #ff9d33;
margin-left: 50px;
}
.portfolio_img{
	width: 250px;
	height: 250px;
	float: left;
	background: #000000;
	margin: 0 ;
	padding: 0;
}
.portfolio_img img{
	border: 1px #b6b6b6 solid;
	width: 250px;
	height: 250px;
	}
	/*
.portfolio_img a:hover img,.portfolio_img a:active img,.portfolio_img a:focus img {
width: 400px;
height: 400px;
left: -20px;
top: -20px;
z-index: 1;
border: 1px #b6b6b6 solid
}
*/
.portfolio_desc{
	float: right;
	width: 225px;
	margin: 0 ;
	text-align: left;
	padding: 0px; 
	font-size: 12px;
	line-height: 1.3;
	color:#d8d7d7;
}

.portfolio_entry{
	margin: 0px 0;
	/*height: 250px; */
	position: relative;
	width: 500px;
	margin-bottom:40px;
}
.portfolio_testimonial{
padding-top:10px;
font-style:italic;
}

.portfolio h1{
	margin-bottom:5px;
	}
/*.contact{
padding: 0px 0 0 50px;
background: #000000;
height: 800px;
width: 473px;
}
*/

.contact h1{
margin-bottom: 20px;
margin-top: 20px;
}
.contact_us #wrapper{
background: #000000;
}
#contact_us{
float: left;
width: 410px;
padding-left: 50px;
}
#contact_address{
color: #A4D8FF;
font-size: 12px;
font-weight: bold;
float: left;
width: 200px;
margin-left:15px;
padding-top: 10px;
}
#contact_img{
float: left;
border: 1px #b6b6b6 solid;
padding: 0;
background: #b6b6b6;
}

.contact h2{
font-size: 12px;
padding: 0;
margin: 0;
margin-bottom: 15px;
color: #ffffff;
}
.contact form{
	margin: 30px 0 30px 50px;
	padding: 30px 0 30px 30px;
	color: #b6b6b6;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #5f5858;  
	width: 635px;
	}

.contact_required {
color: #ff9d33;
font-size: 12px;
font-weight: bold;
}
.form_output{
margin-top: 50px;
}
.form_button{
margin-top: 20px;
}

.radio_buttons{
margin-bottom: 10px;
}

.mockup_img{
	margin: 5px 30px 5px 30px; 
	border: 2px #b6b6b6 solid;
	height: auto;
	width: 75px;
	}
	
.about #mainContent ul{
	color: #d8d7d7;
	font-size:12px;
	padding:0;
	margin:10px 10px 30px 10px;
}
.about #mainContent ul li{
	color: #d8d7d7;
	font-size:12px;
	padding:0;
	margin:10px;
}
.about img.nvcc{
	width:150px;
	margin-left:10px;
}
.about #mainContent p.nvcc{
	padding:5px 10px;
	width:200px;
}
.about .main_txt{
	color:#d8d7d7;
	/*width:250px; */
	line-height:1.2;
	width:380px;
	float:left;
	padding-top:5px;
	}

.about img.main_img{
	float:left;
	padding:0;
	margin:10px 15px 5px 0px;
}
.about #main_img img{
	border: 1px #b6b6b6 solid;
}


.news h3{
	padding-top:10px;
}
.news p{
	padding-bottom:10px;
}
.seo_link{
text-decoration:none;
}
.portfolio_desc .seo_link{
color:#d8d7d7;
}
#mainContent p.blue{
color:	#A4D8FF;

}
.element{
padding:0;
display:block;
}
.long_form label{
line-height:1.5;
}

.backlink{
	text-align:center;
	font-size:10px;
}
.backlink a{ 
	text-decoration:none;
	color:#000000;
	}
.indent{
	padding-left:3.5em;
}
body.directory {
color:#C4CBD7;
}

.directory #mainContent p{
	font-size:14px;
	line-height:1.0;
}

.directory{
font-size:14px;
}
.directory ul{
list-style:none;
line-height:1.3;
margin:0;
padding:10px 0 10px 0;
color:#a4d8ff;
}
.directory #tip {
	background-color: #323232;
	margin:20px 0px;
	padding:15px;
}

.directory #tip h3{
	color:#ffffff;
	padding-bottom:10px;
}
.directory #tip h4{
	color:#a4d8ff;
	font-size:14px;
	padding:15px 0 0 0;
	margin:0;
}
.portfolio #sidebar h3{
	font-weight: bold;
	color: #46B0FF;
}
.makeovers #mainContent h2{
	padding-bottom:10px;
}
#login{
margin:30px;
color:#ffffff;
font-size:14px;
}
#login h2{
font-size:16px;
}
#loginForm{
	color:#dddddd;
	margin:30px;
}
#newUserForm{
	color:#dddddd;
	margin:30px;
}
.customer{
		color:#dddddd;
		}	
.customer p{
padding:5px 30px 10px 30px;
margin:0;
line-height:1.4;
}
#notices{
color:#ffffff;
background-color:#444444;
margin:0 30px;
padding:15px;
}


#utility_page h1{
margin-left:50px;
}

.contact p.utility{
color:#dddddd;
margin:50px;
font-size:18px;
}

.blue_bold{
	color: #46B0FF;
	font-weight:bold;
}
.rank{
	font-weight:bold;
}
.home #mainContent p.white{
	color:#ffffff;
}
.home p .seo_link{
	color:white;
}
.portfolio #mainContent p.info{
	padding:0px 0 15px 0;
	margin:0;
}
.directory ul.links li{
float:left;
padding:0 10px 0 0;
}
.directory ul.links li a{
text-decoration:none;
}

.directory h1.links{
	margin-top:20px;
	font-size:16px;
}
#banner h1{
margin:0;
padding:0;
color:#ffffff;
font-size:18px;
}
#banner h2{
margin:0;
padding:0;

color:#ffffff;
font-size:18px;
}

.home #home_intro h2{
padding:5px 0 0 0;
margin:0;
font-size:12px;
color:#ffffff
}
.home .seo_link{
color:#ffffff;
}
#wrapper #ads{
	position:absolute;
	/*left:-9999px;*/
	color:#333333;
	background-color:#666666;
	font-size:10px;
	text-align:center;
}
#wrapper #ads p{
	text-align:center;
}
#wrapper #ads a{
color:#333333;
text-decoration:none;
}
strong{
font-weight:normal;
}
#home_intro h2.white strong{
font-weight:bold;
}
#border{
	line-height:7px;
	background-image:url(../images/menu_border.jpg); 
}

.small_link{
font-size:12px;
color:#aaaaaa;
}
#cust_heading{
	padding:10px 0 20px;
	float:left;
}
#cust_heading h1{
	float:left;
}
#cust_heading #menu_button{
	float:left;
	padding:8px 10px 0px 25px;
}


img.menu_button{
padding-top:20px;
padding-left:10px;
}

.home #sidebar2 h3{
color:#ffffff;
font-size:14px;
}
.tips h2{
color:#ffffff;
font-size:16px;
}
.bold{
font-weight:bold;
}
.contact p.noreferal{
	color:#ffffff;
	padding:5px 0px 50px 50px;
}
#quote_button{
	margin: 20px 0 20px 20px;
}
.tips #mainContent{
	width:600px;
}
.tips ul{
	color: #D8D7D7;
	font-size:12px;
	margin:20px 0 0 15px;
	padding:0;
	line-height:1.3;
}
.tips ul li{
	padding:0 0 10px 0;
	margin:0;
}
.tips #mainContent p{
	font-size:14px;
}

h1 a{
text-decoration:none;
}

h1 a:hover{
text-decoration:none;
}

h2 a{
text-decoration:none;
}
h2 a{
text-decoration:none;
}
form.google_checkout{
	padding:0 0 5px 0;
}
#newsletter_form{
padding:10px 0 0 30px;
}

#twtr-profile-widget{
padding:10px 0 10px 20px;
}

#twtr-profile-widget p{
color:#444444;
}
a.services_link{
text-decoration:underline;
font-size:16px;
}
