/* Layout Properties */

* {
	margin: 0;
}

html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -248px;
	
}

#footer, .push {
	height: 248px;
}

body, td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size : 13px;
	color : #554d3c;
	line-height:1.8em;
}

#bg {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	z-index:-1;
}

img {
	border : none;
}

a {
	color : #5E6C81;
	outline:none;
}

.flL {
	float:left;
}

.flR {
	float:right;
}

.clear {
	clear : both;
}

.divider {
	height: 2px;
	background:url(/images/layout/horiz.png) repeat-x;
	margin:5px 0px;
}


.dropshadow {
	-moz-box-shadow: 5px 5px 8px #666;
	-webkit-box-shadow: 5px 5px 8px #666;
	box-shadow: 5px 5px 8px #666;
	behavior: url(/js/PIE.htc);

}

.brownDiv {

	border:1px solid #8d7e62; 
	background:url(/images/layout/bg_contact.png); 
	padding:10px;
}

/* Form Elements */

input[type=text], textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	background:url(/images/layout/bg_input.gif) repeat-x top;
	border: 1px solid #000;
	height:25px;
	margin:7px 0px;
	font-size:12px;
	color:#4b3918;
	padding:3px;
}

textarea {
	height:150px;
	background-color:#adb4bc;
}

.agent, .buyer {
	display:none;
}

.required {
	color:#C00;
}


/* Site Containers */


#siteContainer {
	width:935px;
	padding-bottom:20px;
}

#siteContent {
	width: 913px;
	text-align:left;
}

/* Nav Items */

#nav ul {
	margin:0px;
	padding:0px;
}

#nav li {
	list-style:none;
	display:inline;
	font-family: "sorts-mill-goudy-1","sorts-mill-goudy-2", Georgia, serif;
	font-size:12px;
	font-weight:bold;
	color:#2e1f05;
	margin:30px;
}

#nav li a {
	text-decoration:none;
	color:#2e1f05;
}

#nav li a:hover, #nav .active {
	color:#784a28;	
}

#nav {
	padding:20px;
}



/* Paper background container */

#top {
	background:url(/images/layout/bg_top.jpg) no-repeat;
	height:32px;	
}

#mid {
	background:url(/images/layout/bg_mid.jpg) repeat-y;
	padding:0px 25px;
	position:relative;
}

#bot {
	background:url(/images/layout/bg_bot.jpg) no-repeat;
	height:36px;	
}



/* Main Typekit Headlines */

h1 {
	font-family: "sorts-mill-goudy-1","sorts-mill-goudy-2", Georgia, serif;
	font-size:30px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#4b3918;
	margin-bottom:10px;
}

h2 {
	font-family: "sorts-mill-goudy-1","sorts-mill-goudy-2", Georgia, serif;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#4b3918;
	margin-bottom:10px;
}

h3 {
	font-family: "sorts-mill-goudy-1","sorts-mill-goudy-2", Georgia, serif;
	font-size:17px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#4b3918;
	margin-bottom:5px;
}


/* Footer Styles */
#footer {
	background:url(/images/layout/bg_footer.png);
	color:#dcd1be;
	line-height:1.5em;
	font-size:12px;
}

#footer a {
	color:#bead91;
}

#footer h1 {
	font-family: "sorts-mill-goudy-1","sorts-mill-goudy-2", Georgia, serif;
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	color:#dcd1be;
}

#footer h2 {
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

#footerContent {
	width: 935px;
	text-align:left;
	padding-top:20px;
	
}


#footer .name {
	width:97px;
}

#footer .email {
	width:210px;
}


/* Footer Element Styles */

.teaser {
	float:left;
}


#footer .date {
	color:#000;
	font-size:11px;
}

.social {
	font-size:10px;
}



/* Home Page Slider Nugget */

#sliderNav {
	position:absolute;
	right: 15px;
	top:-32px;
}


#sliderNav a {
	background:url(/images/layout/bg_tab.png) no-repeat;
	height:36px;
	width:161px;
	display:block;
	float:left;
	margin-right:5px;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	color:#4b3918;
	text-align:center;
	padding-top:6px;
	font-size:12px;
	text-decoration:none;
}

#sliderNav a.active {
	background:url(/images/layout/bg_tab-over.png) no-repeat;
	color:#f3e7d1;
}


.slider {
	padding-top:10px;
}

#divAmen, #divServ {
	display:none;
}

.homeImg {
	width:408px;
	height:261px;
	background:url(/images/layout/bg_image.png) no-repeat;
	padding-top:12px;
	padding-left:11px;
}

.homeText {
	width: 440px;
	line-height:1.8em;
	font-size:16px;
	padding-top:10px;
}


