@charset "utf-8";
/* CSS Document */

/*
COLORS
ligth green:489C00
gray:2f3940 for text
light gray:8F9DA6
*/
*{
	padding:0;
	margin:0;
}
body{
	background:#ffffff url(images/page_bg_green.png) repeat-x;
	font: 1em verdana, arial, sans-serif;
	font-size:100%;
	 /*line-height:1.125em; /* 16×1.125=18 */
}
h1{
	font-size:1.2em;
	font-family: "Arial Narrow", Arial, sans-serif;
	letter-spacing:.1em;
	margin-top:5px;
	color:#2f3940;

}
p{
	font:.75em Verdana, Arial, sans-serif;
	letter-spacing:.1em;
	word-spacing:.15em;
	line-height:1.5em;
	margin-top:10px;
	color:#2f3940;
}

#wrapper{
	width:90%;
	min-width:1024px;
	max-width:1280px;
	margin-right:auto;
	margin-left:auto;
	height:100%;
}
/*--------------------------HEADER-----------------------------*/
#header{
	position:relative;
	top:0px;
	width:100%;
	height:120px;
	background-image:url(images/header_bg.png);
	background-repeat:no-repeat;
}
#headertext{
position:absolute;
right:80px;
top:0px;
z-index:900;
}
#bbb_logo{
	position:absolute; 
	top:5px; 
	right:0px;	
}
/*----------------------NAVIGATION BAR----------------------------*/
#top-nav{
	position:relative;
	clear:both;
	top:72px;
	height:40px;
	padding-bottom:4px;
	margin-left:2px;
	margin-right:2px;
	margin-top:5px;
	padding-right:5%;
	
}
#top-nav a{
	float:right;
	display:block;
	font: bold 12px verdana, arial, sans-serif;
	width:110px;
	height:44px;
	text-align:center;
	text-decoration:none;
	border-right:1px solid #fff;
	border-left:1px solid #999999;
}
#top-nav a span{display:block; margin-top:12px;}
#top-nav a, #top-nav a:link{
	color:white;
	background-image:url(images/greennav.png);
	background-position:top;
	background-repeat:repeat-x;
}
/*#top-nav a:visited {
	background-position:0px 0px;
}*/

#top-nav a:hover {	
	background-position:center;
}
#header #top-nav a.currentpage{
	background-position:bottom;
	background-repeat:repeat-x;
}

body#indexpage a#indexlink{
	background-position:bottom;
	background-repeat:repeat-x;
}
body#servicespage a#serviceslink{
	background-position:bottom;
	background-repeat:repeat-x;
}
body#nservicespage a#nserviceslink{
	background-position:bottom;
	background-repeat:repeat-x;
}
body#quotepage a#quotelink{
	background-position:bottom;
	background-repeat:repeat-x;
}
body#territorypage a#territorylink{
	background-position:bottom;
	background-repeat:repeat-x;
}
body#contactpage a#contactlink{
	background-position:bottom;
	background-repeat:repeat-x;
}
#top-nav a:active{

}

/*---------------------------------------- CONTENT-------------------------------------------*/
#content { 
	height:100%; /* works only if parent container is assigned a height value */ 
	min-height:520px;
} 
/*-------------------------RIGHT COLUMN-----------------------------*/
/*-------------WHY MSC---------------------*/
#aboutcompany{
	margin-left:485px;
	padding:15px 20px 10px 30px;
	text-align:justify;
	color:#2f3940;
}
#text{
	min-height:180px; 
	overflow:auto;
} 
#aboutcompany ul{
	font: .8em verdana, arial, sans-serif; 
	margin-top:1em;}
#aboutcompany li{
	list-style-type:square;
	list-style:outside;
	margin-left:25px;
	margin-top:.6em;
	letter-spacing:.07em;
	line-height:normal;
}
#call{
	min-width:30em;
	max-width:38em;
	margin:2em auto 2em auto;
}
#call h2{
	color:#E4001B; 
	font-size:1.4em;
	background-color:#fff;
	font-family:"Arial Black",Arial, sans-serif;
	text-align:center;
}
#call img{
	float:left;
	display:block;
	position:relative;
	padding-top:5px;
}

/*----------SERVICES/QUOTE----------------*/
#wrapper_servicesquote{
	min-width:480px;
	max-width:700px;
	margin-right:auto;
	margin-left:auto;
}
#services{
	float:left;
	width:208px;
	padding-left:6.5%;
}
#quote{
	float:right;
	width:208px;
	padding-right:6.5%;
}
#services img, #quote img{
	padding:3px;
	margin-top:10px;
	border:1px solid #b5ac88 !important;
}
#services a, #quote a{
	display:block; 
	text-decoration:none; 
	width:200px;
	font-size:.75em;
	letter-spacing:.1em;
	color:#2f3940;
	margin-top:5px;
}

