@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2b1d07;
}

body {
	background-color: #be926d;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#nav {
	height: 37px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin:0px;
	padding:0px;
}

#contentcontainer {
	background-color: #000000;
	text-align: center;
	margin: 0 auto;
}

#content {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	padding: 5px 15px;
}

#footer {
	background-image: url(../images/ftr.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #929292;
	padding: 15px 6px;
}

#footer a:hover {
	color: #c88e57;
}

#footer p {
	margin: 5px auto;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	line-height: 37px;
	display: inline;
	padding: 0;
	margin: 0;
	white-space: normal;
}

#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #eb9f5b;
	padding: 10px;
	text-decoration: none;
	margin: 0;
}

#nav ul li a:hover {
	background-image: url(../images/nav_over.gif);
	background-repeat: repeat-x;
	color: #ecdabf;
}

#nav ul li img {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.phone {
	font-weight: bold;
	margin: 0 15px;
}

#topnav, #topnav a {
	color: #eb9f5b;
}

#topnav a {
	padding: 0 8px;
	text-decoration: none;
}

#topnav a:hover {
	color: #ecdabf;
}

#topnav {
	display: block;
	position:absolute;
	float: right;
	margin: 20px 15px 0 0;
	z-index:2;
	width:650px;
	text-align:right;
}

#credits, #credits a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6E4E2A;
	text-decoration: none;
	text-align: center;	
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: oblique;
	font-weight: normal;
	color: #006130;
	text-decoration: none;
	margin: 4px 0;
}

#content p {
	margin: 3px 3px 10px 3px;
}

.tblcontent {
	background-color: #004f2a;	
}

h2.subheadline {
	color: #f7e0bc;
	margin: 3px 0;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: normal;
}

td.tblcontent p {
	color: #FFFFFF;
}

td.tblcontent a {
	color: #f4a570;
	text-decoration: underline;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: normal;
	color: #9d6d25;
	text-decoration: none;
	margin: 4px 0;
}
