@charset "utf-8";
/* CSS Document */
* { outline: none; }

html, body {
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
/* Header */
#Header {
	width: 100%;
	height: 102px;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #3F536D url(/images/backgrounds/header_BG.jpg) repeat-x left -15px;
	margin: 0px;
	padding: 17px 0px 0px 0px;
	z-index: 50;
}
#Header h1 {
	width: 675px;
	height: 80px;
	position: relative;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	background: url(/images/logos/redkey_logo_sm.jpg) no-repeat left bottom;
	margin: 0px auto;
	padding: 0px 0px 0px 275px;
}
#Header h1 > span {
	display: block;
	padding: 32px 0px 0px 0px;
}
#Header h1 strong {
	font-size: 19px;
	font-weight: normal;
}
#Header h1 a {
	display: block;
	width: 142px;
	height: 80px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#Header h1 a span {
	display: none;
}
#Header ul#Members {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 100%;
	font-size: 10px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#Header ul#Members li {
	position: relative;
	width: 950px;
	text-align: right;
	margin: 0px auto;
}
#Header ul#Members li a {
	color: #666666;
	text-decoration: none;
}
#Header ul#Members li a:hover {
	color: #333;
}

/***********************************
	HEADER AD:
************************************/
#HeaderAd {
	position: absolute;
	top: 17px;
	left: 50%;
	width: 1px;
	height: 1px;
	overflow: hidden;
	background: url(/images/ads/century21/Jason-Century21-Banner.jpg) no-repeat left top;
	padding: 79px 0px 0px 807px;
	margin: 0px 0px 0px -333px;
	z-index: 2000;
}


/* Pnav */
#Pnav {
	width: 100%;
	position: fixed !important;
	top: 97px !important;
	left: 0px;
	background: url(/images/backgrounds/pnav_BG.jpg) repeat-x left bottom;
	margin: 0px;
	padding: 0px;
	z-index: 50;
	
	/* Fix IE 6 bug */
	position: absolute;
	top: 97px;
}
#Pnav ul {
	width: 950px;
	height: 33px;
	position: relative;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}
#Pnav ul li {
	float: left;
}
#Pnav ul li a {
	height: 20px;
	display: -moz-inline-block;/* Fixes FireFox 2.0 and older inline-block bug */
	display: inline-block;
	text-decoration: none;
	color: #3F536D;
	font-size: 12px;
	border-bottom: none;
	margin: 0px;
	padding: 7px 15px 0px 15px;
}
#Pnav ul li a:hover {
	color: #5E83A5;
	background: #F2F2F2;
	border-bottom: solid 6px #6C90B7;
}

/***************************************
	Newsletter Sign Up
****************************************/
#EnterEmail {
	position: absolute;
	top: 4px;
	right: 0px;
	display: block;
}
#EnterEmail input[type="text"] {
	width: 160px;
	font: 10px Verdana, Geneva, sans-serif;
	color: #777;
	vertical-align: middle;
	border: 1px solid #999;
	padding: 2px 4px 3px 4px;
}
#EnterEmail input[type="submit"] {
	font: 10px Verdana, Geneva, sans-serif;
	color: #FFF;
	vertical-align: middle;
	background: url(../images/buttons/newsletter_signup.jpg) no-repeat left top;
	border: none;
	padding: 1px 4px 4px 4px;
	
	cursor: pointer;
}
#EnterEmail span {
	display: block;
	margin: 4px 0px 0px 0px;
}


