body {
	margin: 0;
	padding: 0;
	font: 12px Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 16px;
}

/* Container for entire site */
#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
#bar {
	text-align: right;
	padding: 5px;
}
/* Top header */
#header {
	text-align: right;
}
/* Banner and its children */
#menu {
}
#search {
	padding: 0;
	margin: 0;
}
#navigation {
	width: 100%;
}
#navigation h2 {
	line-height: 22px;
}
#navigation ul { /* all lists */
	padding: 0 0 0 1px;
	margin: 0;
	list-style: none;
	position: relative;
	height: 35px;
}
	#navigation ul li { /* all list items */
		/* width needed or else Opera goes nuts */
		float: left;
		margin: 0;
		padding: 0 2px 0 0;
		font-size: 13px;
		z-index: 9999;
		padding: 5px 5px 0 5px;
	}
	#navigation ul li select { 
		font-size: 11px;
	}
	
/* Content box */
#content {
	text-align: left;
	border-top: 0;
	padding: 5px;
	margin: 0;
}
#content ul {
	margin: 0;
	padding: 0;
}
#content ul li {
	padding: 10px 0 0 0;
}
/* INDEX ONLY */
.enter_site {
	padding: 10px;
	font-size: 14px;
}
/* END INDEX ONLY */


/* Left and right classes for floats */
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.padded {
	padding: 5px;
	margin: 0 5px 5px 0;
}
.border {
	color: #fff;
}

/* Main body container and its children */
#main {
	padding: 20px 10px 10px 10px;
}

/* Map container and its children */	
#google, #loading {
	width: 100%;
	height: 400px;
	color: #000;
}
#loading {
	position: relative;
	top: -400px;
	margin-bottom: -400px;
	background: #ccc url(../../images/ajax.gif) 50% 50% no-repeat;
	filter: alpha(opacity=70);
	opacity: .70;
	text-align: center;
}

/* Listings Table */
#listings td {
	color: #ccc;
}
#listings .mouseover td {
	cursor: pointer;
}

/* Sticky details stuff */
#modalOverlay {
	z-index: 500;
}
#sticky { 
	text-align: left;
	text-transform: none;
	margin: 0 auto;
	color: #fff; 
	display: block; 
	padding: 20px;
	width: 800px;
	height: 430px;
	z-index: 1001;
}
.closeSticky {
	font-size: 16px;
	text-transform: uppercase;
}


/* Footer container and its children */
#footer {
	padding: 10px;
}

/* Site headers */
h1 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
}
h2, h3 {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 5px 0;
	padding: 0;
}
h3 {
	text-transform: none;
	font-weight: normal;
}
h4 {
	margin: 0;
	padding: 5px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	line-height:  12px;
}
h5 {
	margin: 0;
	padding: 2px 0;
	text-transform: uppercase;
	font-size: 11px;
}
h6 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Misc styles */
#post_wait, #post_message { 
	color: #800000;
}	
th {
	text-align: left;
}
.clear {
	clear: both;
}
.hidden, .hide {
	display: none;
	visibility: hidden;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0 0 4px 0;
}
hr {
	height: 2px;
	background-color: #603913;
	color: #603913;
	border: 0;
	padding: 0;
	margin: 0 0 2px 0;
	width: 100%;
}
hr.dotted {
	height: 1px;
	color: #603913;
	background-color: #603913;
	border-bottom: 1px dotted #fff;
	width: 100%
	margin: 0;
}
/* Hack for IE */
* html hr.dotted {
	border-bottom: 1px dashed #b8b4b0;
	padding-bottom: 1px;
}
.uppercase {
	text-transform: uppercase;
}


/* Validation Effects */
#message { 
	text-align: center;
}
.validation-advice, .warning-advice, #message  {
	font-size: 11px;
	margin: 5px 0;
	padding: 4px;
	background-color: #960028;
	color : #FFF;
}
.warning {
	background-color: #EFEFEF;
}
.warning-advice {
	background-color: #0063DC;
}
input.validation-failed, textarea.validation-failed {
	background-color: #f7f2ea;
}
input.validation-passed, textarea.validation-passed {
}
