/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
html {overflow-y: scroll;}
body{
	background: url(/images/design/bgr.gif) #234f7a repeat-x top;
	color: #344d58;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	margin: 0 0 50px;
}
a{
	color: #1d5ba6;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #efefef 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 900px;
}
/*=== Header ===*/
#header{
	height: 99px;
}
#header-tagline {
  position: relative;
  top: -26px;
  left: 3px;
  margin-bottom: -30px;

  font-weight: 700;
  font-size: 12.5px;
height: 30px;
}
/*- Logo -*/
#header h1{
	background: url(/images/design/logo.png) no-repeat;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 99px;
	width: 360px;
}
/*- Flash Placeholder 1 -*/
#flash1{
	background: url(/images/design/flash-place1.gif) no-repeat;
	float: right;
	height: 99px;
	width: 458px;
}
/*=== Top Menu ===*/
#topmenu{
	height: 28px;
	line-height: 28px;
	margin: 2px 0 0;
}
#topmenu ul{
	float: right;
	height: 28px;
	width: 900px;
}
#topmenu li{
	background: url(/images/design/topmenu-sep.gif) no-repeat right;
	float: right;
}
#topmenu li a{
	color: #1d5ba6;
	display: block;
	margin: 0 1px 0 0;
	padding: 0 15px;
}
#topmenu li a:hover,#topmenu li.active a{
	background: #ffffff;
	color: #378df5;
	text-decoration: none;
}
/*=== Columns ===*/
#columns{
	margin: 2px 0 50px;
}
/*--- Left Column ---*/
#leftcol{
/*	background: #ffffff;*/
	float: left;
	width: 234px;
}
#leftcol-bot{
	background: url(/images/design/left-bot.png) no-repeat top;
	height: 53px;
	overflow: hidden;
}
/*- Left Navigation -*/
.leftnav img{
	display: block;
}
/*--- Center Column ---*/
#centercol{
	float: right;
	width: 654px;
}
#centercol h2{
	color: #8fbf00;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 4px;
}
#centercol h2.item1{
	color: #666699;
}
#centercol h2.item2{
	color: #993366;
}
/*- Flash Placeholder 2 -*/
#flash2{
	height: 230px;
	overflow: hidden;
}
/*- Blue Block -*/
.blue-block{
	background: #1b4367;
	padding: 0 10px 0 13px;
}
/*=== Styling Boxes ===*/
.box{
	background: url(/images/design/box-bgr.gif) no-repeat;
	float: left;
	height: 101px;
	margin: 20px 12px 20px 0;
	padding: 10px 10px 0;
	width: 182px;
}
.box.last{
	margin-right: 0;
}
.box a{
	text-decoration: underline;
}
/*=== Styling Forms ===*/
.form1 div{
	height: 22px;
}
/*=== Footer ===*/
#bottom{
	background: url(/images/design/footer-bgr.gif) repeat-x top;
	clear: both;
	height: 68px;
}
#footer{
	color: #5b96ca;
	font-family: Verdana,Arial,Geneva,sans-serif;
	height: 68px;
	margin: 0 auto;
	padding: 0 0 0 244px;
	width: 656px;
}
#footer a{
	color: #000000;
}
#footer p.copy{
	float: right;
	font-size: 10px;
	margin: -15px 0 0;
	text-align: right;
	width: 340px;
}
#footer p.botmenu, #footer p.botmenu2{
	float: left;
	width: 455px;
}
#footer p.botmenu{
	color: #ffffff;
	font-size: 13px;
	padding: 20px 0 0;
}
#footer p.botmenu a{
	color: #ffffff;
	font-weight: bold;
}
#footer p.botmenu2{
	font-size: 10px;
	font-weight: bold;
}
#footer p.botmenu2 a{
	color: #72a2ce;
}
#footer p.botmenu2 a:hover{
	color: #b0cde8;
	text-decoration: none;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

#login-form {
border: 2px solid #ccc;
background: #eee;
padding: 15px;
margin: 20px;
width: 370px;
}
#login-form input.submit, #contact-form input.submit {
padding: 2px;
font-weight: 700;
border: 2px solid #24588b;
background: #ccc;
}
#login-form input.field:focus, #contact-form input.field:focus, #contact-form textarea.field:focus {
border: 1px solid #1b4468;

}
/*==== Content Pages ==== */

#content { padding: 10px; }

#content h1 { margin: 0 0 10px 0; font-size: 1.5em; }
#content h3 { margin: 10px 0 8px 0; font-size: 1.2em; }
#content p { margin: 8px 0 6px 0; font-size: 1em; }

