@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0; padding:0;
	height:100%;
	font-family:Helvetica, Arial, Verdana;
	color:#9f9f9f;
}
body {
	background-color:#000000;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-399px; /* Set Margin Bottom to 1/2 of the height in #centered */
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:798px; width:1024px; /*max-width:800px; min-width:400px;*/  /*ALTERNATIVE: USE % and/or MIN MAX FOR WIDTH TO SIZE AS PERCENT OF BROWSER WIDTH*/
	margin:0 auto;
	background:#333;
	overflow:hidden;
}
  
#content {
	position:absolute;
	left:0px;
	right:0;
	top:0;
	bottom:0;
	height:798px;
	padding:0;
	margin:0;
}
#logo {
	position:absolute;
	width:233px;
	height:34px;
	margin:0;
	padding:0;
	top:41px;
	left:34px;
	cursor:pointer;
}
#flashcontent {
	position:absolute;
	left:486px;
	background-color:#333;
	z-index:1;
	outline:none;
}
#flashcontent_home {
	position:absolute;
	left:0;
	background-color:#333;
	outline:none;
}
h1 {
	text-indent:-9999px;
	background-color:#333;
	margin:0;
	padding:0;
	line-height:0;
}

/* About Us */
#aboutbox {
	position:absolute;
	top:183px;
	left:113px;
	width:400px;
	height:317px;
	margin:0;
	padding:0;
}
#abouttext {
	width:350px;
	height:225px;
	margin:0;
	padding:0 20px 0 0;
	overflow:auto;
	text-align:justify;
}
.orange_title{
	width:360px;
	height:37px;
	color: #FAA634;
	font-size:12px;
	margin:0;
	padding:0;
}
#orange_links{
	width:360px;
	height:50px;
	color: #FAA634;
	font-size:11px;
	margin:0;
	padding-top:35px;
	line-height:30px;
}
#orange_links ul {
	margin:15px;
	padding:0;
	list-style:none;
}

#orange_links a:link {
	color: #FAA634;
	text-decoration: none;
}
#orange_links a:visited {
	text-decoration: none;
	color: #FAA634;
}
#orange_links a:hover {
	text-decoration: none;
	color: #9f9f9f;
}
#orange_links a:active {
	text-decoration: none;
	color: #9f9f9f;
}
#flashvideo {
	position:absolute;
	left:500px;
	top:172px;
	margin:0;
	padding:0;
}

/* Listings */
#listings_subnav {
	position:absolute;
	top:150px;
	left:171px;
	height:35px;
	width:530px;
	margin:0;
	padding:0;
}

#listings_subnav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#listings_subnav ul li {
	padding-right:15px;
	float:left;
}
#listings_subnav a:link {
	color: #FAA634;
	text-decoration: none;
}
#listings_subnav a:visited {
	text-decoration: none;
	color: #FAA634;
}
#listings_subnav a:hover {
	text-decoration: none;
	color: #9f9f9f;
}
#listings_subnav a:active {
	text-decoration: none;
	color: #9f9f9f;
}

#listings2_subnav {
	position:absolute;
	top:125px;
	right:37px;
	height:18px;
	width:156px;
	margin:0;
	padding:0;
	text-align:right;
	z-index:10;
}
#listings2_subnav a:link {
	color: #FAA634;
	text-decoration: none;
}
#listings2_subnav a:visited {
	text-decoration: none;
	color: #FAA634;
}
#listings2_subnav a:hover {
	text-decoration: none;
	color: #9f9f9f;
}
#listings2_subnav a:active {
	text-decoration: none;
	color: #9f9f9f;
}

.listings_smallbox_text {
	width:500px;
	/*height:100%;*/
	font-size:12px;
	line-height:15px;
	margin:18px 0px 18px 50px;
	padding:0;
	overflow:hidden;
	float:left;
}

#listingsbox {
	position:absolute;
	top:146px;
	left:690px;
	width:256px;
	height:514px;
	font-size:11px;
	margin:0;
	padding:22px;
	border:1px solid #666;
}
#listingsbox_text {
	height:295px;
	width:100%;
	overflow:auto;
	padding:0 22px 0 0;
	margin:0;
}

#listingsbox_lower {
	position:absolute;
	top:455px;
	left:0;
	margin:0;
	width:278px;
	height:87px;
	border-top:1px solid #666;
	line-height:18px;
	padding:17px 0 0 22px;
	font-size:10px;
}
.listings_note{
	position:absolute;
	top:55px;
	left:324px;
	margin:0;
	padding:0;
	width:248px;
	height:50px;
	z-index: 10;
}

#flash_slideshow {
	position:absolute;
	width:650px;
	height:560px;
	left:30px;
	top:146px;
	margin:0;
	padding:0;
	background-color:#333;
}


