﻿/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url("../images_v2/bg_gold1.jpg");
	color: #f1e7ae;
	font: 12px "Trebuchet MS",Arial,Verdana,Helvetica,Sans-Serif;
	padding: 50px 0;
	
}
a{
	color: #f1e7ae;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
input{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
li{
	list-style: none;
}
h2 span{
	display: none;
}
h2 img{
	display: block;
}
/*=== Layout ===*/
#page{
	background: url("../images_v2/page-bot.gif") #bc9e56 no-repeat bottom;
	margin: 0 auto;
	padding: 0 0 0px;
	width: 709px;
}
/*=== Header ===*/
#header{
	background: url("../images_v2/header-bgr.jpg") no-repeat top;
	height: 108px;
}
/*- Logo -*/
#header h1{
	margin: 0 auto;
	text-indent: -9999px;
	width: 438px;
}
#header h1 a{
	display: block;
	height: 90px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	font-size: 13px;
	padding: 5px 0;
	text-align: center;
	text-transform: capitalize;
}
#nav1 li{
	display: inline;
}
#nav1 li a{
	padding: 8px 5px;
}
#nav1 li.active a{
	color: #76602c;
}
#nav1 li a:hover{
	color: #76602c;
}
/*- Nav2 -*/
#nav2{
	float: left;
	font: 18px "Times New Roman", Times, serif;
	padding: 0 0 0 10px;
	width: 210px;
}
#nav2 li{
	background: url("../images_v2/hl2.gif") no-repeat left bottom;
	padding: 10px 0 20px 26px;
}
#nav2 li.last{
	background: none;
}
#nav2 li em{
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0 15px 0 0;
	text-align: right;
}
/*=== Title ===*/
#title img{
	border: 4px solid #d3b66f;
	display: block;
	float: right;
}
/*=== All Columns ===*/
#columns{
	clear: both;
	padding: 0 0 5px;
}
#columns h2{
	color: #e1d59d;
	font: 22px "Times New Roman", Times, serif;
	margin: 0 0 10px;
}
#columns h2 a{
	color: #e1d59d;
}
#columns h3{
	color: #76602c;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 6px;
}
#columns h3 a{
	color: #76602c;
}
#columns p{
	line-height: 13px;
	padding: 0 0 10px;
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 220px;
}
#leftcol h2{
	text-align: center;
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 10px 0 0 15px;
	width: 455px;
}
/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	background: url("../images_v2/box-bot.gif") #d3b66f no-repeat bottom;
	padding: 0 0 5px;
}
.box .top{
	background: url("../images_v2/box-top.gif") no-repeat top;
	clear: both;
	height: 13px;
	overflow: hidden;
}
.box .spacer{
	height: 1%;
	padding: 0 10px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	line-height: 12px;
	text-align: center;
}
.list1 li{
	background: url("../images_v2/hl.gif") no-repeat left top;
	padding: 12px 0 5px 0;
}
#columns .list1 p{
	padding: 0;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	background: url("../images_v2/hl2.gif") no-repeat top left;
	height: 11px;
	margin: 0 0 10px;
	overflow: hidden;
}
.pic{
	float: right;
	margin: -5px 0 -15px;
	position: relative;
}
.contactRed {
	text-align: right;
	color: #800000;
	margin: 5px;
}	
.heading_brown {
	font-size: large;
	color: #76602C;
}

.boxtext {
	text-align: left;
	color: #996633;
}
