/**********************************************
  reset styles
  v1.0 | 20080212
  http://meyerweb.com/eric/tools/css/reset/index.html
**********************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  }

body {
  line-height: 1.125;
  }
 
ol, ul {
  list-style: none;
  }

blockquote, q {
  quotes: none;
  }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
  }

/* remember to define focus styles! */
:focus {
  outline: 0;
  }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
  }

del {
  text-decoration: line-through;
  }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
  }

/**********************************************
  main styles
**********************************************/

body {
  background: #121 url(http://www.coerealty.com/images/backgrounds/rodo_tile_400.jpg) repeat;
  font-family: arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #222;
  text-align: center;
  padding: 10px 0;
  }

#mainWrapper {
  width: 760px;
  text-align: center;
  padding: 0;
  margin: 0px auto;
  }

p {
  font-size: 0.75em;
  text-align:left;
  margin: 20px;
  }

/**********************************************
 link colors
**********************************************/

a, a:link, a:visited , a:active {
  color: #336;
  }

a:hover {
  color: #633;
  }

/**********************************************
  top container styles
**********************************************/

#header {
  width: 100%;
  height: 200px;
  background: #121;
  border-bottom: 1px solid #000;
  overflow: hidden;
 }

#coeLogo {
  float: left;
  width: 231px;
  height: 102px;
  margin: 25px 0 0 40px;
  border: 1px solid #999;
  }

/**********************************************
 main top-level navigation styles
**********************************************/

#mainNavWrap {
  width: 100%;
  overflow: hidden;
  }

#mainNav {
  float: right;
  padding: 8px 0 0 0;
  margin: 0 60px 0 0;
  white-space: nowrap;
  }

#mainNav li {
  float: right;
  color: #fff;
  font-size: .75em;
  line-height: 1.625em;
  font-weight: bold;
  margin-left: 4px;
  background-color: #633;
  border-top: 1px solid #606060;
  border-left: 1px solid #606060;
  border-right: 1px solid #606060;
}

#mainNav a, #mainNav a:link, #mainNav a:visited, #mainNav a:active {
  color: #fff;
  padding: 0 10px;
  text-decoration: none;
  }

#mainNav a:hover {
  display: block;
  color: #fff;
  background-color: #242;
  }

body#default #mainNav li.default,
body#sitemap #mainNav li.sitemap,
body#about #mainNav li.about {
  display: block;
  color: #fff;
  background-color: #242;
  }

/**********************************************
  property navigation menu styles
**********************************************/

#propertyNav {
  float: left;
  width: 100%;
  color: #fff;
  background: #633 url(http://www.coerealty.com/images/backgrounds/main_nav_list_bckgrd_633.gif) no-repeat 50% 50%;
  border-bottom: 1px solid #000;
  white-space: nowrap;
  overflow: hidden;
  }

#propertyNav li {
  float: left;
  width: 152px;
  font-size: .75em;
  line-height: 2em;
  font-weight: bold;
  text-align: center;
  }

#propertyNav li a, #propertyNav li a:link, #propertyNav li a:visited, #propertyNav li #active {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  }

#propertyNav li a:hover {
  display: block;
  background-color: #242;
  }

body#property_search #propertyNav li.property_search,
body#land #propertyNav li.land,
body#commercial #propertyNav li.commercial,
body#residential #propertyNav li.residential,
body#church_rd #propertyNav li.residential,
body#dogwood_dr #propertyNav li.residential,
body#hog_pen #propertyNav li.residential,
body#peace_hill #propertyNav li.residential,
body#toe_river #propertyNav li.residential,
body#resources #propertyNav li.resources,
body#newsletter #propertyNav li.resources,
body#relocation #propertyNav li.resources,
body#local_links #propertyNav li.resources {
  display: block;
  color: #fff;
  background-color: #2e2e2e;
  }

/**********************************************
  main content container
**********************************************/

#mainContent {
  clear: both;
  background-color: #eee;
  text-align: center;
  }

/**********************************************
  h* header styles
**********************************************/

h1 {
  clear: both;
  width: 100%;
  background: #121 url(http://www.coerealty.com/images/backgrounds/header_bckgrd_dark_121-363.gif) no-repeat 50% 0%;
  font-size: 1em;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  }

