/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #b35639 repeat-x top;
	border-top: 13px solid #ebebeb;
	color: #5f2310;
	font: .8em "Times New Roman", Times, serif
}
a{
	color: #768196;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	background: transparent;
	border: #cacaca 1px solid;
	color: #8f8582;
	font-size: 11px;
	padding: 4px 3px
}
li{
	list-style: none
}
h2{
	color: #8a3d25;
	font-size: 1.25em;
	font-weight: normal;
	margin: 0 0 1em
}
h2:first-letter {
	font-size: 2.2em
}
h3{
	color: #5c4a55;
	font-size: 1.2em;
	margin: 0 0 .5em;
	text-transform: uppercase
}
p{
	line-height: 1.5em;
	padding: 0 0 1.5em
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 30px;
	width: 797px
}
#page-top, #page-bot{
	margin: 0 auto;
	overflow: hidden;
	width: 857px
}
#page-top{
	background: url(../images/page-top.png) no-repeat top;
	height: 22px
}
#page-bot{
	background: url(../images/page-bot.png) no-repeat top;
	height: 52px
}
#bg{
	background: url(../images/bgr.jpg) no-repeat center top;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 915px;
	min-height: 915px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) no-repeat right top;
	height: 149px;
	margin: 0 auto;
	width: 827px
}
#header .spacer{
	float: right
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 336px
}
#header h1 a{
	display: block;
	height: 149px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	float: right;
	font-size: 16px;
	height: 2em;
	padding: 115px 0 0
}
#nav1 ul{
}
#nav1 li{
	display: inline;
	padding: 0 12px
}
#nav1 li a{
	color: #b35639
}
#nav1 li a:hover,
#nav1 li.active a{
	color: #555555
}
/*- Nav2 -*/
.nav2{
	background: url(../images/nav2-bgr.gif) #f6f4f3 repeat-y left top;
	border: 3px solid #bbbdc0;
	border-top: 0;
	font-size: 14px;
	margin: -3px 0 10px;
	position: relative;
	text-align: right
}
#home .nav2{
	margin-top: -11px
}
.nav2 li{
	border-bottom: 1px dashed #c3c6cd
}
.nav2 li a{
	background: url(../images/nav2-ico.gif) no-repeat 235px 10px;
	color: #768196;
	display: block;
	height: 29px;
	line-height: 29px;
	padding: 0 35px 0 0
}
.nav2 li a:hover,
.nav2 li.active a{
	background: url(../images/nav2-ico.gif) #ffffff no-repeat 235px 10px;
	text-decoration: none
}
/*=== Title Picture ===*/
.title{
	height: 265px
}
.title .pic{
	float: left;
	height: 260px;
	width: 523px
}
.title .ads{
	background: #dededf;
	border: 3px solid #bbbdc0;
	float: right;
	padding: 3px;
	width: 256px
}
.title .ads img{
	border: 1px solid #ffffff;
	display: block;
	margin: 1px 0
}
.title2 img{
	display: block;
	margin: 0 0 4px
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.jpg) #f6f4f3 repeat-y left top;
	height: 1%
}
#home #columns{
	background: url(../images/columns-bgr.jpg) top;
	height: 1%
}
/*=== Center Column ===*/
#centercol{
	border-top: 15px solid #e2d2bf;
	float: left;
	padding: 0 0 45px;
	width: 524px
}
#centercol .spacer{
	height: 1%;
	padding: 20px 50px 0
}
#centercol h2{
	margin: 0 0 1em -33px;
	position: relative;
	width: 425px
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	font-size: .9em;
	width: 268px
}
#rightcol .spacer{
	height: 1%;
	padding: 10px
}
#rightcol p{
	line-height: normal
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
/*- Form1 Setup -*/
.form1 div{
	margin: 0 0 5px
}
.form1 input{
	width: 240px
}
.form1 .btn{
	background: none;
	margin: 5px 0 0;
	width: auto
}
/*=== Footer ===*/
#footer{
	background: url(../images/footer-bgr.gif) no-repeat left top;
	color: #9a8c8f;
	font-size: 12px;
	height: 49px;
	margin: -50px 0 0;
	padding: 43px 0 0 53px;
	position: relative;
	width: 471px
}
#footer a{
	color: #9a8c8f
}
#footer p{
	padding: 0
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}

