/* CUSTOM CSS */

/* General */
div#wrapper-homepage {
	background: none;
}
body.homepage {
	background: #990100 url(/siteimages/header-gradient.png) repeat-x;
	font-family:"Times New Roman", Times, serif;
}

/* Header */
body.homepage #logo {
	background: transparent url(/siteimages/RPS-Logo.png) no-repeat 30px;
	padding: 0 20px 40px 0;
	margin-top: 50px;
	height: 80px;
}
#header-homepage {
	background: transparent url(/siteimages/logo_circle.png) no-repeat 30px 30px;
}

/*nav menu */
html body div#nav-full {
	background: transparent url(/siteimages/gradient-nav.png) repeat-x;
}
body.homepage #nav-full {
	margin-bottom: 0;
	font-size: 15px;
	background: -webkit-gradient(linear, left top, left bottom, from(#D1CCB3), to(#9C9885));
	background: -moz-linear-gradient(top,  #D1CCB3,  #9C9885);
}
body.homepage #nav-full #nav a {
	font-family:"Times New Roman", Times, serif;
}
ul#nav {
	height: 30px\0/;
}
.active-navparent,
a.active-navparent:hover,
#nav li:hover {
	color: #F8F7F6 !important;
	background: transparent url(/siteimages/gradient-nav-hvr.png) repeat-x !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#A8A48F), to(#6C6849)) !important;
	background: -moz-linear-gradient(top,  #A8A48F,  #6C6849) !important;
}
ul#nav a {
	color: #3A3938;
	font-weight: normal;
	font-size: 18px\0/; /* ie8 */
	padding: 10px 0px 12px 0px;
}
*+html ul#nav a { /* ie7 */
	font-size: 18px;
}
*+html a.active-navparent,
*+html ul#nav a.active-navparent:hover {
	background: none !important;
}
ul#nav li {
	padding: 0px 13px;
}
ul#nav li#nav1 {
	padding: 0px 11px 0px 18px;
}
ul#nav > li {
	background: transparent url(/siteimages/seperator.png) no-repeat 100% 0px;
}
ul#nav li ul {
	margin-top: 0;
}
ul#nav li ul ul {
	margin: -2.5em 0px 0px 15.5em;
}
#nav li li,
#nav li li li a,
#nav li li li {
	background-color: #A8A48F;
	color: #F8F7F6;
}
#nav li:hover a,
#nav li.sfhover a,
#nav li:hover a,
#nav li.sfhover a {
	color: #F8F7F6;   
}
	/* social */
	#socialContainer {
		position: absolute;
	}
	*+html #socialContainer {
		z-index: 10001;
	}
	#social-icons {
		position: relative;
		z-index: 1003;
		background: url(/siteimages/ribbon.png) no-repeat;
		width: 202px;
		height: 63px;
		top: -13px;
		left: 771px;
		padding-left: 8px;
	}
	*+html #social-icons {
		top: -12px;
		left: -189px;
	}
	#social-icons li {
		float: left;
		margin: 10px 0 0 12px;
	}
	#social-icons li a {
		display: block;
		width: 32px;
		height: 32px;
		overflow: hidden;
		text-indent: 150%;
		background: url(/siteimages/ico-youtube.png) no-repeat;
	}
	#social-icons li.rss a{ background: url(/siteimages/ico-rss.png) no-repeat; }
	#social-icons li.fb a{ background: url(/siteimages/ico-facebook.png) no-repeat; }
	#social-icons li.tw a { background: url(/siteimages/ico-twitter.png) no-repeat; }
	
	/* eliminates square around items when hovered over */
	#nav-full #nav .active-navparent:hover,
	#nav li:hover a,
	#nav li.sfhover a,
	#nav li:hover a,
	#nav li.sfhover a {
		background-color:transparent;   
	}
	#nav li:hover li a,
	#nav li.sfhover li a,
	#nav li:hover li a,
	#nav li.sfhover li a {
		background-color:transparent;   
	}
	#nav li li:hover li a,
	#nav li li.sfhover li a,
	#nav li li:hover li a,
	#nav li li.sfhover li a {
		background-color:transparent;   
	}