/*-------------------------------LEFT COLUMN / VIDEO-----------------------*/
#video{
	margin-top:4px;
	float:left;
	width:485px;	
	padding:5px 5px 5px 10px;
	margin-right:auto;
	margin-left:auto;
	overflow:visible;

}
#videocontent{
	background-color:#222221;
	padding:5px;
	margin-left:-4px;
	width:460px;
}
#welcome{
	margin:5px 15px 10px 5px;
	text-align:justify;
	color:#2f3940;
	min-height:160px;
	vertical-align:middle;
}

/*----------------------------------------FOOTER-------------------------------------------*/
#footer{
	clear:both;
	height:180px;
	width:100%;
	background-image:url(images/footerblack.png);
	background-repeat:repeat-x;
	
}
#footer p{
	font-size:10px;
	text-align:center;
}

#footer .currentpage, #footer #bottompage a.currentpage{
	background:none !important;
	color:#fbc210;
	border-bottom:none !important;
}

body#indexpage #footer a#f_indexlink{
	background:none !important;
	color:#fbc210;
	border-bottom:none !important;
}
body#servicespage #footer a#f_serviceslink{
	background:none !important;
	color:#fbc210;
	border-bottom:none !important;
}
body#nservicespage #footer a#f_nserviceslink{
	background:none !important;
	color:#fbc210;
	border-bottom:none !important;
}
body#quotepage #footer a#f_quotelink{
	background:none !important;
	color:#fbc210;
	border-bottom:none !important;
}
body#territorypage #footer a#f_territorylink{
	background:none !important;
	color:#fbc210;
	border-bottom:none !important;
}
body#contactpage #footer a#f_contactlink{
	background:none !important;
	color:#fbc210;
	border-bottom:none !important;
}
#mini-nav{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:35px;
	text-align:center;
	color:#999;

}
#mini-nav a{
	font:bold 9px verdana, arial, sans-serif;
	text-align:center;
	text-decoration:none;
	padding-top:3px;
}
#mini-nav a, #mini-nav a:link{color:#F2F2F2;}
#mini-nav a:visited {}
#mini-nav a:hover, #bottompage a#privacy:hover {color:#fbc210;}
#mini-nav a:active{}

#bottompage{
	position:relative;
	top:45px;
	text-align:center;
	margin-top:1em;
	font-size:12px;
}

#bottompage p{margin-top:0;color:#CCC }

#bottompage a#privacy{
	display:block;
	text-align:center;
	font-size:9px;
	margin-top:10px;
	color:white;
	text-decoration:none;
}


