/* 
	Key REO
	Master Screen CSS
	Alison Endacott	
	October 2009
		
	red d02828
	dark red 9a3334
		
 */

/* ------------------------ 
		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, font, img, ins, kbd, q, s, samp, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

	ol, ul { 
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
		caption, th, td {
			text-align: left;
			font-weight: normal;
		}

		
	body {
		line-height: 1.5;
		color: black;
		background: #d5d6d4;
		font-size: 62.5%;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	
		a,
		a:link
		a:visited
		a:hover
		a:active {
			color: #000;
			text-decoration: underline;
		}
	
			a:hover {
				color: #9a3334;
				text-decoration: none;
			}
			
		img.left {
			float: left;
			padding: 0 10px 10px 0;
		}
		
		img.right {
			float: right;
			padding: 0 0 10px 10px;
		}
	
		 #accessibility {
			position: absolute;
			left: -9999px;
		 }
	
	#container {
		width: 955px;
		margin: 0 auto;
		background: #fff;
		font-size: 1.1em;
	}
	
		#innerContent {
			min-height: 400px;
		}
	
/* ------------------------ 
		head
------------------------ */
 #head {
 	background: #d02828;
	height: 40px;
 }
 
 	h1 {
		float: left;
		_display: inline;
	}
	
	#topNav {
		float: right;
		_display: inline;
		padding: 18px 20px 0 0;
		font-size: 1.1em;
	}
	
		#topNav li {
			display: inline;
			padding: 0 10px;
			border-right: 1px solid #fff;
		}
		
		#topNav li.last {
			border: 0;
			}
		
			#topNav li a {
				color: #fff;
				text-decoration: none;
			}
			
				#topNav li a:hover {
 					background: transparent;
					text-decoration: underline;
					}
/* ------------------------ 
		content
------------------------ */
#content {
	width: 881px;
	margin: 15px auto 0 auto;
	padding: 20px;
	background: url(/content/v1/us/img/bg-content-top.gif) no-repeat top;
}

	h2 {
		font-size: 1.9em;
		font-weight: bold;
		color: #9a3334;
	}
	
	h3 {
		clear: both;
		background: #d02828;
		padding: 3px 10px;
		color: #fff;
		font-weight: bold;
		font-size: 1.4em;
		
		
	}
	
	h4 {
		text-transform: uppercase;
		color: #9a3334;
		padding-bottom: .5em;
		font-weight: bold;
		font-size: 1.1em;
	}
	
	#content p {
		padding: .5em 0;
	}
	
	/* forms */
	fieldset legend {
		display: none;
	}
	
	fieldset dt {
		display: block;	
	}
	
	#content dt label,
	#content fieldset dt {
		color: #000;
		font-weight: bold;
	}
	
	#content dd input,
	#content dd select {
		background: #edeeec;
		border:1px solid #ccc;
		padding: 3px;
		font-size: .9em;
	}
	
	#content dd select {
		padding: 0;
		height: 21px;
	}
	
	p.unsub {
		padding: 1em 0 !important;
	}	
	
	/* pagination */
	
	.pagination li {
		display: block;
		float: left;
		_display: inline;
		font-size: .9em;
		margin-right: 1px;
	}
	
		.pagination span#prevpage,
		.pagination span#nextpage{
			display: none;
				}
	
		.pagination a#prevpage,
		.pagination a#nextpage{
			display: block;
			width: 5px;
			height: 6px;
			text-indent: -9999px;
			overflow: hidden;
			margin-top: 5px;
		}
		
		.pagination a#prevpage {
			background: url(/content/v1/us/img/previous.gif) no-repeat;	
		}
		
		.pagination a#nextpage{
			margin-left: 5px;
			background: url(/content/v1/us/img/next.gif) no-repeat;	
		}
		
		.pagination li a,
		.pagination li span{
			display: block;
			padding: 1px 4px;
			text-decoration: none;
		}
		
		.pagination li span{
			color: #fff;
			background: #9a3334;
		}
/* forgot password */
.password p {
	padding: 10px 0 0 10px!important;
	font-size: 1.1em;
}

/* errors */
#ctl00_PageContent_Errors1 span,
.validation-advice,
.errorlist,
#ctl00_PageContent_Errors1 {
	color: #f00;
	font-size: 10px;
	font-weight: bold;
	position: relative;
}

#ctl00_PageContent_Errors1 span {
	border: 1px solid #f00;
	background: #ffe0e0 url(/content/v1/img/error.gif) no-repeat right 2px ;
	padding: 5px;
	display: block;
	margin: 0 0 5px 0;	
}

#ctl00_PageContent_Errors1 li {
		padding: 0!important;
}

.validation-failed {
	border-color: #f00 !important;
}

.errorlist {
	padding: .2em 1em;
	font-size: 1.1em;
	display: block;
}

/* contact page */

.contact p {
	padding: 10px 10px 0 10px!important;
	font-size: 14px;
}

/* ------------------------ 
		modal
------------------------ */
#sbox-content #container,
#sbox-content #content,
#sbox-content #innerContent {
	width: auto;	
	background: #fff;
	margin: 0;
	padding: 0;
	float: none;
	min-height: 1px;
	_height: 1px;
}

	#sbox-content #innerContent h3 {
		margin: 0;
	}



#sbox-content #head,
#sbox-content #footer {
	display: none;	
}

/* ------------------------ 
		footer
------------------------ */
 #footer {
 	color: #5b5b5b;
	background: url(/content/v1/us/img/bg-content-bottom.gif) no-repeat top;
	padding: 20px;
	font-size: .9em;
 }	
 
 	#footer ul,
	#footer p {
		*zoom: 1;
	}
	
	#footer ul {
	}
 
 	#footer li {
		float: left;
		padding-bottom: .5em;
	}
	
	#footer p {
		clear: both;
		display: block;
	}
	
		#footer #ehl a {
			background: url(/content/v1/us/img/equalhousinglender.gif) no-repeat right;
			padding: 0 20px 0 0;
			border: 0;
			margin-right: 4px;
		}
 
		#footer a {
			color: #5b5b5b;
			text-decoration: none;
			background: #fff;
			border-left: 1px solid;
			padding: 0 5px;

		}
		
			#footer a:hover {
				text-decoration: underline;	
			}
	
/* ------------------------ 
		EASY CLEARING 
------------------------ */
.clear { clear:both;}

/* This needs to be first because FF3 is now supporting this */
.clearfix {display: inline-block;}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

<!--/* 0.00177261606969039 [65.98.53.138] */-->
