/*-- Silver 1 --*/
/*

Design 1s
----------------------------------------------------------------
	COLOR VARIABLES
----------------------------------------------------------------
	#1B2636 - background_color
	#47638D - accent_color
	#FFFFFF - menu_text_color
	#FFFFFF - contact_text_color 
	#FFFFFF - home_footer_text_color
	#47638D - left_column_color
	design6 - themename
*/
/* 	--------------
	colors used in original design
	--------------  
	#333333 - background_color
	#FFFFFF - menu_text_color
	#000000 - accent color
	#CCCCCC - home_footer_text_color
	
	--------------
	slideshow dimensions: 272 x 201
	
*/

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


/*	----------------
	HOME PAGE STYLES
	----------------  */

html body {
	background-color: #1B2636; 
	background-image: none;
	margin-bottom:25px;

}

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

#header-homepage {
	width:960px;
	height:324px;
	margin:0 auto;
	background-color:#47638D;
}

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

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

 #nav-full {
	background:#47638D;
	border-top:1px solid #FFFFFF; 
	border-bottom:1px solid #FFFFFF;
}

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

.homepage #nav-full {
	border-top:1px solid #FFFFFF; 
	border-bottom:1px solid #FFFFFF;
}



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

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

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

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

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

#propertyslideshow {
	border:1pt solid #000000; 
	text-align:center;
	vertical-align:center;
	width:276px !important;
	height:205px !important;
	top:65px  !important;
	left:50% ;
	margin-left:-425px;
	overflow:hidden;
	background: #ffffff url("/themes/globalimages/premium-one/layout/ajax-loader.gif") 50% 50% no-repeat;
}

#propertyslideshow img {
	left:0px;
}

#propertytitle{
	width:276px;
    text-align:left;
}

#viewproperty a{
    background:none;
}


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

