﻿/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/bgr4.gif) #8baec1 no-repeat top;
	color: #5b717d;
	font: 14px Georgia,"Times New Roman", Times, serif;
}
a{
	color: #5b717d;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #5b717d 1px solid;
	font-size: 11px;
	padding: 2px;
}
li{
	list-style: none;
}
/*=== Centered Layout ===*/
#centerwrap{
	background: url(../images/page-bgr.gif) no-repeat top;
	height: 639px;
	margin: 55px auto;
	position: relative;
	width: 935px;
}
#content{
	height: 615px;
	margin: 12px 0 0 12px;
	position: absolute;
	width: 911px;
}
/* \*/

/*=== Header ===*/
#header{
	height: 273px;
	margin: 0 0 8px;
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 273px;
	text-decoration: none;
	width: 199px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*- Title Picture -*/
#title{
	background: url(../images/title.jpg) no-repeat top;
	float: right;
	height: 273px;
	width: 702px;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	border-bottom: 2px solid #5b717d;
	height: 22px;
	text-align: right;
}
#nav1 li{
	display: inline;
	line-height: 22px;
}
#nav1 li a{
	color: #475861;
	padding: 0 0 0 17px;
	text-decoration: none;
}
#nav1 li a:hover,
#nav1 li.active a{
	color: #5b717d;
	text-decoration: none;
}
/*=== All Columns ===*/
#columns{
	height: 287px;
	overflow: auto;
}
#columns a{
	text-decoration: underline;
}
#columns a:hover{
	color: #9ec6c6;
	text-decoration: none;
}
#columns h2{
	color: #a0b7c4;
	font-size: 35px;
	font-weight: normal;
	margin: 0 0 10px;
	text-transform: lowercase;
}
#columns p{
	line-height: 25px;
	padding: 0 0 20px;
}
#columns .spacer{
	padding: 20px 30px;
}
#columns li{
	list-style: square;
}
#columns ul{
	padding: 0 0 20px;
}
/*=== Footer ===*/
#footer{
	border-top: 2px solid #598c86;
	font-size: 10px;
	padding: 6px 0 0;
}
#footer a{
	color: #304e4a;
}
/*=== Misc. ===*/
.fl{
	float: left;
}
.fr{
	float: right;
}
