/*Tabula Rasa*/
* { 
	margin:0;
	padding:0;
	}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	}

ul {
	margin-left:30px;
	}
	
h1, h2, h3 {
	color:#f0bb2f;
	font-size:18px;
	margin:6px 0 8px;
	}
		
p {
	margin:4px 0 8px;
	font-size:13px;
	line-height:1.5em
	}
	
.text2 {
	font-size: 12px;
	line-height: 11px;
	color: gold;
	position: relative;
	font-weight: bold;
	top: 515px;
	left: -375px;
	text-decoration: none;
	text-transform: uppercase;
}
.text2:hover {
	color: #33CCFF;
}
	
.img_rt {
	margin:0 0 10px 15px;
	float:right;
	}
	
#containerLanding {
	background: url(/images/LandingPage2.jpg) no-repeat;
	position:relative;
	width:753px ;
	height:557px;
	margin:0 auto;
	}
	
#containerLanding p {
	color:#fff;
	font-size:14px;
	}

#residText {
	position:absolute;
	width:480px;
	top:360px;
	left:45px;
	}
	
#residText h1 {
	color:#f0bb2f;
	font-size:18px;
	}
	
#residText p {
	line-height:1.5em;
	font-size:16px;
	}
	
#commerText {
	position:absolute;
	width:159px;
	top:366px;
	left:566px;
	}
	
#commerText p {
	line-height:1.5em;
	font-size:16px;
	}
	
#commerText h1 {
	color:#f0bb2f;
	font-size:18px;
	}
	
#Residential {
	display:block;
	width:550px;
	height:548px;
	float:left;
	border:# #00FF00 1px solid;
	text-decoration:none;
	}
#Commercial {
	display:block;
	width:185px;
	height:548px;
	float:left;
	text-decoration:none;
	}	
	
#more1 {
	position:absolute;
	width:116px;
	height:18px;
	top:509px;
	left:392px;
	padding:4px 2px;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	border:#FFF 1px dotted;
	}
	
#more2 {
	position:absolute;
	width:116px;
	height:18px;
	top:509px;
	left:577px;
	padding:4px 2px;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	border:#FFF 1px dotted;
	}

#more2:hover, #more1:hover {
	color:#000;
}

	
.moreres a:hover {
	background-color:#ecd900;
	color:#000000;
	}
	
.morecom a {
	color:#FFFFFF;
	padding:2px 43px;
	text-decoration:none;
	font-size:12px;
	}
	
.morecom a:hover {
	background-color:#ecd900;
	color:#000000;
	}


#Bnav {
	color:#666666;
	}
#Bnav a, #Bnav a:visited {
	color:#666666;
	}
#Bnav a:hover {
	text-decoration:none;
	}

#bcfooter {
	width:100%;
	text-align:center;
	margin-top:3px;
	color:#666666;
	}
	
#bcfooter a, #bcfooter a:visited {
	color: #666666;
	text-decoration:none;
	font-size:9px;
	}
	
#bcfooter a:hover {
	text-decoration:underline;
	}
#testdiv {width:600px; margin:0 auto; border:1px solid #ccc; padding:20px 25px; background:#fff}

#tinybox {position:absolute; display:none; padding:10px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}

.button {font:14px Georgia,Verdana; margin-bottom:10px; padding:8px 10px 9px; border:1px solid #ccc; background:#eee; cursor:pointer}
.button:hover {border:1px solid #bbb; background:#e3e3e3}

