/* CSS Document */
@import "nav.css";
@import "ddmenu.css";
@import "heading.css";
@import "rotate.css";
@import "gallery.css";

html{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	/*	background:url(../imgs/background.jpg) #674928 repeat-y center top;000000*/
	background:#7B171C;
}
body{
	margin:0px;
	padding:0px;
	height:100%
}
#container{
	margin:0px;
	padding:0px;
	width:765px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	font-family:Copperplate Gothic Light, Verdana, Arial;
	font-size:0.8em;
	line-height:20px;
	font-stretch:narrower;
	background:#C6BDA0;
	height:100%;
}

th{
	text-align:left;
}

a:link{
	color:#4c4034;
}
a:visited{
	color:#7b171c;
}
a:hover{
	color:#897b61;
}

a.nav:link{
	color:#4c4034;
	font-size:medium;
	text-align:center;
	text-decoration:none;
}
a.nav:visited{
	color:#4c4034;
	font-size:medium;
	text-align:center;
	text-decoration:none;
}
a.nav:hover{
	color:#897b61;
	font-size:medium;
	text-align:center;
	text-decoration:none;
}
/* use font-size:medium; text-align:center; for top nav style above then remove the font tags in files */
a.nav_btm{
	color:#4c4034;
	font-family:Copperplate Gothic Light;
}
a.nav_btm:link{
	color:#4c4034;
	font-family:Copperplate Gothic Light;
	font-size:12px;
	text-align:center;
	text-decoration:none;
}
a.nav_btm:visited{
	color:#4c4034;
	font-size:12px;
	text-align:center;
	text-decoration:none;
}
a.nav_btm:hover{
	color:#897b61;
	font-size:12px;
	text-align:center;
	text-decoration:none;
}

a.popup:link{
	color:#000000;
	text-decoration:none;
}
a.popup:visited{
	color:#000000;
	text-decoration:none;
}
a.popup:hover{
	color:#000000;
	text-decoration:none;
}

#banner{
	background:url(../imgs/header2.gif) no-repeat; 
	height:95px; 
	width:100%;
}
#content{
	/*background:url(../imgs/bottom_gradient.jpg) repeat-x #C6BDA0;*/
	padding:10px;
	COLOR: #000000;
	FONT: Copperplate Gothic Light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#content_area{
	background:url(../imgs/bottom_gradient.jpg) repeat-x #C6BDA0;
}
#copyright{
	/*background:url(../imgs/bottom_gradient.jpg) repeat-x #C6BDA0;c2b8ac*/
	color:#897b61;
	font-size:10px;
	text-align:center;
	vertical-align:bottom;
	padding:5px;
}
#sidebar{
	float:right; 
	width:150px; 
	height:50%; 
	background:url(../imgs/bottom_gradient.jpg) repeat-x #C6BDA0; 
	border-left:1px solid #C6BDA0; 
	padding-left:20px;
}
#footer{
	background:url(../imgs/bottom_gradient.jpg) repeat-x #C6BDA0;
	border-top:1px solid #4c4034;
	/*width:766px; */
	height:95px;
	clear:both;
}

table.basic {
	background:#c6bda0;
	/*border:1px solid #4c4034;*/
}

table.basic tr td{
	vertical-align:top;
	padding:5px;
	COLOR: #000000;
	FONT: Copperplate Gothic Light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.basic th{
	background:#4c4034;
	FONT: Copperplate Gothic Light, Verdana, Arial, Helvetica, sans-serif;
	COLOR: #c6bda0;
	font-weight: bold;
	font-size: 14px;
}
#staff{
	color:#674928;
	padding-top:20px;
	padding-bottom:10px;
}
#staff img{
	padding-right:20px;
}
#staff table tr{
	vertical-align:top;
}
#staff table tr td{
	padding-bottom:20px;
}
#staff h3{
	padding-top:0;
	margin-top:0;
}

table.lot{
	border-bottom:1px solid #ffffff;
	margin-top:2em;
	width:500px;
}
table.lot th{
	color:#1b5259;
	border-right:1px solid #000000;
	padding-right:10px;
	vertical-align:top;
	width:150px;
	
}
table.lot td{
	padding-right:10px;
	padding-bottom:1em;
}
.tblLabels {
	COLOR: #4c4034; FONT: 13px Copperplate Gothic Light, Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold;
}
.tblTextbold {
	COLOR: #c6bda0; FONT: 12px Copperplate Gothic Light, Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold;
}
.tblText {
	COLOR: #000000; FONT: 12px Copperplate Gothic Light, Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: normal;
}
.smtblTextRed { 
	COLOR: #CC0000; FONT: 11px Copperplate Gothic Light, Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: normal;
}
.contentText {
	COLOR: #000000; FONT: 12px Copperplate Gothic Light, Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: normal;
}
li {
  list-style: none;
  background: url(../images/bullet_ff.gif) no-repeat left center;
  padding-left: 1.2em;
}
ul {
  margin: 1.3em;
  padding: 0;
}
/*#ie li {
  list-style-image: url(../images/bullet_ff.gif);
}*/