@import "superfish.css";

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
html { background: #000; }
body {
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    color: #FFF;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #9c9c9c;
    text-decoration: underline;
}
a:hover, a:active {
    color: #c9a83e;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
input { vertical-align: middle; }

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 194px;
	background: transparent url(../_images/top.jpg) 0 0 no-repeat;
	text-align: right;
	padding: 0 15px;
}
	#menu {
		float: right;
		margin: 35px 0 27px 0;
		display: inline;
		z-index: 1000; 
		position: relative; 
	}
		#menu li {
			float: left;
			list-style: none;
			font-size: 14px;
			font-family: Georgia;
			margin: 0 0 0 16px;
		}
		#menu a:link, #menu a:visited {
			color: #FFF;
			text-decoration: none;
		}
		#menu a:hover, #menu a:active {
			color: #caa12c;
		}
	
	p#contact {
		clear: right;
		font-family: Georgia;
		font-size: 16px;
		color: #caa12c;
	}
		p#contact span { color: #FFF; }
	
	p#tagline {
		font-family: Georgia;
		font-size: 17px;
		color: #8c8c8c;
		font-style: italic;
	}
		p#tagline span { 
			display: block;
			font-size: 11px;
		}

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
body#home { background: #000 url(../_images/bg-home.jpg) 0 0 repeat-x; }

#banner {
	height: 317px;
	background: transparent url(../_images/banner.jpg) 0 0 no-repeat;
	margin: 0 0 30px 0;
}
	#buttons {
		float: left;
		margin: 6px 0 0 21px;
		display: block;
	}
		#buttons li { 
			width: 370px; 
			list-style: none;
		}
		#buttons li a {	
			display: block; 
			text-indent: -3000px;
		}
			#button1 a {
				height: 92px;
				background: transparent url(../_images/button1.gif) 0 0 no-repeat;
			}
			#button1 a:hover { background: transparent url(../_images/button1.gif) -370px 0 no-repeat; }
			#button2 a {
				height: 89px;
				background: transparent url(../_images/button2.gif) 0 0 no-repeat;
			}
			#button2 a:hover { background: transparent url(../_images/button2.gif) -370px 0 no-repeat; }
			#button3 a {
				height: 92px;
				background: transparent url(../_images/button3.gif) 0 0 no-repeat;
			}
			#button3 a:hover { background: transparent url(../_images/button3.gif) -370px 0 no-repeat; }
	
	#slideshow {
		width: 518px;
		float: right;
		margin: 6px 21px 0 0;
	}

#welcome {
	width: 450px;
	float: left;
	margin: 0 0 25px 15px;
	display: inline;
}
	#welcome h1 {
		font-size: 16px;
	}

#featured {
	width: 375px;
	float: right;
	margin: 0 15px 25px 0;
}
	#featured .property {
		margin: 0 0 15px 0;
	}
		#featured .property img {
			float: left;
			margin: 0 15px 0 0;
		}
		#featured .property p { margin: 0 0 7px 90px; }
		#featured p.address {
			font-size: 15px;
			color: #c9a83e;
		}
	#featured p.more {
		font-size: 15px;
		font-weight: bold;
	}
		#featured p.more a:link, #featured p.more a:visited {
			color: #c9a83e;
			text-decoration: none;
		}
		#featured p.more a:hover, #featured p.more a:active {
			text-decoration: underline;
		}

#quote {
	clear: both;
	margin: 0 15px;
	border-top: 1px solid #2b2b2b;
	padding: 10px 0 0 0;
	font-size: 15px;
	color: #caa12c;
	font-family: Georgia;
}
	#quote span {
		font-size: 11px;
		font-style: italic;
		color: #a6a6a6;
		display: block;
	}

/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
body#sub { background: #000 url(../_images/bg-sub.jpg) 0 0 repeat-x; }

#header {
	margin: 0 15px 40px 15px;
}
	#crumb, #crumb a {
		font-size: 10px;
		color: #8c8c8c;
		margin: 0 0 6px 0;
	}
	#header h1 {
		font-size: 28px;
		font-weight: normal;
		font-family: Georgia;
	}

#content {
	width: 633px;
	float: left;
	margin: 0 0 0 15px;
	display: inline;
}
	#content h2 {
		font-size: 20px;
		font-weight: normal;
		font-family: Georgia;
		color: #caa12c;
	}
	#content h3 {
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
		text-decoration:underline;
	}

	#content li {
		margin-left: 25px;
	}

#side {
	width: 231px;
	float: right;
	margin: 0 15px 25px 0;
	display: inline;
}
	#submenu {
		margin: 0 0 40px 0;
	}
	#submenu li {
		border-bottom: 1px solid #493a10;
		padding: 0 0 5px 0;
		margin: 0 0 5px 0;
		list-style: none;
		font-family: Georgia;
	}
	#submenu li a:link, #submenu li a:visited {
		color: #FFF;
		text-decoration: none;
	}
	#submenu li a:hover, #submenu li a:active {
		color: #c9a83e;
	}
	
	#buttons-side li {  
		list-style: none;
	}
	#buttons-side li a {	
		display: block; 
		text-indent: -3000px;
		width: 231px;
		height: 54px;
	}
		#button1-side a { background: transparent url(../_images/button1-side.gif) 0 0 no-repeat; }
		#button1-side a:hover { background: transparent url(../_images/button1-side.gif) -231px 0 no-repeat; }
		#button2-side a { background: transparent url(../_images/button2-side.gif) 0 0 no-repeat; }
		#button2-side a:hover { background: transparent url(../_images/button2-side.gif) -231px 0 no-repeat; }
		#button3-side a { background: transparent url(../_images/button3-side.gif) 0 0 no-repeat; }
		#button3-side a:hover { background: transparent url(../_images/button3-side.gif) -231px 0 no-repeat; }

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	margin: 25px 15px 0 15px;
	border-top: 2px solid #655b3a;
	padding: 10px 0 40px 0;
}

#footer li {
	list-style: italic;
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
}	
	#footer li a:link, #footer li a:visited {
		color: #FFF;
		text-decoration: none;
	}
	#footer li a:hover, #footer li a:active {
		text-decoration: underline;
	}

#footer p {
	clear: both;
	font-size: 11px;
	color: #6c6c6c;
}