/*-- Silver 3 --*/

/*
Design 3s
----------------------------------------------------------------
	COLOR VARIABLES
----------------------------------------------------------------
	#78A5D1 - background_color
	#336699 - accent_color
	#FFFFFF - menu_text_color
	#FFFFFF - home_footer_text_color
	
	#FFFFFF - contact_text_color 
	#336699 - left_column_color
	design3s - themename
*/

/* 	--------------
	colors used in original design
	--------------  
	#997d5a - background_color
	#8e1927 - menu background color -stays this color in this theme
	#efcfa5 - accent color
	---------
	#000000 - body text color
	#FFFFFF - menu text color
	--------------
	slideshow dimensions: 386 x 285
	
*/

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

/*	----------------
	HOME PAGE STYLES
	----------------  */
html body {
	background-color: #78A5D1; 
	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:20px;
	width:960px;
	height:403px;
	background:transparent url("/siteimages/header-lg.jpg") no-repeat;
}

#header-homepage {
	width:960px;
	margin:0 auto;
	height:473px;
	background:#8e1927 url("/siteimages/tagline.jpg") 40px 410px no-repeat; /*menu background color*/
}

#propertyslideshow {
	border:1pt solid #000000; /*body_text_color*/
	width:402px !important;
	height:301px !important;
	top:50px;
	left:50%;
	margin-left:60px;
	overflow:hidden;
	background: #997d5a url("/themes/globalimages/premium-one/layout/ajax-loader.gif") 50% 50% no-repeat;
}

#propertyslideshow img {
	left:0px;
}

#propertytitle{
	width:402px;
}

/*----------------nav------------------*/
.homepage #nav-full {
	width:960px;
	height:36px;
	padding-left: 0;
	/*background:#8e1927;*/
	background:#336699;
	z-index:100000;
	margin-bottom:10px;
	padding-bottom:2px;
}

.homepage #nav-full ul{
	width:auto;
	/*float:right;*/
}

.homepage #nav-full ul ul{
width: 20em;
}

#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%	
}

#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;
}
