﻿@charset "utf-8";

img {border:none;}
:focus {outline: 0;}

/* -------------------------------------------------------------- 

	Clearing floats without extra markup
	Based on How To Clear Floats Without Structural Markup by PiE
	[http://www.positioniseverything.net/easyclearing.html] 
	
--------------------------------------------------------------- */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear {clear:both;}

/* -------------------------------------------------------------- 
   
   Begin sitespecific styles
      
--------------------------------------------------------------- */

body{
	background-image:url(../images/bg_gradient.jpg);
	background-repeat:repeat-x;
	background-color:#b8b8ba;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
	
h1{
	font-family:"Trebuchet MS", Arial, Verdana;
	color:#742c4c;
	font-size:24px;
	margin-top:0;
	padding-top:0;
}
	
h2{
	font-family:"Trebuchet MS", Arial, Verdana;
	color:#742c4c;
	font-size:14px;
	margin-top:0;
	padding-top:0;
}
	
h3{
	font-family:"Trebuchet MS", Arial, Verdana;
	color:#742c4c;
	font-size:14px;
	border-bottom:1px dotted #888;
	margin:0;
	padding:0;
}
	
h4{
	font-family:"Trebuchet MS", Arial, Verdana;
	color:#742c4c;
	font-size:12px;
	margin:0;
	padding:0;
}
	
a{
	color:#742c4c;
	text-decoration: underline;}
	
a:hover{color:#000;}

input.button{
	background: #000 url(../images/btn_login.gif) no-repeat;
	width:67px;
	height:23px;
	color:#fff;
	font: 14px/23px "Trebuchet MS", Arial, Verdana;
	border:0;
	padding: 0 0 2px;
	text-align: center;
	cursor: pointer;
}
input.button:hover {
}

.bold {
	font-weight: bold;
}
	
div#container{
	background-color:#fff;
	width:900px;
	border-left:1px solid #8f8f8f;
	border-right:1px solid #8f8f8f;
	margin:0 auto;
}
	
/*Top*/

div#top{
	background-image:url(../images/bg_header.jpg);
	background-repeat:repeat-x;
	padding-left:20px;
	height: 112px;
}
	
div#top_right{ float:right; padding-right:20px; margin-top:28px; width:550px;}
div#top_left{float:left; padding: 0; margin: 0; height: 112px;}
div#top_left img { padding: 0; margin: 0;}

div#login{float:right; width:220px; height:80px;}
div#login_right{float:right; text-align:left; line-height:24px;}
div#login_left{float:right; text-align:right; line-height:24px; padding: 0 3px 0 0;}

div#phonenumbers{
	float:left; line-height:20px; 
	font-family:"Trebuchet MS", Arial, Verdana;	
	font-size:12px;
	width:250px;
	text-align:right;
}

/*Navigation*/

#navlist{
	color:#fff;
	border-bottom:6px solid #742c4c;
	background-color:#000; 
	height:37px;
	width:900px;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 1em;
	clear: both;
}
	
#navlist li{
	list-style-type:none;
	margin: 0;
	padding: 0;
	float: left;
	}
	
#navlist li a{
	color:#fff;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Verdana;
	margin: 0;
	padding:13px 46px 13px;
	display: block;
	line-height: 1em;
	}
	
#navlist li a:hover{
	color:#fff;
	text-decoration:underline}
	
/* begin second-level lists */
#navlist li ul {
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style-type:none;
}
#navlist li ul li {
	background: none;
	float: none;
	text-align: left;
}
#navlist li ul a {
	border-bottom: none;
	background: none;
	padding: 6px 0 6px 20px;
	display: block;
	color: #000000;
}
#navlist li ul a:hover {
	color: #000000;
}
#navlist li:hover ul {
	left: auto;
	margin-left: 24px;
	padding: 0 0 14px 0;
	background: url(../images/dropdown_pane.png) bottom no-repeat;
	width: 170px;
}
/* end second-level lists */
	
	
/*Header*/
	
