/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-x;
	background-color: #CBA135;	
	height: 100%;
	height: auto !important;
	min-height: 100%;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #603E08;
	line-height: 20px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}
	

/* -------- Structural ------------*/

#container {
	position: relative;
	width: 973px;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
	top: 10px;
}

#header {
	position: relative;
	top: 0px;
	width: auto;
	height: auto;
}

#header_askthedoc {
	position: absolute;
	top: 10px;
	left: 740px;
	width: auto;
	height: auto;
}

#navigation {
	position: absolute;
	top: -20px;
	height: auto;
	width: auto;
	left: 7px;
	z-index: 3;	
}

#content_container {
	position: relative;
	top: 20px;	
	width: 973px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(images/bg_main.png);
	background-repeat: repeat;	
	margin: 0 auto;	
}

#home_flash_container {
	position: relative;
	top: 32px;
	width: auto;
	height: auto;
	left: 7px;
}

#home_services {
	position: absolute;
	width: 420px;
	height: 310px;
	left: 557px;
	top: 20px;
	background-image:url(images/home_services_bg.png);
	background-repeat: no-repeat;
	z-index: 2;
	padding-left: 14px;
	padding-top: 60px;
}

#home_content_container {
	position: relative;
	width: 960px;
	height: auto;
	top: 40px;
	left: 5px;
}

#home_content {
	position: absolute;
	width: 600px;
	height: auto;
	left: 25px;
	top: 40px;
	float: left;
}

#home_content_new {
	position: absolute;
	width: 600px;
	height: auto;
	left: 25px;
	top: 10px;
	float: left;
}

#home_testimonial {
	position: relative;
	width: 250px;
	height: auto;
	left: 680px;
	top: 20px;
}

#home_callouts_container {
	position: relative;
	width: 960px;
	height: 400px;
	top: 80px;
	left: 10px;
}

#home_callout1 {
	position: absolute;
	width: auto;
	height: 300px;
	left: 7px;
	float: left;
	top: 0px;
	background-color: #DACFB2;	
}

#home_callout1_text {
	position: relative;
	width: 280px;
	height: auto;
	padding: 10px;
}

#home_callout2 {
	position: absolute;
	width: auto;
	height: 300px;
	left: 320px;
	float: left;
	top: 0px;
	background-color: #DACFB2;	
}

#home_callout2_text {
	position: relative;
	width: 280px;
	height: auto;
	padding: 10px;
}

#home_callout3 {
	position: absolute;
	width: 300px;
	height: 300px;
	left: 640px;
	float: left;
	top: 0px;
	background-color: #DACFB2;
}

#home_callout3_text {
	position: relative;
	width: 280px;
	height: auto;
	padding: 10px;
}

#sub_header {
	position:relative;
	top: 33px;
	left: 7px;
	width: auto;
	height: 93px;
}

#sub_content_container {
	position: relative;
	width: 960px;
	height: auto;
	height: 100%;
	left: 7px;
	top: 33px;
	overflow: hidden;
	padding-bottom: 80px;
	background-image: url(images/bg_subcontent_tile.gif);
	background-repeat: repeat-y;
}

#sub_left_column {
	position: relative;
	width: 180px;	
	top: 50px;
	left: 10px;
	float: left;
}

#sub_content {
	position: relative;
	width: 650px;	
	top: 20px;
	float: left;
	left: 70px;
	padding-bottom: 50px;
}

#footer {
	position: relative;
	top: 0px;
	width: 960px;
	height: 50px;
	left: 7px;
	background-color: #000000;
}

#footer_links {
	position: relative;
	top: 10px;
	width: 600px;
	height: auto;
	left: 10px;
	float: left;
}

#footer_copyright {
	position: absolute;
	top: 10px;
	width: 300px;
	height: auto;
	left: 650px;
	float: left;
}

#footer_curve {
	position: relative;
	top: 20px;
	width: 973px;
	height: auto;
	left: 0px;
}


/* ------------- Styles ----------------- */

.bodycopy_9px_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

a.bodycopy_9px_white:link, a.bodycopy_9px_white:active, a.bodycopy_9px_white:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.bodycopy_9px_white:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
	text-decoration: underline;
}

.bodycopy_10px_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #603E08;
}

.bodycopy_10px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #603E08;
}

.bodycopy_10px_paleyellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFEBA6;
}

.bodycopy_10px_ltyellow_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFEBA6;
	line-height: 20px;
}

.bodycopy_10px_ltyellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFEBA6;
	line-height: 20px;
}

a.bodycopy_10px_ltyellow.link, a.bodycopy_10px_ltyellow.active, a.bodycopy_10px_ltyellow.visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFEBA6;
	line-height: 20px;
	text-decoration: none;
}

a.bodycopy_10px_ltyellow.hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFEBA6;
	line-height: 20px;
	text-decoration: underline;
}


.bodycopy_10px_ltyellow_bold_noheight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFEBA6;
	line-height: 16px;
}

.bodycopy_10px_ltyellow_noheight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFEBA6;
	line-height: 16px;
}

.bodycopy_10px_ltgold_bold_noheight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #EFC349;
	line-height: 16px;
}

.bodycopy_11px_italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #603E08;
	line-height: 18px;
}

.bodycopy_11px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #603E08;
	line-height: 20px;
}

.bodycopy_11px_noheight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #603E08;
	line-height: 15px;
}

.bodycopy_11px_bold_noheight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #603E08;
}

.bodycopy_11px_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #603E08;
	line-height: 20px;
}

a.bodycopy_11px_bold:link, a.bodycopy_11px_bold:active, a.bodycopy_11px_bold:visited,  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #603E08;
	line-height: 20px;
}

a.bodycopy_11px_bold:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #603E08;
	line-height: 20px;
}

.bodycopy_12px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #603E08;
	line-height: 20px;
}

a.home-table-links {
	color: #603E08;
}

a.home-table-links:hover {
	color: #A37800;
}

.bodycopy_12px_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #603E08;
	line-height: 20px;
}

.bodycopy_12px_bold_gold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #A37800;
	line-height: 20px;
}

.bodycopy_15px_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #603E08;
	line-height: 20px;
}

.header_row {
	background-color: #F6E8C5;
}

.contact_bg {
	background-color: #ECE7D8;
}
