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


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

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


.content_container{
	width: 100%;
	background: url(/images/background_gold.png) repeat-x white;
	margin: 0 auto;
}

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

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

.content{
	padding-top: 30px;
	margin-left: 30px;
	width: 600px;	
	min-height: 1000px;
	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: 26px;	
	margin: 0 0 5px 0;
	padding: 0;
}



