/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html {
	overflow-y: scroll; /* firefox: forces scroll bar on short pages */
	}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}
t
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #333; 
  background: #fff;
  font-family: Verdana, Geneva, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
  color: #111;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

h1 { font-size: 24px; line-height: 1; margin-bottom: 0.5em; letter-spacing: -0.2px; }
h2 { font-size: 18px; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #f97b16; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #f1dec0; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/* Layout Styling
--------------------------------------------------------------- */

.clear_both {
  clear: both;
}
body.home {
	width: 100%;
	background: url('../images/home-bg.gif') repeat-x;
}

body.sub {
	width: 100%;
	background: url('../images/sub-bg.gif') repeat-x;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
}

#header {
	width: 750px;
	float: left;
	margin-top: 34px;
}

#logo {
	width: 283px;
	height: 82px;
	display: block;
	float: left;
	background: url('/images/logo.gif') no-repeat;
}

#logo a {
	width: 283px;
	height: 82px;
	display: block;
	text-indent: -999em;
}

#nav {
	float: right;
}
#nav ul { margin: 0; padding: 0; list-style: none; }
#nav li { float: left; }
#nav li a {
  height: 82px;
	display: block;
	background: url('/images/nav.gif') no-repeat;
}
#nav a.active {
  cursor: default;
}

#nav #home a {
	width: 71px;
}
#nav #home a:hover, #nav #home a.active { background-position: 0 -82px; }

#nav #search a {
	width: 76px;
	background-position: -71px 0;
	}
#nav #search a:hover, #nav #search a.active { background-position: -71px -82px; }

#nav #aboutus a { 
	width: 73px;
	background-position: -147px 0;
}
#nav #aboutus a:hover, #nav #aboutus a.active { background-position: -147px -82px; }

#nav #faq a {
	width: 58px;
	background-position: -220px 0;
}
#nav #faq a:hover, #nav #faq a.active { background-position: -220px -82px; }

#nav #contactus a {
	width: 85px;
	background-position: -278px 0;
	}
#nav #contactus a:hover, #nav #contactus a.active { background-position: -278px -82px; }

#searchbox_home {
	width: 750px;
	height: 163px;
	display: block;
	background: url('/images/search-home-bg.jpg') no-repeat 0 -12px;
	float: left;
	overflow: visible;
}
#searchbox_home h1 {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 22px;
	color: #fff;
	letter-spacing: 0;
}

#searchbox_sub {
	width: 750px;
	padding: 0 15px;
	height: 122px;
	display: block;
	float: left;
}
#searchbox_sub h1 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 2em;
	color: #fff;
}
#search_form input {
	float: left;
}
.search_field {
	width: 261px;
	height: 30px;
	display: block;
	background: url('/images/search-form.gif') no-repeat;
	border: 0 none;
	float: left;
}
.search_field input {
  background-color: transparent;
}
.search_box {
	width: 250px;
	height: 20px;
	margin-top: 5px;
	margin-left: 6px;
	border: 0 none;
	font-size: 1.2em;
	
}
.search_button {
	width: 96px;
	height: 36px;
	border: 0 none;
	color: #fff;
	margin: -2px 0 0 10px;
	cursor: pointer;
	background: url('/images/search-button.gif') no-repeat;
}
.search_button:hover {
  background-position: 0 -36px;
}

#content {
	float: left;
	padding: 20px 0;
	width: 750px;
}
#content h1 { 
	color: #516fb4; 
	font-size: 2em;
	}
#content h2 { 
	color: #516fb4; 
	font-size: 1.5em;
	}
#locations {
  padding-bottom: 40px;
}
.col_01 {
	width: 365px;
	float: left;
	margin-right: 20px;
}
.col_02 {
	width: 365px;
	float: left;
}
.quater_columns {
  float: left;
  width: 170px;
}

#locations h1 {
  float: left;
  margin: 0 20px 20px 0;
}

#locations h2 {
  color: #525252;
  margin: 0;
  padding: 0;
}

#locations ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
 }

.small_headline_link {
  padding-top: 7px;
  font-size: 10px;
}
.content-box .col_01, .content-box .col_02 {
  background-color: #ececec;
  margin-bottom: 20px;
  padding: 10px 15px;
  width: 335px;
}
.content-box h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.content-box p {
  font-size: 10px;
}
#counties-box {
	width: 250px;
	float: left;
}
#footer {
	width: 100%;
	height: 88px;
	float: left;
	background: #3a3a3a url('../images/footer-bg.gif') repeat-x;
}
#footer-contain {
	width: 750px;
	height: 58px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 0.9em;
	color: #fff;
}
#footer-contain p {
	margin: 0;
	padding: 0;
}
#footer-contain a {
	color: #fff;
}
#footer-contain ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-contain li {
	display: inline;
}
#footer-contain li a {
	color:#fff;
}
#foot-left {
	width: 430px;
	height: 58px;
	float: left;
}
#foot-right {
	width: 260px;
	height: 58px;
	text-align: right;
	float: right;
}

.citylist {
	width: 405px;
	background: #ecd3aa;
	margin-top: 5px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.citylist ul {
	list-style-type: none;
}
.citylist a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #425163;
}
.citylist a:hover {
	text-decoration: underline;
}
.jumplist {
	text-align: center;
	border-top: 2px solid #f79a24;
	border-bottom: 2px solid #f79a24;
	margin-top: 10px;
}
.jumplist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.jumplist li {
	display: inline;
	margin-right: 3px;
}
.jumplist a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #425163;
	font-weight: bold;
	text-decoration: none;
}
.jumplist a:hover {
	text-decoration: underline;
}
.backtop {
	float:right;
	width: 100%;
	text-align: right;
	margin-top: 5px;
}