div#header{
	width:900px;
	height:294px;
	border-top:3px solid #fff;
	clear: both;
	margin: 0;
	padding: 0;
}	
	
div#subheader{
	background-image:url(../images/house.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:174px;
	border-top:3px solid #fff;
	clear: both;
}
	
div#header_content{
	background-image:url(../images/house.jpg);
	background-repeat:no-repeat;
	width:900px; 
	height:294px;
	text-align:right; 
	border:0px solid red;
}
	
div#header_top{
	padding-top:170px;
}
	
div#header_bg{
	background-image:url(../images/opacity50.png);
	border: 1px solid #cccccc;
	width:264px;
	float:right;
	margin-right:29px;
}
	
div#header_front{
	background-color:#d5d6d7;
	padding:10px;
	margin:10px;
	border:1px solid #fff;
	text-align:left;
	line-height:26px;
}
	
div#header_front a{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:18px;
}
	
div#header_shadow{
	background-image:url(../images/house_bottom.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:29px;
	border:0px solid red;
}
	
/*Content*/

div#content{ 
	background-color:#fff;
	padding:20px; 
	text-align:left;
}
div#content_left{float:left; width:520px}
div#content_right{float:right; width:300px;}

div#subcontent{
	float:right;
	width:620px;
	min-height: 300px;
}
div#content h2, div#subcontent h2 {
	margin-top: 28px;
	margin-bottom: 2px;
}
div#content .summary p {
	margin: 5px 0;
}
div#content .summary h3 {
	clear: both;
	margin-top: 14px;
}
div#content p{
	line-height: 1.3em;
	margin: 10px 0;
}

.imgleft {
	float: left;
	margin: 0 15px 12px 0;
}

/*Menu*/
	
#menu, #menu ul{
	padding: 0;
	margin: 0;
	width: 200px;
	float:left;
}
#menu li{
	list-style: none;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

#menu li a { text-decoration: none; font-size:12px; /*font-weight:bold;*/}
#menu li a:hover { color:#000;}
	
/*Footer*/
	
div#footer{
	background-color:#000;
	color:#fff;
	padding:8px;
	font-size:10px;
	border-top:6px solid #742c4c;
	line-height:20px;
}
	
div#footer a{
	color:#fff;
	text-decoration:none;
	padding:0 2px;
}
	
div#footer a:hover{
	color:#ac4271;
}
	
div#tips{width:300px; margin-top:20px;}	
div.tips_left{float:left; width:190px;}
div.tips_left p{padding-top:0; padding-left:5px; margin-top:0; margin-bottom:10px;}
div.articles{ padding-bottom:10px; width:300px;}
	
/*Shadow*/

#shadow-container {
    margin-right: 5px;
    margin-bottom: 15px;
	width:122px;
	float:right;
	padding-left:30px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;}

#shadow-container .shadow1{background: #f9f9f9;}
#shadow-container .shadow2 { background: #ececec;}
#shadow-container .shadow3 { background: #e5e5e5;}

#shadow-container .container {
    padding: 0;
	height:153px;
	border:solid 1px #d3d4d4;
	padding: 5px;
	background-color:#fff;
	font-size: 0.9em;
	text-align: center;
}	
	
.shadow-container_small {
    margin-right: 5px;
    margin-bottom: 5px;
	width:88px;
	float:left;}

.shadow-container_small .shadow2,
.shadow-container_small .shadow3,
.shadow-container_small .container {
    position: relative;
    left: -1px;
    top: -1px;}

