/* CSS Document - Royston & Lund */

/******** STYLE INDEX ********
P1 = Home Page Styles
P2 = Contact Page Styles
P3 = Services Page Styles
P4 = News Page Styles
P6 = Search Splash Page
qv = Quickview Styles
nav = Navigation Styles
fp = Feature Property Styles
gen = General Styles
*****************************/

* { margin:0; padding:0; font: normal 11px Arial, Helvetica, sans-serif; color: #2A3F31; }

/********** (gen) GENERAL STYLES **********/

#outercontainer {
	width: 760px;
	margin: 0 auto;
	}
	
#header { height: 130px; }

#logo { margin: 30px 0 20px 20px;}

#contentcontainer { 
	width: 730px; 
	padding-left: 30px; 
	float: left;
	margin-bottom: 10px; }

.right { float: right; }
.left { float: left; }
.bold { font-weight: bold; }
.italic { font-style:italic; }
.green { color: #14664C; }
img { border: none; }
.hide { display: none; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
.title { margin-bottom: 10px; }

	
h3 { 
	color: #14664C;
	font-weight: bold;
	}
h5 { 
	font-weight:bold; 
	color:#14664C;
	}	
h2 { 
	color: #14664C;
	font-weight: bold;
	font-size: 12px;
	}
	
a.glink{
	text-decoration:underline;
}
a.glink:hover{
	text-decoration:none;
}

#content {
	margin: 20px; 
	width: 660px;
	}
#content p, #content ul {
	margin: 10px 0;
	}
#content ul {
	margin-left: 30px;
	list-style-type: decimal;
	}
	
.featureBox { width: 321px; height: 67px; background: #E3EBA5; text-align:right; }
.featureBox .img { border-left: 1px solid #fff; }
.featureBox .title { margin-bottom: 12px;}
.featureBox a {padding: 5px;}

.highlighted	{
	margin-bottom: 2px;	
	background: #E2EA9F;
	padding: 10px;
	}	
.highlighted a {
	color: #14664C;
	}	
.highlighted p {
	margin: 0 0 5px 0!important; }
	
#searchfield { text-align:right; height:25px; margin: 10px 0;}
#searchfield img { margin-right: 5px; }
#searchfield #searchbut { background: #FFF; cursor:pointer; border: none;}
#searchfield #searchbut:hover {text-decoration:underline; }
#searchfield input { border: 1px solid #ccc; height: 14px; padding: 2px;}

/********** (qv) QUICKVIEW STYLES **********/

#quickview {
	width: 290px;
	text-align: right;
	margin-top: 25px;
	border: 0px solid red;
	}
#quickview p { vertical-align:middle; padding-top: 7px; }	
#quickview .title { margin-bottom: 10px; }	
#quickview input { margin: 0 2px; }	

.qv_box {
	width: 185px;
	height: 36px;
	}

/********** (nav) MAIN NAVIGATION STYLES **********/

#navigation {
	height: 170px;
	background: #B3C12B;
	width: 240px;
	text-align:right;
	}

#navigation ul li {
	list-style-type: none;
	height: 15px;
	padding-top: 10px;
	padding-right: 10px;
	float: right;
	}
	
#navigation ul li a {
	text-decoration: none;
	display: block;
	float: right;
	}

#navigation ul #nav1 a {width:44px; background:url(../stat/nav_home.gif) 0 0 no-repeat; height:13px;}	
#navigation ul #nav2 a {width: 93px; background:url(../stat/nav_srvcs.gif) 0 0 no-repeat; height:13px;}	
#navigation ul #nav3 a {width: 133px; background:url(../stat/nav_sale.gif) 0 0 no-repeat; height:19px;}	
#navigation ul #nav4 a {width: 123px; background:url(../stat/nav_let.gif) 0 0 no-repeat; height:18px;}	
#navigation ul #nav5 a {width:40px; background:url(../stat/nav_news.gif) 0 0 no-repeat; height:13px;}	
#navigation ul #nav6 a {width:80px; background:url(../stat/nav_contact.gif) 0 0 no-repeat; height:13px;}

