@charset "utf-8";
/* CSS Document */

/*******************************************************************
** GLOBAL STYLES ***************************************************
*******************************************************************/
body{
	background: #253E19;
	font-family:sans-serif;
	color: #333333;
	font-size:0.80em;
	margin:0px;
}
#bodyWrapper{
	width:960px;
	margin:0px auto;
	background:#FFFFFF;
}
/*******************************************************************
** HEADING STYLES **************************************************
*******************************************************************/
h1{
	color:#253E19;
	font-size:1.3em;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:normal;
}
/*******************************************************************
** LINKS STYLES ****************************************************
*******************************************************************/
a:link, a:active, a:visited{
	text-decoration:none;
	color:#006600;
}
a:hover{
	color:#000000;
}
/*******************************************************************
** HEADER STYLES ***************************************************
*******************************************************************/
#header{
	background:#748f46;
	width:100%;
	height:150px;
}
#logo{
	background:url(../images/logo2.jpg) no-repeat;
	width:245px;
	height:82px;
	float:left;
	margin:37px 0px 0px 35px;
}
#tabs{
	width:462px;
	height:40px;
	float:right;
}
a.tab, a.tab:active, a.tab:visited{
	background:url(../images/heading_tabs_bg.jpg);
	width:139px;
	height:33px;
	line-height:30px;
	text-align:center;
	color:#FFFFFF;
	text-transform:uppercase;
	margin-right:15px;
	display:block;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
}
a.tab:hover{
	background-position:0px -33px;
}
a.tabActive, a.tabActive:active, a.tabActive:visited{
	background:url(../images/heading_tabs_bg.jpg);
	background-position:0px -33px;
	width:139px;
	height:33px;
	line-height:30px;
	text-align:center;
	color:#FFFFFF;
	text-transform:uppercase;
	margin-right:15px;
	display:block;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
}
#slogan{
/*
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:1.50em;
	color:#efede8;
	letter-spacing:1px;
	width:450px;
*/
	margin:59px 0px 0px 50px;
	float:left;
}
/*******************************************************************
** LEFT MENU STYLES ************************************************
*******************************************************************/
#LeftMenu{}
#LeftMenu ul{
	margin:0px;
	padding:0px;
}
#LeftMenu li{
	margin-bottom:10px;
	margin-left:10px;
	margin-right:15px;
}
.LeftMenuItem, a.LeftMenuItem, a.LeftMenuItem:active, a.LeftMenuItem:visited{
	list-style-image:none;
	color:#739747;
}
.LeftMenuItem:hover{
	list-style-image:none;
	color:#83abc4;
}
.LeftMenuItemActive, a.LeftMenuItemActive, a.LeftMenuItemActive:active, a.LeftMenuItemActive:visited{
	list-style-image:url(../images/bullet_blue.png);
	color:#83abc4;
}
/*******************************************************************
** CONTENT STYLES **************************************************
*******************************************************************/
#contentWrapper{
	padding:25px;
}
#contentWrapper3{
	padding:25px;
}
#contentWrapper table td{
	font-size:.9em;
	line-height:1.3em;
}
#contentWrapper table td h1{
	font-size:1.5em;
	margin-top:0px !important;
	padding-top:0px !important;
}
#contentWrapper img{
	padding:2px;
	border:1px solid #CCC;
}
#contentWrapper2 img{
	padding:0px;
}
#contentWrapper3 img{
	padding:2px;
}
#contentWrapper table{
	margin-top:25px;
}
#contentTabs{
	border-bottom:1px solid #253E19;
	padding-bottom:11px;
	margin-bottom:5px;
}
#contentTabs2, #contentTabs3{
	font-size:12px;
	padding:4px 0px 0px 0px;
	color:#253E19;
	/*background:url(../images/contentwapper_arrow.png) no-repeat;*/
}
#contentTabs a, #contentTabs a:visited{
	text-transform:uppercase;
	color:#739747;
	font-size:12px;
	margin-right:15px;
}
#contentTabs a:hover{
	color:#253E19;
}
#contentTabs2 a:link, #contentTabs2 a:visited{
	color:#253E19;
	font-size:12px;
	margin-right:15px;
}
#contentTabs2 a:hover{
	border-bottom:1px solid #253E19;
	color:#253E19;
}
a.contentTabActive, a.contentTabActive:active{
	text-transform:uppercase;
	color:#253E19;
	font-size:12px;
	margin-right:15px;
}
#contentTabs2 a.contentTabActive, #contentTabs2 a.contentTabActive:active{
	color:#253E19;
	margin-right:15px;
	border-bottom:1px solid #253E19;
	text-transform:none;
}

#contentTabs a.contentTabActive, #contentTabs a.contentTabActive:active{
	color:#253E19;
	margin-right:15px;
}

#contentFooter{
	background:#ACB596;
	height: 110px;
	
}

.test{
	padding: 22px;
	text-align: center;
	font-weight:bolder;
	line-height:22px;
	font-size:14px;
	color:#253E19;
}

.name{
	font-size:12px;
	padding-left: 5px;
	font-style: italic;
	}

#contentFooter img{
	padding-right: 22px;
	float: left;
}


