/*-- Silver 6 --*/
/*
Design 6s
----------------------------------------------------------------
	COLOR VARIABLES
----------------------------------------------------------------
	#577b61 - background_color
	#729f80 - accent_color
	#FFFFFF - menu_text_color
	#FFFFFF - home_footer_text_color
	#FFFFFF - contact_text_color 
	#729f80 - left_column_color
	design6s - themename
*/
/* 	--------------
	colors used in original design
	--------------  
	#bbbbbb - background_color
	#071659 - accent color
	#FFFFFF - menu_text_color
	#000000 - home_footer_text_color
	---------
	
	#ffffff - wrapper color
	#000000 - body text color
	
	--------------
	slideshow dimensions: 272 x 202
*/

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

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

}

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

#header-homepage #logo{
	position:relative;
	top:0px;
	width:960px;
	height:290px;
	background:transparent url("/siteimages/header-lg.jpg") no-repeat;
}

#header-homepage {
	width:960px;
	margin:0 auto;
	height:290px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
}

/*----------nav--------------------*/

.homepage #box-1-homepage{
position:relative;
z-index:10000;
border-top:1px solid #fff;
}

#nav-full {
position:relative;
    background:#729f80;
    padding:0px;
    margin-top:7px;
    margin-bottom:30px;
border-bottom:8px solid #fff;   
}

#nav li{
padding: 0.1em 0.5em 0.1em .75em !important;  

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

 #nav-full li a:hover ,
 #nav-full li li a {
    color:#729f80;/* variable menu_text_color */
}
 #nav-full li {
    margin-bottom:0em;
}

 #nav li ul {
	margin-top:0.1em !important;
}

#nav li ul li ul
{
margin-top:-1.9em !important;    
}

/*------------------*/

#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{
margin-top:40px;
width:100%
}

#box-3-homepage{
	background: #ffffff url("/siteimages/adbox.jpg") 293px 0px no-repeat; /* wrapper color*/
	width:960px;
	height:239px;
	position:absolute;
	top:338px;
}

#propertyslideshow {
	position:relative;
	left:50%;
	margin-left:-475px;
	width:284px !important;
	height:239px !important;
	overflow:hidden;
	background: #729f80 url("/themes/globalimages/premium-one/layout/ajax-loader.gif") 50% 50% no-repeat;
}

#propertyslideshow img {
	left:0px;
}

#propertytitle{
	width:284px;
}

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

#contentTop-homepage{
	width:100%;
}


#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;
	color:#729f80;  
	font-size:8pt;
	text-indent:20px;
}

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


.sellerresources #box-2,
.buyerresources #box-2{
padding-top:37px;
}
