/*-- Silver 2 --*/
/*
Design 2s
----------------------------------------------------------------
	COLOR VARIABLES
----------------------------------------------------------------
	#000000 - background_color
	#000000 - accent_color
	#FFFFFF - menu_text_color
	#FFFFFF - contact_text_color 
	#FFFFFF - home_footer_text_color
	#000000 - left_column_color
	design9 - themename
*/
/* 	--------------
	colors used in original design
	--------------  
	#333333 - background_color
	#FFFFFF - menu_text_color
	#666666 - accent color -- menu background color
	#cccccc - home_footer_text_color
	-------
	#000000 - wrapper color -stays black in this particular design
	#CCCCCC - body text color
	
	--------------
	slideshow dimensions: 380 x 283
*/

@import url("/themes/globalcss/premium-one.css");


/*	----------------
	HOME PAGE STYLES
	----------------  */
html body {
	background-color: #000000; 
	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;
	top:70px;
	width:960px;
	height:403px;
	background:transparent url("/siteimages/header-lg.jpg") no-repeat;
}


#header-homepage {
	font: 9pt/8pt  Arial, "MS Sans Serif", sans-serif;
	width:960px;
	margin:0 auto;
	height:473px;
	background:#000000 url("/siteimages/topbanner.jpg") 20px 5px no-repeat; /*wrapper color variable*/
	
}

/*---------------nav-----------------*/
#nav-full {
	background:#000000;
}

#nav-full li a{
	color: #FFFFFF;
}
/*-----------------------------------*/


#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%	
}

#propertyslideshow {
	border:1pt solid #000000; 
	width:392px !important;
	height:295px !important;
	top:133px;
	left:50%;
	margin-left:-445px;
	overflow:hidden;
	background: #ffffff url("/themes/globalimages/premium-one/layout/ajax-loader.gif") 50% 50% no-repeat;
}

#propertyslideshow img {
	left:0px;
}

#propertytitle{
	width:392px;
}

#wrapper-homepage #content-homepage{
	padding-bottom:20px;
	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;
}