/* CSS Document */

body {
	background:#00432F;
	margin:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00432F;
	margin-left: 20px;
}
a {
	color: #00432F;
	text-decoration: underline;
}
a:hover {
	color: #00432F;
	text-decoration: none;
}
#container {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	width: 785px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#mainHeader{
	margin: 0px;
	padding: 0px;
}
#mainNav {
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
}
#mainNav ul{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 755px;
	list-style-type: none;
	background: #670D12;
	font-size: .8em;
}
#mainNav li{
	float: left;
}
#mainNav a{
	line-height: 2.1em;
	color: #fff;
	text-decoration: none;
	float: left;
	display: block;
	padding-top: 0px;
	padding-right: .7em;
	padding-bottom: 0px;
	padding-left: .7em;
	background-image: url(images/navDivider.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
}
#mainNav a:hover {
	text-decoration: underline;
	background-image: url(images/navBGround.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#mainNav ul .first a {
	text-decoration: none;
	background: none;
}
#mainNav ul .first a:hover{
	text-decoration: underline;
	background-image: url(images/navBGround.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#content {
	padding: 0px;
	width: 754px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
}
#secondNav {
	color: #FFFFFF;
	float: left;
	width: 102px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: left;
}
#secondNav p{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}
#info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	width: 640px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
}
#info p{
	margin-left: 20px;
	margin-right: 10px;
}
.clear {
	clear: both;
	height: 1px;
}
.footer-copy {
	font-size: 0.7em;
	color: #00432F;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #786038;
	padding-top: 10px;
}
.footer-copy a{
	color: #00432F;
	text-decoration:underline;
}
.footer-copy a:hover{
	color: #00432F;
	text-decoration:none;
}
.footer-copy img {
	float: right;
}
.imagebox {
	border: 3px solid #786038;
	margin: 5px;
}
.imagebox:hover {
	border: 3px solid #A3895E;
	margin: 5px;
}
#bottom {
	width: 785px;
	background-image: url(images/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 36px;
}
.caption {
	font-size: .7em;
	font-style: italic;
	font-weight: normal;
}
.inset {
	margin: 5px 8px 8px;
	padding: 0px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00432F;
	display: inline;
}
.align-left {
	float:left;
	display: inline;
}
.align-right {
	float:right;
	display: inline;
}