.listblock {
	width: 135px; 
	float: left;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #425163;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.countyside {
	width: 235px;
	float: left;
}
.countylist {
	width: 235px;
	background: #f9f1e4;
	margin-top: 5px;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.countylist ul {
	list-style-type: none;
}
.countyblock {
	width: 117px;
	float: left;
}

.countylist a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #425163;
}
.countylist a:hover {
	text-decoration: underline;
}

/* Profile Page */

#profile-left { width: 345px; float: left; }
#profile-left table { vertical-align: top; }
#profile-left tr { border: 1px solid #666; }
#profile-left td { vertical-align: top; }
#profile-left td.left { text-align: right; }
#profile-right { width: 355px; height: 176px; float: left; margin: 10px 0px; text-align: right; }
#profile-selector {
	width: 700px;
	_width: 695px;
	height: 35px;
	display: block;
	background: #ecd3aa;
	border-bottom: 3px solid #666666;
	color: #fff;
	float: left;
}
#profile-selector ul { list-style: none; margin: 0; padding: 0; }
#profile-selector li { float: left; }
#profile-selector a { height: 25px; width:110px; text-align: center; display: block; padding: 5px; color: #000; text-decoration: none; }
#profile-selector a:hover { background: #666666; color:#fff; text-decoration: underline; }
#profile-selector a.active { background: #444444; color:#fff; text-decoration: underline; }
#profile-selector a.active:hover { background: #444444; }
#profile-description { float: left; padding: 15px; font-size: 11px; border: 1px solid #666666; }
#profile-description h1 { font-size: 1.5em; color:#35699d; }
#profile_header {
	width: 690px;
	min-height: 31px;
	display: block;
	background: #454545;
	padding: 4px 5px 0px;
	color: #fff;
	float: left;
}
#profile_header h1 {
	color: #fff;
	float: left;
	font-size: 22px;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	padding: 3px 15px 6px 5px;
	width: 445px;
}
#profile_header ul { list-style: none; margin: 0; padding: 0; float: right; }
#profile_header li { float: left; margin-left: 15px; }
#profile_header a { height: 26px; width: 60px; display: block; color: #fff; text-decoration: none; }
#profile_header a:hover { text-decoration: underline; }
#profile_header a#profile-website { background: url('/images/website.gif') center left no-repeat; padding-top: 5px; padding-left: 27px; }
#profile_header a#profile-e-mail { background: url('/images/e-mail.gif') center left no-repeat; padding-top: 5px; padding-left: 27px; }
.result-listing td { border-bottom: 1px solid #e99b26; }

/* Contact Form */
#contactform {
	width: 435px;
	float: left;
	margin-right: 20px;
}
.contactinfo {
	width: 413px;
	background: #e2e2e2;
	margin-bottom: 10px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #666666;
}
.contactinfo h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #45566a;
	margin-bottom: 5px;
}
.contactright {
	width: 223px;
	padding: 10px;
	background: #e2e2e2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #666666;
	float: left;
	margin-top: 10px;
}
.contactright h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #45566a;
	margin-bottom: 5px;
}
.contactsubmit {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	background: #e2e2e2;
	color: #666666;
	padding: 3px;
	border: 1px solid #666666;
	text-decoration: none;
	margin-right: 18px;
	_margin-right: 8px;
}
.contactsubmit:hover {
	border: 1px solid #333333;
	background: #CCCCCC;
	text-decoration: underline;
}
.inlinefields { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.inlinefields #phone1, .inlinefields #fax1 { margin-left: 0; }

.inlinefields #phone1, .inlinefields #phone2, .inlinefields #fax1, .inlinefields #fax2 { width: 30px; margin: 0 2px; }

.inlinefields #phone3, .inlinefields #fax3 { width: 40px; margin: 0 2px; }

.inlinefields div, .blockfields div { margin: 0 0 4px 0; padding: 0 0 4px 0; border-bottom: 1px solid #eee; }

.inlinefields div.fieldWithErrors { margin: 0 0 0 -5px; padding: 3px 0 3px 0; border-bottom: none; background-color: #FFCCCC; border: 1px solid #CCAAAA; }

.inlinefields h4 { font-size: 1.4em; margin-top: 15px; margin-right: 0pt; margin-bottom: 5px; margin-left: 0pt; }

.inlinefields input, .inlinefields option, .inlinefields select { font-size: 1.1em; width: 175px; background: #f1f1f1; }

.inlinefields label { width: 125px; float: left; font-weight: bold; margin: 4px 0 0 0; }
.inlinefields label em { float: right; margin: 0 4px 0 0; font-weight: bold; color: red; }

.inlinefields, .blockfields { border: 0; }

.inlinefields #simple_captcha input { border: 1px solid #aaa; background: #f1f1f1; font-size: 1.1em; line-height: 1.3em; padding: 2px; }
.blockfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
}
.blockfields .last { border-bottom: 0; }

.blockfields label { display: block; font-weight: bold; margin: 0 0 2px 0; }

.blockfields textarea { background: #f1f1f1; height: 100px; }

/* Profile Slider */
#slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
    float: left;
}

.scroll {
    width: 698px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF;
    border: 1px solid #666666;
}

.scrollContainer div.panel {
    padding: 20px;
    width: 650px;
}

#shade {
    background: #EDEDEC;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 700px;
	_width: 695px;
	height: 35px;
	display: block;
	background: #ecd3aa;
	border-bottom: 3px solid #666666;
	color: #fff;
	float: left;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
    float: left;
}

ul.navigation a:hover {
    background: #666666; 
    color:#fff; 
    text-decoration: underline;
}

ul.navigation a.selected {
    background: #444444; 
    color:#fff; 
    text-decoration: underline;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

#map {
	width: 640px;
	height: 450px;
	border: 1px solid #666666;
	}
