body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#634531;
	margin:0;
	padding:0;
}
img {
	border:none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	margin-bottom:10px;
}
a i {
	display:none;
}
/* ----- layout ------ */
#layout {
	width:720px;
	border-collapse:collapse;
	background:#FFF;
	margin:0 auto;
}
	#layout td {
		padding:0;
	}

#nav {
	list-style:none;
	margin:0 0 0 5px;
	padding:0;
}
	#nav li {
		display:inline;
		margin:0;
		padding:0;
	}
	#nav a {
		height:13px;
		display:block;
		float:left;
		background-repeat:no-repeat;
		background-position:center left;
		padding:5px 19px 0 0;
	}
	#n_home:link, #n_home:visited {
		background-image:url(images/buttons/home.gif);
		width:29px;
    }
	#n_home:hover, #n_home:active {
		background-image:url(images/buttons/home_down.gif);
		width:29px;
    }
	#n_property:link, #n_property:visited {
		background-image:url(images/buttons/lm.gif);
		width:128px;
	}
	#n_property:hover, #n_property:active {
		background-image:url(images/buttons/lm_down.gif);
		width:128px;
	}
	#n_landscape:link, #n_landscape:visited {
		background-image:url(images/buttons/li.gif);
		width:133px;
	}
	#n_landscape:hover, #n_landscape:active {
		background-image:url(images/buttons/li_down.gif);
		width:133px;
	}
	#n_winter:link, #n_winter:visited {
		background-image:url(images/buttons/wm.gif);
		width:117px;
		}
	#n_winter:hover, #n_winter:active {
		background-image:url(images/buttons/wm_down.gif);
		width:117px;
	}
	#n_commercial:link, #n_commercial:visited {
		background-image:url(images/buttons/commercial.gif);
		width:121px;
	}
	#n_commercial:hover, #n_commercial:active {
		background-image:url(images/buttons/cs_down.gif);
		width:121px;
	}
	#n_quote {
		width:81px;
	}
	#n_quote:link, #n_quote:visited {
		background-image:url(images/buttons/quote.gif);
	}
	#n_quote:hover, #n_quote:active {
		background-image:url(images/buttons/quote_down.gif);
	}

.style1 {color: #CC0000}

/* ----- index ------ */
#index {
	position:absolute;
	top:50%;
	margin-top:-50px;
	height:100px;
	text-align:center;
	font-size:1.4em;
	width:100%;
}
	#index div {
		width:720px;
		background:#634531;
		overflow:hidden;
		margin:0 auto 5px auto;
	}
		#index div a {
			width:350px;
			display:block;
			color:#FFF;
			font-weight:bold;
			text-align:center;
			padding:5px;
			text-decoration:none;
			float:left;
		}
		#index div a:hover, #index div a:active {
			background-color:#2F1A0C;
		}



#faq li {
	margin-bottom:20px;
}
#faq p {
	margin:0 0 5px 0;
}
.copy {
	
	font-size: 12px;
	color: #333399;
}
.copyb {
	color: #333399;
	font-weight: bold;

}
.copysm {
	font-size: 11px;
	color: #333399;
	font-weight: bold;

}
.footer {
	font-size: 11px;
	color: #009240;
}
.pagename {
	font-size: 14px;
	font-weight: bold;
	color: #009240;
}
