html, body {
	font-family: Arial;
	font-size: 12px;
	background-image: url('../images/bkgd_pattern.gif');
	margin: 0 auto;
	height: 100%;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
}

/* Header */
.header {
	height: 92px;
	width: 100%;
	background: #201600;
	border-bottom: 5px solid #c04a09;
}

.headerLine {
	height: 5px;
	width: 100%;
	background-image: none;
}

.headerLine[class] { /*IE will ignore this*/
	height: 18px;
	background-image: url('../images/side_header.png');
}

.centerLogo {
	height: 92px;
	width: 810px; /* change to be same as whatever overall width */
	margin: 0 auto;
}

#logo {
	width: 593px;
	height: 44px;
	margin-top: 25px;
}

/* Navbar */
.menu {
	list-style: none;
	font-size:14px;
	padding: 3px 0;
	margin: 10px 0 10px 20px;
}

.menu li {
	display: inline;
	margin-right: 10px;
}

.menu a {
	color: #201600;
	text-decoration: none;
	padding: 5px;
}

.menu #donateLI a {
	color: #b54609;
}

.menu li a:hover {
    background-color: #b54609;
    padding: 5px;
}

.menu #donateLI a:hover {
	color: #201600;
	background-color: transparent;
}

/* Footer */
.footer {
	height: 35px;
	color: #201600;
	width: 835px;
	margin: 0 auto;
}

.footer a {
	text-decoration: underline;
	color: #201600;
}

.footer a:hover {
	color: #6b635c;
}

#left_footer, #right_footer {
	margin: 10px 0;
}

/* Main */
.overall {
	margin: 0 auto;
	width: 835px;
	padding: 0 0 1em;
}

.overall[class] {
	width: 820px;
}

/* Content */
.content {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.contentTopLine {
	width: 100%;
	height: 5px;
}

.contentTopLine[class] {
	height: 18px;
	background-image: url('../images/side_footer.png');
}

.contentBottomLine {
	height: 5px;
	width: 100%;
	background-image: none;
}

.contentBottomLine[class] { /*IE will ignore this*/
	height: 18px;
	background-image: url('../images/side_header.png');
}

.contentOverall {
	width: 100%;
	background: #201600;
	border-top: 5px solid #c04a09;
}

.contentOverall[class] {
	border: none;
}

.contentMain {
	width: 835px;
	margin: 0 auto;
	padding: 15px 0;
}

.contentText {
	width: 595px;
	color: #e7e3e0;
}

.contentText_products {
	color: #e7e3e0;
}

#content_title {
	font-size: 24px;
	color: #c04a09;
	font-style: bold;
}

#content_hp_title {
	color: #ffffff;
	font-size: 16px;
}

#content_subtitle {
	font-size: 14px;
	color: #df976f;
	font-style: bold;
}

.contentText p {
	margin: 15px 0;
}

#subcontent a{
	text-decoration: none;
	color: #e7e3e0;
}

#subcontent a:hover{
	text-decoration: underline;
}

.inText_img {
	margin: 10px 0 15px;
}

/* Homepage */
.homepage_content {
	background: #e7e3e0;
	overflow: auto;
	border: 1px solid #383838;
}

#homepageVideo {
	width: 380px;
	height: 285px;
	border: 10px solid #6b635c;
	margin: 10px 0 10px 10px;
}

#homepage_contentText {
	width: 400px;
}

#homepage_content_subtitle {
	margin: 20px 20px 5px 20px;
	font-size: 20px;
	color: #783a06;
}

#homepage_contentText p {
	margin: 0 20px 0 20px;
	color: #201600;
}

#donate {
	width: 297px;
	height: 38px;
	margin: 10px 0;
}

.hpcontentText {
	width: 485px;
	color: #e7e3e0;
	float: left;
}

.hpcontentText p {
	margin: 15px 0;
}

.hpcontentText a {
	color: #c04a09;
	text-decoration: none;
}

.hpcontentText a:hover #readBlogWords{
	text-decoration: underline;
}

.readBlogArrow {
	margin: 0 0 0 4px;
	vertical-align: middle;
}

