/* Document Structure */
body{
  margin: 0px;
  text-align: center;
  background-color: #CCCCCC;
}
div.texture{
  text-align: center;
  background: url('images/texture.gif');
}
div.stripe{
  height: 700px;
  text-align: center;
  background: url('images/stripe.gif') top center repeat-x;
}
div.container{
  width: 700px;
  margin: 0px auto 0px auto;
  position: relative;
  text-align: left;
}
div.main{
  z-index: 1;
  width: 700px;
  position: absolute;
}


/* General Formatting */
p, blockquote, h1, h2, h3, li, textarea, input{
  font-family: "Tahoma", arial, sans-serif;
}
p, h1, h2, h3, li, textarea{
  text-align: left;
}
p{
  color: #666666;
  font-size: 0.8em;
  margin: 5px 10px 15px 10px;
  text-align: justify;
}
blockquote{
  font-size: 0.85em;
  color: #666666;
  padding: 5px;
  margin: 0px;
}
blockquote p.quote{
  border-top: 1px solid #cc9933;
  border-bottom: 1px solid #cc9933;
  padding: 10px;
  margin: 10px 10px 0px 10px;
  background: #ffffcc;
}
blockquote p.quote:first-letter{
  font-size: 3.0em;
  font-weight: bold;
  font-family: serif;
}
blockquote p.author{
  margin: 5px 20px 0px 10px;
  text-align: right;
}
a.img, a.img:link, a.img:active, a.img:hover, a.img:visited{
  text-decoration: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
h2{
  margin: 0px;
  font-size: 0.9em;
  color: #003300;
}
h3{
  margin: 0px;
  font-size: 0.7em;
  color: #996600;
}
table{
  border: 0px;
  border-collapse: collapse;
}
td{
  padding: 0px;
}
hr{
  height: 1px;
  border: 0px;
  border-top: 1px solid #CCCCCC;
  margin-left: 10px;
  margin-right: 15px;
  margin: -10px 15px 20px 10px;
}
a,a:link,a:active,a:visited{
  color: #003300;
  letter-spacing: 0.1em;
  text-decoration: underline;
  border-bottom: 0px;
}
a:hover{
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-bottom: 1px solid #CC9933;
}
img.stock{
  display: block;
  border: 0px;
  padding: 0px;
  margin: 0px 10px 10px 10px;
}
textarea, input{
  border: 1px solid #999999;
  background: #ffffcc;
}
textarea{
  width: 420px;
  font-size: 1.0em;
}
input{
  width: 250px;
}


/* Pre-Navigation */
div.header{
  height: 40px;
}
img.logo_cwgroup{
  float: left;
  width: 345px;
  height: 40px;
  border: 0px;
}
p.header{
  float: right;
  line-height: 14px;
  margin: 5px 10px 0px 0px;
  padding: 0px;
  color: #999999;
  font-size: 0.6em;
  text-align: right;
}
a.header{
  color: #006600;
  text-decoration: underline;
}
a.header:hover{
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #CC9933;
}
div.top{
  height: 130px;
  text-align: center;
  background: url('images/top.gif') top left no-repeat #FFFFFF;
}
img.logo_srhomes{
  width: 353px;
  height: 77px;
  border: 0px;
  margin: 35px 0px 0px 0px;
}


/* Navigation etc */
div.mid{
  height: 215px;
}
div.mid_right{
  float: right;
  width: 15px;
  height: 215px;
  background: url('images/mid_right.gif') top left no-repeat #CC9933;
}
div.mid_left{
  float: left;
  width: 15px;
  height: 215px;
  background: url('images/mid_left.gif') top left no-repeat #CC9933;
}
div.mid_main{
  float: left;
  width: 670px;
  height: 215px;
  background: url('images/mid.gif') top left repeat-x #003300;
}
img.mid_block,
table.mid_block{
  float: left;
  width: 220px;
  height: 190px;
  margin-top: 15px;
  background: url('images/mid_block.gif') center center no-repeat;
}
table.mid_block{
  margin-left: 5px;
  margin-right: 5px;
}
td.navigation{
  vertical-align: middle;
}
a.navigation,
a.navigation:link,
a.navigation:active,
a.navigation:visited,
span.navigation{
  height: 16px;
  display: block;
  color: #003300;
  font-family: "Georgia", serif;
  letter-spacing: 0.1em;
  font-size: 0.7em;
  text-decoration: none;
  padding-left: 20px;
  font-variant: small-caps;
  border-top: 1px solid #FFFFCC;
  border-bottom: 1px solid #E6E6C6;
}
a.navigation:hover{
  background-color: #CC9933;
  border-top: 1px solid #996600;
  border-bottom: 1px solid #FFFFCC;
  font-weight: bold;
  letter-spacing: 0.04em;
  background-image: url('images/navigation_bullet.gif');
  background-position: 5px 4px;
  background-repeat: no-repeat;
}
span.navigation{
  color: #FFFFFF;
  font-weight: bold;
  background-color: #CC9933;
  border-top: 1px solid #996600;
  border-bottom: 1px solid #FFFFCC;
}


/* Page Content */
div.content{
  background: url('images/content.gif') top left repeat-y #FFFFFF;
}
div.content_right{
  float: right;
  width: 15px;
  height: 310px;
  background: url('images/content_right.gif') top left no-repeat #FFFFCC;
}
div.content_left{
  float: left;
  width: 15px;
  height: 310px;
  background: url('images/content_left.gif') top left no-repeat #FFFFCC;
}
div.content_main{
  float: left;
  width: 670px;
  background-color: #FFFFFF;
}


/* Left Column */
div.col_1{
  float: left;
  width: 220px;
}
div.c1{
  clear: left;
  float: left;
  width: 220px;
  overflow: hidden;
  margin: 0px 0px 5px 0px;
  background-color: #CC9933;
}
h2.c1{
  height: 40px;
  line-height: 35px;
  padding-left: 10px;
  margin: 0px;
  background: url('images/c1_top.gif') top left no-repeat #CCCCCC;
}
p.c1{
  color: #999999;
  margin: 0px 20px 10px 20px;
}
div.c1_bottom{
  width: 220px;
  height: 10px;
  overflow: hidden;
  background: url('images/c1_bottom.gif') top left no-repeat #CC9933;
}
a.c1, a.c1:link, a.c1:active, a.c1:visited{
  color: #003300;
  text-decoration: none;
  border-bottom: 0px;
  display: block;
}
a.c1:hover{
  color: #996600;
}
div.c1b{
  clear: left;
  float: left;
  width: 220px;
  overflow: hidden;
  margin: 0px 0px 5px 0px;
  background-color: #003300;
}
ul.c1b{
  margin: 0px;
  padding-left: 30px;
}
li.c1b{
  color: #CC9933;
  font-size: 0.7em;
}
li.c1b_end{
  color: #003300;
  font-size: 0.7em;
  margin: 10px 0px 0px 0px;
}
a.c1b, a.c1b:link, a.c1b:active, a.c1b:visited{
  color: #FFFFCC;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
a.c1b:hover{
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bolder;
  letter-spacing: 0em;
  border-bottom: 1px solid #CC9933;
}
li.c1a{
  color: #003300;
  font-size: 0.7em;
}
li.c1a_end{
  color: #CC9933;
  font-size: 0.7em;
  margin: 10px 0px 0px 0px;
}
a.c1a, a.c1a:link, a.c1a:active, a.c1a:visited{
  color: #663300;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
a.c1a:hover{
  color: #663300;
  text-decoration: none;
  font-weight: bolder;
  letter-spacing: 0em;
  border-bottom: 1px solid #003300;
}
h2.c1b{
  height: 40px;
  line-height: 35px;
  padding-left: 10px;
  background: url('images/c1_top2.gif') top left no-repeat #CCCCCC;
}
div.c1b_bottom{
  width: 220px;
  height: 10px;
  overflow: hidden;
  background: url('images/c1_bottom2.gif') top left no-repeat #003300;
}


/* Right Column */
div.col_2{
  float: right;
  width: 445px;
}
div.c2{
  clear: left;
  float: left;
  width: 445px;
  overflow: hidden;
  background-color: #FFFFFF;
}
h2.c2{
  height: 40px;
  line-height: 35px;
  padding-left: 10px;
  background: url('images/c2_top.gif') top left no-repeat #CCCCCC;
}
h3.c2{
  font-size: 0.9em;
  font-weight: bold;
  margin: 10px 10px 0px 10px;
}
p.c2{
  color: #003300;
}
span.c2_sub{
  color: #003300;
  font-size: 0.85em;
  display: block;
  margin: 5px 0px 3px 0px;
  padding: 2px 0px 0px 5px;
  background-color: #FFFFCC;
}
img.floorplan{
  display: block;
  float: left;
  border: 1px solid #003300;
  margin: 2px 8px 8px 0px;
}
div.c2b{
  clear: left;
  float: left;
  width: 445px;
  overflow: hidden;
  background-color: #FFFFFF;
}
h3.c2b{
  height: 30px;
  line-height: 22px;
  padding-left: 10px;
  background: url('images/c2_top2.gif') top left no-repeat #E3E3C0;
}
span.c2b_date{
  float: right;
  color: #996600;
  font-weight: normal;
  margin: 0px 10px 0px 0px;
}


/* End of Page Content */
div.bottom{
  height: 39px;
  margin: 0px 0px 20px 0px;
  background: url('images/bottom.gif') top left no-repeat #FFFFFF;
}
div.footer{
  width: 660px;
  margin: 0px 20px 0px 20px;
  border-top: 1px solid #C0C0C0;
}
p.footer_left, p.footer_right{
  color: #999999;
  font-size: 0.6em;
}
p.footer_left{
  float: left;
  text-align: left;
}
p.footer_right{
  float: right;
  text-align: right;
}
a.footer,
a.footer:link,
a.footer:active,
a.footer:visited{
  color: #666666;
  text-decoration: underline;
}
a.footer:hover{
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #CC9966;
}
