* {
	margin: 0; padding: 0; 
}
body {
	margin: 10px 0;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 76%;
	color: #D0BB82;
	background-color: #F4EEDE;
}
h1, h2 { font-size: 1.2em; margin-bottom: 5px;}
td { vertical-align: top; }
a {	text-decoration: none; color: #D0BB82; background-color: inherit; }
a:hover { color: #fff; background-color: inherit;  }
#container {
	width:780px;
	text-align: left;
	margin: auto;
}
#banner {
	height: 181px;
	width: 780px;
	background-image: url(../images/banner_main.gif);
	background-repeat: no-repeat;
}
#content {
	font-size: .9em;
	width: 780px;
	background-image: url(../images/content_body.gif);
	background-repeat: repeat-y;
}
#StatusArea { 
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 1.2em; font-weight: bold; color:#000; background-color:#F4EEDE; padding: 0px; }
#main {
	width: 680px;
	margin-left: 50px;
}
#welcome {
	float: right;
	width: 320px;
	margin-right: 35px;
	font-size: 1.2em; 
}
#welcome div {
	font-size: .8em;
	text-align: center;
}
.showleft {
	float: left;
	width: 160px;
}
#welcome p { 
	margin-bottom: 8px;	
}
#services {
	float: left;
	margin-left: 40px;
	width: 320px;
}
#services img {
	margin: 2px;
	padding: 3px;
	float: left;
}
#special {
	margin: 2px;
	padding: 5px;
	border: 1px solid #D0BB82;
}

ul.nav-left {  position: relative; top: 105px; margin-left: 14px; padding-left: 0px; list-style: none; }
ul.nav-right { position: relative; top: 105px; margin-left: 430px; padding-left: 0px; list-style: none; }
ul.nav-left li, ul.nav-right li { float: left; }
ul.nav-left a, ul.nav-right a {
	width: 8em;
	display: block;
	margin-top: 1px;
	padding: 5px 5px 7px 5px;
	margin-right: 5px;
	text-decoration: none;
	text-align: center;
}
ul.nav-right a {
	width: 6em;
}
ul.nav-left a:hover, ul.nav-right a:hover {
	text-decoration: none;
	background-color: #D0BB82;
	color: #441E13;
	font-weight: bold;
}

#footer {
	color: #000000;
	background-color: inherit;
	font-size: .8em;
	text-align: center;
	padding-top: 3em;
	height: 60px;
	width: 780px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}
.breakme {
	clear: both;
}
.more {
	text-align:right; 
	font-size: .8em;
}
input{
	margin-top: 5px;
	font-size: .9em;
	border: 1px solid #D0BB82;
  	padding: 1px;
}
.formButton {
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #F4EEDE;
	color: #000000;
	padding: 3px;
	margin-top: 5px;
}
.formButton:hover {
	cursor: pointer;
	background-color: #FFFFFF;
}
#classy {
	font-size: 1.2em; 
	text-align: justify;
	line-height: 150%;
	padding-bottom: 10px;
}
#classy p {
	margin-top: 10px;
	text-indent: 25px;
}
#classy img {
	border: 3px solid #D0BB82;
	margin-right: 10px;
	float: left;
}
#classy ul{
	list-style: inside;
	padding-right: 10px;
}
#classy ol {
	list-style: outside lower-roman;
	margin-left: 20px;
	line-height: 125%;
}
#classy h2 {
	margin-top: 5px;
	font-variant: small-caps;
}
#staffmember {
	font-size: 1em;
	line-height: 125%;	
}
#staffmember p{
	margin-top: 0px;	
	text-indent: 0px;
}
.fixedheight {
	float: left;
	height: 450px;
}
.showlink {
	text-decoration: underline;
}