/* Content */
body.homepage #content-homepage {
	background: #292823;
}
#contentTop-homepage h1 {
	position: absolute;
	top: -30px;
}
	/* Slider */
	#contentTop-homepage div.anythingSlider-minimalist-square {
		padding: 0px 15px;
		height: 300px;
		margin-bottom: 20px;
	}
	div.anythingSlider-minimalist-square.activeSlider div.anythingWindow {
		background: transparent url(/siteimages/gradient2.png) repeat-x 0 20px;
		border: 1px solid #504D41;
	}
	div.anythingSlider-minimalist-square div.anythingControls {
		right: 40.5%;
		right: 41%\0/;
		bottom: -19px;
		bottom: -26px\0/;
	}
	div.anythingSlider-minimalist-square ul.thumbNav a {
		z-index: 100003;
		height: 24px;
		margin: 5px;
		width: 29px;
	}
	*+html div.anythingSlider-minimalist-square ul.thumbNav a {
		text-indent: 0;
	}
	div.anythingSlider-minimalist-square a.start-stop {
		height: 18px;
		width: 18px;
		margin: 5px 5px 5px 15px;
		bottom: 0px;
		display: none;
	}
	div.anythingSlider-minimalist-square.activeSlider ul.thumbNav a:hover,
	div.anythingSlider-minimalist-square.activeSlider ul.thumbNav a.cur {
		background: #598200;
		border-color: #fff;
	}
	div.anythingSlider-minimalist-square.activeSlider ul.thumbNav a {
		background-color: #2B2923;
	}
	#slider .slideVideo {
		width: 360px;
		height: 270px;
		float: right;
	}
	#slider .slideVideo iframe {
		margin-left: -15px;
		width: 360px;
		height: 270px;
	}
	#slider h3 {
		font-size: 35px;
		color: #fff;
		font-family: "Times New Roman", Times, serif;
		line-height: 37px;
		margin-bottom: 20px;
		font-weight: normal;
	}
	#slider p {
		font-size: 14px;
		color: #DDFFEE;
		font-family: "Times New Roman", Times, serif;
		width: 250px;
	}
	#slider a {
		color: #DDFFEE;
	}
	div.anythingSlider-minimalist-square div.anythingControls {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.Slides > div {
		padding: 25px 15px 25px 25px;
	}
		/* fix for last pane video not showing */
		div#ytvideo2 {
			visibility: visible;
		}
	/* Featured */
	#featuredContainer {
		width: 670px;
		margin-left: 15px;
		position: relative;
		height: 200px;
	}
	#featuredContainer a {
		text-decoration: none;
	}
	#featuredContainer > div {
		height: 81px;
	}
	#featuredContainer div {
		width: 108px;
		margin-right: 0;
	}
	#featuredContainer h3 {
		font-size: 18px;
		color: #ddd;
		margin-bottom: 15px;
		font-family: "Times New Roman", Times, serif;
		font-weight: normal;
	}
	#featuredContainer .featuredProp {
		margin: 0;
		position: absolute;
		top: 30px;
		left: -28px;
	}
	#featuredContainer img {
		width: 108px;
		height: 81px;
		border: 2px solid #000;
	}
	#featuredContainer .price,
	#featuredContainer .location {
		color: #ddd;
		font-family: "Times New Roman", Times, serif;
		font-size: 13px;
		margin-left: 5px;
		line-height: 15px;
	}
	#featuredMore {
		font-size: 12px;
		color: #ddd;
		font-family: "Times New Roman", Times, serif;
		position: absolute;
		top: 155px;
		right: 0px;
		text-transform: lowercase;
	}

