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

html, body{
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
}

h2{
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 18px;
	text-align: left;
}

.main_container{
	width: 100%;
	min-height: 100%;
	position: relative;
	padding-top: 145px;
	z-index: 8888;
}

.banner_inner{
	width: 950px;
	margin: 0 auto;
	height: 87px;
}

.logo{
	float: left;
}

.content_upper{
	position: absolute;
	top: 0;
	z-index: 2;
	margin-top: 8px;
}

.content_lower{
	width: 950px;
	background-color: white;
	z-index: 1;
}

/*NAVIGATION*/

.top_nav{
	height: 55px;
	width: 100%;
	background: url(/images/nav_back_black.png) repeat-x;
	text-align: center;
}

.top_nav_inner{
	width: 950px;
	margin: 0 auto;
	padding-top: 8px;
}



#last_nav{
	border: 0;	
}

.cta{
	width: 300px;
	position: absolute;
	right: 0;
	top: 0; 
}

.tax_credit_box{
	position: relative;
	height: 336px;
	width: 300px;
}

.gold_button2{
	float: right;
	position: relative;
	display: block;
	width: 181px;
	height: 34px;
	line-height: 34px;
	background: url(/images/gold_button2.jpg) no-repeat;
	text-align: center;
	padding-top: 3px;
	margin-right: 6px;
}

.gold_button2 h5{
	color: #fa0000;
	font-size: 18px;
	font-weight: bold;
	margin: 2px 0 0 0;
}

.estimate_box{
	position: relative;
	width: 300px;
}

.home_show_box{
	position: relative;
	width: 300px;
	height: 120px;
	text-align: center;
	margin: 0 auto;
}

.emergency_box{
	position: relative;
	width: 300px;
	height: 250px;
	text-align: center;
	margin: 0 auto;
}

.gold_button1{
	float: right;
	position: relative;
	display: block;
	width: 234px;
	height: 45px;
	line-height: 45px;
	background: url(/images/gold_button1.jpg) no-repeat;
	text-align: center;
	padding-top: 8px;
	margin-right: 6px;
}

.gold_button1 h5{
	color: #fa0000;
	font-size: 18px;
	font-weight: bold;
	margin: 3px 0 0 0;
}
.content p{
	
}

.content a{
	color: #fa0000;	
	text-decoration: none;
}

.content a:hover{
	text-decoration: underline;
}


.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: url(/images/footer_back.png) repeat-x #7E7A76;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;	
}

.gallery{
	width: 900px; 
	margin: 0 auto; 
}

.gallery_category_box{
	position: relative;
	border: 1px solid black;
	background: url(/images/background_gold.png) repeat-x;
	width: 274px; 
	height: 250px; 
	float: left; 
	margin: 10px;
	text-align: center;
	padding: 0px;
	z-index: 8;
}

.gallery_category_box {
	color: black;
	text-decoration: none;
}

.gallery_category_box h5 {
	font-size: 16px;
	margin: 5px 0 0 0;
	padding: 0;	
}

.gallery_category_box b{
	display: block;
	width: 274px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 22px;
	margin: 0 0 4px 0;
	padding: 0;
	z-index: 10;
}

.gallery_category_box img{
	margin-top: 10px;
	border: 2px solid grey;
}

.gallery_sub_cont{
	width: 850px;
	margin: 0 auto;
	background: url(/images/gold_gradient.jpg) repeat-x;
	padding: 15px;
	border: 4px solid grey;
	margin-bottom: 10px;
}

.gallery_sub_cont h5{
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.gallery_sub_cont a{
	text-decoration: none;
}

.gallery_thumb_box{
	width: 250px;
	text-align: center;
	float: left;
	margin: 10px;
	height: 250px;
}

.gallery_thumb_box img{
	border: 2px solid black;	
	text-decoration: none;
}