/* NewsFlash */
#NewsFlash {
	/*width: 825px;*/
	width: 950px;
	height: 45px;
	position: fixed !important;
	top: 130px !important;
	/*background: #FFF url(../images/backgrounds/latestnews_bg.jpg) no-repeat center bottom;*/
	background: #FFF url(../images/backgrounds/home_divider.jpg) no-repeat right bottom;
	/*padding: 0px 0px 0px 125px !important;*/
	padding: 0px !important;
	z-index: 4;
	
	/* Fix IE 6 */
	position: absolute; 
	top: 10px; 
	_right: 0px;
	padding: 0px 0px 0px 0px;
}
#NewsFlash h2 {
	display: none;
	
	/*width: 40px;
	height: 60px;
	position: absolute;
	top: 10px;
	left: 75px !important;
	background: url(../images/icons/newspaper.png) no-repeat 0px 0px;
	behavior: url(../scripts/iepngfix.htc);*/ /* IE 6 PNG Fix
	margin: 0px;
	padding: 0px;*/
	
	/* IE 6 Fix 
	left: -50px; */
}
/*#NewsFlash h2 a {
	display: block;
	width: 100%;
	height: 100%;	
}
#NewsFlash h2 a span {
	display: none;
}*/
#NewsFlash h3 {
	font-size: 13px;
	font-weight: normal;
	color: #8E2323;
	margin: 14px 0px 0px 0px;
	padding: 0px;
}
#NewsFlash h3 a {
	text-decoration: none;
	color: #8E2323;
}
#NewsFlash h3 a:hover {
	text-decoration: underline;
}
#NewsFlash ul {
	float: left;
	list-style: none;
	margin: 14px 10px 0px 0px;
	padding: 0px;
}
#NewsFlash ul li {
	float: left;
	margin: 0px 0px 0px 3px;
}
#NewsFlash ul li a {
	width: 16px;
	height: 16px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#NewsFlash ul li#Previous a {
	background-image: url(../images/buttons/latestnews_prev.jpg)
}
#NewsFlash ul li#Next a {
	background-image: url(../images/buttons/latestnews_next.jpg)
}
#NewsFlash ul li a:hover {
	background-position: 0px -20px;
}
#NewsFlash ul li a span {
	display: none;
}
/* Container */
#Container {
	width: 950px;
	height: auto;
	position: relative;
	clear: both;
	margin: 0px auto;
	padding: 190px 0px 0px 0px !important;
	z-index: 1;
	
	/* Fixes IE 6 fixed positioning bug */
	padding-top: 20px; 
}
/* Content */
#Content {
	/*width: 800px;*/
	width: 950px;
	height: auto !important;
	min-height: 300px;
	position: relative;
	/*padding: 0px 75px 10em 75px;*/ /* Different on home.css and listings.css */
	padding: 0px 0px 10em 0px;
	
	/* Fix IE 6 bug */
	_top: 45px; 
	height: 300px;
}
#Content h2 {
	font-size: 16px;
	color: #C50000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#Content h2 a {
	font-weight: normal;
	font-size: 11px;
	color: #C50000;
	text-decoration: none;
}
#Content h2 a:hover {
	color: #993300;
}
#Content h3 {
	font-size: 12px;
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
#Content h4 {
	font-size: 10px;
	/*font-style: italic;*/
	color: #666666;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#Content p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
#Content a {
	color: #2B6DAA;
}
#Content a:hover {
	text-decoration: none;
}
#Content ul#RealEstateLinks {
	list-style: circle;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#Content ul#RealEstateLinks li {
	margin: 0px 0px 8px 0px;
}


/*****************************************
	Sidebar Global Styles
******************************************/
#SideBar {
	position: fixed;
	top: 140px;
	width: 216px;
	z-index: 850;
}
#SideBar ul {
	list-style: none;
	overflow: visible;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
#SideBar ul li {
	margin: 0px;
	padding: 0px;
	
	font: 12px Verdana, Geneva, sans-serif;
	color: #FFF;
}
#SideBar ul li strong { font-weight: normal; }
#SideBar a {
	display: block;
	width: 100%;
	height: 100%;
	
	font: 10px Verdana, Geneva, sans-serif;
	color: #2D6299;
	text-decoration: none;
}
#SideBar a:hover,
#SideBar a:focus {
	color: #1C3D5E;
}

/*****************************************
	Snav
******************************************/
#SideBar #Snav > li {
	width: 207px;
	height: auto;
	background: url(../images/backgrounds/sidebar_link_header.png) no-repeat -1px top;
	margin: 0px 0px 0px -4px;
	padding: 7px 0px 0px 15px;
}
#SideBar #Snav li ul {
	padding: 9px 0px 0px 0px;
	margin: 0px 0px 0px -11px;
}
#SideBar #Snav li ul li {
	width: 214px;
	height: 32px;
	overflow: hidden;
	background: url(../images/backgrounds/snavBG.jpg) repeat-x left bottom;
	border: 1px solid #DDD;
	margin: 0px 0px 2px 0px;
}
#SideBar #Snav li ul li a {
	background: url(../images/buttons/snavRO.png) no-repeat -1px -1px;
	padding: 9px 0px 0px 35px;
}
#SideBar #Snav li ul li a:hover,
#SideBar #Snav li ul li a:focus {
	background: url(../images/buttons/snavRO.png) no-repeat -1px -38px;
}