.privacy_notice{margin-left:40px; margin-top:10px;}
.privacy_notice li{
	font-size: 0.75em;
	letter-spacing: 0.1em;
	word-spacing: 0.15em;
	line-height: 1.5em;
}
/*---------------------------------ROUND CORNERS-----------------------------------------------------*/
/*----------INDEX VIDEO CORNERS-------------*/
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#9f9778; margin:0 5px;}
.b2f {height:1px; background:#fefeea; border-right:2px solid #9f9778; border-left:2px solid #9f9778; margin:0 3px;}
.b3f {height:1px; background:#fefeea; border-right:1px solid #9f9778; border-left:1px solid #9f9778; margin:0 2px;}
.b4f {height:2px; background:#fefeea; border-right:1px solid #9f9778; border-left:1px solid #9f9778; margin:0 1px;}
.contentf {background: #fefeea; border-right:1px solid #9f9778; border-left:1px solid #9f9778; padding-bottom:10px;}
.contentf div {margin-left: 10px; padding-top:5px; }

/*----------CALL # CORNERS-------------*/
.b1c, .b2c, .b3c, .b4c{font-size:1px; overflow:hidden; display:block;}
.b1c {height:1px; background:#8F9DA6; margin:0 5px;}
.b2c {height:1px; background:#8F9DA6;  margin:0 3px;}
.b3c {height:1px; background:#8F9DA6; margin:0 2px;}
.b4c {height:2px; background:#8F9DA6; margin:0 1px; }
.contentc {background: #fff; }
.contentc div { width:20em;  margin-left:auto; margin-right:auto; height:40px;}


/* ---------- CONTACT FORM CORNERS--------------*/
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#2f3940; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#489C00; border-right:2px solid #2f3940; border-left:2px solid #2f3940; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#489C00; border-right:1px solid #2f3940; border-left:1px solid #2f3940; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#489C00; border-right:1px solid #2f3940; border-left:1px solid #2f3940; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #fefeea;}
.headh {background: #489C00; border-right:1px solid #2f3940; border-left:1px solid #2f3940;}
.contenth  { background: #fefeea; border-right:1px solid #2f3940; border-left:1px solid #2f3940; padding-top:1em; padding-left:2em;}
.contenth div {margin-left: 12px; padding-top: 2px; }

/*----------------------------------------CONTACT-------------------------------------------------------*/
#contactleft{
	width:340px;
	float:left;
	margin-top:50px;
	padding-top:20px;
	padding-bottom:30px;
	border-right:3px solid #489C00;
}
#contactleft img{
	display:block; 
	margin-right:auto; 
	margin-left:auto;
}
#contactright{
	left:350px;
	padding-top:50px;
	text-align:center;
}

#address p{ 
	padding:0; 
	margin:0;
	line-height:1.4em;
	font-size:.8em;
}
#msc{ font-size:1.3em;}
#please{
	font-size:1.3em;
	font-family: "Arial Narrow", Arial, sans-serif;
	letter-spacing:.09em;
	margin-top:2em;
}
#please span{
	font-size:1.1em !important;
	font-weight:bold;
	color:#FF7900;
}
#contactright p span{
	font-size:1.2em;
	letter-spacing:.09em;
	line-height:.1em;
}
#accesible{
	padding-top:3.5em;
	font-size:0.8em;
	font-style:italic;
	font-weight:bold;
	letter-spacing:0.09em;
	font-family: Verdana, Arial, sans-serif;
}
#content a img{border:none;}

/*---------------------------------------- QUOTE----------------------------------*/

.clear{
	clear:both;
	height:.2em;}
#form{
	width:45em;
	padding:.5em 3em 1em 3em;
	margin-top:1em; 
	margin-right:auto;
	margin-left:auto;
}

.label {
	float:left;
	margin-right:15px;
	width:11em;
	color:#2f3940;
	font-size:1em;
	font-family: "Arial Narrow", Arial, sans-serif;

}
input, textarea{
	float:left;
	color:#666666;
	width:25em;;	
}
select{
	float:left;
	color:#666;
	width:15em;
}
#sqfoot{width:15em !important;}
input{height:1.5em;}
textarea{
	font-size:1em;
	height:4em;
	margin-bottom:3em;
}
.textfieldRequiredMsg, .textfieldInvalidFormatMsg{
font-size:.7em;
border:none !important;
}

#form h2{
	padding-bottom:.5em;
	margin:0 .5em 0 1em;
	color:#fefeea !important;
	font:1em "bold Arial", Verdana, sans-serif;
}

.quotep{
	font-size:.9em;
	font-family:Verdana, Arial, sans-serif !important;
	color:#2f3940;
	letter-spacing:normal;
	line-height:1.3em;
	text-align:Justify;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding-top:1em;
}
.quotep span{
	font-weight:bold;
	font-size:1.1em;
	color:#FF7900;
}

#quotethanks{
	color:#2f3940;
	padding-bottom:1.5em;
	font-style:italic;
	padding-top:1em;	
	font-weight:bold;
	font-size:.8em;
	letter-spacing:.09em;
}
#privacypolicy{
	position:absolute;
	display:block;
	font-size:.55em;
	width:80em;
	margin-right:auto;
	margin-left:auto;
	text-align:center;

}
#requiredfields{
	clear:right;
	padding-right:2em;
	font-size:.7em;
	color:#666666;}

/*-------------SUBMIT BUTTON---------------*/
#submit{
	width:15em;
	font-family:verdana,sans-serif;
	height:1.8em;
	float:left;	
	margin-top:2em;
	
}

.thanks{
	text-align:center;
	font-size:.9em;
	font-weight:bold;
}

#overbg{
	position:fixed;
	top:130px;
	left:10%;
	right:10%;
	height:20em;
	margin-left:auto;
	margin-right:auto;	
}

#quoteimg{
	position:relative;
	height:200px;
	width:300px;
	float:right;
	top:-228px;	
	padding-right:3px;
}
/*--------------------------------------------------------SERVICES PAGE-------------------------------*/
/*--------------------SERVICES-NAV-------------------------*/
#services-nav{
	display:block;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-16px;
}
#services-nav a{
	float:left;
	display:block;
	font: bold 11px verdana, arial, sans-serif;
	width:130px;
	height:17px;
	text-align:center;
	text-decoration:none;
	padding-top:3px;
	margin-left:3px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999999;
	background-color:#fefeea;
}
#services-nav a, #services-nav a:link{
	color:#333333;
}
/*#services-nav a:visited {color:#333;}*/

