/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #343337;
	background: url(/images/residep-bg.gif) repeat-x;

	}
	
#container {
	margin: 0 auto;
	width: 1000px;	
	}
		
#header {
	position: relative;
	width: 840px;
	margin: 0 auto;
	}
	
#content-container {
	width: 840px;
	background: #fff;
	margin: 0 auto;
	margin-top: 30px;
	}
	
#sidebar-left {
	width: 220px;
	float: left;

	}
	
#main-content {
	float: left;
	width: 585px;
	margin: 0 15px 20px 10px;
	padding-left: 10px;
	}
	
#footer {
	clear: both;
	background: #fff;
	margin: 0;
	padding: 0;
	height: 80px;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/


	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#sidebar-left #navigation {
	width: 185px;
	margin: 0 auto;
	font: 13px Arial, Helvetica, sans-serif;
	}
	
	#navigation ul {
		border-top: 1px solid #e6e6e6;
		}
		
	#navigation li {
		border-bottom: 1px solid #e6e6e6;
		width: 185px;
		}
		
	#navigation li a {
		background: url(/images/menu-item.gif) no-repeat right center #fff;
		display: block;
		height: 30px;
		line-height: 30px;
		color: #c80407;
		padding-left: 15px;
		padding-right: 10px;
		font-weight: normal;
		}
		
	#navigation li a:hover {
		background: url(/images/menu-item-over.gif) no-repeat right center #c80407;
		color: #fff;
		}
		
	#navigation li ul li {
		border: none;
	
		}
		
	#navigation li ul li a {
		color: #281b75;
		background: url(/images/sub-menu-item.gif) no-repeat left center;
		margin-left: 20px;
		padding-left: 10px;
		}
		
	#navigation li ul li a:hover {
		color: #c80407;
		background: url(/images/sub-menu-item.gif) no-repeat left center #fff;
		}
		
#sidebar-left div.sidebar-images {
	margin: 20px 0 20px 0;
	}
		
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a, a:link,
a:visited {
	color: #c80407;
	text-decoration: none;
	font-weight: bold;
	
	}

a:hover, a:active {
	color: #281b75;
	}

h1 {
	color: #c80407;
	font: 22px Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	}

h2 {
	color: #281b75;
	font: 16px bold Arial, Helvetica, sans-serif;
	margin: 15px 0 10px 0;
	}
	
h3 {
	color: #c80407;
	font: 14px bold Arial, Helvetica, sans-serif;
	margin: 15px 0 10px 0;
	}

p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #343337;
	line-height: 1.3;
	margin-bottom: 8px;
	padding-left: 10px;
	}
	
blockquote {
	background: #e2e4e9;
	border: 2px solid #948dba;
	margin: 15px 0 10px 0;
	padding: 15px 15px 20px 20px;
	font: 14px bold Arial, Helvetica, sans-serif;
	}

blockquote p {
	padding-left: 0;
}

blockquote h1 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 8px;
	}
	
.modern_style_homes blockquote,
.old_style_homes blockquote,
.commercial blockquote {
	clear: left;
	background: none;
	border: none;
	margin-bottom: 10px;
	padding: 0;
	}

.modern_style_homes blockquote p,
.old_style_homes blockquote p,
.commercial blockquote p {
	padding-top: 50px;
	}

.modern_style_homes blockquote img,
.old_style_homes blockquote img,
.commercial blockquote img {
	float: left;
	}
	
#main-content ul {
	list-style: none;
	margin-bottom: 15px;
	padding-left: 10px;
	}
	
#main-content ul li {
		background: url(/images/list-item.gif) no-repeat top left;
		padding: 2px 0 0 20px;
		margin-bottom: 8px;
		}
		
#main-content ol {
	list-style: decimal;
	}
	
#main-content ol li {
	margin-bottom: 8px;
	padding-left: 10px;
	}
	
#main-content img {
	border: 2px solid #948dba;
	margin: 5px;
	padding: 3px;
	}


/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer div.footer-content-right {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
#footer div.footer-content-left {
	text-align: center;
	background: #251e54;
	height: 50px;
	margin: 0;
	padding: 10px 0 0 0;
	}
	
#footer div.footer-content-right p {
	color: #281b75;
	font-weight: bold;
	padding: 0;
	}
	
#footer div.footer-content-left p {
	color: #fff;
	font-weight: bold;
	padding: 0;
		}
		
#footer div.footer-content-left a {
	color: #fff;
}	

.field_hidden {
	position: absolute;
	left: -1500em;
}
#extra_information,
#first_message,
#second_message,
#contact_information,
.checklist .submitButton {
	display:none;
}
#main-content fieldset#first_message,
#main-content fieldset#second_message {
	border: 3px solid red;
	padding: 0px 10px;
	background-color: pink;
}
	
/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
	
	