.shadow-container_small .shadow1{background: #f9f9f9;}
.shadow-container_small .shadow2 { background: #ececec;}
.shadow-container_small .shadow3 { background: #e5e5e5;}

.shadow-container_small .container {
	height:57px;
	border:solid 1px #d3d4d4;
	padding: 5px;
	background-color:#fff;}

/* Contact Form */

form.contactform div {
	margin: 0 0 4px 0;
}
form.contactform div label {
	display: block;
	width: 150px;
	float: left;
}
form.contactform div input, form.contactform div textarea {
	border: 1px solid #ccc;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
form.contactform div input#submit {
	margin-left: 150px;
}

/*Table*/

td {
	padding: 2px 10px 2px 0;
}
#subcontent table {
	margin: 30px 0;
}

/* Inspection Order Form */

div#accordion h3, div#accordion h4 {
	clear: both;
	background: #FFFFFF;
}
div#accordion h3 {
	margin-bottom: 6px;
	padding-top: 12px;
}
div#accordion h3 span {
	font-size: 0.8em;
}
div#accordion h3.toggler {
	margin: 0 0 1px 0;
	padding: 2px 0 2px 4px;
	cursor: pointer;
	border: 1px solid #742C4C;
	color: #742C4C;
}
div#accordion h3.toggler {
	margin: 0 0 1px 0;
	padding: 2px 0 2px 4px;
	cursor: pointer;
	border: 1px solid #742C4C;
	color: #742C4C;
}
div#accordion h3.toggler:hover {
	text-decoration: underline;
}
div.fieldholder {
	float: left;
	padding: 0 10px 6px 0;
	background: #FFFFFF;
}
div.newline {
	clear: both;
}
div.fieldholder label {
	float: none;
	display: block;
	white-space: nowrap;
	background: #FFFFFF;
}
div.fieldholder label.checkbox {
	float: left;
}
div.fieldholder span.radiolabel {
}
div.fieldholder input.estimate {
	text-align: right;
	border: 1px solid #DDDDDD;
	padding: 0 2px 0 0;
}
div.fieldholder label.inline {
	width: 150px; 
	float: left;
}
div.fieldholder label span {
/* for required asterisk */
	color: #FF0000;
	font-size: 1.4em;
	line-height: 0.5em;
}
div.fieldholder span.error {
	color: #FF0000;
	font-weight: bold;
}
div.fieldholder span.warn {
	color: #330099;
}
textarea {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
span.button {
	display: block;
	background: url(../images/btn_login.gif) no-repeat;
	width: 67px;
	height: 23px;
	color: #FFFFFF;
	font: 14px/23px "Trebuchet MS", Arial, Verdana;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0 0 2px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
.order, form.contactform div input.order {
	width: 120px;
	height: 23px;
	background: url(../images/btn_120.gif) repeat-x;
	color: #FFFFFF;
	font: 14px/23px "Trebuchet MS", Arial, Verdana;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0 0 2px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
.order:hover {
	color: #FFFFFF;
	text-decoration: none;
}
form.contactform div input.payment {
	width: 240px;
	height: 23px;
	background: url(../images/btn_240.gif) repeat-x;
	color: #FFFFFF;
	font: 14px/23px "Trebuchet MS", Arial, Verdana;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0 0 2px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
p.error {
	clear: both;
	color: #FF0000;
	padding: 20px;
	border: 1px solid #FF0000;
}

/* Misc */

.alignleft {
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
}

/* Career pages */

div.career {
	width: 560px;
	margin: 0 auto 0;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: #FFFFFF url(../images/bg_header.jpg) repeat-x;
	text-align: left;
}
div.career h1 {
	background: url(../images/logo.jpg) 20px 0 no-repeat;
	margin: 0;
	padding: 130px 0 0 20px;
	font-size: 1.6em;
}
div.career p {
	margin: 0;
	padding: 20px;
	min-height: 300px;
}
p.careerfooter {
	width: 562px;
	margin: 0 auto 0;
	padding: 12px 0 0;
	background: #000000;
	min-height: 40px;
	color: #FFFFFF;
	border-top: 4px solid #742C4C;
}
p.careerfooter a {
	color: #FFFFFF;
	text-decoration: none;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
	
}
.smallerfont {
	font-size: 1.6em;
}

/* MooTools Tool Tips */
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}

