* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #eaeaea;
	}
#wrap {
	width: 1059px;
	background: url(images/bg.jpg) repeat-y;
	}
.clear {
	visibility: hidden;
	clear: both;
	}
	
a {
	color: #003e7e;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003e7e;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 25px 0 0 0;
	}
h3 {
	color: #003e7e;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	}
h3.title {
	margin-top: 25px;
	}

h4 {
	color: #003e7e;
	font-size: 12px;
	margin: 25px 0 15px 0;
	}

h5 {
	color: #000;
	font-size: 12px;
	}


/* Header stuff */
#header {
	width: 100%;
	background: url(images/header-bg.jpg) repeat-x;
	}
#header h1 {
	width: 146px;
	height: 77px;
	padding: 15px 0 0 35px;
	background: url(images/logo.gif);
	float: left;
	}
#header h1 a {
	display: block;
	text-indent: -99999px;
	outline: 0;
	height: 59px;
	}
#slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	padding: 20px 35px 0 0;
	text-align: right;
	color: #3c93dc;
	}
#slogan strong {
	font-size: 30px;
	font-weight: normal;
	color: #0055a4;
	}

/* Navigation */
#navigation {
	list-style: none;
	padding: 0px 0 0 20px;
	text-transform: uppercase;
	font-size: 11px;
	clear: both;
	height:33px;
	font-weight: bold;
	}
#navigation li {
	float: left;
	background: url(images/navi-separator.gif) no-repeat 100% 50%;
	line-height: 17px;
	}
#navigation li.last {
	background: none;
	}
#navigation a {
	display: block;
	color: #fff;
	text-decoration: none;
	border-bottom: 5px solid #024a91;
	padding: 6px 15px 6px 15px;
	}
#navigation a:hover {
	color: #3c93dc;
	border-bottom-color: #fff;
	}
#navigation a.active {
	border-bottom-color: #99b6d3;
	}

/* The big pic */
#headerpic {
	clear: both;
	/* background: url(images/header-img.jpg) no-repeat; */
	background: #024a91;
	width: 100%;
	height: 263px;
	border-bottom: 5px solid #024a91;
	}


/* Main content */

#content {
	padding: 20px 15px;
	}

#left {
	width: 190px;
	padding-right: 10px;
	float: left;
	font-size: 11px;
	}
#right {
	width: 180px;
	padding-left: 10px;
	float: right;
	font-size: 11px;
	}
#left p, #right p {
	margin-bottom: 10px;
	}
#subnavi {
	list-style: none;
	font-size: 14px;
	margin-top: 25px;
	}
#subnavi li {
	margin-bottom: 15px;
	}
#subnavi a {
	color: #024a91;
	text-decoration: none;
	}
.sideitem {
	margin-bottom: 20px;
	}
a.more {
	background: url(images/bullet.gif) no-repeat 0 50%;
	padding-left: 10px;
	position: relative;
	top: -5px;
	}

#main {
	float: left;
	width: 525px;
	padding-left: 50px;
	color: #003e7e;
	}
#main p {
	margin-bottom: 15px;
	}
#main a {
	text-decoration: underline;
	}

.newsitem {
	margin-bottom: 20px;
	}
p.blogmeta {
	font-size: 11px;
	color: #666666;
	position: relative;
	top: -10px;
	}
p.blogmetasingle {
	font-size: 11px;
	color: #666666;
	}

#main h4 a, #main h3 a {
	text-decoration: none;
	}
#main h4 a:hover, #main h3 a:hover {
	text-decoration: underline;
	}

#main h4 {
	font-size: 16px;
	font-weight: normal;
	}
#main h5 {
	color: #003e7e;
	margin-bottom: 10px;
	}
#main ul, #main ol {
	margin-left: 15px;
	margin-bottom: 15px;
	}
#main ul li, #main ol li {
	margin-bottom: 3px;
	}
#main ul ul {
	margin-top: 3px;
	}

.blogsidebar h4 {
	font-size: 16px;
	font-weight: normal;
	}
ul.blog {
	margin-left: 15px;
	position: relative;
	top: -5px;
	margin-bottom: 0;
	font-size: 12px;
	color: #003e7e;
	}
p.postmetadata, p.commentmeta {
	font-size: 10px;
	color: #333333;
	}
#main p.postmetadata a, #main p.commentmeta a {
	text-decoration: none;
	}
#main p.postmetadata a:hover, #main p.commentmeta a:hover {
	text-decoration: underline;
	}
#main p.commentmeta {
	margin-bottom: 5px;
	}
#main p.commentmeta cite {
	font-weight: bold;
	}
li.comment {
	clear: both;
	display: block;
	background: #eaeaea;
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	margin-bottom: 20px;
	}

#commentform input[type=text], #commentform textarea {
	padding: 3px;
	}

#main .commentlist {
	list-style: none;
	margin: 0;
	}

.navigation .alignleft {
	float: left;
	}
.navigation .alignright {
	float: right;
	}