/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
html {
	overflow-y: scroll;
}
body{
	background: url(../images/bgr.gif) #415841;
	color: #3d5770;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #3d5770;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #6d4241;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 1em
}
h2 span{
	display: none
}
h2 img{
	display: block
}
h3{
	font-size: 1.2em;
	margin: 0 0 .5em
}
p{
	line-height: 1.2em;
	padding: 0 0 1.2em;
	/*text-align: justify;*/
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 7px;
	width: 798px
}
/*=== Header ===*/
#header{
	background: #ded4c6;
	height: 123px;
	padding: 0 15px 0 0;
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 225px
}
#header h1 a{
	display: block;
	height: 123px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	float: right;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 43px;
	letter-spacing: -1px;
	padding: 80px 0 0;
}
* html .nav1{
	overflow: hidden;
}
.nav1 li{
	float: left;
	line-height: 43px;
	padding: 0 0 0 1px;
	text-align: center
}
.nav1 li a{
	background: url(../images/nav1-normal.gif) no-repeat top;
	color: #ffffff;
	display: block;
	float: left;
	text-decoration: none;
	width: 91px;
	text-indent: -9999px;
}
.nav1 li a:hover,
.nav1 li.active a{
	background: url(../images/nav1-hover.gif) no-repeat top;
	text-decoration: none
}
/*.nav1 li.extra{
	height: 31px;
	line-height: normal;
	line-height: 16px
}
.nav1 li.extra a{
	padding: 6px 0 7px
}*/
.nav1 a.tab1{
	background: url(../images/nav1-tab1-normal.gif) no-repeat top;
}
.nav1 a:hover.tab1, .nav1 li.active a.tab1{
	background: url(../images/nav1-tab1-hover.gif) no-repeat top;
}
.nav1 a.tab2{
	background: url(../images/nav1-tab2-normal.gif) no-repeat top;
}
.nav1 a:hover.tab2, .nav1 li.active a.tab2{
	background: url(../images/nav1-tab2-hover.gif) no-repeat top;
}
.nav1 a.tab3{
	background: url(../images/nav1-tab3-normal.gif) no-repeat top;
}
.nav1 a:hover.tab3, .nav1 li.active a.tab3{
	background: url(../images/nav1-tab3-hover.gif) no-repeat top;
}
.nav1 a.tab4{
	background: url(../images/nav1-tab4-normal.gif) no-repeat top;
}
.nav1 a:hover.tab4, .nav1 li.active a.tab4{
	background: url(../images/nav1-tab4-hover.gif) no-repeat top;
}
.nav1 a.tab5{
	background: url(../images/nav1-tab5-normal.gif) no-repeat top;
}
.nav1 a:hover.tab5, .nav1 li.active a.tab5{
	background: url(../images/nav1-tab5-hover.gif) no-repeat top;
}
.nav1 a.tab6{
	background: url(../images/nav1-tab6-normal.gif) no-repeat top;
}
.nav1 a:hover.tab6, .nav1 li.active a.tab6{
	background: url(../images/nav1-tab6-hover.gif) no-repeat top;
}
/*=== Title Placeholder ===*/
.title img{
	display: block
}
/*=== All Columns ===*/
#cols{
	height: 1%;
}
#cols ul{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding-left: 20px;
}
#cols li{
	list-style-type: disc;
	padding-left: 15px;
}
#columns{
	background: url(../images/columns-bgr.gif) no-repeat top;
	padding: 45px 37px 5px 35px
}
#columns-level2{
	background: url(../images/columns-bgr-level2.gif) no-repeat top;
	padding: 30px 37px 5px 35px
}
/*=== Center Column ===*/
#widecol{
	/*float: left;*/
	font-size: 1.2em;
	width: 725px;
	position: relative;
}
/*=== Center Column ===*/
#centercol{
	float: left;
	font-size: 1.2em;
	width: 435px
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 226px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	color: #2a4259;
	margin: 0 0 1em;
	width: 226px
}
.box .top,.box .bot{
	background: url(../images/box-top.gif) no-repeat top;
	clear: both;
	height: 18px;
	overflow: hidden
}
.box .bot{
	background: url(../images/box-bot.gif) no-repeat top
}
.box .content{
	background: #c3c9d1;
	height: 1%;
	padding: 0 12px
}
/*=== Footer ===*/
#footer{
	background: url(../images/footer-bgr.gif) no-repeat top;
	color: #352c1f;
	font-size: 12px;
	height: 28px;
	padding: 30px 0 0;
	text-align: center;
}
#footer a{
	color: #352c1f
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.frpl{
	float: right;
	padding-left: 20px;
}
.flpb{
	float: left;
	padding-bottom: 20px;
}
.flpr{
	float: left;
	padding-right: 20px;
}
.flprpb{
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.ac{
	text-align: center;
	margin: 0 auto;
	display: block;
}
.ptpb{
	padding-top: 10px;
	padding-bottom: 10px;
}
.lg{
	font-size: 1.2em;
}
#list1{
	float: right;
	width: 230px;
}
#list1 ol{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 25px;
	padding-left: 20px;
}
#list1 li{
	list-style-type: decimal;
	padding-left: 15px;
	padding-bottom: 5px;
}
a.invert{
	text-decoration: none;
}
a:hover.invert{
	text-decoration: underline;
}
