/**/

* {
	margin: 0;
	padding: 0;
}

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

form {
}

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

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

h1 {
	font-size: 3em;
	color:#FF0000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font: bold 2em 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: #666666;
}

#page-midsection {	
    height: 182px;
	padding: 10px 0 0 0;
	color: #ffffff;
}
#page-midsection-post {
	float: right;
	width: 320px;
	padding-top: 55px;
	padding-right: 85px;
	padding-bottom: 0;
	padding-left: 0;
}
/* Content */

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

#content a {
	text-decoration: underline;
	font-weight: bold;
	color: #BA3300;
}

.post {
	padding: 20px 0;
}

.post .entry li{
	margin: 20px 0 0 0;
	line-height: 115%;
}

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

/* 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: 260px;
}

#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;
}

/* Contact */

#contact_us{
	background-color:transparent;
	border:none;
	float: left;
	top:319px; 
	height:472px;
	width:600px;
}

#contact  { /* the form*/
	position: relative;  /* relative positioning */
	border: 0px solid #E1E1E1; /*pretties*/
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 2em;
	}

#contact input, #contact select, #contact textarea { /* positions these elements 13em from left */
	position: absolute;
	left: 10em;
	}

#contact label { /* no margin on labels*/
	margin: 0;
	}
	
#contact div {  /*spacing*/
	margin-bottom: 1em;
	}


.textarea { /*add a class to position our submit button below the textarea input*/
	margin-top: 8em;
	}

/* Footer */

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

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

#footer a {
	color: #666666;
}