#twitterImg {
	margin: 0 0 20px 0;
}

#twitter_word {
	color: #a8eef0;
}

.blog_pubDate {
	margin: 15px 0 0;
	color: #93918f;
	font-style: italic;
}

.hp_borderLine {
	background: repeat-x url("../images/hp/dot.gif");
	width: 100%;
	height: 3px;
}

#hp_callouts {
	margin-left: 40px;
}

.callout {
	width: 286px;
	height: 86px;
	background: #c2b7ae;
	border: 7px solid #958e88;
	color: #2a1c02;
	font-size: 14px;
	margin-bottom: 10px;
}

.calloutText  {
	width: 266px;
	background: #E7E3E0;
	border: 7px solid #958e88;
	color: #2a1c02;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 10px;
}

.callout img {
	float: left;
	margin-right: 10px;
}

.callout_title {
	font-size: 18px;
	margin: 10px 0 0;
}

.callout_readmore {
	color: #cf5f00;
}

.readMoreArrow {
	margin: 3px 0 0 2px;
}

/* About Page */
#subnav {
	list-style: none;
	font-size:12px;
}

#subnav ul {
	padding: 0;
	margin: 0 0 15px;
}

#subnav li {
	display: inline;
}

#subnav a {
	color: #ffffff;
	text-decoration: none;
}

#subnav a:hover {
	color: #fcb58a;
	text-decoration: none;
}

#lbkgd {
	padding: 0 10px 0 0;
}

#lenvF, #lchallenge {
	padding: 0 10px;
}

/* Products Page */
#subcontent {
	margin-left: 25px;
	color: #d6d4d0;
}

#content_subtitle_products {
	color: #c04a09;
	font-style: bold;
	margin: 20px 0 0 0;
}

#subcontent p, #subcontent dl {
	margin-left: 25px;
}

#products_content_title {
	font-size: 16px;
	color: #c04a09;
	font-style: bold;
	margin: 45px 0 20px 0;
}

.products {
	background: #e7e3e0;
	width: 820px;
}

#products_title {
	font-size: 18px;
	color: #983d07;
	padding: 10px 0 5px 10px;
}

#products_lightColumn {
	height: 96px;
	width: 273px;
	background: #cac7c4;
	color: #201600;
	font-size: 14px;
	position: relative;
}

#products_darkColumn {
	height: 96px;
	width: 274px;
	background: #adaba8;
	color: #201600;
	font-size: 14px;
	position: relative;
}

#products_lightColumn dl, #products_darkColumn dl {
	float: left;
	margin: 15px 0 0 15px;
}

#products_letter {
	font-size: 48px;
	position: absolute;
	bottom: 0;
	right: 15px;
}

#product_bottomSpacer {
	height: 15px;
	width: 100%;
}

#accessories_leftColumn {
	width: 410px;
	height: 120px;
	color: #201600;
}

#accessories_rightColumn {
	width: 410px;
	height: 120px;
	background: #adaba8;
	color: #201600;
}

#accessories_leftColumn img, #accessories_rightColumn img {
	margin: 5px 15px 5px 5px;
	float: left;
}

#accessories_leftColumn p, #accessories_rightColumn p {
	margin: 15px 0 0;
}

/* Who We Are Page */
#accordion {
	width: 605px;
}

.toggler {
	color: #201600;
	font-size: 16px;
	margin-top: 2px;
	padding-left: 20px;
	cursor: pointer;
}

.bio {
	color: #d6d4d0;
	background: #483f2d;
}

.bio img {
	padding: 5px 5px 0 5px;
}

.bio p {
	padding: 0 10px;
}

/* Miscellaneous Functions */
.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clearFloat {
	clear: both;
}

a img {
	border: 0 none;
}

a {
	outline: none;
	cursor: pointer;
}


.hp_logo {
	float:right;
	padding-top: 60px;
	margin-right: 15px;
}

.video {
	border: 7px solid #958E88;
	margin-bottom: 10px;
}

.landingCallout {
	font-weight: bold;
	font-size: 14px;
	color: #8f3707;
	background-color: #cbc8c5;
	padding: 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
