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

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #7d7359;
}

body,td,th {
	color: #000;
}

a img {
	border: 0px;
}

h2 {
	font: 20px bold Arial, Helvetica, sans-serif;
	color: #413c2f;
	margin-bottom: -5px;
	text-align:center;
	text-shadow: 1px 1px 0px #FFF;
}


/*      IDs      */

#topbar {
	background: #7d7359;
	padding-top: 0px;
	margin: 0px;
	width: 100%;
	height: 100px;
	text-align: center;
	font: 30px bold Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(../images/topgradient.jpg);
	background-repeat: repeat-x;
}

#nav {
	background: #a79d84;
	color: #FFF;
	text-align:center;
	background-repeat: repeat-x;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	font: 10pt arial, verdana, sans-serif;
	width: 100%;
	height: 150px;
}

#pagewrap {
	min-height: 100%;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#wrapshadow {
	width: 800px;
	min-height: 100%;
	overflow:auto;
	padding-bottom: 30px;
	border-bottom: thin 5px #FFF;
	margin:0 auto;
	clear:both;
	background-image: url(../images/wrapshadow.jpg);
	background-repeat: repeat-y;
}

#wrap {
	width: 750px;
	min-height: 100%;
	/*overflow: auto;*/
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	border-right: solid 3px #413c2f;
	border-left: solid 3px #413c2f;
	border-top: solid 3px #413c2f;
	background-color: #a79d84;
}

#footer {
	position: relative;
	margin-top: -30px;
	height: 30px;
	clear:both;
	background-color:#7d7359;
	color:#FFF;
	font: 11px Verdana, Geneva, sans-serif;
	text-align: center;
	border-top: 2px solid #413c2f;
} 

#smallwrap {
	width: 700px;
	height: auto;
	font: 12px Verdana, Geneva, sans-serif;
	text-indent: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding: 10px;
	background-color:#e3ccac;
	border: 5px solid #413c2f;
    -moz-border-radius: 12px; 
    -webkit-border-radius: 12px; 
    border-radius: 12px; 
}

#smallwrap a {
	color: #906730;
	text-decoration: none;
	font-weight: 500;
}

#smallwrap a:hover {
	color: #000;
	font-weight: 500;
	text-decoration: none;
}

#hrule {
	height:1px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 2px #413c2f;
}

#house7 {
	width: 250px;
	height: 167px;
	border: 6px solid #7d7359;
    -moz-border-radius: 0px 0px 5px 0px; 
    -webkit-border-radius: 0px 0px 5px 5px; 
    border-radius: 0px 0px 5px 5px; 
}

#imgfit {
	width: 110px;
	height: 110px;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
	text-align:center;
	float: left;
	background-color:#e3ccac;
}

#imgfit:hover {
	background-color:#ecdcc5;
}

#clear {
	clear: both;
}


/*         Classes       */
 
.shadow {
	text-shadow: #000 2px 2px 2px;
}

.shadow2 {
	margin-top: 150px;
	text-shadow: #000 2px 2px 2px;
}

.threesixty {
	color: #CCC;
	text-decoration: none;
}

.threesixty:hover {
	color: #F00;
	text-decoration: none;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

#filler {
	width: 100%;
	height: 100%;
}

.checkmark {
	list-style-image: url(../images/bullet.gif)
}

/*      CONTACT FORM     */


#frmContact {
	background: #ecdcc5;
	border: 2px solid #413c2f;
	padding: 5px;
	padding-left: 20px;
	text-indent: 0px;
	-moz-border-radius: 12px; 
    -webkit-border-radius: 12px; 
    border-radius: 12px; 
}



/*      SLIDESHOW   */

#slideshow {
    position:relative;
    height:314px;
	width: 650px;
	border: 6px solid #7d7359;
	-moz-border-radius: 5px 5px 0px 0px; 
    -webkit-border-radius: 5px 5px 0px 0px; 
    border-radius: 5px 5px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	opacity:0.0;
	filter: alpha(opacity=0);
}

#slideshow IMG.active {
    z-index:10;
	opacity:1.0;
	filter: alpha(opacity=100);
	border: solid 2px #000;
	margin-left: -2px;
	margin-top: -1px;
	-moz-border-radius: 5px 5px 0px 0px; 
    -webkit-border-radius: 5px 5px 0px 0px; 
    border-radius: 5px 5px 0px 0px;
}

#slideshow IMG.last-active {
    z-index:9;
}



/*        MENU       */


#nav ul {
    list-style:none;
    font-family: Georgia, serif;
    font-size: 20px;
    letter-spacing: -2px;
    line-height: 1.2em;
    float:left;
    clear:both;
    margin:0px;
	margin-left: 35px;
}
#nav ul li{
    float:left;
}
#nav ul li a{
    display:block;
    text-decoration:none;
    padding:5px;
    color:#555;
    background-color:#a79d84;
    width:140px;
}
#nav ul li a span{
    display:block;
}
#nav ul li a span.nav_t{
    border-top:1px solid #ddd;
     border-bottom:1px solid #ddd;
}
#nav ul li a:hover span.nav_t{
    color:#ccc;
}
#nav ul li a span.text{
    padding:0px 5px;
    font-family: Georgia, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.7em;
    color:#444;
    visibility:hidden;
}
#nav ul li a:hover span.text{
    visibility:visible;
}
