/* CSS Document */
body {
	background: #000 none;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}
a {
	color: #6A301D;
	text-decoration: none;
}
a:hover {
	color: #510000;
	text-decoration: underline;
}
#tophead {
	background: transparent url(images/darkstrips.jpg) repeat-x 0px 0px;
	height:40px;
}
#logoarea {
	background: transparent url(images/lightstrips.jpg) repeat 0px 0px;
	height: 240px;
}
.logoPosition {
	padding: 10px;
}
#slogan {
	background: transparent url(images/slogan.png) no-repeat 0px 0px;
	height:104px;
}
#navwapper {
	text-align:center;
	background: transparent url(images/lightstrips.jpg) repeat 0px 0px;
}
#navwapper ul {
	margin: 0px;
	padding: 15px;
}
#navwapper ul li.nav {
	list-style:none;
	display:inline;
	padding: 0 10px 0 10px;
}
#navwapper ul li.nav a {
	font-family: Arial;
	font-size: 18px;
	color: #6D6E71;
	text-decoration:none;
}
#navwapper ul li.nav a:hover {
	text-decoration:underline;
}
#certified {
	font-family: Arial;
	font-size: 14px;
	color: #6D6E71;
	font-weight:bold;
	background: transparent url(images/lightstrips.jpg) repeat 0px 0px;
	height:30px;
	text-align:center;
}
#content {
	background: transparent url(images/lightstrips.jpg) repeat 0px 0px;
	height: 100%; /* Works for IE only */
	overflow: auto;
}
#pageTitle {
	font-size:18px;
	font-weight:bold;
	color: #6A301D;
	text-transform:uppercase;
	padding: 0 0 15px 0;
}
#bodypadding {
	padding: 0px 25px 10px 25px;
}
#bodycontent {
}
.bodyCaptions{
	font-size:16px;
	font-weight:bold;
}
.bodyText {
	font-size: 12px;
	margin:auto;
}
.itemlist ul li {
	/*display:inline;*/
}
.picture {
	margin-right:10px;
	border:2px solid #333333;
}
.testimonials {
	font-style:italic;
}
.nonprofit {
	color: #6A301D;
}
.nonprofit a {
	color: #333333;
	text-decoration: none;
}
.nonprofit a:hover {
	color:#999999;
	text-decoration: underline;
}
.freegift {
	color: #6A301D;
}


#rightcolumn {
	float:right;
	width: 233px;
	margin:0px 0 10px 10px;
	background-color: #F7EDCE;
}
.headerBox {
	background-color: #6A301D;
	padding: 8px 4px 8px 4px;
	font-size:15px;
	color: #F0DC9E;
	text-align:center;
	font-weight:bold;
}
.rightColumnTitle {
	font-size: 13px;
	font-weight:bold;
}
.rightColumnText {
	font-size: 12px;
	padding: 8px;
}


.buttonStyle {
	background-color: #E1CE92;
	color: #231F20;
	font-size: 11px;
	border: none;
	cursor:pointer;
}
.sfield {
	width: 218px;
	height: 20px;
}
#externalLinks {
	padding: 20px 0 15px 0;
}

#footerWrapper {
	background: transparent url(images/darkstrips.jpg) repeat-x 0px 0px;
	height:40px;
}
.footer {
	text-align:center;
	font: Arial;
	color:#FFFFFF;
	font-size:19px;
	padding: 10px;
}
.footer a {
	color:#FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
