/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
	
}
body{
	background: #556653;
	color: #cccccc;
	font: 16px Georgia,"Times New Roman",Times,Serif;
	margin: 47px 0;
}
a{
	color: #cccccc;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	background: url(page-bgr.gif) repeat-y;
	margin: 0 auto;
	padding: 0 21px;
	width: 897px;
}
#page-top, #page-bot{
	background: url(page-top.gif) no-repeat;
	height: 20px;
	margin: 0 auto;
	overflow: hidden;
	width: 939px;
}
#page-bot{
	background: url(page-bot.gif) no-repeat;
}
/*=== Title ===*/
#title{
	height: 260px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
/*=== Columns ===*/
#columns{
	height: 1%;
}
/*--- Left Column ---*/
/*- Logo -*/
#leftcol h1{
	background: url(logo.jpg) no-repeat;
	text-indent: -9999px;
}
#leftcol h1 a{
	display: block;
	height: 229px;
	width: 277px;
}
#leftcol{
	background: url(left-bgr.jpg) no-repeat top;
	color: #ffffff;
	float: left;
	width: 277px;
}
#leftcol .spacer{
	padding: 0 40px;
}
#leftcol a{
	color: #ffffff;
}
#leftcol a:hover{
	color: #c1b092;
}
#leftcol h3{
	font-size: 12px;
}
#leftcol h4{
	color: #c1b092;
	font-size: 12px;
	padding: 0 0 3px;
}
#leftcol p{
	font-size: 11px;
	padding: 0 0 15px;
}
/*- Left Menu -*/
.leftmenu li{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 17px;
}
.leftmenu li a {
	letter-spacing:2px;
	}
#leftcol .leftmenu a.current{
	color: #c1b092;
	text-decoration:underline;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	width: 620px;
}
#centercol .spacer{
	padding: 10px 20px;
}

#centercol .spacer a {
	color: #c1b092;
	text-decoration:underline;
}    

#centercol .spacer2{
    padding: 20px 40px 10px 40px;
}
#centercol h2{
	color: #ffffff;
	font-size: 20px;
	padding: 0 0 20px;
}

#centercol h2 a {
	color: #c1b092;
	text-decoration:underline;
}

#centercol h3{
	color: #c1b193;
	font-size: 18px;
	padding: 0 0 20px;
}
    
#centercol h4{
	color: #cccccc;
	font-size: 20px;
	letter-spacing: 2px;
	padding: 0 0 10px;
}
#centercol h5{
	color: #cccccc;
	font-size: 14px;
	padding: 0 0 10px;
}
#centercol h6{
	font-size: 43px;
}
#centercol p{
	line-height: 28px;
	padding: 0 0 20px;
}
#menu #centercol li {
	list-style: disc;
	margin: 0 0 .75em 2em;
	}
/*--- Sub Columns ---*/
.col1{
	border-right: 1px solid #ffffff;
	float: left;
	padding: 0 30px 0 0;
	width: 300px;
}
.col2{
	float: left;
	margin: 0 0 0 30px;
	width: 118px;
}
.col3{
	float: right;
	margin: 0 0 0 20px;
	width: 175px;
}
.col1 h4 {
	text-align: center;
	}
#centercol .col3 h2{
	color: #cccccc;
	font-size: 12px;
	padding: 0;
}
.specials {
	text-align: center;
}
.specials h3 {
	font-weight: normal;
	text-align: center;
	margin: .75em 0 1em;
	}
#centercol .subcol1 h3{
	padding: 0;
}
.subcol2{
	float: left;
	margin: 0 0 0 20px;
	width: 155px;
}
#centercol .subcol2 p{
	font: 11px/18px Arial, Helvetica, sans-serif;
	padding: 0;
}
/*=== Styling Boxes ===*/
.box{
	background: #162131;
	clear: both;
	margin: 0 0 30px;
}

.box-tan{
    background-color : #C1B092;	
	clear: both;
	margin: 0 0 30px;
}
.box-top,.box-bot{
	background: url(box-top.gif) no-repeat top;
	clear: both;
	height: 6px;
	overflow: hidden;
}
.box-bot{
	background: url(box-bot.gif) no-repeat top;
}

.box-top-tan,.box-bot-tan{
	background: url(box-top-tan.gif) no-repeat top;
	clear: both;
	height: 6px;
	overflow: hidden;
}

.box-bot-tan{
	background: url(box-bot-tan.gif) no-repeat top;
}

.box-content-tan {
	color: black; 
	text-align: center
}

#columns .box .spacer{
	height: 1%;
	padding: 15px 25px;
}
/*=== Styling Lists ===*/
.list1{
	font: 12px Arial, Helvetica, sans-serif;
}
.list1 li{
	background: url(list-item.gif) no-repeat left top;
	margin: 0 0 3px;
	padding: 0 0 0 8px;
}
/*=== Footer ===*/
#footer{
	clear: both;
	color: #c1b092;
	font-size: 11px;
}
#footer a{
	color: #ffffff;
}
#centercol p.botmenu{
	color: #ffffff;
	line-height: normal;
	text-align: center;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl, .hl2{
	background: url(hl.gif)  no-repeat top left;
	height: 6px;
	margin: 20px 0 30px 0;
	overflow: hidden;
}
.hl2{
	background: url(hl2.gif)  no-repeat top left;
	margin-bottom: 10px;
}
p.addr{
	font: 11px Arial, Helvetica, sans-serif;
}
.ads{
	text-align: center;
}
.fltrt {
	float: right;
	margin: 0 0 10px 10px;
}
