@charset "utf-8";
* {
	margin: 0 0 0 0;
	padding: 0;
}
body {
	background-color: #591f1e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#wrapper {
	background-color: #f2eab7;
	width: 1021px;
	margin: 0 auto;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	position: relative;
}

#header {
	background-image: url(../images/header.jpg);
	height: 185px;
	background-repeat: no-repeat;
}
#contentArea {
	width: 1024px;	
	background-color: #f2eab7;
	/*height: 400px;*/
}
#leftSide {
	float: left;
	background-image: url(../images/header_bottom_left.png);
	background-color: #f2eab7;
	background-repeat: no-repeat;	
	width: 151px;
	height: 81px;
}
#leftSide #leftNavBar {
	margin-top: 81px;
	line-height: 14px;
	background-color: #f2eab7;
	background-repeat: repeat-y;
	width: 120px;
	/* add some CSS3 shading options! */
}
#leftSide #leftNavBar a, a:link, a:visited {
	background-image: url(../images/leftNavBk.png);
/*	background-repeat: repeat-y;*/
	height: 20px;
	font-size: 11px;
	text-decoration: none;
	padding-left: 10px;
	color: #fff;
	border-bottom-color: #591f1e;
	border-bottom-style: ridge;
	display: block;
}
#leftSide #leftNavBar a:hover {
	color: #591f1e;
}
#mainContent {
	width: 590px;
	background-color: #f2eab7;
	min-height: 400px;
	float: left;
	padding: 0 30px 0 10px;
}
#slideshow { height: 280px; width: 380px; float: left; }
#slideshow img { padding: 7px; border: 1px solid #ccc; }

/*#mainContent a, a:link, a:visited {
	background-image:none;
	}*/
/* why doesn't the following work??  background color only works with ul li attributes below...?? */
#mainContent #topNavBar {
	width: 580px;
	z-index: 5;
}
#mainContent #topNavBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#mainContent #topNavBar ul li {
	float: left;
	margin-left: 40px;
	background-color: #591f1e;
	}
#mainContent #topNavBar ul li a, a:link, a:visited {
	background-image: url(../images/btn_bkgrnd.jpg);
	border: none;
/*	border-bottom-color: #591f1e;
	border-bottom-style: ridge;*/
	text-decoration: none;
	color: #f2eab7;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 22px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: no-repeat;
}
#mainContent #topNavBar ul li a:hover {
	color: #fff;
	border-bottom-color: #fff;
	border-bottom-style: thick;	
}
#mainContent a, a:link, a:visited {
	background-image: none;
	border: none;
	font-size: 11px;
	color: #591f1e;
}
#mainContent .showInfo {
	width: 150;
}
#rightSide {
	float: right;
	width: 215px;
	padding-top: 60px;
	padding-right: 13px;
	border-right: solid 2px #fff;	
	background-color: #f2eab7;	
	font-size: 11px;
}
#rightSide p {
	font-size: 11px;
	line-height: 16px;
}
#rightside a, a:link, a:visited {
	display: inline;
	padding-left: 0px;
	padding-right: 0px;
}
.topRightBox {
	background-image:url(../images/topRightBox.gif);
	height: 18px;
	width: 219px;
}
.bottomRightBox {
	background-image:url(../images/bottomRightBox.gif);
	height: 18px;
	width: 219px;
}
.rightBox {
	background-image: url(../images/rightBoxBack.gif);
	background-repeat: none;
	width: 205px;
	padding: 0 7px 0 7px;
}
.rightHeading {
	background-color: #591F1E;
	color: #f2eab7;
	padding: 0 0 0 7px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #591F1E;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #591F1E;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #591F1E;
}
h3 {
	padding: 12px 0 12px 0;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #591F1E;
	padding: 12px 0 12px 0;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	padding: 12px 0 12px 0;
}
img {
	margin: 3px 5px 5px 5px;
}
p {
	font-size: 12px;
	line-height: 18px;
	padding: 6px 0 6px 0;
}
hr {
	color: #591f1e;
}
.clear {
	clear:both;
}
#footer {
	border-top: solid 3px #591f1e;
	font-size: 90%;
	text-align: center;
	margin-top: 5px;
	padding: 7px 0 7px 0;
}
.strong {
	font-weight: bold;
}
input.image {
	margin-bottom: 0px;
}
.strongTop {
	font-weight: bold;
	vertical-align: top;
}
.cellTop {
	vertical-align: top;
}
.tanfont {
	color: #f2eab7;
}