/*
-----------------------------------------------
Design loosely based on trankaka.com
TRANAKA REALTY LLC
Author:   Douglas Bowman
----------------------------------------------- */

@font-face
	{font-family:'Brush Script MT';
	panose-1:3 6 8 2 4 4 6 7 3 4;
	mso-font-charset:0;
	mso-generic-font-family:script;
	mso-font-pitch:variable;
	mso-font-signature:3 0 0 0 1 0;}


body {
  background:#fff0a5;
  margin:0;
  padding:25px;
  font:small Verdana,Sans-serif;
  }

#page {
  width:754px;
  margin:0 auto;
  }

#page2 {
  background:#fff;
  float:left;
  width:730px;
  padding:10px;
  border:solid #555;
  border-width:1px 3px 3px 1px;
  font-size:85%;
  line-height:1.5em;
  color: #000;
}


/* =Links
----------------------------------------------- */
a {
  color:#36a;
  }
a img {
  border-width:0;
  }


/* =Lists
----------------------------------------------- */
ul {
  margin:0 0 1em;
  padding:0;
  list-style:none;
  }
li {
  background: url("/images/bullet.jpg") no-repeat 6px 50%;
  margin:0;
  padding:0 0 0 17px;
  }


/* =H1
----------------------------------------------- */
.home h1 {
  background-color:#FFFFFF;
  float:left;
  width:730px;
  height:175px;
  margin:0 0 10px;
  border-bottom:5px solid #A05530;
  }
.home h1 img {
  display:block;
  }
 


/* =Content
----------------------------------------------- */
#content {
  background: url("/images/bg-content.gif") repeat-y left top;
  float:left;
  width:730px;
  margin:0 0 10px;
  }
#content-group {
  float:right;
  width:525px;
  }
#content-main {
  float:left;
  width:525px;
  }
#content-main h6 {
  margin:0;
  font:bold 200%/1.4 Arial,Helvetica,Sans-serif;
  color:#000;
  text-align: center; 
  }

#content-extra {
  float:right;
  width:1px;
  margin-top:-.5em;
  }
#content-sub {
  float:left;
  width:175px;
  }


/* =Variations (default is SMX)
----------------------------------------------- */
.mxs #content {background-position:right top;}
.mxs #content-group {float:left;}
.mxs #content-sub {float:right;}

.xms #content {background-position:right top;}
.xms #content-group {float:left;}
.xms #content-sub {float:right;}
.xms #content-main {float:right;}
.xms #content-extra {float:left;}

.ms #content {background-position:right top;}
.ms #content-group {float:left;}
.ms #content-sub {float:right;}
.ms #content-main {width:525px;}
.ms #content-extra {width:525px;}

.sm #content-main {width:525px;}
.sm #content-extra {width:525px;}

.m #content {background-image:none;}
.m #content-group {width:730px;}
.m #content-sub {width:730px;}
.m #content-main {width:730px;}
.m #content-extra {width:730px;}


/* =Subnav
----------------------------------------------- */
#subnav h3 {
  background:#A05530;
  margin:0;
  padding:5px 10px 4px;
  border-bottom:1px solid #A05530;
  font-weight:normal;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#fff;
  }
#subnav ul {
  background:#D0B242 100%;
  }
#subnav li {
  background:none;
  width:175px;
  padding:0;
  color:#000;
  }
#subnav li a {
  background: url("/images/bullet.gif") no-repeat 11px 50%;
  display:block;
  width:143px;
  padding:3px 10px 3px 22px;
  border-top:1px solid #efe;
  border-bottom:1px solid #000;
  text-decoration:none;
  color:#000;
  }
#subnav li a:hover {
  background-color:#A05530;
  color:#000;
  }
#subnav p {
  padding:0 10px;
  color:#000;
  }



/* =Footer
----------------------------------------------- */
#footer {
  float:left;
  width:100%;
  border-top:10px solid #A05530;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding:10px 10px 2px;
  border-top:6px solid #000000;
  text-align:center;
  }