#services-nav a:hover {
	background-color:#fbee81;
	border-bottom:1px solid #dfd473;
	font-size:10px;
}

#services-nav a.currentpage {
		color:#cec4aa;
}
#services-nav a:active{
/*	color:#cec4aa;*/
}
/*-----------------type of services-----------------------*/
.serviceswrapper{
	clear:left;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	margin-top:1.5em;
}
.serviceswrapper h1{
	display:block;
	width:10em;
	font-size:1.3em;
	margin-left:auto;
	margin-right:auto;

}
#serviceslist, #typesfacilities{
	float:left;
	padding-left:1em;
	padding-top:.8em;
	color:#2f3940;
}
#serviceslist{	width:50%; }
#typesfacilities{
	margin-left:2%;
	width:38%;
}

#serviceslist ul, #typesfacilities ul{
	padding-left:1em;
	padding-top:.5em;
	font-family:Arial, Verdana, sans-serif;
	font-size:.83em;
	line-height:1.3em;
	letter-spacing:.09em;
}
#services ul li, #typesfacilities ul li{

}

/*----------------services images---------------------*/
.blockwrapper{
	max-width:1000px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:4em;
	margin-bottom:2em;
	overflow:hidden;
}
.blockwrapper h3{
	text-decoration:none;
	color:#489C00;
	font-size:.75em;
	text-align:center;
	margin-top:.5em;
	font-weight:normal;
	width:125px;
}
.blockwrapper a{
	text-decoration:none; 
	cursor:pointer;
}
.blockwrapper a:hover img{
	border-width:2px !important;
}
.blockwrapper a:hover h3{
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.block{
	float:left;
	width:122px;
	height:200px;
	margin-left:1.5%;
}
.block img{
	display:block;
	padding:3px;
	background-color:#fff;
	border:1px solid #8F9DA6 !important;
	margin-left:auto;
	margin-right:auto;
}
/*------------services pages------------*/
.bigserviceimages{
	float:left;
	margin:2.5em 1em 2em 3em;
}
.servicestext{
	position:relative;
	margin-left:340px;
	text-align:justify;
	margin-right:3em;
	margin-top:2.5em;
	margin-bottom:2em;
	font-family:Arial, Verdana, sans-serif !important;

}
.servicestext h1{
	margin-bottom:2em;
	font-size:1em;


}
.servicestext h1 span{
	padding-bottom:.1em;
	border-bottom:4px solid #489C00;
	font:inherit;
}
.servicestext p{
	letter-spacing:.03em !important;
}
.servicestext p strong{
	color:#0789d0;
	font-family: Verdana, arial, sans-serif !important;
	font-size:1.1em;
}
.servicestext ul{
	font-size:0.75em;
	font-family:verdana, arial, sans-serif;
	padding-left:4em;
	padding-top:.8em;
	letter-spacing:.07em;
	color:#2f3940;
	margin-top:10px;
}
.servicestext ul li{
	line-height:1.4em;
}
.servicestextleft{ 
	float:left;
	width:50%;
}
.servicestextright{ 
	width:35%;
	float:left;
	padding-left:10%;
}
.servicestext p a{
	text-decoration:none;
	color:#2f3940;
	font-style:italic;
}
.servicestext p a:hover{
		color:#B3780D;
}
.servicestext p span{

}
.clearleft{clear:left;}

#content .currentpage{
	background-color:#fbee81 !important;
	border-bottom:1px solid #dfd473 !important;
	color:#333333 !important;
}
/*------------------------TERRITORY-------------------------*/
#mapwrapper{
	margin-left:auto;
	margin-right:auto;
	width:55%;
	padding-top:2em;
	margin-bottom:1em;
}
#map{ 
	float:left;
	padding-top:.5em;
}
#locations{
	float:left;
	margin-left:5em;
	color:#2f3940;
}
#locations ul{ 
	margin-top:0;
	padding-left:1em;
	list-style:square;
	padding-bottom:2em;
}
#acceptingcc {
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3em;
	font-weight: bold;
}

#baja_area{
	text-align:center; 
	color:#ff7900;
}

/*NEW SERVICES*/
/*HANDYMAN*/

a#display_guaranteed {position:relative; font-style:italic; text-decoration:underline;}
a#display_guaranteed span{ display:none;}

a#display_guaranteed:hover span{
	background-color:#ffffff;
	display:block; position:absolute; left:0; width:200px; padding:10px;}


