@charset "utf-8";
/* CSS Document */

body, div, table, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}
body {
	background-color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	color: #f0f0f0;
	font-size: 15px;
}
.button {
	background: url(../images/button_bg.png) repeat-x #7d6f5a;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	padding: 7px 17px 8px 17px;
	border: 0px;
	cursor: pointer;
}
.button a {
	color: #fff;
	display: block;
}
h1, h3, h4 {
	font-weight: normal;
}
h1 {
	font-size: 34px;
	color: #fff;
}
#home h1 {
	margin-bottom: 0px;
}
h2 {
	color: #c1b19a;
	text-transform: uppercase;
	margin: 0px 0px 24px 0px;
	font-size: 20px;
}
h3 {
	font-size: 25px;
	color: #eaeaea;
	margin-top: 35px;
}
p {
	font-size: 15px;
	line-height: 20px;
	color: #f0f0f0;
	text-align: justify;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
.image_left {
	float: left;
	margin: 0px 20px 15px 0px;
}
a {
	text-decoration: none;
	color: #c1b19a;
	font-weight: bold;
}
a:hover {
	color: #dbcbb5;
}
hr {
	height: 1px;
	border: 0px;
	background-color: #525252;
}
/* HEADER */

#header {
	width: 100%;
	height: 148px;
	background-image: url(../images/header_tile.jpg);
}
#logo_box {
	position: absolute;
	top: 0;
	left: 223px;
	height: 74px;
	width: 423px;
	background: url(../images/header_card.png) top center no-repeat;
	padding: 47px;
	z-index: 10;
}
#header_content {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
.free_consult {
	float: left;
	width: 130px;
	text-align: center;
	margin-top: 20px;
}
.free_consult h3 {
	font-size: 18px;
	color: #cbcbcb;
	margin: 10px 0px;
}

.call {
	float: right;
	text-align: right;
	margin-top: 53px;
}

.call img {
	margin-left: 4px;	
}

.call p {
	color: #c1b19a;
	font-size: 17px;
	margin-top: 5px;
}
.phone_number {
	color: #c4c4c4;
}
/* BANNER */

#home_banner {
	height: 320px;
	background: url(../images/banners/banner9.jpg) top center no-repeat #0a0a0a;
}
#banner {
	height: 320px;
	background: url(../images/banner_bg.jpg) top center no-repeat #0a0a0a;
}
/* NAV */

#nav_wrapper {
	width: 100%;
	background-color: #181818;
}
#nav {
	width: 960px;
	margin: 0 auto;
	padding: 16px 0px;
}
#nav ul {
	display: inline;
	list-style-type: none;
	padding: 0px;
}
#nav ul li {
	display: inline-block;
	list-style-type: none;
	text-transform: uppercase;
	border-right: 1px #484848 solid;
	padding: 0px 10px 0px 6px;
	font-size: 16px;
}
#nav ul li:first-child {
	padding: 0px 10px 0px 0px;
}
#nav ul li:last-child {
	border-right: 0px!important;
	padding: 0px 0px 0px 6px;
}
#nav li a {
	color: #dcdcdc;
	padding: 8px 10px;
}
#nav li a:hover, .current {
	background: #9b8c72;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8967a', endColorstr='#554a3c');
	background: -webkit-gradient(linear, left top, left bottom, from(#a8967a), to(#554a3c));
	background: -moz-linear-gradient(top, #a8967a, #554a3c);
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/* CONTENT */

#wrapper {
	width: 960px;
	margin: 0px auto;
	min-height: 340px;
	padding: 15px 0px 3px;
}
#col_1 {
	float: left;
	width: 625px;
}
#col_2 {
	float: right;
	width: 280px;
}
input, textarea {
	background-color: #383838;
	border: 1px solid #404040;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 255px;
	margin-bottom: 8px;
	color: #d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
}

.form-checkbox, .form-radio {
	background-color: transparent!important;
	border: 0px!important;
}
.portrait {
	border: 6px solid #383838;
	background-color: #383838;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	float: left;
	margin: 0px 25px 15px 0px;
	font-size: 13px;
	text-align: center;
	box-shadow: 0px 1px 2px rgba(0,0,0,.4 );
}
.image_right {
	border: 6px solid #383838;
	background-color: #383838;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	float: right;
	margin: 0px 0px 15px 30px;
	font-size: 13px;
	text-align: center;
	box-shadow: 0px 1px 2px rgba(0,0,0,.4);
}
.title {
	color: #c1b19a;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 5px;
}
.address {
	margin-top: 20px;
}
.address p {
	line-height: 24px;
}
#services {
	border-spacing:15px;
	margin-left: -15px;
	width: 100%;
}

#services td {
	padding: 9px 18px;
	background-color: #383838;
	box-shadow: 0px 1px 2px rgba(0,0,0,.4);
	height: 40px;
	font-size: 18px;
	letter-spacing: -1px;
}

.e-file {
	float: right;
	margin: 0px 32px 10px 35px;	
}

#leave_review {
	float: right;
	margin: 7px 0px 10px 40px;
	background-color: #383838;
	padding: 14px 10px;
	width: 232px;
	text-align: center;
	box-shadow: 0px 1px 2px rgba(0,0,0,.4);
}
#leave_review h3 {
	letter-spacing: -1px;
	font-size: 22px;
	margin-top: 10px;
}
#leave_review img {
	margin-bottom: 10px;
}
.review {
	font-size: 13px;
	margin-top: 18px;
	color: #cbcbcb;
}
.review_name {
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin-top: -5px;
}
/* FOOTER */

#footer_wrapper {
	width: 100%;
	background: url(../images/footer_tile.jpg) repeat #161616;
	margin-top: 52px;
	padding: 40px 0px;
}
#footer {
	width: 960px;
	margin: 0 auto;
}
#footer_logo {
	float: left;
	margin-top: 7px;
}
#footer_nav {
	float: right;
	line-height: 11px;
}
#footer_nav p {
	color: #ffffff;
	font-size: 12px;
	text-align: right;
}
#footer_nav .links a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

