body {
	margin: 0;
	padding: 0;
	font-family: Arial, Trebuchet MS, sans;
	background: #5b98c3 url(images/bg.jpg) top center no-repeat;
	text-align: center;
}

#header {
	width: 962px;
	height: 227px;
	margin: 32px auto 0;
}

#header h1 img {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

#header h1 b{
	display: none;
}

#navigation {
	background: url(images/navigation.jpg) no-repeat;
	width: 962px;
	height: 58px;
	margin: 0 auto;
	text-align: left;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 4px 6px 0;
	text-transform: uppercase;
}

#navigation ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	background: url(images/nav-separator.gif) top right no-repeat;
	height: 38px;
}

#navigation a {
	color: #e7f2f8;
	display: block;
	margin-right: 2px;
	padding: 0 20px;
	font-weight: bold;
	text-decoration: none;
	font-size: 17px;
	line-height: 38px;
}

#navigation a:hover, #navigation a.current {
	color: #fff;
	background: url(images/nav-hover.gif) repeat-x;
}

#container {
	background: #fff url(images/container.jpg) repeat-y;
	width: 962px;
	margin: 0 auto;
	text-align: justify;
	color: #585858;
}

#content {
	float: left;
	width: 610px;
}

h2.page-title {
	margin-left: 30px;
	font-size: 20px;
}

.post {
	background-color: #f5f9fa;
	border: 1px solid #a7bfbf;
	margin: 10px 10px 10px 30px;
	padding: 10px 20px;
}

.post h1 {
	color: #585858;
	font-size: 20px;
}

.margin-bottom {
	margin-bottom: 15px;
}

.post h2 {
	font-size: 18px;
}

.post h3 {
	margin: 5px 0;
	font-size: 16px;
}

.post p {
	color: #545454;
	font-size: 14px;
	margin-bottom: 15px;
}

.post p.input-label {
	margin: 10px 0 3px;
}

.date {
	color: #3b6280;
	font-size: 12px;
	text-indent: 10px;
	margin-bottom: 15px;
}

.video {
	text-align: center;
	margin-bottom: 15px;
}


#sidebar {
	float: right;
	width: 294px;
	padding: 10px 22px 20px 20px;
	color: #545454;
	font-size: 14px;
}

#sidebar h3 {
	color: #de5206;
	font-size: 18px;
	margin-bottom: 10px;
}

#sidebar p {
	color: #545454;
	margin-bottom: 14px;
}

.sidebar-box {
	padding-bottom: 6px;
	margin: 0 10px 12px 10px;
	border-bottom: 1px solid #b6cad6;
}

ul {
	padding: 0;
	font-size: 15px;
	list-style-type: none;
}

.post ul {
	margin: 0 10px 15px;
}

li {
	background: url(images/bullet.png) center left no-repeat;
	padding-left: 15px;
	padding-bottom: 2px;
}

.post-block {
	background-color: #f9fafa;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #c7d5d5;
	padding: 15px 0;
	margin: 15px 0;
	text-align: center;
	font-size: 14px;
}

.sidebar-box ul {
	margin: 5px 5px 10px;
	font-size: 14px;
}

.sidebar-box a {
	color: #105488;
	text-decoration: none;
}

.sidebar-box img {
	float: left;
	background-color: #f5f9fa;
	border: 1px solid #a7bfbf;
	padding: 4px;
	margin: 0 10px 5px 0;
}

.sidebar-box h4 {
	color: #de5206;
	font-size: 16px;
}

.sidebar-box a:hover {
	text-decoration: underline;
}

.sidebar-box form {
	margin: 0;
}

.error {
	color: #d70000;
}

.sidebar-box .error {
	font-size: 12px;
}

.clearer {
	clear: both;
}

.hr-narrow {
	width: 40%;
	height: 1px;
	border-bottom: 1px solid #b6cad6;
	padding: 0;
	line-height: 0;
	margin: 0 auto 10px;
}

.hr-full {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #b6cad6;
	padding: 0;
	line-height: 0;
	margin: 20px auto;
}

.contact-form {
	border: 1px solid #e2ebf1;
	padding: 5px 24px 10px 20px;
}

.contact-form .error {
	font-size: 12px;
}

.prev-next {
	margin: 5px 15px 0 30px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.center {
	text-align: center;
}

.read-more {
	text-align: right;
	font-size: 14px;
}

fieldset {
	border: 0;
}

a {
	color: #105488;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus, a:hover, a:active  { 
	outline: none;
}

h1, h2, h3, p {
	margin: 0;
}

.image-wrapper-center {
	margin: 20px 0 18px;
	text-align: center;
	font-size: 14px;
}

img.in-frame {
	background-color: #e1eaef;
	border: 1px solid #a7bfbf;
	padding: 4px;
	margin: 0 auto 6px;
}

img.anchor {
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
}

#footer {
	background: url(images/footer.png) no-repeat;
	width: 962px;
	height: 234px;
	margin: 0 auto;
	padding: 40px 0 0;
	text-align: justify;
}

.footer-box {
	width: 262px;
	height: 170px;
	float: left;
	display: inline;
	margin-left: 42px;
	background-color: #ecf3f5;
	border: 1px solid #d0e1e1;
	color: #545454;
}

.footer-box h3 {
	margin: 10px 10px 5px;
	color: #414141;
	font-size: 18px;
}

.footer-box ul {
	margin: 5px 15px;
	font-size: 15px;
}

.footer-box a {
	color: #19496f;
	text-decoration: none;
}

.footer-box a:hover {
	text-decoration: underline;
}

.footer-box a.contact {
	color: #c84c1b;
	text-decoration: none;
}

.footer-box a.contact:hover {
	text-decoration: underline;
}

.copyright {
	font-size: 12px;
	color: #173a55;
	margin: 30px 0 0 10px;
}

.copyright a {
	color: #173a55;
}

.copyright a:hover {
	color: #eee;
}