/*******************************************************************
** RIGHT MENU STYLES ***********************************************
*******************************************************************/
.right-menu{
	background:#c7d2ba;
	border-left:1px solid #c7d2ba;
	padding-top:15px;
}
.Aboutus{
	background:url(../images/about_us.jpg) no-repeat;
	height:33px;
	width:137px;
	display:block;
	margin-bottom:10px;
}
.AboutusActive, .Aboutus:hover{
	background:url(../images/aboutus_bg.jpg) no-repeat;
	/*background-position:0px -49px;*/
	height:33px;
	width:137px;
	display:block;
	margin-bottom:10px;
}
.ResidentialServices{
	background:url(../images/residential_services.jpg) no-repeat;
	height:45px;
	width:137px;
	display:block;
	margin-bottom:10px;
}
.ResidentialServicesActive, .ResidentialServices:hover{
	background:url(../images/residential_services_bg.jpg) no-repeat;
/*background-position:0px -49px;*/
	height:45px;
	width:137px;
	display:block;
	margin-bottom:10px;
}
.CommercialServices{
	background:url(../images/commercial_services.jpg) no-repeat;
	height:45px;
	width:137px;
	display:block;
	margin-bottom:10px;
}
.CommercialServicesActive, .CommercialServices:hover{
	background:url(../images/commercial_services_bg.jpg) no-repeat;
	/*background-position:0px -49px;*/
	height:45px;
	width:137px;
	display:block;
	margin-bottom:10px;
}
/*******************************************************************
** RANDOM QUOTE STYLE **********************************************
*******************************************************************/
#randomWrapper{
	margin-top:35px;
	margin-bottom:-5px;
}
#random{
	color:#253E19;
	font-size:11px;
	font-size:1.0em;
	line-height:1.5em;
}
#randomi{
	color:#253E19;
	font-size:11px;
	font-size:1.0em;
	line-height:1.5em;
	padding: 20px 15px 0px 15px;
}
/*******************************************************************
** TIPS MODULE *****************************************************
*******************************************************************/
#tipsWrapper{}
#tipsTip{
	padding:0px 15px;
}
#tipsImage{}
#button_tip_add{
	background-color:#efefef;
	border:1px solid #CCCCCC;
	padding:4px 10px 4px 8px;
	font-weight:bold;
	display:block;
	width:120px;
}
#button_tip_add:hover{
	background-color:#87a866;
	color:#FFFFFF;
}

#button_tip_add img{
	background:none;
	border:none;
	margin-bottom:-5px;
	padding-right:6px;
}
.button_tip_edit{
	background-color:#efefef;
	border:1px solid #CCCCCC;
	padding:4px 0px;
	display:block;
	width:40px;
	text-align:center;
	float:left;
	margin:0px 4px 4px 0px;
	font-size:11px;
	font-weight:bold;
}
.button_tip_edit:hover{
	background-color:#87a866;
	color:#FFFFFF;
}
.button_tip_delete{
	background-color:#efefef;
	border:1px solid #CCCCCC;
	padding:4px 0px;
	display:block;
	width:55px;
	text-align:center;
	float:left;
	color:#CC0000 !important;
	margin:0px 10px 4px 0px;
	font-size:11px;
	font-weight:bold;
}
.button_tip_delete:hover{
	background-color:#87a866;
	color:#FFFFFF !important;
}
/*******************************************************************
** FOOTER STYLES ***************************************************
*******************************************************************/
#footer{
	color:#ACB596;
	font-size:0.70em;
	width:960px;
	margin:0px auto;
	padding:10px;
}
#footer a, #footer a:active, #footer a:visited{
	color:#FFFFFF;
}
#footer a:hover{
	color:#ACB596;
}
.footerNav{
	color:b1b1b1;
	border-right:1px solid #999999;
	padding:0px 8px;
}
/*******************************************************************
** FORM STYLES *****************************************************
*******************************************************************/
.asterisk{
	color:#CC0000;
	padding-right:4px;
}
#contact{
	width: 180px;
	display: inline;
	float: left;
}
#email{
	display: inline;
	position: relative;
	width: 450px;
	float: right;
	vertical-align: top;
}
#emailform{}
#emailform input{
	background:none;
	border:none;
	width:210px;
	height:29px;
	line-height:27px;
	font-size:0.90em;
	color:#333333;
}
#emailform textarea{
	background:none;
	border:none;
	height:138px;
	overflow:hidden;
	font-size:0.90em;
	color:#333333;
}
#emailform .textarea{
	background:url(../images/textarea_bg.png) no-repeat;
	height:92px;
	padding:6px;
}
#emailform .textfield{
	background:url(../images/textfield_bg.png) no-repeat;
	height:29px;
	padding:0px 0px 0px 8px;
	line-height:29px;
}
#emailform .button{
	background:url(../images/submit_button_bg.png) no-repeat;
	background-position:0px -27px;
	height:27px;
	width:72px;
	font-weight:bold;
	font-size:0.90em;
	color:#FFF;
}
#emailform .button:hover{
	background-position:0px 0px;
	cursor:pointer;
	color:#FFF;
}
