*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
	background: #b0aa00 url('../images/background.jpg') left top repeat-x;
	text-align: center;
	line-height: 135%;
}

a img
{
	border: 0;
}

address{
	font-style: normal;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
}

h2
{
	margin-bottom: 10px;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}


#nav li /* NAVIGATION STYLE */
{
	display: inline;
}

/* LAYOUT DIVS *************************/

#container
{
	background: url('../images/container.png') left top repeat-y;
	width: 899px;
	padding: 0 31px 0 30px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#family{
	border-top: 7px solid #fff700;
	background: url('../images/banner_head.jpg') left top no-repeat;
}

#renting {
	border-top: 7px solid #fff700;
	background: url('../images/renting.jpg') left top no-repeat;
}

#selling {
	border-top: 7px solid #fff700;
	background: url('../images/selling.jpg') left top no-repeat;
}


#logo{
	text-indent: 0;
	margin-left: 30px;
	float: left;
	width: 197px;
}

#nav
{
	display: inline;
	float: right;
	height: auto;
	font-weight: 700;
}
	.nav_pad{
		display: block;
		float: left;
		padding: 28px 16px 3px 6px;
		border-right: 1px solid #fff700;
	}
	
	.nav_last{
		display: block;
		float: left;
		padding: 28px 30px 3px 6px;
	}

#banner{
	background: url('../images/banner.png') left top no-repeat;
	clear: both;
	color: #494949;
	font-size: 1.0625em;
	float: left;
	height: 60px;
	margin: 118px 0 13px 30px;
	overflow: hidden;
	padding: 13px 16px 19px 16px;
	width: 806px;
}

#content
{
	float: left;
	width: 639px;
	height: auto;
}

	#full_page{
		color: #494949;
		float: left;
		margin-left: 13px;
		background: url('../images/full_page.png') top left no-repeat;
		width: 602px;
		padding: 13px 12px 13px;
		height: 384px;
		
		font-size: 0.9375em;
	}
		#full_page a, #full_page a:visited {
			color: #494949;
			font-weight: 700;
			text-decoration: none;
		}
		
		#full_page a:hover{
			color: #fff700;
			text-decoration: none;
		}
	
	#scrollable{
		overflow-y: auto;
		height: 340px;
		width: 100%;
		position: relative;
	}
	
	.half{
		float: left;
		width: 290px;
		overflow-y: auto;
	}
	
	.third{
		background: url('../images/third.png') left top no-repeat;
		color: #494949;
		float: left;
		margin-left: 13px;
		width: 176px;
		padding: 0 12px 13px;
	}
	
	.third h2{
		font-size: 0.75em;
		line-height: 1.425em;
		padding-top: 13px;
		text-transform: uppercase;
		text-align: center;
	}
	
	.third p{
		clear: both;
		font-size: 0.75em;
	}
	
	#form_link{
		background: url(../images/mortgage_box.png) left top no-repeat;
		display: block;
		float: right;
		margin: 0 13px 13px;
		width: 124px;
		padding: 13px;
		text-transform: uppercase;
		text-align: center;
	}
	
	#form_link a, #form_link a:visited{
		color: #fff;
		text-decoration: none;
	}
	
	#form_link a:hover{
		color: #fff700;
		text-decoration: none;
	}
	
	
	.description{
		height: 140px;
		width: 100%;
		overflow-y: scroll;
		margin-bottom: 8px;
	}
	
	.team {
		float: left;
		padding-bottom: 10px;
		border-bottom: 1px dashed #494949;
		margin-bottom: 10px;
		width: 95%;
	}
	
	.team h3{
		margin-bottom: 13px;
	}
	
	.team img {
		float: left;
		margin: 0 13px 13px 0;
	}
	
		.half_third{
			float: left;
			color: #fff;
			font-size: 0.75em;
			line-height: 1.15em;
			text-align: center;
			list-style: none;
			display: block;
			width: 84px;
			padding-top: 7px;
			height: 38px;
			overflow: hidden;
			background: url('../images/half_third.png') left top no-repeat;
			margin-bottom: 12px;
		}
		
		.half_third strong{
			font-size: 1.4167em;
		}
		
		.half_third span{
			font-size: 0.75em;
			display: block;
			text-transform: uppercase;
		}
		
		.location{
			margin-right: 7px;
		}
		
		.more_link{
			display: block;
			width: 175px;
			height: 19px;
			background: url('../images/yellow_button.png') left 3px no-repeat;
			text-align: center;
		}
		
		.more_link, .more_link:visited{
			color: #000;
			text-decoration: none;
			font-size: 0.65625em;
			font-weight: 700;
			text-transform: uppercase;
		}
		
		.more_link:hover{
			color: #fff;
			text-decoration: none;
		}
			
	

