@charset "UTF-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, p, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	background:url(images/bg.gif) repeat-x;
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.8;
}
/***Classes***/
.wrap {
	clear:both;
	width:100%;
}
.main {
	width:960px;
	margin:0 auto;
}
ul {
	list-style:none;
}
/***Links***/
a {
	text-decoration:none;
}
input{
	float:right;
	margin-right: 150px;
	max-width: 250px;
}
/***Headings***/
#left .title {
	border-bottom:1px dotted #CCCCCC;
	color:#106494;
	font-size:14px
}
h2 {
	font-size:150%;
}
#content-main .title {
	color:#106494;
	margin:15px 0;
}
#boldtitle{
	font-weight:bold;
	font-size:14px;
}
/***Header***/
#header {
	height:110px;
}
#logo {
	height:100px;
	width:295px;
	padding-top:15px;
	display:block;
	float:left;
}
#picturelogo{
	height: 100px;
	width: 665px;
	padding-top:15px;
	float:right;
}
#picturelogoinside{
	float:right;
}
#slogan {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	float:left;
}
/***Navigation***/
#navigation .main {
	background:#106494;
	-moz-border-radius:3px;
	height:40px;
	position:relative;
	padding:0;
}
.menu {
	margin:0;
	padding:0;
}
.menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	height:40px;
	border-right:1px solid #2B7EB8;
}
.menu li a {
	padding:10px 20px;
	color:#fff;
	height:40px;
	line-height:40px;
	text-transform:uppercase;
}
.menu li.last {
	border-right:none;
}
/***Container***/
#container {
	clear:both;
	min-height:400px;
	padding:0 0 15px;
	overflow:hidden;
}
#centered{
	text-align:center;
	margin-top:30px;
}
#centered img{
	margin: 0 auto;
	float:none !important;
}

#content img{
	float:left;
	border:1px solid#777;
	padding: 3px;
	margin: 10px;
}
#featured img{
	float:none;
	padding:none;
	border:0;
	margin:0;
}
#pictureright{
	float:left;
}	
#left {
	display:inline;
	float:left;
	line-height:1.5;
	padding-top:15px;
	width:215px;
}
#left-middle{
	padding:15px 0;
}
#content {
	display:inline;
	float:left;
	width:745px;
}
#content-inner {
	padding:15px 0 15px 15px;
	width:730px;
}
#content-main {
	float:left;
	width:480px;
}
#left-top-1, #left-top-2, #left-top-3 {
	border-bottom:1px dotted #CCCCCC;
	padding:10px 0 15px;
}
#left-middle img, #content-body img {
	border:1px solid #DDDDDD;
	margin:5px 10px 0 0;
	padding:3px;
	text-decoration:none;
	float:left;
}
#left-middle a {
	color:#222;
	font-weight:bold;
}
#left-middle a:hover {
	color:#658B13 !important;
}
#right {
	float:right;
	line-height:1.5;
	width:240px;
	margin-top:15px;
}
#container-title{
	font-size: 12px;
	font-weight: bold;
}
/***Right Blocks***/
#block {
	border:1px solid #ddd;
	margin:0 0 15px;
	-moz-border-radius:3px;
}
#block h3 {
	height:15px;
	background:#106494;
	border-bottom:1px solid#0b557f;
	color:#fff;
	margin:0 -1px;
	padding:10px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
#block-inner {
	padding:10px 10px 15px;
}
.green h3 {
	background:#8c9520 !important;
	border-bottom: 1px solid #658b13 !important;
}
.green #block-body {
	background:#f6f6f6;
}
/***Postscript***/
#postscript {
	background:#e5e5e5;
	margin-top:15px;
	overflow:hidden;
}
#postscript img{
	float:left;
	padding:8px;
}
#picturetop, #picturebottom{
	height:80px;
	width:100%;
}

/***Footer***/
#footer {
	background:#333;
	border-bottom:3px solid #222;
	margin-bottom:20px;
	padding:10px 0;
	color:#f2f2f2;
	font-size:11px;
	overflow:hidden;
}
#footer a {
	color:#fff;
	font-weight:bold;
}
#sublogo {
	float:left;
	width:32%;
}
#footinfo {
	float:left;
	padding-left:10px;
	padding-top:15px;
	width:65%;
}
#footlinks {
	width:100%;
	display:block;
}
.footlinks {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
#footlinks li {
	float:left;
	padding:0 10px;
	display:none
}
#copyright {
	width:100%;
}