/* --------------Blanket rules for all elements----------- */



body {
	width: 902px;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	margin: 10px;
	background-color: #fff;
	}
	
h1 {
	font-size: 120%;
	line-height: 100%;
	}
	
h2 { 
	font-size: 110%;
	line-height: 100%;
	color: #004712;
	}
	
h3 {
	font-size: 110%;
	}
	
p	{
	font-size: 100%;
	line-hieght: 150%;
	}
	
.caption {
	font-size: 90%;
	line-height: 120%;
	}

#container {
	padding: 0px;
	margin:0px;
	border: solid 1px #000;
	background-image:url(images/bg_img.jpg);
	background-position: right;
	background-repeat:repeat-y;
	}

		
	
/* --------- Blanket rules: navigation, list styles ---------- */


#navigation ul{
	list-style-type:none;
	background-color: #004712;
	margin:0px;
	padding:0px;
	}
#navigation li {
	display: inline;
	background-color: #004712;
	margin: 0 0 0 30px;
	padding:0px;
	line-height: 200%;
	}
	
#navigation li a:link, li a:visited {
	text-decoration: none;
	color: #fff;
	}
	
#navigation li a:hover {
	text-decoration: underline;
	}
	
h2 a:link, a:visited { 
	font-size: 110%;
	line-height: 100%;
	color: #004712;
	text-decoration:underline;
	}
	
h2 a:hover { 
	font-size: 110%;
	line-height: 100%;
	color: #112A91;
	text-decoration:underline;
	}
	
p a:link, a:visited	{
	font-size: 100%;
	line-hieght: 150%;
	color:#000;
	font-weight: bold;
	text-decoration: underline;
	}
	
p a:hover {
	font-size: 100%;
	line-hieght: 150%;
	text-decoration: underline;
	color: #112A91;
	}

	

	

	
/* ------------- layout --------------*/


	
/* masthead */
#masthead {
	margin: 0 0 0 0px;
	padding: 0px;
	border: none;
	background-color: #ccc;
	}
	
/* nav bar */
#navigation {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	border:none;
	}
	

	
/* -------------content for all pages-------------- */
#content {
	margin-left: 30%;
	margin-bottom: 10px;
	padding: 10px;
	border: none;
	}
	
#content_agents {
	margin-left: 30%;
	margin-right: 10%;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 10px;
	border: none;
	}
	
#content_mls {
	margin-left: 10%;
	margin-bottom: 10px;
	padding: 10px;
	border: none;
	}
	
#content_listings {
	margin-left: 10%;
	margin-right:10%;
	margin-bottom: 10px;
	padding: 10px;
	border: none;
	}
	
/* sidebar */
#sidebar {
	float: left;
    width: 28%;
	margin-bottom: 10px;
	padding: 10px;
	border: none;
	background-color: #fff;
	}

	
/* ---------------footer-------------- */
#footer {
	clear: both;
	padding: 5px;
	border: none;
	}
	
#footer p {
	font-size: 90%;
	line-height: 100%;
	color: #666;
	clear: right;
	}
	
#footer  a:link, a:visited {
	text-decoration: none;
	color: #666;
	font-weight: normal;
	}
	
#footer  a:hover {
	text-decoration: underline;
	color: #666;
	font-weight:normal;
	}
	
	
	
/*----------- image floats -----------*/

.image_float {
	float:right;
	margin:-30px 5px 5px 5px;
	}

.image_float_left {
	float:left;
	margin:5px 5px 0 0;
	}

.clear {
	clear:right;
	padding-top:20px;
	}
	
.spacer {
	clear:both;
	}

	
	






























