/**/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0;
	background: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

form {
}

input, textarea {
	font: normal 1em Geneva, Arial, Helvetica, sans-serif;
	color: #36393D;
}

h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font: bold 1.2em Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	background: #ffffff;
}

#logo {
	height: 170px;
	padding: 0 0 0 0;
	background: url(images/header.jpg) no-repeat;
	color: #ffffff;
}

#header-midsection {
	height: 210px;
	padding: 0 0 0 0;
	background: url(images/mid-image.jpg) no-repeat;
	color: #ffffff;
	
}#search {
	float: right;
	width: 245px;
	padding: 0 0 0 0;
}

#search form {
	height: 25px;
	padding: 15px 0 0 0px;
}

#search fieldset {
	border: none;
}

#search-text {
	width: 170px;
	background: #FFFFFF;
	border: none;
}

#search legend, #search-submit {
	display: none;
}

#menu {
	clear: both;
	height: 40px;
}

#menu ul {
	height: 28px;
	padding: 12px 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	text-decoration: none;
	font-weight: bold;
	color: #36393D;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	background: url(images/img07.jpg) no-repeat left center;
	color: #B42600;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
}

#page-midsection {	
    height: 270px;
	padding: 0 0 0 0;
	background: url(images/body-image.jpg) no-repeat;
	color: #ffffff;
}
#page-midsection-post {
	float: right;
	width: 325px;
	padding-top: 70px;
	padding-right: 175px;
	padding-bottom: 0;
	padding-left: 0;
}
/* Content */

#content {
	float: right;
	width: 450px;
	margin: 20px 20px 0 0;
}

#content a {
	text-decoration: underline;
	font-weight:bold;
	color: #BA3300;
	}
.post {
	padding: 20px 0;
}

.post .entry {
	margin: 0 0 0 0;
}

.post .entry p, .post .entry ol, .post .entry ul {
	margin-bottom: 1.6em;
	list-style-position: inside;
	padding: 20px 20px 30px 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	margin: 40px 20px 0 15px;
	border-style:solid;
	border-width: 2px;
	border-color: #dcdcdc;
}

#sidebar ul {
	background: #D6EBAD;
	list-style: none;
	color: #36393D;
}

#sidebar li ul {
	padding: 20px 20px 30px 20px;
	line-height: 145%;
	background: none;
}

#sidebar li li {
	padding: 0 0 0 10px;
}

#sidebar h2 {
	padding: 15px 0 0 10px;
	background: #BA3300;
	font-size: 1.8em;
}

#sidebar a {
	text-decoration: none;
	font-weight:bold;
	color: #BA3300;
}

#sidebar a:hover {
	text-decoration: underline;
}

#newsletter {
	width: 265px;
}

#newsletter form {
	padding: 14px 0 0 0;
}

input.first, textarea.first, select.first {
	border : 1px solid Black;
	text-indent: .5em;
	line-height: 1.3em;
	color : #0E1930;
	height: 1.5em;
}

#left_content {
	float: left;
	width: 350px;
	margin: 40px 0 0 15px;

}
#left_content a {
    font-style:italic; 
	text-decoration: underline;
	font-weight:bold;
	color: #BA3300;
}

.blockquote {
	text-indent: 2em;
	padding: 20px 0 0 0;
}

s/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	font-size: 11px;
	color: #666666;
}

#footer p {
	text-align: center;
	line-height: 2em;
}

#footer a {
	color: #666666;
}
.style1 {
	font-size: 16px;
}