#navigation ul #nav1 a:hover, #navigation ul #nav1 a.active {width:44px; background:url(../stat/hover_home.gif) 0 0 no-repeat; height:13px;}	
#navigation ul #nav2 a:hover, #navigation ul #nav2 a.active {width: 93px; background:url(../stat/hover_srvcs.gif) 0 0 no-repeat; height:13px;}	
#navigation ul #nav3 a:hover, #navigation ul #nav3 a.active {width: 133px; background:url(../stat/hover_sale.gif) 0 0 no-repeat; height:19px;}	
#navigation ul #nav4 a:hover, #navigation ul #nav4 a.active {width: 123px; background:url(../stat/hover_let.gif) 0 0 no-repeat; height:18px;}	
#navigation ul #nav5 a:hover, #navigation ul #nav5 a.active {width:40px; background:url(../stat/hover_news.gif) 0 0 no-repeat; height:13px;}	
#navigation ul #nav6 a:hover, #navigation ul #nav6 a.active {width:80px; background:url(../stat/hover_contact.gif) 0 0 no-repeat; height:13px;}
	
/********** (fp) FEATURE PROPERTY STYLES **********/

#featureproperty { 
	width: 291px;
	height: 235px;
	margin-top: 20px;
	padding-left:45px;
	padding-top: 5px;
	background: url(../stat/potw_bg.gif) 30px 0 no-repeat;
	float: left;
	clear: both; }
	
#featureproperty iframe { margin: 10px 0 0 0; }

/******* P1 HOME PAGE STYLES ********/

#smallcontentcontainer { float: right; padding-left: 30px; width: 392px; }
#smallcontentcontainer p { width: 334px; margin: 20px 0; line-height: 16px; }

#welcome { margin-left: 20px; }

#gBox { border: 1px solid #73A494; width: 319px; text-align: center; margin-bottom: 10px; }
#gBox #searchfield { text-align: center!important; width: 285px; padding-top: 5px; width: expression('255px'); }

/******** P2 CONTACT US PAGE ********/

#rightColumn  {
	padding-right: 40px;
	width: 200px;
	}
	
#leftColumn { margin: 20px; width: 450px; float:left; }
	
/******** P3 SERVICES PAGE ********/

#lets_content, #sales_content {
	display: none;
	clear: both;
	padding-top: 10px;
	}
	
.link { 
	background: url(../stat/btn_bg_w230.gif) 0 0 no-repeat;
	color: #fff!important;
	display: block;
	height: 22px;
	width: 228px;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 0!important;
	margin: 0!important;
	}

/*********** P4 NEWS PAGE ***********/

.news_images { 
	border: 1px solid #14664C;
	float: right; 
	clear: both;
	width: 175px;
	height: 125px;
	margin-left: 10px; }
	
.newsItem h2 {
	margin-bottom: 10px;
	}
	
/*********** P5 NOTM PAGE ***********/

.notmItem {
	width: 600px;
	}

.notm_images { 
	border: 1px solid #14664C;
	float: left;
	margin-right: 10px;
	width: 175px;
	height: 125px;
	}
	
.text {
	float: left;
	clear: none;
	width: 350px;
	}
	
.notmItem h2 {
	margin-bottom: 10px;
	}
	
.clear {
	clear: both;
	}

/*-------------- P6 = Search Splash Page -------------------*/

.img { 
	letter-spacing:-1em; 
	text-indent :-999em; 
	overflow:hidden; 
	display:block; 
	background-repeat:no-repeat; 
	background-color:transparent; 
}


#gmap_list {
	float:left;
	width:600px;
	height:auto;
	border:0px solid #f30;
	margin:20px 0 0 0;
	padding:0;
}

#gmap_list img {
	margin:0 0 10px 0;
}

#gmap_list p {
	margin:0 0 10px 0;
}

#gmap_list a{
	text-transform:uppercase;
	text-decoration:underline;
}

#gmap_list a:hover {
	text-decoration:none;
}

#searchonmap {
	float:left;
	width:270px;
	margin:0 50px 0 0;
}

h2#title_searchonmap {
	width:140px;
	height:19px;
	background:url(../stat/title_searchonmap.gif) 0 0 no-repeat;
	margin:0 0 11px 0;
}

#searchaslist {
	float:left;
	width:270px;
}

h2#title_searchaslist {
	width:98px;
	height:18px;
	background:url(../stat/title_searchaslist.gif) 0 0 no-repeat;
	margin:0 0 11px 0;
}
















