/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #ffffff repeat-x top;
	color: #666666;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #666666;
	text-decoration: none
}
a:hover{
	color: #006699;
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 1em;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #fec620;
	font: 2em "Trebuchet MS",Arial, Helvetica, sans-serif;
	margin: 0 0 .4em
}
p{
	line-height: 1.5em;
	padding: 0 0 1.5em
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 675px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.jpg) no-repeat top;
	height: 202px;
	margin: 0 0 2px
}
#header .spacer{
	color: #fec620;
	float: right;
	font: 24px "Trebuchet MS",Arial, Helvetica, sans-serif;
	padding: 155px 0 0
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 124px
}
#header h1 a{
	display: block;
	height: 202px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	background: url(../images/nav1-sep.gif) no-repeat left;
	font-size: 12px;
	font-weight: bold;
	height: 39px;
	line-height: 39px
}
.nav1 ul{
	float: left;
	padding: 0 0 0 2px
}
.nav1 li{
	background: url(../images/nav1-sep.gif) no-repeat right;
	float: left
}
.nav1 li.last{
	background: none
}
.nav1 li a{
	color: #145b82;
	display: block;
	float: left;
	margin: 0 2px 0 0;
	padding: 0 15px
}
.nav1 li a:hover,
.nav1 li.active a{
	background: url(../images/nav1-hover.gif) repeat-x top;
	text-decoration: none
}
/*- Nav2 -*/
.nav2{
	margin: 0 0 1.8em
}
.nav2 li a{
	border-bottom: 1px solid #ebebeb;
	color: #383838;
	display: block;
	font-size: .9em;
	height: 2.7em;
	line-height: 2.7em;
	padding: 0 0 0 12px
}
.nav2 li a:hover,
.nav2 li.active a{
	background: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	color: #808080;
	text-decoration: none
}
.nav2 li li a{
	background: url(../images/ico-list.gif) no-repeat 10px 15px;
	padding: 0 0 0 20px
}
.nav2 li li a:hover,
.nav2 li li.active a{
	background: url(../images/ico-list.gif) #f9f9f9 no-repeat 10px 15px
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) repeat-y left;
	height: 1%;
	margin: 15px 0;
	padding: 0 6px 15px 20px
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 195px
}
/*=== Center Column ===*/
#centercol{
	float: right;
	width: 416px
}
#centercol a:hover{
	text-decoration: underline
}
/*=== Footer ===*/
#footer{
	color: #fec620;
	font-size: 11px;
	margin: 0 auto;
	width: 675px
}
#footer a{
	color: #fec620
}
/*- Bottom Bar -*/
#page-bot{
	background: url(../images/page-bot.gif) #2377a1 repeat-x top;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 258px;
	min-height: 258px;
	padding: 1px 0 0
}
#page-bot .nav1{
	background: none;
	font-weight: normal;
	margin: 0 auto 15px;
	width: 675px
}
#page-bot .nav1 ul{
	float: right
}
#page-bot .nav1 li a{
	color: #666666
}
#page-bot .nav1 li a:hover,
#page-bot .nav1 li.active a{
	background: url(../images/nav1-hover2.gif) repeat-x top;
	text-decoration: none
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.pic img{
	display: block;
	margin: 0 0 1.5em
}
