/*-- Silver 5 --*/
/*
Design 5s
----------------------------------------------------------------
	COLOR VARIABLES
----------------------------------------------------------------
	#9B9B68 - background_color
	#6F6F4A - accent_color
	#FFFFFF - menu_text_color
	#FFFFFF - home_footer_text_color
	#FFFFFF - contact_text_color 
	#6F6F4A - left_column_color
	design5s - themename
*/
/* 	--------------
	colors used in original design
	--------------  
	#000000 - background_color
	#797979 - accent color
	#ffffff - home_footer_text_color
	#000000 - menu_text_color
	-----
	#ffffff - body text color
	#9a9b7f- menu background color
	
	--------------
	slideshow dimensions: NA -- no slideshow in this design
	
*/

@import url("/themes/globalcss/premium-one.css");


/*	----------------
	HOME PAGE STYLES
	----------------  */
html body {
	background-color: #9B9B68; /*background color variable*/
	background-image: none;
	margin-bottom:25px;
}

#container-homepage {
	width:960px;
	margin: 0 auto;
	background:#fff;
	position:relative;
	font: 8pt/10pt Arial, "MS Sans Serif", sans-serif;
}

#header-homepage #logo{
	position:relative;
	border:1pt solid #000000;
	top:120px;
	left:200px;
	width:733px;
	height:342px;
	background:transparent url("/siteimages/header-lg.jpg") no-repeat;
}

#header-homepage {
	width:960px;
	height:472px;
	overflow:hidden;
	border-left:6px solid #9a9b7f; 
	margin:0 auto;
	background: #797979 url("/siteimages/topbar.jpg") no-repeat; /*wrapper color*/
}

#wrapper-homepage {
	width:960px;
	margin:0 auto;
	position:relative;
	background-color: #ffffff; 
	border-left:6px solid #9a9b7f; 
	border-bottom:20px solid #9a9b7f; 
}

#contentTop-homepage div.box,  #contentTop-homepage div.welcome-statement{
	width:97%;
}

body.homepage .box.welcome-statement p {
	padding-left:20px;
	font-weight:normal;
	font-size:1.0em;
	width:95%;
}

.homepage .box.welcome-statement p a {
	text-decoration:none;
}

html body.homepage .box.welcome-statement{
	width:100%	
}


#box-3-homepage{
	background: #9a9b7f url("/siteimages/agentbox.jpg") no-repeat; 
	position:absolute;
	border:1pt solid #000000;/*background_color*/
	top:-449px;
	left:20px;
	width:198px;
	height:439px;
}

#propertyslideshow {
	display:none;
}

/*-------------nav---------------------- */
#nav-full {
		margin-bottom:10px;
}


#nav-full li a {
	color:#FFFFFF;
	letter-spacing:1px;
	font-size:8pt;
}
/*----------------------------*/

#wrapper-homepage #content-homepage{
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
}

#contentTop-homepage h2{
	width:95%;
	display:block;
	font: 16pt/16pt Arial, "MS Sans Serif", sans-serif;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:20px;
}

#contentTop-homepage h1{
	margin :10px 0px 0px 10px;
	padding: 0px 0px 10px 0px;
	background:transparent url("/themes/globalimages/layout/paper.gif") 0px 0px no-repeat;
	clear:both;
	font-size:8pt;
	text-indent:20px;
}

#contentTop-homepage h1 a
{
	text-decoration:none;
	color:#999;
}

#contentTop-homepage h1 a
{
	text-decoration:none;
	color:#999;
}

#contentTop-homepage a{
	color:#6a5747; 
}

#contentTop-homepage a:hover{
	color:#9a9b7f; 
}

