/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.jpg) #6a3d00;
	background-repeat: repeat;
	color: #726c4f;
	font: .8em "Trebuchet MS",Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #367c2b;
	text-decoration: none
}
a:hover{
	text-decoration: underline;
	color: #794500
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #367c2b;
	font-size: 1.8em;
	line-height: 1.3em;
	margin: 0 0 1em
}
h3{
	color: #367c2b;
	font-size: 1.5em;
	line-height: 1em;
	margin: 0 0 1em
}
h4{
	font-size: 1em;
	margin: 0 0 .5em
}
p{
	line-height: 1.7em;
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.png) repeat-y;
	padding: 0 23px 0 0;
	width: 960px
}
#page-bot{
	background: url(../images/page-bot.png) no-repeat top;
	height: 115px;
	overflow: hidden;
	width: 983px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.jpg) no-repeat top;
	height: 197px;
	margin: 0 0 45px
}
#header .slogan{
	color: #ffffff;
	float: right;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 26px 0 0;
	width: 403px
}
/*=== Header 2 ===*/
#header2{
	background: url(../images/header-bgr.jpg) no-repeat top;
	height: 197px;
	margin: 0 0 45px
}
#header2 .slogan{
	color: #ffffff;
	float: right;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 26px 0 0;
	width: 403px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 335px
}
#header h1 a{
	display: block;
	height: 100px;
	text-decoration: none
}
/*- Logo -*/
#header2 h1{
	background: url(../images/logo2.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 335px
}
#header2 h1 a{
	display: block;
	height: 100px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 1em
}
.nav1 li{
	font-weight: bold;
	height: 1%
}
.nav1 li a{
	color: #726c4f;
	display: block;
	padding: 7px 0 7px 15px;
	text-decoration: none
}
.nav1 li a:hover,
.nav1 li.active a{
	background: url(../images/nav1-hover.gif) no-repeat 0 2px;
	color: #367c2b;
	text-decoration: none
}
/*=== Title Placeholder ===*/
.title img{
	display: block
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) no-repeat left top;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 377px;
	min-height: 377px;
	padding: 0 28px 0 20px
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 135px;
	margin: 30px 0 0
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 0 0 0 52px;
	width: 465px
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 195px;
	margin: 30px 0 0
}
#rightcol .content{
	color: #747474;
	font-size: 1.1em;
	padding: 0 10px;
	text-align: right
}
#rightcol .content p{
	line-height: 1.1em
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	color: #266884;
	margin: 0 0 1.5em;
	width: 195px
}
.box .top,.box .bot{
	background: url(../images/box-top.gif) no-repeat top;
	clear: both;
	height: 63px;
	overflow: hidden
}
.box .bot{
	background: url(../images/box-bot.gif) no-repeat top;
	height: 61px
}
.box .bcontent{
	background: url(../images/box-bgr.gif) repeat-y;
	height: 1%;
	padding: 0 1px
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Form1 Setup -*/
.form1 div{
	background: url(../images/hl-sep.gif) repeat-x bottom;
	height: 1%;
	margin: 0 0 5px;
	padding: 0 18px 10px
}
.form1 label{
	display: block;
	margin: 0 0 3px
}
.form1 input{
	width: 150px
}
/* Form1 Buttons */
.form1 input.btn{
	width: auto
}
/*=== Footer ===*/
#footer{
	color: #af772c;
	padding: 16px 0 0;
	text-align: center
}
#footer a{
	color: #af772c
}
#footer .nav{
	color: #ffffff;
	margin: 0 0 10px
}
#footer .nav a{
	color: #ffffff
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.ac{
	text-align: left
}
