/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.png) #b9cdd8;
	color: #000000;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #003867;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 3px
}
li{
	list-style: none
}
h1, h2{
	color: #003867;
	font-size: 1.8em;
	margin: 0 0 .8em
}
h3{
	color: #003867;
	font-size: 1.2em;
	margin: 0 0 .5em
}
h4{
	font-size: 1em;
	margin: 0 0 .5em
}
p{
	line-height: 1.6em;
	padding: 0 0 1.8em
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	padding: 0 0 30px;
	width: 930px
}
#pagebg{
	background: url(../images/page-bgr.png) #d2e3ed top repeat-x
}
/*=== Header ===*/
#header{
	background: url(../images/hl-dot.png) bottom repeat-x;
	height: 91px;
	margin: 0 0 55px;
	padding: 53px 0 0
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.png) no-repeat;
	float: left;
	margin: 0;
	text-indent: -9999px;
	width: 240px
}
#header h1 a{
	display: block;
	height: 80px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	float: right;
	font-size: 12px;
	height: 26px;
	padding: 55px 0 0;
	text-transform: uppercase;
	width: 655px
}
.nav1 li{
	float: left;
	line-height: 26px;
	padding: 0 14px 0 0
}
.nav1 li a{
	background: #bad8ea;
	color: #003867;
	display: block;
	float: left;
	padding: 0 10px
}
.nav1 li a:hover,
.nav1 li.active a{
	background: #003867;
	color: #ffffff;
	text-decoration: none
}
/*- Nav2 -*/
.nav2{
	background: url(../images/hl-dot.png) top repeat-x;
	font-size: 12px;
	margin: 0 0 1.5em;
	text-transform: uppercase
}
.nav2 li{
	background: url(../images/hl-dot.png) bottom repeat-x
}
.nav2 li a{
	color: #003867;
	display: block;
	height: 33px;
	line-height: 33px;
	padding: 0 0 0 5px
}
.nav2 li a:hover,
.nav2 li.active a{
	background: url(../images/nav2-ico.png) no-repeat 7px 11px;
	padding: 0 0 0 22px;
	text-decoration: none
}
/*- Nav3 -*/
.nav3{
	color: #003867;
	float: right;
	width: 655px
}
.nav3 li{
	float: left;
	padding: 0 15px 0 0
}
.nav3 li a{
	color: #ffffff;
	display: block;
	float: left;
	font-style: italic;
	font-weight: bold
}
.nav3 li a:hover,
.nav3 li.active a{
	color: #003867;
	text-decoration: none
}
/*=== Columns ===*/
#columns{
	background: url(../images/columns-bgr.png) repeat-y;
	height: 1%;
	margin: 15px 0 0;
	padding: 0 0 15px
}
/*- Left Column -*/
#leftcol{
	float: left;
	width: 195px
}
/*- Center Column -*/
#centercol{
	float: right;
	width: 655px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	border-top: 1px solid #ffffff;
	font-size: .9em;
	margin: 0 0 1.5em
}
.list1 li{
	border-bottom: 1px solid #ffffff;
	height: 39px;
	line-height: 39px
}
.list1 li a{
	color: #003867;
	display: block;
	padding: 0 0 0 8px
}
.list1 li a:hover{
	background: url(../images/gradient.png) top repeat-x;
	color: #003867;
	text-decoration: none
}
.list1 li img{
	display: block;
	float: left;
	margin: 7px 15px 0 0
}
/*=== Footer ===*/
#footer{
	background: url(../images/footer-bgr.png) top repeat-x;
	font-size: 11px;
	height: 31px;
	line-height: 31px;
	margin: 0 auto;
	width: 930px
}
/*- Copyright -*/
.copyright{
	color: #7997ac;
	float: left;
	font-size: .9em;
	width: 195px
}
.copyright a{
	color: #7997ac
}
.copyright a:hover{
	color: #003867
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
