/* CSS Document */

body {
	background-color: #B3A982;
	padding: 0px;
}
#main {
	margin: 0px auto;
	width: 700px;
	height: auto;
		background-color: #E8EBE0;
}


#left {
	float: left;
	width: 198px;
	height: auto;
	background-color: #fff;
	background-image: url(images/treebtm.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-right: 1px solid #ccc;
	margin-bottom:0px;

}

#contact {
	position: relative;
	width: 198px;
	height: 275px;
	background-color: #e8ebe0;
	padding-bottom: 5px;	
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#contact table {
	width: 198px;	
}

#content th {
	font-size: 16px;
	font-weight: lighter;
	color: #fff;
	background-color: #B3A982;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
}

#content table p {
	padding-bottom: 0px;
	padding-top: 3px;
	padding-right:0;
}
a {
	text-decoration: underline;
	color: #0F9DB3;
}

a:hover {
	text-decoration: none;
}

h2 {
	color: #777777;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-weight: lighter;
width:470px;
margin:10px 0 10px 0;
	border-bottom: 1px solid #ccc;
}

h3 {
	color: #777777;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	font-weight: lighter;
}

img {
    border: none;
}

p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 12px;
	padding: 0px 15px;
}

.info {
	color: #777;
	font-size: 11px;
}

#text {
	background-color: #E8EBE0;
	float: right;
	width: 485px;
	height: auto;
	margin: 0px;
	padding-left: 5px;
}

#featured {
	background-color: #fff;
	width: 500px;
	float: right;
}

#footer {
	color: #fff;
	background-color: #0F9DB3;
	text-align: center;
	font-size: 12px;
	height: 20px;
	width: 700px;
}

#footer a {
	color: #E8EBE0;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/*Begin Menu*/
#menu9 {
	width: 170px;
	margin: 5px;
	top: 65px;
	position: relative;
}
	
#menu9 li a {
	
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	font-family: Arial Narrow, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	}	
	
#menu9 li a:link, #menu9 li a:visited {
	color: #999;
	display: block;
	background-color: transparent;
	padding: 8px 0 0 28px;
}

#menu9 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#menu9 li a:hover {
	color: #0f9db3;
	text-decoration:underline;	
	background-color: transparent;
}

/*End Menu*/