h2 {
  width: 100%;
  font-size: 1em;
  color: #000;
  text-align: center;
  }

h2.subTitle {
  padding: 20px 0;
  }

h3 {
  font-size: 1em;
  color: #000;
  text-align: center;
  padding: 20px 0;
  }

h3.roundBckgrd667w {
  background: #eee url(http://www.coerealty.com/images/backgrounds/h3_bckgrd_dark_667w.gif) no-repeat 50% 0%;
  }

h3.roundBckgrd642w {
  background: #eee url(http://www.coerealty.com/images/backgrounds/h3_bckgrd_dark_642w.gif) no-repeat 50% 0%;
  }

h4 {
  font-size: 0.875em;
  color: #000;
  text-align: center;
  }

/**********************************************
  form contact container
**********************************************/

#contactForm {
  margin: 30px 0 10px;
  overflow: hidden;
  }

#contactForm form {
  float: left;
  width: 50%;
  margin-left: 40px;
  overflow: hidden;
  display: inline;
 }

#contactForm form fieldset {
  padding: 0 5px 5px;
  margin: 10px 0;  
  border: 1px solid #ccc;
  background: #eee url(http://www.coerealty.com/images/backgrounds/foggy_oaks.jpg) no-repeat 50% 50%;
  }

#contactForm form legend {
  margin-left: 10px;  
  color: #fff;  
  font-weight: bold;
  background: #363;
  padding: 2px 4px;
  border: 1px solid #ccc;
  }

#contactForm form label {
  display: block;
  }

#contactForm form fieldset ul {
  font-size: 0.75em;
  color: #333;  
  text-align: left;
  margin: 10px 0 0 10px;
  }

#contactForm form fieldset li {
  padding-bottom: 10px;
  }

#contactForm form fieldset.submit {
  text-align: left;
  padding-left: 20px;
  background: none;
  border: none;
  }

/*
#contactForm form fieldset input.button {
  color: #fff;
  background: #cca566;
  font-weight: bold;
  }

#contactForm form fieldset input.button:hover {
  color: #fff;
  background: #e07000;
  font-weight: bold;
  cursor: pointer;
  }
*/

#contactForm form fieldset input.button:hover {
  cursor: pointer;
  }

#contactForm img {
  width: 256px;
  padding: 5px;
  height: 132px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ccc;
  }

#contactFormListLeft {
  float: left;
  width: 160px;
  margin: 10px 0 0 70px;
  display: inline;
  }

ul.contactFormListLeft {
  font-size: 0.75em;
  text-align: left;
  white-space: nowrap;
  }
  
  

#contactForm h4 {
  font-size: 1em;
  color: #000;
  text-align: left;
  padding: 10px 0 0;
  margin: 5px 0 0 0;
   }

/**********************************************
contact box style
**********************************************/

#contact {
  width: 640px;
  background:#fff;
  font-size: 1.1em;
  padding: 20px;
  margin: 30px auto;
  border: 1px solid #ccc;
  overflow: hidden;
 }

#contact h3 {
  margin-bottom: 1.5em;
  }

#contact img {
  float: left;
  width: 256px;
  height: 132px;
  margin: -110px 0 0 190px;
  padding: 0px;
  background: black;
  }

#contactListLeft {
  float: left;
  width: 150px;
  padding: 0;
  margin: 0;
  }

ul.contactListLeft {
  font-size: .75em;
  line-height: 1.5em;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
  }

ul.contactListLeft li {
  margin: 0;
  padding: 0;
  }
 
#contactListRight {
  float: right;
  width: 150px;
  padding: 0;
  margin: 0;
  }

ul.contactListRight {
  font-size: .75em;
  line-height: 1.5em;
  text-align: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
  }

ul.contactListRight li {
  margin: 0;
  padding: 0;
  }

#contact h4 {
  color: #800;
  font-weight: bold;
  text-align: left;
  padding: .25em 0 0;
  margin: .5em 0 0 0;
   }

#contactListRight h4 {
  text-align: right;
  margin: .5em 0 0 0;
  }

/**********************************************
  Helen's logo container styles
**********************************************/

#logoBox {
  clear: right;
  width: 640px;
  background:#fff;
  font-size: 1.1em;
  padding: 20px;
  margin: 30px auto 0;
  border: 1px solid #ccc;
  overflow: hidden;
  }

 #logoBox img {
   display: block;
  }

