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


.banner{
	margin: 0 auto;
	background: url(/images/banner_back_black.png) repeat-x;
	height: 87px;
	width: 100%;
}

.banner_phone{
	float: right;
	font: bold 41px Arial, Helvetica, sans-serif;	
	color: #ffce03;
	position: relative;
	z-index: 2;
	right: 10px;
	text-align: right;	
}


.content_container{
	width: 100%;
	background: url(/images/background_black.png) repeat-x #000;
	margin: 0 auto;
	min-height: 100%;
}

.content_inner{
	width: 950px;
	margin: 0 auto;
	position: relative;
	padding-top: 25px;
	min-height: 600px;
}

.top_spacer{
	height: 5px; 
	background-color: #fecf0c; 
	width: 100%;	
}

.commercial_box{
	position: relative;	
	width: 298px;
	height: 250px;
	margin-left: 0px;
	float: left;
}

.commercial_box a{
	text-decoration: none;	
}

.commercial_button{
	width: 275px;
	height: 72px;
	position: absolute;
	bottom: 0;
	margin-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffce03;
	text-align: center;
}


.commercial_button span{
	position: relative;
	z-index: 4;
	top: 10px;
}

.commercial_button img{
	position: absolute;
	left: 0;
	z-index: 3;
}

.residential_box{
	position: relative;	
	width: 298px;
	height: 250px;
	margin-left: 20px;
	float: left;
}

.residential_box a{
	text-decoration: none;	
}

.residential_button{
	width: 275px;
	height: 72px;
	position: absolute;
	bottom: 0;
	margin-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: black;
	text-align: center;
}

.residential_button span{
	position: relative;
	z-index: 4;
	top: 10px;
}

.residential_button img{
	position: absolute;
	left: 0;
	z-index: 3;
}


.content{
	padding-top: 30px;
	margin-left: 30px;
	width: 600px;	
	min-height: 850px;
	font-size: 14px;
	line-height: 22px;
	font-family:  Helvetica, Arial, sans-serif;
	text-align: justify;
	margin-top: 0;
}


.page_header_box{
	height: 39px; 
	line-height: 39px; 
	width: 650px; 
	background: url(/images/page_header_back_gold.png) no-repeat;
	padding-top: 8px;
	padding-left: 8px;
}

.content h1{
	font-size: 28px;	
	margin: 0 0 5px 0;
	padding: 0;
}

