html {
	margin: 0;
	padding: 0;
}
body {
	background: #CDC2B3 url(images/bg.gif);
	text-align: center;
	color: #5F3E2F;
	font: 11px verdana, sans-serif;
	margin: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


a {
	color: #5F3E2F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #1D110B;
	text-decoration: underline;
}
img {

}
#wrapper {
	width: 999px;
	margin: auto;
}
#header p {
	font-size:18px;
	font-style:italic;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#header p.more {
	padding-right: 22px;
}
#header {
	background-repeat: no-repeat;
	background-position: center top;
	width: 999px;
	background-image: url(images/header.png);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #000000;
	border-left-color: #999999;
	height: 319px;
}
#header div {
	padding: 183px 213px 0px 82px;
}
#header p {
	margin: 0px;
	padding: 0px;
}
#header a {
	color:#FFFFFF;
}
.nav {
	width: 999px;
	height:44px;
	background-repeat:no-repeat;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: thin none #E67D66;
}


.aerobuttonmenu{ /*container that holds a row of aero buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 555px;
	height: 33px;
	text-align: center;
	background-repeat: repeat;
	background-position: center center;
	padding-left: 255px;
	border: thin none #FFFFFF;
	background-color: #CDC2B3;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
	width: 100%;
	background-image: url(images/navbkg.png);
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
	display: block;
	float: left;
	font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
	line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
	height: 31px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
	margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;
	background-color: transparent;
	background-image: url(images/aeroleftblack.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('media/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
	color: #FFFF66;
}

.black a.aero{
	background-image: url(images/aeroleftblack.gif);
}

.black a.aero span{
	background-image: url(images/aerorightblack.gif);
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}



.lastchild {
	border-right: none 0px !important;
}

#about-box {
	float: left;
	width: 315px;
	border: thin inset #FF9900;
}
#about-box ul {
	margin-left: 8px;
}
#about-boxright {
	float: right;
	width: 327px;
	border: thin inset #FF9900;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	left: 11px;
}
#about-boxright ul {
	margin-left: 8px;
}
#express-box {
	float: right;
	width: 327px;
	border: thin inset #FF9900;
}
#foot {
	width: 738px;
	margin-left: 20px;
	background: url(images/foot_bg.gif) repeat-y;
}
#foot-top {
	background: url(images/foot_top.jpg) no-repeat;
}
#foot-bot {
	background: bottom url(images/foot_bot.gif) no-repeat;
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 12px;
	padding-left: 28px;
	width: 777px;
	margin-left: 57px;
}
#what-box {
	float: left;
	width: 332px;
}
#what-box img.left {
	margin-left: 10px;
}
#what-box ul {
	float: left;
	margin-left: 2px;
	width: 184px;
}

#what-boxlg {
	float: left;
	width: 444px;
	margin-left: 55px;
	margin-top: 22px;
}

#what-boxlg ul {
	float: left;
	margin-left: 2px;
	width: 184px;
}

#news-box {
	float: right;
	width: 316px;
	position: relative;
	margin-right: 33px;
	top: -399px;
}
#news-box ul {
	float: right;
	margin-left: 2px;
	width: 333px;
}

#news-boxlg {
	float: right;
	width: 444px;
	margin-right: 44px;
	clear: none;
	margin-top: 22px;
}
#news-boxlg ul  {
	float: right;
	margin-left: 2px;
	width: 444px;
}
#footer {
	text-align: center;
	background-repeat: no-repeat;
	width: 777px;
	margin: auto;
	height: auto;
	background-color: #CDC2B3;
}
.footer.img{
	text-align: right;
	background-image: none;
	background-repeat: no-repeat;
	width: 34px;
	position: absolute;
	height: 31px;
	left: 786px;
	top: 1736px;
	margin-bottom: 33px;
	background-color: #FFFF99;
}
h2 {
	margin: 5px;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	color:#862e06;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


h3 {
	margin: 5px;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	color:#862e06;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h4 {
	margin: 5px;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	color:#862e06;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	list-style: none;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #862E06;
}
div.narrow-text {
	margin-right: 18px;
}
img.left {
	border: thin inset #000000;
	margin-right: 14px;
	margin-bottom: 16px;
	margin-left: 5px;
}
#body p.more {
	padding-top: 6px;
}
#news-box p.more {
	padding-top: 0px;
	margin-top: 0px;
}
p.more {
	text-align: right;
}
.clear {
	clear: both;
}

.clearlg {
	width: 1005px;
	background-image: url(images/lgsectionbkg.png);
	background-repeat: no-repeat;
	float: none;
	margin-top: 5px;
	height: 444px;
}
.clearxlg {
	width: 1005px;
	background-image: url(images/lgsectionbkg.png);
	background-repeat: no-repeat;
	float: none;
	margin-top: 5px;
	height: 455px;
}
.style1 {font-size: 14px}
.style2 {
	font-size: 12px;
	font-weight: bold;
}
.style3 {font-size: 14px; font-weight: bold; }
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style6 {font-size: 12px}
.style7 {color: #341C12}
.style8 {
	color: #FF3300;
	font-weight: bold;
}
.style9 {color: #330000}
.style10 {color: #862E06}

