html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	
}

	body {
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #BEC3C6;
	background-image: url(images/bg_site.jpg);
	background-repeat: repeat-x;
	}
	
	#wrapper {
	margin: auto;
	width: 918px;
	position: relative;
	padding-top: 15px;
	text-align: left;
	}
	
	h1 {
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 .5em;
	color: #949983;
	font-family: "Trebuchet MS", Arial, sans-serif;
	border-bottom: 1px solid #949983;
	text-transform: uppercase;	
	}
	
	h2 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 0em;
	color: #949983;
	font-family: "Trebuchet MS", Arial, sans-serif;
	}
	
	h3 {
		font-weight: bold;
		font-size: 12px;
		margin: 0 0 1em 0;
		color: #000;
	}
	
	a {
	color: #858A73;
	text-decoration: underline;
	}
	
	a:hover {
		color: #858A73;
		text-decoration: none;
	}

#headerlogo {
	float: left;
	padding: 0;
}	


#top-menu {
	width: 916px;
	height: 34px;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 999;
	float: left;
	background-color: #F5F4F2;
	background-image: url(images/bg_nav.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#top-menu ul {
	width: 750px;
	height: 25px;
	margin: 0;
	padding: 7px 0 0 15px;
	list-style: none;
	float: left;
}

#top-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top-menu li {
	behavior:  url('/css/hover.htc');
	float: left;
	padding: 0px 13px 0 13px;
	position: relative;
	z-index: 1001;
	line-height: 18px;
	border-left: 1px solid #000;
}

#top-menu li a,
#top-menu li .a-empty {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	text-transform: Capitalize;
}

.a-empty {
	cursor: default;
}

#top-menu li a:hover {
	text-decoration: underline;
}

#top-menu li ul {
	position: absolute;
	display: none;
	left: 0px;
	top: 10px;
	width: 160px;
	padding: 15px 0 6px 0;
	background: #BEC3C6;
	-moz-opacity: 0.98;
	filter: alpha(opacity=98);
	opacity: 0.90;
	z-index: -1;
	border-left: none;
}

#top-menu li:hover ul,
#top-menu li.hover ul {
	display: block;
}

#top-menu li ul li {
	float: none;
	padding: 0 10px;
	border-left: none;
	line-height: 24px;
}

#top-menu li ul li a {
	display: block;
	display: inline-block; /* IE fix */
	width: 100%;
	padding: 2px 0;
	color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 12px;
		border-left: none;
}

#top-menu li.noborder {
	border-right: 0px;
}

#content {
	width: 916px;
	text-align: left;
	padding: 0px;
	background-color: #FBFAE6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#left-main {
	margin: 0;
	width: 600px;
	float: left;
	padding: 0 15px 15px 20px;

}

#left {
	margin: 0;
	width: 295px;
	float: left;
	
	padding: 0 10px 0 0;

}

#center {
	margin: 0;
	width: 295px;
	float: left;
	padding: 0 10px 0 10px;
}
#right {
	margin: 0;
	width: 295px;
	float: left;
	
	padding: 0 0 0 10px;
}

#left-full {
	margin: 0;
	width: 685px;
	float: left;
	padding: 0 10px 0 0;
}
#right-rail {
	margin: 0;
	width: 225px;
	float: left;
	padding: 0 0 0 10px;
}
#content-full {
	margin: 0;
	width: 881px;
	background-color: #FBFAE6;
	float: left;
	padding: 15px 15px 15px 20px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	z-index: 5;

}
p { line-height: 150%; 
	margin: 0 0 1em 0;
	}

.photo {
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 5px;
}

* html #content {
	position: relative;
	left: -1px;
}

form {
	margin: 0px;
}

ul {
	margin: 0px;
}

#footer {
	margin: auto;
	height: 25px;
	width: 918px;
	float: left;
	padding-top: 10px;
	position: relative;
	color: #fff;
	text-align: center;
	background-color: #000000;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}

#footer a {
	color: #fff;
}

.hometext {
	color: #CD9B5A;
}
.clear {
        clear: both;
}
.main-links {
	list-style-image: url(images/arrow.gif);
	list-style-type: none;
	font-size: 14px;
	color: #999999;
}
.main-links li, a:link{
	padding-bottom: 10px;
}
.main-links a:link{
	color: #808285;
	text-decoration: none;
}
.main-links a:hover{
	color: #808285;
	text-decoration: underline;
}
