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

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1 {
	color: #a85d00;
	font-size: 21px;
	font-weight: bold;
	}

a:link, a:visited {
	color:#03C;
	text-decoration:underline;
	font-weight:normal;
}
 a:hover, a:active {
	color:#03C;
	text-decoration:none;
	font-weight:normal;
}

	
#container {
	width: 100%;
	position: relative;
	text-align: center;
	text-align: center;
	margin: auto;
	}
	
#header {
	width: 100%px;
	background-color: #782613;
	text-align: center;
	margin: auto;
	}

#logo {
	position: absolute;
	left: 33px;
	top: 43px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

#header_container {
	width: 960px;
	height: 470px;
	position: relative;
	}
	
#header_container2 {
	width: 960px;
	height: 202px;
	position: relative;
	}

#phone_num {
	text-align: left;
	color: #762717;
	font-size: 20px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	left: 360px;
	top: 64px;
	width: 242px;
	}
	
#free_consultation {
	text-align: center;
	color: #762717;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: 11px;
	top: 77px;
	}
	
#social_buttons {
	text-align: center;
	color: #762717;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: 0px;
	top: 5px;
	}
	
#content {
	width: 100%;
	background-image: url(../images/shadow-body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #411d07;
	margin: auto;
	}
	
#content_container {
	position: relative;
	width: 100%;
	}
	
#navigation {
	position: absolute;
	top: -14px;
	width: 221px;
	height: 329px;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	}
	
#navigation a {
	color: #faf6f0;
	font-size: 21px;
	text-decoration: none;
	padding-left: 15px;
	line-height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#navigation a:hover {
	color: #efdbae;
	}
	
#navigation a:active {
	color: #782613;
	}
	
#content_main {
	position: relative;
	width: 470px;
	top: 0px;
	left: 233px;
	}
	
#content_right {
	position: absolute;
	top: -13px;
	right: 0px;
	width: 215px;
	background-image: url(../images/content-right-bg.jpg);
	background-repeat: repeat-x;
	background-color: #efdbae;
	height: 569px;
	padding-left: 17px;
	}
	
#facebook_right {
	position: absolute;
	top: 560px;
	right: 0px;
	width: 215px;
	height: 71px;
	}
	
#footer {
	width: 100%;
	background-color: #411d07;
	margin: auto;
	}
	
#location {
	background-image: url(../images/location-box.jpg);
	background-repeat: no-repeat;
	width: 221px;
	height: 232px;
	text-align: center;
	color: #ffffff;
	}
	
#printbutton {
	position: absolute;
	bottom: 0px;
	right: 8px;
	}
	
#footer_links a, #footer_links {
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	}
	
.title_sm {
	color: #a85d00;
	font-size: 16px;
	font-weight: bold;
	}
	
.title_black {
	font-weight: bold;
	color: #000000;
	font-size: 20px;
	}
	
.boldwhitetitle {
	font-size: 23px;
	font-weight: bold;
	}

.location_text {
	font-size: 14px;
	line-height: 25px;
	}
	
.data_table {
	font-size: 12px;
	}
	
.required {
	font-weight: bold;
	font-size: 18px;
	color:#C00;
	}
	
@media screen {
	#print_logo {
		display: none;
		}
	}

@media print {
	body {
		background: none !important;
		}
		
	#facebook_right {
		display: none;
		}
	
	#shadowleftbody {
		display: none;
		}
	
	#shadowrightbody {
		display: none;
		}
		
	#phone_num {
		display: none;
		}
		
	#free_consultation {
		display: none;
		}
		
	#header_container {
		display: none;
		}
		
	#header {
		display: none;
		}
		
	#shadowbodyfootleft {
		display: none;
		}
		
	#shadowbodyfootright {
		display: none;
		}
		
	#footer {
		display: none;
		}
		
	#navigation {
		display: none;
		}
		
	#content_right {
		display: none;
		}
		
	#printbutton {
		display: none;
		}
		
	#content_main {
		left: 0px;
		width: 100%;
		}
	#youtube {
		display: none;
		}

	}
