
body {
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #8A8985;
	border-top:#891616 solid 15px;

background: rgba(243,243,243,1);
background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(248,248,248,1) 48%, rgba(243,243,243,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(48%, rgba(248,248,248,1)), color-stop(100%, rgba(243,243,243,1)));
background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(248,248,248,1) 48%, rgba(243,243,243,1) 100%);
background: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(248,248,248,1) 48%, rgba(243,243,243,1) 100%);
background: -ms-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(248,248,248,1) 48%, rgba(243,243,243,1) 100%);
background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(248,248,248,1) 48%, rgba(243,243,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f3f3f3', GradientType=0 );

}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #891616;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	font-size:12px;
	line-height:22px;
	color: #626262;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #626262;
}

a:hover {
	text-decoration: none;
	color: #037dd2;
}

#wrapper {
	overflow: hidden;
}

.container {
	width: 100%;
	margin: 0px auto;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	width:83%;
	margin:auto;
	background:#f9f9f9;
	border-bottom:#5c5c58 solid 2px;
	padding: 20px;
}

#header {
	height: 90px;
	margin: 0 auto;
	
	
}

/* Banner */

#banner {
	overflow: hidden;
	height: 400px;
	background: url(images/img04.html) no-repeat center bottom;
}

#banner .image-style {
	border: 15px solid #CCFFCC;
}


/* Logo */

#logo {
	float: left;
	width: 40%;
	margin: 0;
	padding: 0;
	color: #000000;
}

#logo img {
	margin:auto;
	height:auto;
}

/* Splash */

#splash {
	overflow: hidden;
	padding: 0px 0px 50px 0px;
	border-bottom: 1px dashed #E7E2DC;
	letter-spacing: -3px;
	text-align: center;
	font-size: 21px;
}

#splash span {
	color: #313131;
}



/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#menu {
	float: right;
	width: 60%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 25px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 0px 25px 30px;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #66FF00;
}

#menu .current_page_item a {
}

/* Page */

#page {
	padding: 0px;
	background:#ffffff;
	width:83%;
	margin:auto;
}

/* Content */

#content {
	padding: 20px;
}

.post {
	overflow: hidden;
}

.post .title {
	padding: 0px 0px 10px 0px;
}

.post .title a {
	border: none;
	color: #891616;
	font-size:25px;
	text-decoration:none;
	text-align:left !important;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px;
	text-align: left;
	font-size: 16px;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;

	text-align: justify;
	min-height:225px;
	height:auto;
	overflow:hidden;
}

.links {
	padding-top: 20px;
	margin-bottom: 30px;
}

.more {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	margin-right: 10px;
	background: url(images/img08.html) no-repeat left top;
	text-align: center;
	color: #FFFFFF;
}

.comments {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	background: url(images/img08.html) no-repeat left top;
	text-align: center;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 320px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #787878;
}

#sidebar h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -3px;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Three Column Footer Content */

#footer-content {
	color: #000;
	width:80%;
	margin:auto;
	text-align:center;
	font-size:12px;
}

#footer-bg {
	overflow: hidden;
	padding: 15px;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: -2px;
	text-shadow: 1px 2px 0px #339966;
	font-size: 19px;
	color: #FFFFFF;
}

#column1 {
	float: middle;
	width: 320px;
	margin-right: 20px;
}

#column2 {
	float: middle;
	width: 320px;
}

#column3 {
	float: middle;
	width: 320px;
}

/* Footer */

#footer {
	height: 10px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

.box1 {
	overflow: hidden;
	height: 300px;
	background: url(images/img04.html) no-repeat center bottom;
}

.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 7px 0px 7px 0px;
	border-top: 1px dashed #E7E2DC;
}

.list-style1 .first {
	padding-top: 0px;
	border-top: none;
}


.list-style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style2 li {
	padding: 7px 0px 7px 0px;
}

.list-style2 a {
	color: #636363;
}

.list-style2 a:hover {
	color: #037dd2;
}

.list-style2 .first {
	padding-top: 0px;
	background: none;
}
.nav
{
	padding-top:30px;
	padding-right:20px;
}
.menuactive
{
	background: rgba(5,116,190,1) !important;
background: -moz-linear-gradient(top, rgba(5,116,190,1) 0%, rgba(3,124,210,1) 47%, rgba(6,115,193,1) 100%) !important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,116,190,1)), color-stop(47%, rgba(3,124,210,1)), color-stop(100%, rgba(6,115,193,1))) !important;
background: -webkit-linear-gradient(top, rgba(5,116,190,1) 0%, rgba(3,124,210,1) 47%, rgba(6,115,193,1) 100%) !important;
background: -o-linear-gradient(top, rgba(5,116,190,1) 0%, rgba(3,124,210,1) 47%, rgba(6,115,193,1) 100%) !important;
background: -ms-linear-gradient(top, rgba(5,116,190,1) 0%, rgba(3,124,210,1) 47%, rgba(6,115,193,1) 100%) !important;
background: linear-gradient(to bottom, rgba(5,116,190,1) 0%, rgba(3,124,210,1) 47%, rgba(6,115,193,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0574be', endColorstr='#0673c1', GradientType=0 ) !important;
color:#fff !important;
}
.select-box
{
	background:#FFF;
	border:#e8e6e6 solid 1px;
	padding:7px 10px 7px 10px;
	border-radius: 5px;
	width:220px;
}
.download-btn
{
	border:#CCC solid 1px;
	background:#5c5c58;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	border-radius: 5px;
}
.download-btn:hover
{
	border:#037dd2 solid 1px;
	background:#037dd2;
	text-decoration:none;
	color:#fff;
}
.select-text
{
	font-size:15px;
	color:#626262;
}
.post .title {
    border: medium none;
    color: #891616;
    font-size: 25px;
    text-decoration: none;
    text-align:center !important;
}
.foot-copy
{
	color:#891616;
	font-size:11px;
}