@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body{
	background: #e3e1c3;
	height:100%;
}

p{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #646844;
	margin-bottom:10px;
}

ul,li{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #646844;
}


h1, h2, h3, h4, h5, h6{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding:0px;
}

h1{font-size:22px; color:#000; font-weight:100;}
h2{font-size:18px; color:#000; text-align:right; font-family: Tahoma, Verdana, Arial, sans-serif;}
h3{font-size:18px; color:#000; font-weight:100;}
h4{font-size:14px; color:#646844; text-align:left;} 
h5{font-size:12px; color:#000; font-weight:bold; padding-top:10px;}

table, td, select, input, textarea{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#646844;
	text-align:left;
}

/*--------header--------*/

#header{
	width:100%;
	height:130px;
	background:#fff;
}

#hdcontainer{
	margin:0 auto;
	width:770px;
	height:130px;
}

#infocontainer{
	width:400px;
	height:90px;
	padding-top:40px;
	float:right;
}

/*--------menu container--------*/

#menubg{
	width:100%;
	height:28px;
	background:#fff;
}

#menubox{
	margin:0 auto;
	width:770px;
	height:25px;
}


/*--------photo bar--------*/

#photobar{
	width:100%;
	height:280px;
	background:#000;
}

#barcontainer{
	margin:0 auto;
	width:770px;
	height:280px;
}

#quotecontainer{
	width:348px;
	height:280px;
	background:url(../img/menubg348x280.gif);
	float:left;
}

/*--------photo shuffle--------*/

#photodiv{
	width:422px;
	height:280px;
	float:left;
	background:url(../img/house001.jpg);
}

/*--------content--------*/

#content{
	margin:0 auto;
	width:770px;
	height:auto;
}

#contactbox{
	width:140px;
	padding: 15px 5px 10px 5px;
	float:left;
}

.divider{
	width:5px;
	height:341px;
	background:url(../img/divider.gif);
	margin-top:15px;
	float:left;
}

#textblock{
	width:585px;
	padding:15px 5px 10px 20px;
	float:left;
}

#textblock p {text-align:justify;}

/*--------menu--------*/
#menu {
width: 100%;
background: #fff;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 10.5em;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #000;
background: #fff;
text-transform: uppercase;
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color:#fff; 
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
}

#menu h2 a {
color: #000;
background: #fff;
text-transform: uppercase;
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color:#fff; 
}

#menu h2:hover {
color: #a00;
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color:#a00 #000 #000 #000;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}