/*----------------------------
STYLESHEET
MissyZech.com
AUTHOR: Mark Middleton
March 25, 2008
WebSight Design
-----------------------------*/
body{
  margin:0;
  padding:0;
  font-size:62.5%;
  font-family:georgia,serif;
  text-align:center;
  background:#d5d3a0;
}
img{
  border:0;
}
br.clearer{
  clear:both;
}
a:link,
a:visited,
a:active,
a:hover{
  color:#999966;
}
div#wrapper{
  text-align:left;
  margin:0 auto;
  width:839px;
  border:1px solid #adab71;
  border-top:0;
  border-bottom:0;
  position:relative;
  font-size:1.4em;
}
div#missy{
  position:absolute;
  width:119px;
  height:167px;
  top:21px;
  left:-15px;
  z-index:1;
  
}
div#header{
  width:839px;
  height:177px;
  overflow:hidden;
  background:url('../images/bg_header.gif') 0px 0px repeat-x;
  
}
div#logo{
  width:326px;
  height:72px;
  margin:41px 0px 0px 111px;
  float:left;
  display:inline;
  
  overflow:hidden;
}
div#nav{
  width:627px;
  height:55px;
  float:left;
  margin:9px 0px 0px 98px;
  overflow:hidden;
  position:relative;
  display:inline;
  
  
}
div#nav ul{
  list-style-type:none;
  margin:0;
  padding:0;
}
div#nav li{
  float:left;
  display:inline;
}
div#nav a:link,
div#nav a:visited,
div#nav a:active,
div#nav a:hover{
  display:block;
}
div#morganlane{
  width:118px;
  height:151px;
  position:absolute;
  z-index:2;
  right:0px;
  top:26px;
}
div#main{
  background:#ffffff url('../images/bg_main.gif') 0px 0px repeat-y;
  width:839px;
  position:relative;
  padding-bottom:25px;
}
div#info{
  
  width:199px;
  float:left;
  position:relative;
}
div#info_prop{
  width:1px;
  float:right;
  height:510px;
}

div#contact{
  width:173px;
  height:153px;
  margin:30px 0px 0px 13px;
}
div#phone{
  margin-top:25px;
}
div#bottomlinks{
  width:199px;
  height:236px;
  background:#ebebdf url('../images/bg_left.jpg') bottom left no-repeat;
  position:absolute;
  z-index:99;
  bottom:0px;
}
div#links{
  position:absolute;
  bottom:17px;
  left:17px;
  
}
div#links ul{
  list-style-type:none;
  margin:0;
  padding:0;
}
div#links li{
  margin-bottom:3px;
}
div#links a:link,
div#links a:visited,
div#links a:active,
div#links a:hover{
  color:#333333;
  text-decoration:none;
  font-weight:bold;
  font-size:0.8em;
}
div#content{
  float:left;
  width:640px;
  
}
div#photo_wrapper{
  width:640px;
  
}
div.photo_home{
  margin-left:1px;
  float:left;
  display:inline;
}
div.photo_first{
  margin:0;
}
div#home_text{
  width:593px;
  margin:0px auto;
  padding:15px 0px 15px 0px;
}

div.centerimg{
  margin:0 auto;
  text-align:center;
}
div#footer1{
  width:839px;
  height:30px;
  background:#7c7c7c;
  border:1px solid #656565;
  border-top:0;
  margin:0 auto;
  text-align:left;
}
div#footer2{
  text-align:left;
  width:839px;
  margin:6px auto;
  color:#969459;
}
div#footernav{
  float:left;
  
}
div#footernav ul{
  list-style-type:none;
  margin:0;
  padding:0;
}
div#footernav li{
  float:left;
  display:inline;
  border-left:1px solid #a6a46b;
  padding:0px 5px 0px 5px;
}
div#footernav li.first{
  border:0;
}
div#footer2 a:link,
div#footer2 a:active,
div#footer2 a:visited,
div#footer2 a:hover{
  text-decoration:none;
  color:#969459;
  font-size:1.1em;
}
div#wsd{
  float:right;
}
div#content_inner{
  width:600px;
  margin:20px 0px 0px 14px;
}
h1{
  width:279px;
  height:22px;
  overflow:hidden;
}
h1 span{
  display:none;
}
h1.missy{background:url('../images/t_missy.gif') 0px 0px no-repeat;}
h1.properties{background:url('../images/t_properties.gif') 0px 0px no-repeat;}
h1.marin{background:url('../images/t_marin.gif') 0px 0px no-repeat;}
h1.schools{background:url('../images/t_schools.gif') 0px 0px no-repeat;}
h1.resources{background:url('../images/t_resources.gif') 0px 0px no-repeat;}

div.dropdown{
    border:1px solid #999999;
    background:#ffffff;
    width:150px;
    display:none;
    position:absolute;
    z-index:3;
    text-align:left;
    font-size:1.1em;
    font-weight:bold;
}
div.dropdown ul{
    list-style-type:none;
    margin:0px;
    padding:0px;
    
}
div.dropdown li{
    margin:0;
    padding:0;
}
div.dropdown a:link,
div.dropdown a:active,
div.dropdown a:visited,
div.dropdown a:hover{
    display:block;
    padding:3px;
    color:#7c7c7c;
    background:#ffffff;
    width:144px;
    text-decoration:none;
}
div.dropdown a:hover{
    background:#b1b1a9;
    color:#ffffff;
    
}
div#nav_drop2{
    margin-top:-6px;
}