/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #0069ab repeat-y center;
	color: #09183e;
	font: .8em Verdana,Arial,Helvetica,Sans-Serif
}
a{
	color: #2f4e9d;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #c2c9db 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}

/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.jpg) no-repeat top right;
	margin: 0 auto;
	width: 868px
}
/*=== Header ===*/
#header{
	height: 192px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 364px
}
#header h1 a{
	display: block;
	height: 181px
}
#header h1 a:hover{
	text-decoration: none
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	background: #0b2870;
	font: 16px/29px "Trebuchet MS",Arial, Helvetica, sans-serif;
	height: 29px;
	padding: 0 0 0 40px;
	text-transform: lowercase
}
#nav1 ul{
	float: left
}
#nav1 li{
	float: left;
	line-height: 29px;
	padding: 0 25px 0 0
}
#nav1 li a{
	color: #ffffff;
	display: block;
	float: left
}
#nav1 li a:hover,
#nav1 li.active a{
	color: #c2c9db;
	text-decoration: underline
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 17px 0 0;
	padding: 0 40px 15px
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 866px
}
.col1 p{
	margin: 15px;
}
.col1 img{
	margin: 15px;
	float: right;
	clear: both;
}
.col1 h1{
	color: #2b74a4;
	font-size: 1.6em;
	font-weight: normal;
		margin: 15px;

}
.col1 h2{
	color: #0b2870;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase
}
.col1 h3{
	font-size: 1.1em
}
.col1 p{
	line-height: 1.5em;
	padding: 0 0 1.5em
}
.col2{
	float: left;
	margin: 0 0 0 43px;
	width: 128px
}
.col3{
	color: #2f4e9d;
	float: right;
	font-size: .9em;
	margin: 55px 0 0;
	width: 220px
}
.col3 ul{
	margin: 0 0 1.5em
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Search -*/
#search{
	float: right;
	height: 20px;
	width: 285px
}
#search label{
	color: #c2c9db;
	float: left;
	font-size: 13px;
	line-height: 29px;
	margin: 0 5px 0 0
}
#search input{
	background: #c2c9db;
	float: left;
	margin: 4px 0 0;
	width: 155px
}
#search input.btn{
	margin: 0 0 0 5px;
	width: auto
}
#search input.sbutton{
	width: 19px;
	height: 19px;
	border: 0px;
	background: #0b2870;
	float: left;
	margin: 2px 0 0 4px
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block;
	margin: 0 0 .5em
}
/*=== Footer ===*/
#footer{
	border-top: 1px solid #e4e4e4;
	color: #777777;
	height: 1%;
	margin: 0 40px;
	padding: 20px 0;
	text-align: center
}
#footer a{
	color: #777777
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
