﻿@charset "utf-8";
body  {
	font: 100.01% Arial, Helvetica, sans-serif;
	background: #73151b;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ol, ul, li, dl, dd, dt, img {
	padding: 0; margin: 0;
}
h1 {
	margin: .6em, 0 .4em 0;
	font-size: 1.7em;
}
h2 {
	margin-bottom: 0.4em;
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
	margin-bottom: 0.4em;
}
h4 {
	margin-bottom: -0.2em;
	font-size: 1em;
}
.center {
	text-align: center;
}

p {
	margin-bottom: 1.4em;
	line-height: 1.6;
}
ul { 
	margin-bottom: 1.4em; }
li {
	margin-bottom: 0.6em;
	font-size: 1em;
	line-height: 1.2;
	margin-left: 40px;
}

img {
	display: block;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
blockquote {
	margin: 0 50px .4em 50px;
	padding:1em;
	font-style:italic;
	background-color: #FFF9B3;
}
#container {
	width: 810px;
	margin: 0 auto 400px auto;
	text-align: left;
	background: url(../img/background-main.gif);
} 

#header {
	background: url(../img/background-head.gif) no-repeat center top;
	padding: 0 10px 0 20px;
	height: 156px;
}
#header img {
	margin: 50px 0 0 79px;
	padding: 0px;
	display: inline;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
#nav {
	margin: 0;
	padding: 0 20px;
	background: url(../img/background-main.gif) no-repeat center top;
}

#nav ul {
	padding: 0;
	margin: 0;
	height: 40px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#nav img  {
	margin: 0;
	padding: 0;
	border-width: 0px;
	float: left;
}
#sidebar {
	float: right;
	width: 230px;
	padding: 15px 25px 0 0;
	font-size: 0.8em;
}
#sidebar p {
	line-height: 1.2;
}

/* blog styles */

#blog #container #sidebar ul, #blog #container #sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#blog #container #sidebar h2 {
	font-size: 1.3em;
	margin: 1em 0 .1em 0;
}
#blog #container #sidebar ul ul li {
	margin: 5px 0 0 10px;
}
#search-3 div br {
	display: none;
}
#s {
	display: inline;
	margin: 1px 5px 0 0;
	float:left;
	width: 120px;
}
#searchsubmit {
	float: left;
	width: 80px;
	}
#recent-posts-3 {
	clear:both;
}
.newsletter {
	background: url(../img/newsletter-background.gif) no-repeat;
	margin: 0px 0px 15px 5px;
	padding: 0px;
	height: 129px;
	width: 220px;
	position: relative;
}
.newsletter h2 {
	font-size: 24px;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 10px 5px 15px 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.newsletter img {
	display: block;
	margin: 5px auto;
}

#mainContent {
	margin: 0 260px 0 0;
	padding: 20px 20px 20px 40px;
	font-size: 0.875em;
} 
#foot {
	padding: 0 20px 20px 20px;
	background:url(../img/background-foot.gif) no-repeat center bottom;
	font-size: .75em;
} 
#foot p {
	margin: 0; /* avoid margin collapse */
	padding: 10px 0;
}
#foot ul {
	text-align: center;
	margin: 0;
	padding: 5px 20px;
}

#foot li {
	display: inline;
	padding: 0 3px;
	margin: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
}

a:visited {
}

a:hover {
	text-decoration: none;
}

.style1 {
	color: #008000;
	font-style: italic;
	font-weight: bold;
}
.style2 {
	text-align: center;
}
form { margin-left: 0; }
form br { clear: left; }
label { text-align: right; vertical-align: top; width: 75px; float: left; margin-left: 10px; padding-right: 5px; display: block; }
input, textarea { float: left; margin-bottom: 10px; display: block; }.testimonial {
	font-style: italic;
	line-height: 1.2;
}
.red {
	color: #930;
}
