@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 6px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-color: #157aac;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3b3b3b;
	line-height: 18px;
}

.wrapper {
	margin: 0 auto;
	width: 940px;
}

.header {
	background-image: url(../images/header-bg.gif);
	height: 113px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.header .logo {
	float: left;
	background-image: url(../images/logo.gif);
	width: 295px;
	height: 103px;
	margin-top: 10px;
}

.header .top {
	float: right;
	height: 44px;
	line-height: 44px;
	width: 630px;
	text-align: right;
	padding-right: 10px;
	color: #8ba3c6;
	font-family: Tahoma, Geneva, sans-serif;
}

.header .top span {
	color: #FFF;
	font-weight: bold;
}

.header .slogan {
	padding: 0 45px;
	float: right;
	width: 550px;
	text-align: center;
	padding-top: 14px;
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #c00b1e;
}

.main {
	clear: both;
	background-color: #FFF;
	background-image: url(../images/main-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: hidden;
	padding: 20px 20px 0 20px;
}

.sidebar {
	float: left;
	width: 245px;
}

.sidebar .block {
	background-image: url(../images/sidebar-block-bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	clear: both;
}

.sidebar .block h1 {
	background-image: url(../images/sidebar-block-h1-bg.gif);
	height: 37px;
	line-height: 37px;
	background-repeat: no-repeat;
	padding-left: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #003d99;
}

.sidebar .block .block-content {
	background-image: url(../images/sidebar-block-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 20px;
	overflow: hidden;
}

.sidebar ul li {
	background-image: url(../images/sidebar-navigation-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 11px;
	padding-left: 15px;
}

.sidebar ul li a {
	display: block;
	line-height: 26px;
	height: 26px;
	color: #3b3b3b;
	border-bottom: 1px solid #ebebeb;
}

.sidebar ul li.selected a, .sidebar ul li a:hover {
	color: #c00b1e;	
	text-decoration: none;
}

.sidebar ul li.last a {
	border-bottom: none;	
}

.more {
	float: right;
	clear: both;
	color: #c00b1e;
	font-weight: bold;
	margin-top: 5px;
}

.content {
	float: right;
	width: 635px;
}

.content .banner {
	padding: 5px;
	position: relative;
	height: 269px;
	margin-bottom: 20px;
}

.content .banner .rounded-corners {
	position: absolute;
	width: 635px;
	height: 279px;
	background: none;
	background-image: url(../images/banner-rounded-bg.gif);
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.content .block {
	background-image: url(../images/content-block-bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	clear: both;
}

.content .block h1 {
	background-image: url(../images/content-block-h1.gif);
	height: 40px;
	line-height: 40px;
	background-repeat: no-repeat;
	padding-left: 16px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.05em;
	font-weight: bold;
	font-size: 19px;
	color: #003d99;
}

.red {
	color: #c00b1e;	
}

.content .block .block-content {
	background-image: url(../images/content-block-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 16px;
	overflow: hidden;
}

.content h2 {
	color: #003d99;
	font-weight: bold;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0;
	background-image: url(../images/dotted-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 15px;
}

.content .gallery {
	position: relative;
	margin-right: -15px;
}

.content .gallery a {
	border: 1px solid #b1e7fb;
	padding: 1px;
	float: left;
	margin-right: 15px;
}

.footer {
	clear: both;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}

.footer a {
	font-weight: bold;
	color: #fff;
}

.footer .copyright {
	padding: 8px 0 0 0;
	color: #b9d7e6;	
}