#sidebar
{
	
	color: #fff;
	background: url('../images/sidebar.png') left top no-repeat;
	float: left;
	margin-left: 30px;
	padding: 14px 8px 0 12px;
	width: 180px;
	min-height: 410px;
	height: auto !important;
	height: 410px;
	
}
	#sidebar h3{
		font-size: 1.375em;
		margin-bottom: 8px;	
	}
	
	#sidebar ul{
		list-style: none;
	}
	
	#sidebar li{
		line-height: 1.14em;
		list-style-position: outside;
		list-style-type: none;		
	}
	
	#sidebar li ul li{
		font-size: 0.6em;
		line-height: 1.35em;
	}
	
	#sidebar li ul li a:hover, #sidebar li ul li a.active {
		color: #fff700;
	}
	
	.side_list{		
		border-left: 5px solid #fff700;
		font-size: 0.9375em;
		margin-bottom: 12px;
		padding-left: 8px;
	}
	.side_list a, .side_list a:visited, .side_list a:hover {
		color: #fff700;
		font-weight: 700;
		text-decoration: none;
	}
	
	
	
	.sections_list{
		border-left: 5px solid #fff700;
		font-size: 1.25em;
		margin-bottom: 12px;
		padding-left: 8px;
	}
	
	.sections_list a, .sections_list a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	.sections_list a:hover{
		color: #fff000;
		text-decoration: none;
	}

#footer
{
	border-top: 1px solid #ccc;
	color: #7e7e7e;
	margin: 0 30px 0 31px;
	padding-bottom: 18px;
}

#footer ul{
	list-style: none;
	padding-bottom: 25px;
}

#footer li{
	float: left;
	display: block;
	font-size: 0.8125em;
	margin-right: 20px;
}

#btm
{
	background:transparent url('../images/footer.png') no-repeat;
	width: 960px;
	height:14px;
	margin:0 auto;
}

/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #3300ff;
}

a:visited
{
	text-decoration: underline;
	color: #3300ff;
}

a:hover
{
	text-decoration: underline;
	color: #3300ff;
}

#nav a
{
	color: #fff;
	text-decoration: none;
}

#nav a:visited
{
	color: #fff;
	text-decoration: none;
}

#nav a:hover, #nav a.active
{
	background: #fff700;
	color: #000;
	text-decoration: none;
}

/* FORM **/

fieldset{
	border: 0;
}

label
{
	display: block;
	padding: 0 0 5px;
}

.phone_numbers{
	display: block;
	float: left;
	margin-right: 20px;
	width: 180px;
}

#form_address_box{
	float: left;
	width: 281px;
	margin-right: 20px;
}

input[type=text]
{
	width: 95%;
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #898989;
}

input[type=submit], input[type=reset]{
	margin-top: 5px;
	padding: 3px;
}

textarea
{
	width: 95%;
	padding: 3px;
	height: 50px;
	font: 0.9em Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	border: 1px solid #898989;
}

input[type=text]:focus, textarea:focus{
	background: #fffb6a;
	
}

#property_valuation #name{
	width: 170px;
}

#rental_valuation #name{
	width: 170px;
}

#long_box{
	float: left;
	width: 360px;
}

#long_box input{
	width: 170px;
}