/* Document Structure */
body{
  margin: 0px;
  color: #000000;
  font-size: 1.0em;
  text-align: center;
  font-family: tahoma, arial sans-serif;
  background: url('../images/back.jpg') top center #5f5342;
}
#back_top{
  background: url('../images/back_top.jpg') top center repeat-x;
}
#container{
  width: 760px;
  text-align: left;
  margin: 0px auto 0px auto;
}
#top{
  height: 296px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#middle_1{
  height: 120px;
  overflow: hidden;
  background: url('../images/middle.gif') 0px 115px repeat-x #a09482;
}
#middle_2{
  background: url('../images/bottom.gif') bottom center no-repeat #c4bfac;
}


/* General Formatting */
p, h1, h2, h3, li, input, textarea, blockquote, legend, td{
  text-align: left;
  cursor: default;
  font-family: "Lucida Sans Unicode", tahoma, arial sans-serif;
}
p{
  font-size: 0.8em;
  padding-top: 20px;
  margin: 0px 20px 0px 20px;
}
ul, ol{
  font-size: 0.8em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
}
ul{
  list-style: square;
}
input, textarea{
  color: #000000;
  width: 300px;
  cursor: text;
  font-size: 0.9em;
  border: 1px solid #5f5342;
  background: #e1ebf0;
}
a{
  color: #473d30;
  cursor: pointer;
  text-decoration: underline;
}
a:hover{
  color: #000000;
}
hr{
  clear: both;
  height: 1px;
  border: 0px;
  border-bottom: 1px solid #a09482;
}
br{ clear: both; }
p br{ clear: none !important; }
a img{ border: 0px; }
.left{ float: left; }
.right{ float: right; }


/* Top Portion */
#nav_top{
  height: 40px;
  text-align: right;
  padding-right: 15px;
  background: url('../images/nav_top.gif') top right no-repeat;
}
#nav_top a{
  height: 21px;
  border: 0px;
  margin: 0px 10px 0px 0px;
  text-decoration: none;
}
#nav_top a img{
  opacity: 0.7;
  -moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
#nav_top a:hover img{
  opacity: 1.0;
  -moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
#nav_top a img{
  margin-top: 10px;
}
#header{
  height: 256px;
  display: block;
}
#header img{
  border: 0px;
}
#title{
  position: absolute;
  z-index: 1;
  display: block;
  margin: 225px 0px 0px 27px;
}


/* Left Nav */
#nav_left{
  float: left;
  width: 196px;
  margin: -109px 0px 0px 0px;
  padding: 0px;
  background:url(http://www.ronasmushomes.com/images/nav-bg.gif) top left no-repeat;
  height:178px;
}
#nav_left a{
  width: 162px;
  height: 24px;
  display: block;
  margin-left: 27px;
  opacity: 0.6;
  -moz-opacity: 0.6;
	filter: alpha(opacity=60);
  background: url('../images/nav_left_bullet_out.gif') top left no-repeat;
}
#nav_left a:hover{
  opacity: 1.0;
  -moz-opacity: 1.0;
	filter: alpha(opacity=100);
  background: url('../images/nav_left_bullet_over.gif') top left no-repeat #938672;
}


/* Home Changer */
#changer{
  float: right;
  height: 120px;
  width: 564px;
  background: url('../images/changer.jpg') top right no-repeat;
}
#changer_controls{
  width: 200px;
  float: right;
  height: 11px;
  padding: 0px;
  display: inline;
  text-align: right;
  margin: 0px 20px 0px 0px;
}
#changer_controls span{
  float: right;
  color: #6b5f4d;
  display: block;
  font-size: 0.8em;
  margin: -3px 15px 0px 0px;
}
#changer_controls a img{
  float: right;
  height: 11px;
  display: block;
  margin: 0px 2px 0px 2px;
  opacity: 0.5;
  -moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
