* {
margin:0;
padding:0;
}

body {
	color:#000000;
	line-height:1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
}

p {

}

a {
	color:#ec0000;
	text-decoration:none;
	background:inherit;
}

a:hover {
	background:inherit;
	text-decoration: underline;
}

#footer a {
	color:#ec0000;
	text-decoration:none;
	background:inherit;
}

#footer a:hover {
	background:inherit;
	text-decoration: underline;
}

ul {
	list-style-position: outside;
	list-style-type: square;
}

li {
margin-left:1em;
}

.subcat {
margin-left:1em;
}

h1,h2,h3 {
font-weight:400;
margin:0 0 .8em;
}

h1,h2 {
	color:#ec0000;
	font-size:2em;
	background:inherit;
}

h3 {
font-size:11px;
margin:1.2em 0 .5em;
}

#wrapper {
	width:960px;
	background:none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#header {
	height:100px;
}

#logo {
	float:left;
	color:gray;
	line-height:25px;
	vertical-align: bottom;
	margin-top: 30px;
}

#logo h1 {
font-size:2.4em;
letter-spacing:-1px;
margin:30px 0 0;
}

#top {
	float:right;
	text-align:right;
	width:70%;
	color: #A6A8A6;
	line-height: 25px;
	vertical-align: bottom;
	padding-right: 10px;
	display: none;
}

#topmenu {
height:35px;
clear:both;
margin:5px 0 -5px;
padding:10px 0 0;
}

#topmenu li {
font-size:1em;
display:inline;
}

#topmenu li a {
color:gray;
margin:0 15px;
}

#topmenu li a:hover {
color:#F74600;
}

#search {
	float:right;
	text-align:right;
	padding:0px;
	display: inline-block;
	position: relative;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


input.button {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	cursor:pointer;
	background-color:#000;
	background-image: url(/images/form-button-dark.png);
	background-repeat: repeat-x;
	background-position: right;
	margin-top:18px;
	display: inline;
	width: auto;
	text-align:center;
	
}

input {
	font: 19px Arial, Helvetica, sans-serif;
	background: #000000;
	color: #ffffff;
	border: 1px solid #000000;
	padding: 5px;
		margin-top:5px;
		margin-bottom:15px;
	display:inline-block;
	font-size:18px;
}

input:focus
{	background: #707070;
	color: #ffffff;
	border: 1px solid #707070;}
	
	textarea {
	font: 19px Arial, Helvetica, sans-serif;
	background: #000000;
	color: #ffffff;
	margin-top:10px;
	border: 1px solid #000000;
	padding: 5px;
	display:inline-block;
	font-size:18px;
	width: 400px;
	height:100px;
}

textarea:focus
{	background: #C0C0c0;
	color: #ffffff;
	border: 1px solid #C0C0c0;}
	
	
	
input.searchfield {
	
	
	font: 25px Arial, Helvetica, sans-serif;
	background: #C0C0C0;
	color: #000000;
	border: 1px solid #000000;
	padding: 5px;
	display:inline-block;
	font-size:24px;
	width:290px;
}
input.searchfield:focus{ 
	background: #C0C0C0;
	color: #ffffff;
	border: 1px solid #707070;
}

input.searchbutton {
	display: yes;
}
input[type=hidden] { visibility: hidden; }


#crumbs {
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #737373;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content {
	padding-top: 20px;
	padding-bottom: 20px;
}

#main {
width:70%;
float:left;
margin-bottom:40px;
}

#side {
	width:230px;
	float:right;
	padding-bottom: 25px;
	padding-left:10px;
	max-height:3000px;
	overflow-y:hidden;
	margin-bottom:20px;
	margin-left:15px;
	
}

.single {
	width:230px;
}

#footer {
	clear:both;
	margin-top:30px;
	border-top:1px solid #737373;
}

.strong {
font-weight:700;
}

.em {
font-style:italic;
}

.underline {
text-decoration:underline;
}

.del {
text-decoration:line-through;
}

fieldset {
	color:#666666;
	margin:0 0 8px;
	padding:10px 8px;
	background-color: #FFFFFF;
}

.date {
margin:0 0 20px;
}

.clearer {
clear:both;
margin:0 auto;
padding:1px 0 0;
}

/* for expandable title links on archive and sitemap pages */
.drop_title a {
	font:bold 11px verdana;
}

.droplist_div {
width:95%;
border-bottom:1px solid #ffffff;
padding:4px 0;
}

.subcatlist_div {
width:95%;
padding:0 0 0 15px;
}
.footerright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #939393;
	text-align: right;
	display: block;
	width: 550px;
	float: right;
	padding-top: 5px;
	margin-bottom: 25px;
}
.footerleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #939393;
	text-align: left;
	display: block;
	width: 300px;
	float: left;
	padding-top: 5px;
}
/* Used for Validation */
span.LV_validation_message{

}

.LV_valid {
	display: none;
}
	
.LV_invalid {
display: none;


}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {

}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
	border: solid 1px #E0412D;
}
