
body {
	background: #e5e5e5 url(/images/layout/3col/background-shadow.png) repeat-y 50% 0%;
	color: black;
	margin: 0;
	padding: 0;
	text-align: center;
	font:12px Verdana, Geneva, sans-serif;
}


p {
	margin: 0 0 2ex 0;
	line-height:12pt;
}



a:link { color: #03c; }
a:visited { color: #03c; }
a:hover { color: #f60; }
a:active { color: #f60; }


a img {
	border: none;
}





h1 {
	display:block;
	font-size: 20px;
	font-family: Arial;
	color: #C92915;
	border: none;
	margin: .5ex 0 .5ex 0;
	padding: 0 0 0 0;
	background: white;
}


h2 {
	clear:left;
	display:block;
	font-size: 16px;
	font-family: Arial;
	color: #C92915;
	border: none;
	margin: 0 0 .5ex 0;
	padding: 8px 0 8px 0px;
}

h3 {
	font-size: 14px;
	font-family: Arial;
	color: #C92915;
}


fieldset {
	border: 1px solid #FF9900;
	margin: 0px 0px 8px 0px;
	padding: 0px 8px 8px 8px;
}

legend {
	font-weight: bold;
	color: #03c;
	text-transform: uppercase;
	padding: 0px 5px 0px 5px;
	margin: 0 0 0 0;
}


input.text, input.button, textarea, select {
	font: 11px Verdana, sans-serif;
}

input[type=text],input[type=password],textarea{
	width:12.25em;
	*width:11.9em;
}




#wrapper {
	background-color:#ffffff;
	width: 945px;
	margin: 0px auto;
	text-align: left;
	padding: 0;
}

#header {
	height: 194px;
	background: #FF9900;
	margin: 0px 0px 15px 0px;
	
}


#left-column {
	float: left;
	width: 230px;
	padding:0px 8px 0px 8px;
}

#right-column {
	float: right;
	width: 0;
	padding:0 8px 0 8px;
	margin: 0 0 0 0;
}

#content { 
	float: left;
	width: 686px;

	padding:0 0 0 0;
	margin: 0 0 25px 4px;
}




#header-top {
	height: 57px;
	background: url(/images/layout/3col/header-logo-for-rent.gif) no-repeat 0 0;
	position: relative;
}


#header-nav {
	right: 8px;
	bottom: 4px;
	font-size: 9px;
	color: #03c;
	text-align: right;
	text-transform: uppercase;
	padding: 8px 8px 0px 8px;
}

#header-nav a:link { color: #03c; }
#header-nav a:visited { color: #03c; }
#header-nav a:hover { color: white; }
#header-nav a:active { color: #f60; }



#header-search {
	float:right;
	right: 8px;
	bottom: 4px;
	font-size: 9px;
	padding: 8px 8px 0px 8px;
}


#header-search a:link { color: #03c; }
#header-search a:visited { color: #03c; }
#header-search a:hover { color: white; }
#header-search a:active { color: #f60; }




#header-banner {
	display: block;
	height: 105px;
	background: #666 url(/images/layout/3col/header-section-montage.jpg) no-repeat 0px 0px;
	border: none;
}


#content ul {
	margin: 1ex 0 0 0;
	padding: 0 0 0 0;
}

#content ul li {
	margin: 0 0 0 0;
	padding: 0 0 4px 16px;
	display: block;
	list-style: none;
	background: url(/images/layout/3col/bullet.png) no-repeat 3px 3px;
	position: relative;
}


#content ol {
	margin: 0;
	padding-left: 24px;

}

#content ol li {

	padding:0;
	padding-bottom: 4px;
}





body.main #header {
	height: 194px;
	background: #FF9900;
	margin: 0px 0px 15px 0px;
}


body.main  #header-banner {
	display: block;
	height: 105px;
	background: #666 url(/images/layout/3col/header-section-montage.jpg) no-repeat 0px 0px;
	border: none;
}



body.for-sale #header {
	background: #A3E066;
}

body.for-sale #header-top {
	position: relative;
	background: url(/images/layout/3col/header-logo-for-sale.gif) no-repeat 0 0;
}

body.for-sale  #header-banner {
	background-color: #A3E066;
}


body.for-sale {
	background: #e5e5e5 url(/images/layout/3col/background-shadow.png) repeat-y 50% 0%;
}






body.last-minute #header {
	background: #1E90FF;
}

body.last-minute #header-top {
	position: relative;
	background: url(/images/layout/3col/header-logo-last-minute.gif) no-repeat 0 0;
}

body.last-minute  #header-banner {
	background-color: #1E90FF;
}

body.last-minute {
	background: #e5e5e5 url(/images/layout/3col/background-shadow.png) repeat-y 50% 0%;
}



body.admin #header {
	height: 227px;
}





/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body 
{
	height: 100%;
}

#wrapper
{
	min-height: 100%;
}

#container 
{
	padding-bottom: 69px; /* must be same height as the footer */
} 


#footer {
	clear: both;
	position: relative;
	width:963px; 
	height:69px; 
	background:url(/images/layout/3col/footer-bg.png) no-repeat; 
	margin:0 auto; 
	text-align:center;
}

#footer-links {
	color:#d4d4d4; 
	padding:11px 0 9px 0;
}




/*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*/
}

/* IMPORTANT
You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrapper {display:table;height:100%}
	</style>
<![endif]-->
*/






