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

* { outline: none; }
.clear { clear: both; }
a { color: #134d7b }

body {
	margin: 0px;
	padding: 0px;
	background-color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #777;
}

#wrapper {
	width: 980px;
	margin: 0px auto;
	background-color: #fff;
}

#header {
	width: 980px;
	height: 116px;
	background: #fff url(images/logo.jpg) top left no-repeat;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	width: 303px;
	height: 116px;
	float: left;
	display: inline;
}

#header h1 a {
	display: block;
	width: 303px;
	height: 116px;
	text-indent: -9999px;
}

#top-menu {
	float: right;
	display: inline;
	margin-top: 63px;
	text-align: right;
}

#top-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-menu li {
	float: left;
	display: inline;
}

#top-menu li a {
	display: block;
	width: 109px;
	height: 33px;
	background: url(images/menu-middle.jpg) top left no-repeat;
	font-size: 9pt;
	text-align: center;
	color: #333;
	padding-top: 20px;
	text-decoration: none;
	overflow: hidden;
}

#top-menu li a:hover, #top-menu li a.active {
	background-position: -109px;
	color: #fff;
}

#top-menu li:first-child a {
	width: 111px;
	background: url(images/menu-left.jpg) top left no-repeat;
}

#top-menu li:last-child a {
	width: 110px;
	background: url(images/menu-right.jpg) top left no-repeat;
}

#top-menu li:first-child a:hover, 
#top-menu li:last-child a:hover, 
#top-menu li:first-child a.active,
#top-menu li:last-child a.active {
	background-position: -111px;
}

#banner {
	width: 980px;
	height: 297px;
	overflow: hidden;
	background: url(images/banner-bg.jpg) top left repeat-x;
}

#banner-left {
	float: left;
	display: inline;
	width: 280px;
	height: 237px;
	padding: 60px 20px;
	padding-bottom: 0px;
	overflow: hidden;
	text-align: center;
}

#banner-left h2 {
	font-size: 26pt;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

#banner-left p {
	margin: 0px;
	padding: 0px;
	color: #fff;
}

#banner-left select {
	width: 220px;
	margin: 0px;
	padding: 0px;
}

#banner-left input.submit {
	width: 208px;
	height: 31px;
	background-color: #8e0303;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18pt;
	margin-top: 15px;
	cursor: pointer;
}

#banner-left input.submit:hover {
	background-color: #fff;
	color: #8e0303;
	border-color: #8e0303;
}

#banner-right {
	float: right;
	display: inline;
	margin: 5px;
	height: 287px;
	width: 650px;
	background: url(images/banner-image.jpg) top left no-repeat;
}

#page-wrap {
	padding: 20px;
	width: 940px;
	background-color: #fff;
}

#home-content {
	width: 940px;
	min-height: 260px;
	height: auto !important;
	height: 260px;
	border-bottom: 1px solid #ccc;
}

#featured {
	float: left;
	display: inline;
	width: 270px;
	padding-right: 20px;
}

#sidebar {
	float: left;
	display: inline;
	width: 250px;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#sidebar ul {
	margin: 0;
	padding: 0 20px;
}

#sidebar h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#sidebar li li {
}

#content {
	width: 630px;
	float: right;
	display: inline;
}

.pagebg {
	background: url(images/page-bg.jpg) top left repeat-y;
	margin: 10px 0;
}

h2,
h2 a {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18pt;
	color: #333;
	margin-top: 15px;
}

#page-wrap p {
	color: #777;
	margin-bottom: 10px;
}

a.readmore {
	color: #fff;
	display: block;
	background: url(images/read-more.jpg) top left no-repeat;
	width: 79px;
	height: 25px;
	text-decoration: none;
	text-align: center;
	padding-top: 7px;
	font-weight: bold;
}

a.readmore:hover {
	background-position: -79px;
}

#home-content #content {
	width: 630px;
	float: right;
	display: inline;
	background: none;
}

#home-bottom {
	width: 940px;
	min-height: 260px;
	height: auto !important;
	height: 260px;
}

#footer { 
	height: 60px;
	background-color: #8e0303;
}

#news {
	float: left;
	display: inline;
	width: 270px;
	padding-right: 20px;
}

.box {
	float: right;
	display: inline;
	width: 270px;
	padding: 0px 25px;
}

h3,
h3 a {
	color: #134d7b;
	font-size: 10pt;
	text-decoration: none;
}

#news .readmore {
	margin: 0px;
	padding: 0px;
	text-align: right;
	margin-top: -5px;
}

#news .readmore a {
	text-decoration: none;
}

#news .readmore a:hover {
	text-decoration: underline;
}

.archive-box {
	width: auto;
	padding: 10px;
	border: 2px solid #ccc;
	margin-bottom: 10px;
	padding-top: 0;
}

.archive-box h2 {
	margin-top: 0;
}

.archive-box .readmore {
	text-align: right;
}

#content .wpcf7-radio .wpcf7-list-item {
	display: block;
}