/*******   NewSearchOptions   *******/
#NewSearchForm, #UnlockSearchForm {
	display: none; /* Use Javascript to Change this to Block */
}
#NewSearchForm_BG, #NewSearchOptions, #UnlockSearchForm_BG, #UnlockSearchOptions {
	width: 720px;
	height: 344px;
	position: fixed;
	top: 121px;
	margin: 0px 0px 0px 160px;
	
	/* Fix IE 6 */
	_position: absolute;
	_top: 0px;
	_right: 20px;
	_margin: 0px;
}
#NewSearchForm_BG, #UnlockSearchForm_BG { /* Fixs IE 6 Background PNG Fix Issues */
	background: url(../images/backgrounds/newsearch_BG.png) no-repeat left top;
	padding: 30px 0px 0px 52px;
	behavior: url(../scripts/iepngfix.htc); /* IE 6 PNG Fix*/
	z-index: 600;
}
#NewSearchOptions, #UnlockSearchOptions {
	padding: 30px 0px 0px 52px;
	z-index: 800;
}
#NewSearchOptions h3 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 12px 35px;
}
#NewSearchOptions h3#NumberOne {	
	background: url(../images/icons/number_1.gif) no-repeat left top;
}
#NewSearchOptions h3#NumberTwo {	
	background: url(../images/icons/number_2.gif) no-repeat left top;
}
#NewSearchOptions h3#NumberThree {
	position: relative;
	background: url(../images/icons/number_3.gif) no-repeat left top;	
	margin: 20px 0px -35px 0px;
	z-index: 50;
}
#NewSearchOptions h3#NumberThree a {
	background: url(../images/buttons/view_listings.jpg) no-repeat right top;
	padding: 8px 170px 5px 0px;	
}
#NewSearchOptions h3#NumberThree a:hover strong {
	color: #3F536D;
}
#NewSearchOptions h3#NumberThree a:hover #countLabel {
	cursor: pointer;
}
#NewSearchOptions h3#NumberThree a:hover {
	color: #3F536D;
	background: url(../images/buttons/view_listings.jpg) no-repeat right -39px;	
}
#NewSearchOptions h3 strong {
	font-size: 20px;
	color: #C50000;
}
#NewSearchOptions h3 span {
	display: none;
}
#NewSearchOptions h3 a {
	color: #333;
	text-decoration: none;
}
#NewSearchOptions h5 {
	font-size: 10px;
	margin: -20px 0px 0px 37px;
}
#NewSearchOptions h5 a#Region_SelectAll, #NewSearchOptions h5 a#Style_SelectAll {
	background-image: url(../images/buttons/select_all.jpg);
	display: block;
}
#NewSearchOptions h5 a#Region_ClearAll, #NewSearchOptions h5 a#Style_ClearAll {
	background-image: url(../images/buttons/clear_all.jpg);
	display: none;
}
#NewSearchOptions h5 a#Region_SelectAll_2, #NewSearchOptions h5 a#Style_SelectAll_2 {
	background-image: url(../images/buttons/select_all.jpg);
	display: none;
}
#NewSearchOptions h5 a#Region_ClearAll_2, #NewSearchOptions h5 a#Style_ClearAll_2 {
	background-image: url(../images/buttons/clear_all.jpg);
	display: block;
}
#NewSearchOptions h5 a {
	display: block;
	width: 73px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#NewSearchOptions h5 a:hover {
	background-position: 0px -19px;
}
#NewSearchOptions h5 a span {
	display: none;
}
#NewSearchOptions p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
#NewSearchOptions p.Clear {
	clear: both;
	background: url(../images/backgrounds/newsearch_divider.jpg) no-repeat left bottom;
	padding: 0px 0px 10px 0px;
}
#NewSearchOptions ul {
	font-weight: bold;
	color: #333;
	list-style: none;
}
#NewSearchOptions a {
	color: #000;
}
#NewSearchOptions a:hover {
	text-decoration: none;
}
#CloseNewSearch {
	width: 11px;
	height: 11px;
	position: absolute;
	top: 25px;
	right: 35px;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}
#CloseNewSearch a {
	width: 100%;
	height: 100%;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #CCC;	
	margin: 0px;
	padding: 0px 0px 2px 3px;
}
#CloseNewSearch a:hover {
	color: #999999;
	background: #E4E4E4;
	margin: 0px;
}
ul.Regions {
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
}
ul.Styles {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
}
ul.Styles li {
	display: inline;
	margin: 0px 10px 0px 0px;
}
a.tooltip {
	position: relative;
	text-decoration: none;
}
a.tooltip span {
	display: none;
}
a.tooltip:hover {
	background-color:#FFF;
	z-index: 25;
}
a.tooltip:hover span {
	display: block;
	width: 10em;
	position: absolute;
	top: -25px; 
	left:-11em;
	font-weight: normal;
	font-style: italic;
	border: 1px solid #C50000;
	background: #FFF;
	padding: 4px;
	z-index: 500;
}
/**** End Search ****/


/********************************
	Footer
*********************************/
#Footer {
	width: 950px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #666666;
	/*border-top: solid 5px #EAEAEA;*/
	background: url(../images/backgrounds/footer_divider.jpg) no-repeat left top;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
}
#Footer p {
	text-align: center;
	margin: 5px 0px;
}
#Footer a {
	color: #000;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}
