@import url(960/960.css);

/*  
Theme Name: Open House Real Estate Theme Default
Theme URI: http://gorillathemes.com/openhouse
Description: Professional and easy to use real estate website
Version: 1.2
Author: Gorilla Themes
Author URI: http://www.gorillathemes.com/

*/	

/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ============================================================= HTML and styles === */	

body {
	background: #000 url(images/body_bg.jpg) top left repeat-x;
	text-align: center;
	font-family: 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
	line-height: 18px;
	font-size: 13px;
}

body#inner {
	background: #000 url(images/body_bg_inner.jpg) top left repeat-x;
	text-align: center;
}

h1, h2, h3, h4 {
	line-height: 36px;
}

h2 {
	font-size: 24px;
	color: #e2ba2f;
	margin-bottom: 9px;
}

h3 {
	font-size: 18px;
	color: #999;
}

	h3 a {
		text-decoration: none;
		color: #999;
	}

h4 {
	font-size: 15px;
	color: #999;
}

hr {
	visibility: hidden;
}

#content iframe {
	margin-bottom: 20px;
	border: 3px solid #333;
	background-color: #FFF;
}

p {
	margin-bottom: 9px;
}

p a {
	color: #e2ba2f;
	text-decoration: none;
	border-bottom: 1px dotted #e2ba2f;
}

.rhmedia a {
	display: block;
	background: transparent url(images/rhmedia.png) top center no-repeat !important;
	background: transparent url(images/rhmedia.gif) top center no-repeat;
	height: 71px;
	width: 183px;
	text-indent: -999em;
}

.separate {
	clear: both; 
	height: 1px;
	font: 0;
}

/* ============================================================= BANNER and styles === */	

#banner {
	width: 980px;
	height: 180px;
	position: relative;
	background: transparent url(images/banner_bg.jpg) top center no-repeat;
	margin: 0 auto;
}

#bannerFront {
	width: 980px;
	height: 180px;
	position: relative;
	background: transparent url(images/banner_bg.jpg) top center no-repeat;
	margin: 0 auto;
}

h1.home a {
	float: left;
	display: block;
	width: 460px;
	height: 141px;
	background: transparent;
	text-indent: -999em;
}

	.contact {
		text-align: left;
		width: 380px;
		margin-right: 20px;
		float: right;
		margin-top: 36px;
		color: #dfbf4e;
	}
	
	.contactPhoto {
		float: left;
		margin-right: 20px;
		width: 140px;
	}

	
		.contact h2 {
			font-size: 14px;
			font-weight: bold;
			color: #FFF;
			margin-bottom: 0;
		}


/* ============================================================= CONTENT and styles === */	

#content {
	width: 980px;
	margin: 0 auto;
	background: transparent url(images/content_inner_bg.jpg) top center no-repeat;
	min-height: 800px;
	text-align: left;
}

	#content .container_12 {
		padding: 20px 0;
		margin-bottom: 20px;
	}

/* ============================================================= FEATURE and styles === */	

#feature {
	height: 326px;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

	.flash {
		float: right;
		width: 480px;
		margin-right: -5px;
	}

	#slider {
		margin-top: -6px;
	}

/* ============================================================= FOOTER and styles === */	

#footer {
	border-top: 1px dotted #333;
	margin-top: 36px;
	vertical-align: top;
}

	#footer smartobject {
		float: left;
		display: inline;
	}

/* ============================================================= NAV and styles === */	

#nav {
	margin-top: 20px;
}

	#nav li a {
		font-size: 14px;
		font-weight: bold;
		display: block;
		color: #2e2c29;
		text-decoration: none;
		text-transform: uppercase;
		padding: 6px 9px;
		border-bottom: 1px solid #e9d695;
	}
	
	#nav li a:hover {
		background-color: #e9d695;
	}
	
#sideNav {
	margin-bottom: 18px;
}

	#sideNav li a {
		display: block;
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
		padding: 6px 0;
		border-bottom: 1px solid #333;
	}
	
	#sideNav li a:hover {
		background-color: #333;
	}
	
/* ============================================================= RENTALDROP and styles === */	

#rentalDrop {
	height: 82px;
	background: transparent;
	text-align: left;
	font-size: 14px;
}

	#rentalDrop strong {
		color: #2e2c29;
		text-transform: uppercase;
	}

	#rentalDrop .grid_3 {
		margin-top: 20px;
	}
	
/* ============================================================= OPENHOUSE styles === */

/* ============================================================= AGENTS and styles === */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

	img.alignleft, .alignleft smartobject {
		margin: 0 18px 18px 0;
	}
	
	img.alignright, .alignright smartobject {
		margin: 0 0 18px 18px;
	}

.agentList li {
	float: left;
	margin: 18px 36px 0 0;
}

	.agentList li a {
		display: block; 
		width: 220px;
		text-decoration: none;
		border-bottom: 1px dotted #e2ba2f;
		color: #e2ba2f;
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 6px;
	}
	
	.agentList li a:hover {
		color: #FFF;
	}

.sideAgent {
	margin-bottom: 18px;
}

.agent_photos {
	margin-top: 18px;
}

.agent_photos a {
	color: #dfbf4e;
	text-decoration: none;
}

.sideContact form {
	width: 300px;
}
/* ============================================================= PROPLISTINGS and styles === */

.propListing {
	
}

.propDescription {
	
}

	.propListing h4 {
		color: #e2ba2f;
	}

.propMeta {
	margin-bottom: 18px;
}

.propMore {
	text-align: right;
}

	.propMore a {
		display: block;
		border-bottom: 1px dotted #999;
		margin-bottom: 18px;
		padding: 6px 0;
		color: #e2ba2f;
	}
	
.propPhoto {
	float: left;
	margin-bottom: 18px;
}

.propPhotoGall {
	margin-bottom: 18px;
}

	.propPhotoGall .thumbs {
		margin: 0 9px 9px 0;
	}

#map {
	height: 300px;
	margin-bottom: 18px;
}

.rentalType {
	border-bottom: 1px dotted #333;
}

	h3.rentalTitle a {
		display: block;
		width: 220px;
		margin-right: 20px;
		float: left;
		
	}

/* ============================================================= MISCELLANEOUS and styles === */

.calc {
	/* form class */
	text-align: left;
}

	.calc table table td {
		margin-right: 18px;
		border: 1px dotted #333;
	}

	.calc td table td td {
		padding: 9px 3px;
		border: none;
		font-size: 10px;
	}

	.calc td table td td b, .calc td table td td strong {
		display: block;
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-size: 13px;
		font-weight: bold;
		padding-left: 9px;
	}

	.calc td input {
		margin: 9px;
	}
	
	.calc table td table td {
		border-bottom: 1px dotted #333;
	}

.contactForm {
	
}

	.contactForm label {
		float: left;
		width: 150px;
		text-align: right;
		margin-right: 18px;
	}

