﻿/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url("../images/bgr.gif") #cd785a;
	color: #274c7d;
	font: 11px Georgia,"Times New Roman", Times, serif;
	padding: 30px 0 0;
}
a{
	color: #b84e27;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
input{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page-bot{
	background: url("../images/page-bgr.png") repeat-y;
	margin: 0 auto;
	padding: 0 48px;
	width: 692px;
}
#page-top{
	background: url("../images/page-bgr.png") repeat-y;
	margin: 0 auto;
	padding: 0 48px;
	width: 692px;
}
#page{
	background: url("../images/page-bgr.png") repeat-y;
	margin: 0 auto;
	padding: 0 48px;
	width: 692px;
}
#page-top{
	background: url("../images/page-top.png") no-repeat top;
	height: 38px;
	overflow: hidden;
}
#page-bot{
	background: url("../images/page-bot.png") no-repeat top;
	height: 64px;
	overflow: hidden;
}
/*=== Logo ===*/
#logo h1{
	background: url("../images/logo.gif") no-repeat;
	height: 261px;
	margin: -35px 0 0;
	position: relative;
	text-indent: -9999px;
}
#logo h1 a{
	display: block;
	height: 261px;
	width: 175px;
}
#logo h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	background: url("../images/nav1-bgr.jpg") no-repeat;
	height: 566px;
	margin: 0 0 0 698px;
	position: absolute;
	text-indent: -9999px;
	top: 61px;
	width: 47px;
}
#nav1 ul{
	margin: 35px 0 0;
}
#nav1 li a{
	display: block;
	height: 100px;
	width: 45px;
}
#nav1 li a:hover{
	text-decoration: none;
}
/*=== All Columns ===*/
#columns{
	background: url("../images/columns-bgr.jpg") repeat-y;
}
#colbg{
	background: url("../images/columns-top.jpg") no-repeat top;
}
#colbg2{
	background: url("../images/columns-bot.jpg") no-repeat bottom;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 680px;
	min-height: 680px;
	padding: 20px 10px 0;
}
#columns h2{
	font-size: 16px;
	margin: 0 0 7px;
}
#columns h3{
	margin: 0 0 2px;
}
#columns h3 span{
	display: none;
}
#columns h2 span{
	display: none;
}
#columns h3 img{
	display: block;
}
#columns h2 img{
	display: block;
}
#columns p{
	padding: 0 0 15px;
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	padding: 0 0 0 28px;
	width: 469px;
}
.col2{
	float: right;
	width: 175px;
}
.col3{
	float: left;
	line-height: 18px;
	width: 360px;
}
.col4{
	float: right;
	line-height: 22px;
	width: 300px;
}
.col4.last p{
	line-height: 16px;
}
.col4 .spacer{
	margin: 0 0 6px;
	padding: 0 0 0 8px;
}
.col3 .spacer{
	margin: 0 0 6px;
	padding: 0 0 0 8px;
}
.col4 img.fr{
	border: 3px solid #b95129;
	padding: 4px;
}
.col3 img.fr{
	border: 3px solid #b95129;
	padding: 4px;
}
.col4 img.fl{
	border: 3px solid #b95129;
	padding: 4px;
}
.col3 img.fl{
	border: 3px solid #b95129;
	padding: 4px;
}
.header-orange{
	color: #CD785A;
	font-weight: bold;
	font-size:medium
}

/*=== Footer ===*/
#footer{
	background: url("../images/footer-bgr.gif") no-repeat top center;
	clear: both;
	height: 24px;
	padding: 16px 0 0;
	text-align: center;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
img.fl{
	margin: 0 13px 10px 0;
}
img.fr{
	margin: 0 0 10px 13px;
}
p.lh1{
	line-height: 18px;
}
