@charset "UTF-8";
html, body {
	height:100;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-color: #5a471b;
	background-image: url(images/backgroundtexture.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.twoColFixLtHdr #container {
	width: 960px;
	height:100%; /* http://www.search-this.com/2007/02/05/css-min-height-explained/ */
	min-height: 700px; /* http://www.search-this.com/2007/02/05/css-min-height-explained/ */
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	padding: 0px;
	vertical-align: top;
} 
	html>body #container{height:auto; min-height:700px;} /* http://www.search-this.com/2007/02/05/css-min-height-explained/ */
	
.twoColFixLtHdr #nav {
	text-align: center;
	width: 940px;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 37px;
}
.twoColFixLtHdr #nav img {
	border:none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #animation {
	border:none;
	height: 165px;
	width: 940px;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color: #ffffff;
	vertical-align: top;
}
.twoColFixLtHdr #header {
	width: 960px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #6f1b1c;
}
.twoColFixLtHdr #sidebarwrapper {
	/* float: left; since this element is floated, a width must be given */
	width: 221px;
	position: absolute;
	top: 209px; /* IE 6 and earlier hack */
	t\op: 203px;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	left: 0px;
	text-align: left;
}
.twoColFixLtHdr #sidebar1 {
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #6f1b1c;
	border-bottom-color: #6f1b1c;
	margin: 0px;
	padding: 0px;
	/*	background-color: #CCCC00;*/
	vertical-align: top;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 10px; /* 0 */
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
} 


h1, h2 { 
	color: #6f1b1c;
}
.twoColFixLtHdr #footer {
	height: 72px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
div#tagline {
	background-color: #064336;
	background-image: url(images/greenbar_13.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 42px;
	width: 940px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#tagline p {
	color:#ffffff;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:19px;
	margin:0;
	padding:10px 15px 0 253px;
	text-transform:uppercase;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -0.05ex;
	text-align: left;
}
.twoColFixLtHdr #footer p {
	color: #6f1b1c; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6F1B1C;
	border-right-color: #6F1B1C;
	border-bottom-color: #6F1B1C;
	border-left-color: #6F1B1C;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.twoColFixLtHdr #footer ul {
	color: #6f1b1c; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6F1B1C;
	border-right-color: #6F1B1C;
	border-bottom-color: #6F1B1C;
	border-left-color: #6F1B1C;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	list-style-position: inside;
}
p.testimonial {
	color: #6f1b1c;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	text-indent: -1ex;
	padding: 1.0em 10px 0 15px; /* fix for IE 6 and earlier */
	paddin\g: 1.6em 10px 0 15px;
	margin: 0px;
	overflow-x: hidden; /* fix for italic bloat in IE 6 and earlier */
/*	background-color: #66FF00;*/
}
p.author {
	color: #6f1b1c;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: right;
	margin-top: 0px;
	padding-top: 0px;
}
p.authorphoto, p.brookovercompanies {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.twoColFixLtHdr #footer ul li{
	display: inline;
}
.twoColFixLtHdr #footer ul li a  {
	color:#6f1b1c;
	text-decoration: none;
}
.twoColFixLtHdr #footer ul li a:hover {
	color:#000000;
	text-decoration: underline;
}
.twoColFixLtHdr #footer ul li a:visited {
	color:#6f1b1c;
	text-decoration: none;
}
.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;
}

p.italicsubhead {
	font-style: italic;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent p {
	font-size: 14px;
	line-height: 16px;
}
div#end {
	padding-bottom: 10px;
}
h3 {
	font-size: 1.1em;
	color: #6f1b1c;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.4em;
}
img.redsubheads {
	margin-top: 24px;
}
/*p strong {
	color: #6f1b1c;
}*/
.twoColFixLtHdr #containerRed {
	width: 960px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/backgroundred.png);
	background-repeat: repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	vertical-align: top;
}
.twoColFixLtHdr #footerRed {
	height: 72px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
}
div#endRed {
	padding-bottom: 10px;
}
p.sidebar {
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 15px;
	margin-left: 15px;
}
h3.sidebar {
	font-size: 1.1em;
	color: #6f1b1c;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-right: 15px;
	padding: 0px;
}