/* Resources */
#bigbox {
	position:absolute;
	top:176px;
	left:180px;
	width:795px;
	height:465px;
	border:1px solid #666;
	margin:0;
	padding:0;
}
#graybox {
	position:absolute;
	top:9px;
	left:260px;
	width:457px;
	height:315px;
	margin:0;
	padding:65px 0 65px 65px;
	background-color:#3c3c3c;
	border:1px solid #666;
}

#resources_subnav {
	margin:	20px 0 0 0;
	width:260px;
	height:475px;
	padding:0;
	overflow:hidden;
}
#resources_subnav ul {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:22px;
	text-align:left;
	list-style:none;
}
#resources_subnav ul li a{
	padding-left:36px;
}
#resources_subnav ul li a:hover, #resources_subnav ul li a.selected { /*hover and selected link*/
	background: transparent url(images/pointer.gif) left bottom no-repeat;
	color:#FAA634;
}
#resources_topnote {
	position:absolute;
	top:143px;
	left:181px;
	height:35px;
	width:530px;
	margin:0;
	padding:0;
}
.boxtitle{
	font-size:13px;
	margin-bottom:20px;
	color:#FAA634;
}
.boxtext {
	height:300px;
	font-size:13px;
	line-height:20px;
	padding-right:45px;
	overflow-x:hidden;
	overflow-y:auto;
}

/* Hot + Cool */
#hotcool_topnote {
	position:absolute;
	top:135px;
	left:170px;
	height:35px;
	width:530px;
	margin:0;
	padding:0;
}
#hotcool_bigbox {
	position:absolute;
	top:189px;
	left:170px;
	width:830px;
	height:522px;
	margin:0;
	padding:0;
	overflow:auto;
}
.hotcool_smallbox {
	position:relative;
	width:800px;
	height:164px;
	margin:0 0 8px 0;
	padding:0;
	border:1px solid #666;
	overflow:hidden;
}
.hotcool_smallbox_text {
	width:450px;
	/*height:100%;*/
	font-size:12px;
	line-height:18px;
	margin:18px 0 18px 50px;
	padding:0;
	overflow:hidden;
	float:left;
}
.hotcool_thumb {
	height:164px;
	width:218px;
	/*overflow:hidden;*/
	margin:0;
	padding:0;
	float:right;
}
#search_box {
	position:absolute;
	width: 186px;
	height: 31px;
	left: 785px;
	top: 133px;
}
#search_box #s {
    float: left;
    padding: 2px;
    margin: 6px 0 0 6px;
    border: 0;
    width: 150px;
    background-color:#fff;
}
#search_box #go {
    float: left;
    margin:6px 0 0 6px;
	width:20px;
	height:18px; 
}
/* Contact */
#contact_address {
	position:absolute;
	top:240px;
	left:215px;
	width:240px;
	height:131px;
	margin:0;
	padding:0;
	font-size:14px;
}
#pr_logo2 {
	position:absolute;
	width:320px;
	height:80px;
	margin:0;
	padding:0;
	left:210px;
	top:631px;
	background-image:url(images/prudential-california-realty.gif);
	background-repeat:no-repeat;
}
#contact_form {
	position:absolute;
	top:170px;
	left:570px;
	margin:0;
	padding:0;
	width:290px;
	height:480px;
}


/* SEARCH MLS */
#mls_form {
	position:absolute;
	top:170px;
	left:170px;
	margin:0;
	padding:0;
	width:450px;
	height:530px;
}

/* General LAYOUT */
#pr_logo {
	position:absolute;
	width:320px;
	height:80px;
	margin:0;
	padding:0;
	left:690px;
	top:640px;
	background-image:url(images/prudential-california-realty.gif);
	background-repeat:no-repeat;
}
	
#footer {
	position:absolute;
	top:738px;
	left:0;
	width:1024px;
	height:60px;
	/*background-color:#919296;*/
	margin:0;
	padding:0;
}
#footer_gray {
	width:1024px;
	height:30px;
	background-color:#919296;
	margin:0;
	padding:0;
}
#copyright {
	width:1024px;
	height:20px;
	margin:0;
	padding:10px 0 0 0;
	font-size:9px;
	background-color:#000000;
}

/* LINKS */
a:link {
	color: #9f9f9f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9f9f9f;
}
a:hover {
	text-decoration: none;
	color: #FAA634;
}
a:active {
	text-decoration: none;
	color: #FAA634;
}

a.orange_link:link {
	color: #FAA634;
	text-decoration: none;
}
a.orange_link:visited {
	text-decoration: none;
	color: #FAA634;
}
a.orange_link:hover {
	text-decoration: none;
	color: #9f9f9f;
}
a.orange_link:active {
	text-decoration: none;
	color: #9f9f9f;
}


/* GENERAL FONT STYLES */
p {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
	text-align:justify;
}
.small_org_italic {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
	text-align:left;
	color: #FAA634;
	font-style:italic;
}
.orange {color:#FAA634;}