/* sidebar */
div#contentBottom-homepage {
	padding: 1px 10px;
	border: 1px solid #504D41;
	background: #292823;
	margin: 0 10px;
	z-index: 1004;
	width: 214px;
}
div#contentBottom-homepage #sidebarContainer {
	background: #FDEFCE;
	padding: 0 20px 10px 0;
	margin-bottom: 10px;	
}
*+html div#contentBottom-homepage { /* ie7 hack */
	height: 490px;
	padding-bottom: 13px;
}
	/* Search Widget */
	#style1 .searchBox {
		padding: 0 0 0 4px;
		margin: 10px auto 0 auto;
		width: 200px;
		height: 180px;
		}
	#style1 .searchBox li {
		padding: 0 0 0 5px;
		list-style-type: none;
		}
	#style1 #submit input {
		background-color: #59593C;
		background: transparent url(/siteimages/search.png) no-repeat\0/;
		color: #fff;
		border: none;
		border-radius: 5px;
		-moz-border-radius: 5px;
		padding: 2px 25px;
		}
	#style1 #submit input:hover {
		background-color: #598200;
		background: transparent url(/siteimages/search-hvr.png) no-repeat\0/;
		color: #fff;
		}
	*+html #style1 #submit input {
		background: transparent url(/siteimages/search.png) no-repeat;
		padding: 0px;
		width: 91px;
		height: 20px;
		}
	*+html #style1 #submit input:hover {
		background: transparent url(/siteimages/search-hvr.png) no-repeat;
		}
	#style1 .basicSearchContainer {
		margin: 5px auto 0;
		border: 1px solid #666;
		padding: 5px 3px;
		width: 198px;
		height: 170px;
		position: absolute;
		background: #999966;
		}
	#style1 .basicSearchTitle {
		font-size: 23px;
		margin: 5px 0 15px 0;
		color: #fff;
		text-align: center;
		border-bottom: 1px solid #fff;
		padding-bottom: 8px;
		font-family: "Times New Roman", Times, serif;
		}
	#style1 .basicSearchContainer select {
		font-size: 12px;
		position: relative;
		top: -22px;
	}
	#style1 #location,
	#style1 #minPrice,
	#style1 #maxPrice,
	#style1 #bedrooms,
	#style1 #baths {
		background: #FFEBC1;
	}
	
	/* used to select the column the information is in */	
	#style1 .column1 {
		float:left;
		width:87px;
		background:none;
		}
	#style1 .column2 {
		float:right;
		width:87px;
		background:none;
		}
		
	/* id selectors for controlling form fields */
	#style1 #location {
		margin: 6px 0px 0px;
		width: 198px;
		}
	#style1 #minPrice,
	#style1 #maxPrice {
		margin: 5px 0px 0px;
		width: 94px;
		}
	#style1 #bedrooms,
	#style1 #baths {
		margin: 5px 5px 5px 0px;
		width: 94px;
		}
		
	/* Submit buttons */
	#style1 #submit  {
		margin: 5px 10px 0 5px;
		position: relative;
		top: 15px;
		left: 45px;
		left: 48px\0/;
		width: 1px;
		height: 1px;
		}
	*+html #style1 #submit  { /* ie7 hack */
		top: 40px;
		left: -45px;
		}
	
	/* class selectors for controlling the container of the element */
	#style1 .location {
		margin: 10px auto 0;
		}
	#style1 .minPrice {
		margin: 10px 0 0 0;
		}
	#style1 .maxPrice {
		margin: 10px 0 0 0;
		}
	#style1 .bedrooms {
		margin: 10px 0 0 0;
		}
	#style1 .baths {
		margin: 10px 0 0 0;
		}
	
	/* control of textual label for fields */
	#style1 span {
		font-size: 14px;
		margin-left: 8px;
		color: #000;
		position: relative;
		top: 2px;
		height: 1px;
	}
	#style1 #submit a{
		font-size: 1em;
		font-weight: bold;
		}
	#style1 .fancySelectWide {
		width: 197px;
		height: 22px;
		background: transparent url(/siteimages/fancy_select_wide.png) 0 0 no-repeat;
	}
	#style1 .fancySelect {
		width: 94px;
		height: 22px;
		background: transparent url(/siteimages/fancy_select.png) 0 0 no-repeat;
	}
	#style1 select {
		opacity: 0;
		filter:alpha(opacity=0.01);
	}
		
	/* community search */	
	#communitySearch {
		height: 240px;
		width: 198px;
		padding: 30px 0 15px 15px;
		margin: 0 auto;
		font-size: 13px;
		line-height: 14px;
	}
	#communityHeader {
		margin-left: -7px;
		text-align: center;
		width: 198px;
	}
	div#content-homepage #communityHeader h2 {
		font-size: 20px;
		border-bottom: 1px solid #000;
		color: #9F3E0C;
		padding-bottom: 7px;
	}
	#communitySearch img {
		margin-left: -10px;
		margin-bottom: 7px;
	}
	#communitiesLeft {
		width: 106px;
		display: inline;
		float: left;
		text-align: left;
		margin-left: -5px;
	}
	#communitiesRight {
		width: 90px;
		display: inline;
		text-align: left;
	}
	#communitySearch a {
		text-decoration: none;
		color: #333;
	}
	#communitySearch a:visited {
		color: #333;
	}
	#communitySearch a:hover {
		text-decoration: underline;
	}

/* design only styles - REMOVE */
.homepage .welcome-statement,
.homepage #footercontent-homepage,
.homepage #footer-homepage {
	display: none;
}
