/* 
 _________________________________________________________
|                                                         |
|    DESIGN + http://www.webscience.com                   |
|      DATE + 1.29.2007                                   |
|_________________________________________________________|

*/

/* -- Main layout styles -- */

body {
  margin: 1em auto;
  position: relative;
  width:800px;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  background-color: #333;  
}

#siteBox {
  width: 100%;
  color: #FFF;
}

/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 7em;
  background: #572700 url(../images/hdr3.jpg) no-repeat bottom left;
  clear:both;
  margin-top:15px;
}

#header a {
  float: right;
  width: 10.5em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #333;
}

#header a.lastMenuItem {
  background-image: url(../images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #FC0;  
}

a:hover .desc, .active .desc {
  display: block;
}

.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
position:absolute;
top:0px;
}

#headerwrapper {
margin-left:200px;
width:600px;
height:350px;
top:0px;
}

#leftlogo {
float:left;
	width:199;
	padding-top:160px;
}

/* -- Header title and subTitle layout/display styles -- */

.title {
  float: left;
  padding: 15px 0px 0 15px;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #FC0;
}

.subTitle {
  display: block;
  font-size: 10px;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
  padding-left:12px;
}

/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #666;
}

#contentLeft {
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  background: #777 url(../images/corner_sub_tr.gif) no-repeat top right;  
}

#contentRight {
  float: right;
  width: 75%;
  background: #777 url(../images/corner_sub_tl.gif) no-repeat top left;
}

#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content a {  
  text-decoration: none;
  color: #FC0;
  border-bottom: 0px solid #AAA;
}

#content a:hover {
  color: #DDD;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 12px;
/* --  text-transform: lowercase; -- */
  color: #FC0;
  border-bottom: 1px solid #AAA;    
}

.subHeader {
  border: 0px;
}

/* -- Content left site links (large house icon) -- */

#content a.menuItem {
  display: block;
  height: 35px; 
  padding: 15px 0 7px 32px;
  background: url(../images/icn_house.gif) no-repeat center left;
  border: 0px;
  line-height: 13px;
}

#content a:hover.menuItem { 
  color: #DDD;
  background: #888 url(../images/icn_house_on.gif) no-repeat center left;
  border: 0px;
}

/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  font-size: 0.6em;
  text-transform: lowercase;
  line-height: 2.6em;
  color: #0AD;
  background: #572700 /* -- url(../images/hdr2.jpg) repeat-y top left-- */;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(../images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(../images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #0AD;
}

#footer a:hover {
  color: #666666;
}

/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}

/* -- <ul> tag styles -- */

ul{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url(../images/li_bullet.gif);
}

li {
  margin-left: 50px;
  margin-bottom:10px;
  margin-right:15px;
}

/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
  border:thin;
  border-color:#FFFFFF;
  	border-style:outset;
	border-width:5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}

/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}

.phototour img {padding:4px; border:1px solid #a9a9a9; margin-right:50px; text-align:center}
#imgl {margin-left:9px; float:left;}
#imgr {float:right;}
#imgm {margin-left:0px;}
#imgm a {border-bottom:10px}