#changer_controls a:hover img{
  /* safari didn't like 100% opacity for some reason */
  opacity: 0.99;
  -moz-opacity: 0.99;
	filter: alpha(opacity=99);
}
#changer_thumbnail{
  float: left;
  width: 142px;
  height: 96px;
  cursor: pointer;
  background: #5f5342;
  margin: 11px 0px 0px 5px;
}
#changer_thumbnail div{
  width: 132px;
  height: 86px;
  margin: 5px;
  overflow: hidden;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
}
#changer_text{
  clear: right;
  float: right;
  width: 365px;
  line-height: 1.2em;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  text-align: left;
  margin: 13px 27px 0px 0px;
}
#changer_text em{
  color: #443827;
  font-size: 0.9em;
  font-style: normal;
  font-weight: normal;
}
#changer_text span{
  height: 80px;
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
#changer_text a{
  text-decoration: none;
}
#changer_text span a{
  text-decoration: underline;
}


/* Side */
#side_title{
  width: 176px;
  height: 31px;
  text-indent: -200px;
  overflow: hidden;
  margin: 0px 0px 0px 20px;
  background: url('../images/side_title.gif') top left no-repeat #5f5342;
}
#side{
  clear: left;
  float: left;
  width: 142px;
  display: inline;
  padding: 10px;
  margin: 0px 0px 0px 27px;
  color: #ffffff;
  background: url('../images/side.gif') bottom left no-repeat #5f5342;
}
#side img{
  margin-top: 10px;
}


/* Content */
#content{
  float: right;
  width: 554px;
  margin: 20px 0px 0px 0px;
}
#content p{
  color: #3c5715;
  padding: 0px;
  font-size: 0.9em;
  margin: 0px 15px 15px 10px;
}
#content ul, #content ol{
  color: #3c5715;
  margin: 0px 15px 15px 25px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
  color: #4b3f2f;
  font-size: 1.1em;
  font-weight: normal;
  font-family: georgia, sans-serif;
  margin: 0px 15px 15px 10px;
}
#content h1{ font-size: 1.4em; }
#content h2{ font-size: 1.2em; }
#content h3{ font-size: 1.0em; }
#content h4{ font-size: 0.9em; }
#content h5{ font-size: 0.8em; }
#content h6{ font-size: 0.8em; }
#content h2 a{
  font-size: 0.8em;
  font-family: "Lucida Sans Unicode", tahoma, arial sans-serif;
}
#content .block{
  float: left;
  width: 181px;
  display: block;
  cursor: pointer;
  text-align: center;
  background: url('../images/block_top.gif') top left no-repeat #ffffff;
}
#content .block .bottom{
  padding: 10px;
  background:url('../images/block_bottom.gif') bottom left no-repeat;
}
#content .block img{
  margin: 5px auto 5px auto;
}
#content .block p{
  text-align: center;
  margin: 0px;
}
.notify{
  width: 280px;
  color: #ffffff !important;
  margin: 17px 0px 0px 10px !important;
  background: #3c5715;
  border: 10px solid #3c5715;
}
.news{
  height: 50px;
  overflow: hidden;
}
.news p, .news ul, .news ol{
  font-size: 0.75em !important;
}
.news .fader{
  width: 554px;
  height: 20px;
  margin-top: 30px;
  position: absolute;
  z-index: 1;
}
#contact-form {
  width:320px;
}


/* Footer */
#footer{
  float: right;
  width: 556px;
  height: 21px;
  background:url('../images/footer.gif') top right no-repeat;
}
#footer .left{
  float: left;
  width: 323px;
  height: 21px;
  line-height: 18px;
  margin: 0px;
  padding: 0px;
  margin-left: 15px;
  color: #938672;
  font-size: 0.7em;
}
#footer .left img{
  float: right;
}
#footer .right{
  float: right;
  width: 193px;
  height: 21px;
  line-height: 18px;
  margin: 0px;
  padding: 0px;
  color: #293a0d;
  font-size: 0.7em;
  text-align: right;
  margin-right: 10px;
}
#footer a{
  color: #b3aa8a;
  text-decoration: underline;
}
#footer a:hover{
  color: #ffffff;
}
