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

body {
	background-color: #f3f0cd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 73%; /* Resets 1em to 12px */
	color: #313c3a;
	margin: 3px 0;
	padding: 0;
	}
	
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td,html,label,table,tr,image {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
td {
	padding: 0 8px 8px 0;
	}
	
th {
	padding: 2px;
	font-size: 1.1em;
	color: #fff;
	text-align: left;
	}

img,a img,:link img,:visited img {
	border: 0;
	}
	
fieldset {
	border: 1px solid #575757;
	padding: 20px;
	}
	
ul {
	list-style: none;
	}
	
p, li {
	font-size: 1em;
	}

hr {
	border: none 0;
	border-top: 1px solid #bbb8ab;
	height: 1px;
	}
	
h1 {
	font-size: 2.9em;
	color: #8f263a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}
	
h2 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
h3 {
	font-size: 1.15em;
	color: #8f263a;
	}
	
h4 {
	font-size: 1.15em;
	font-weight: normal;
	color: #575757;
	}
	
	
	
/**** LAYOUT ****/

#container {
	width: 1000px;
	margin: 0 auto;
	}
	
/* HEADER */

#header {
	width: 1000px;
	height: 109px;
	background-color: #26211b;
	}
	

	#header-logo {
		width: 536px;
		height: 109px;
		float: left;
		}
	#header-fb {
		width: 300px;
		height: 109px;
		float: left;
		padding-top: 30px;
	}
	#header-sgbw {
		width: 164px;
		height: 109px;
		float: left;
		}
	
/* NAV */

#nav-container {
	width: 1000px;
	height: 322px;
	margin: 1px 0;
	background-color: #3d352a;
	}
	
	#nav {
		width: 324px;
		height: 283px;
		padding: 39px 0 0 14px;
		float: left;
		}
			
			li.nav, li.nav-ovr, li.nav-on {
				width: 270px;
				height: 27px;
				padding: 9px 0 0 36px;
				font-size: 1.15em;
        		cursor: pointer;
				}
				
			li.nav, li.nav-on {
				background-image: url(../../images/nav-bg.gif);
				background-position: top left;
				background-repeat: no-repeat;
        		cursor: pointer;
				}
				
			li.nav-ovr, li.nav:hover {
				background-image: url(../../images/nav-bg-on.gif);
				background-position: top left;
				background-repeat: no-repeat;
				cursor: pointer;
				}
				
			li.nav-on {
				font-size: 1.18em;
				}
	
	#main-img {
		width: 662px;
		height: 322px;
		float: left;
		}
	
/* CONTENT */

#content-container {
	width: 1000px;
	background-color: #faf9eb;
	background-image: url(../../images/side-nav-bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	}
	
	#content-left {
		width: 301px;
		padding: 9px 16px 9px 21px;
		float: left;
		}
		
		#email-btn, #locations-btn {
			height: 34px;
			padding-top: 18px;
			background-position: top left;
			background-repeat: no-repeat;
			float: left;
			font-weight: bold;
			}
			
		#email-btn {
			width: 147px;
			padding-left: 18px;
			background-image: url(../../images/email-btn-bg.gif);
			}
			
		#locations-btn {
			width: 136px;
			background-image: url(../../images/locations-btn-bg.gif);
			text-align: center;
			}
		
		#results-tab, #free-eval-tab {
			height: 20px;
			padding: 11px 0 0 18px;
			margin-top: 8px;
			font-weight: bold;
			color: #fff;
			}
		
		#results-tab {
			width: 147px;
			background-image: url(../../images/recent-results-tab.gif);
			background-position: top left;
			background-repeat: no-repeat;
			float: left;
			}
			
		#results {
			width: 275px;
			height: 243px;
			padding: 23px 6px 10px 19px;
			background-image: url(../../images/results-box-bg.gif);
			background-position: top left;
			background-repeat: no-repeat;
			}
			
		#results-frame {
			width: 275px;
			height: 243px;
			border: 0;
			}
			
		#espanol {
			width: 136px;
			height: 20px;
			padding-top: 11px;
			margin-top: 8px;
			float: left;
			text-align: center;			
			}
			
		#free-eval-tab {
			width: 195px;
			background-image: url(../../images/free-eval-tab.gif);
			background-position: top left;
			background-repeat: no-repeat;
			}
			
		#free-eval {
			width: 300px;
			background-image: url(../../images/eval-box-bg.gif);
			background-position: top left;
			background-repeat: repeat-y;
			}
			
		#free-eval-form {
			padding: 0 19px;
			}
	
	#content-right {
		width: 562px;
		padding: 12px 50px;
		float: right;
		}
		
		#content-right ul {
			list-style: disc;
			margin-left: 20px;
			}
			
		#content-right p, #content-right li {
			line-height: 1.5em;
			}
			
		#breadcrumbs {
			width: 100&;
			height: 20px;
			}
			
		#breadcrumbs p {
			font-size: .9em;
			text-align: right;
			}
		
/* FOOTER */

#footer {
	width: 1000px;
	margin: 20px 0;
	text-align: center;
	}
	
	#footer li {
		display: inline;
		padding: 0 14px;
		}
	
	
/**** LINKS ****/

#email-btn a, #locations-btn a {
	color: #fff;
	text-decoration: none;
	}
	
li.nav a, li.nav-ovr a {
	color: #f3f0cd;
	text-decoration: none;
	}
				
li.nav-on a {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:link, #footer a:visited {
	color: #3d352a;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	color: #3d352a;
	text-decoration: underline;
	}

a:link, a:visited {
	color: #8f263a;
	}

a:hover, a:active {
	color: #000000;
	}


/**** MISC CLASSES ****/

.clear {
	clear: both;
	}
	
.small {
	font-size: .9em;
	}
	
.two-col {
	width: 40%;
	float: left;
	}
  
/** Drop Down Stuff **/
#dropmenudiv{

position:absolute;
border-bottom-width: 0;
font-size: 1.05em;
color: #3d3520;
text-align:left;
z-index:100;
}

#dropmenudiv a{
  display: block;
  height: 26px;
  padding-left: 12px;
  padding-top: 9px;
  color: #3d352a;
  text-decoration: none;
  border-bottom: 1px solid #938767;
}
#dropmenudiv a:hover{
  color: #8f263a;
}

.contact-fieldset {
	width: 500px;
	}
.small {
	font-size: .9em;
	}
	
.headshots {
	margin: 0 10px 10px 0;
	float: left;
	}
  span.antispam{
    background-color: #3d352a;
    color: #fff;
    font-size: 125%;
    padding: 2px;
  }
  div.form-error{
    color: #8f263a;
    padding-bottom: 8px;
    font-weight: bold;
  }
  
  .align-right{
  	text-align: right;
	}
	
/** Side Form Fields **/
.name-field {
	width: 200px;
	}

.address-field {
	width: 176px;
	}
	
.city-field {
	width: 133px;
	}
	
.phone-field {
	width: 138px;
	}
	
.email-field {
	width: 197px;
	}
	
.facts-field {
	width: 253px;
	}
	
.anti-spam-field {
	width: 130px;
	}
/* SEO Links */

.seoLinks a {
	color: #990;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 5px;
	float: left;
	width: 40%;
}