#logoBox .ownerPic {
  float: left;
  width: 85px;
  height: 85px;
  background: #fff;
  padding: 5px;
  border: 1px solid #999;
  }

#logoBox .topLogo {
  float: right;
  background: #fff;
  padding: 8px 6px;
  margin: 15px 0 0 10px;
  border: 1px solid #999;
  }

#logoBox .bottomLogo {
  float: right;
  margin: 10px 0 0 0;
  }

#logoBox p {
  float: left;
  font-size: 0.875em;
  width: 370px;
  margin: 10px 0 10px;
  }

#logoBox ul {
  clear: left;
  font-size: 0.75em;
  text-align: left;
  margin-top: 10px;
  }

/**********************************************
  owner info container 
**********************************************/

#ownerInfo {
  width: 660px;
  padding: 10px;
  margin: 30px auto;
  background: #fff;
  border: 1px solid #ccc;
  }

#ownerInfo img {
  float: left;
  display: block;
  width: 85px;
  height: 85px;
  background: #fff;
  padding: 5px;
  margin: 0 20px 0 0;
  border: 1px solid #999;
  }

#ownerInfo p.padMargin {
  padding: 0;
  margin: 10px 0 0;
  }
  
#ownerInfo ul {
  font-size: 0.75em;
  text-align: left;
  }
  
.ownerName {
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
  }

/**********************************************
  logo images
**********************************************/

#realtorLogos {
  width: 187px;
  margin: 20px auto 0;
  }

.ehoImage {
  width: 28px;
  height: 29px;
  padding: 0 5px 0 0;
  }

.mlsImage {
  width: 114px;
  height: 50px;
  padding: 0 5px 0 0;
  }

.realtorImage {
  width: 25px;
  height: 29px;
  }

/**********************************************
  footer styles
**********************************************/

#slicertech {
  font-size: 0.625em;
  line-height: 1.5em;
  text-align: center;
  padding: 0;
  margin: .5em 0 0;
  } 

.jeep {
float: left;
  }

/**********************************************
  footer navigation
**********************************************/

#footerNav {
  font-size: 0.75em;
  margin: 20px auto;
 }
 
/**********************************************
 footerBase Styles
**********************************************/

#footerBase {
  clear: left;
  width: 100%;
  background: url(http://www.coerealty.com/images/backgrounds/footer_bckgrd_dark_121-363.gif) no-repeat 50% 100%;
  font-size: 0.625em;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  }

/**********************************************
  misc styles
**********************************************/

.padMargin {
  padding: 0;
  margin: 0;
  }

.click {
  font-size: 0.625em;
  margin: 0 auto;
  }

.bkgrd {
  border:1px solid #000;
  }

.darkThemeBorder {
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  }

#mainContent .bkgrdbox1 {
  width: 600px;
  padding: 20px;
  margin: 40px auto 20px;
  background:#fff;ures/wood800x400.jpg) no-repeat 50% 50%;
  border: 1px solid #000;
  overflow: hidden;
  }

.clearBoth {
  clear: both;
  font-size:0;
  line-height: 0;
  height: 0;
  }

.clearLeft {
  clear: left;
  font-size:0;
  line-height: 0;
  height: 0;
  }
  
.clearRight {
  clear: right;
  font-size:0;
  line-height: 0;
  height: 0;
  }

/**********************************************
  box styles
**********************************************/

.box {
  border: 1px solid #ccc;
  }

img.box {
  border: 1px solid #999;
  }

.box999 {
  border: 1px solid #999;
  }
  
.roundBox {
  background: #fff;
  }

.sect {
  width: 640px;
  margin: 20px auto;
  padding: 0px;
  border: 1px solid #ccc;
  overflow: hidden;
 }

.sect h3 {
  color: #fff;
  background: #363;
  padding: 6px 0;
  margin: 0;
  }

.sect h4 {
  text-align: left;
   background: transparent;
   padding: 20px 0 0 20px;
  }

.sect ul {
  font-size: 0.75em;
  text-align: left;
  margin:0 0 10px 20px;
  }

/**********************************************
  residential listings styles
**********************************************/

.listingsLogos {
  width: 640px;
  font-size: 1em;
  padding-top: 10px;
  margin: 0 auto 10px;
  }
