@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #1B0B01;
	background-image: url(images/5_bg.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 1140px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 195px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/header-bg.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	text-align: center;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr  #mainContent1 {
	background-color: #1B0B01;
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	min-height:200px;
	padding-top: 267px;
	padding-bottom: 30px;
}
.oneColFixCtrHdr #mainContent2 {
	background-color: #1B0B01;
	background-image: url(images/about_bg.jpg);
	background-repeat: no-repeat;
	min-height:200px;
	padding-top: 267px;
	padding-bottom: 30px;
}
.oneColFixCtrHdr #mainContent3 {
	background-color: #1B0B01;
	background-image: url(images/solution_bg.jpg);
	background-repeat: no-repeat;
	min-height:200px;
	padding-top: 267px;
	padding-bottom: 30px;
}
.oneColFixCtrHdr #mainContent4 {
	background-color: #1B0B01;
	background-image: url(images/news_bg.jpg);
	background-repeat: no-repeat;
	min-height:200px;
	padding-top: 267px;
	padding-bottom: 30px;
}
.oneColFixCtrHdr #mainContent5 {
	background-color: #1B0B01;
	background-image: url(images/contribute_bg.jpg);
	background-repeat: no-repeat;
	min-height:200px;
	padding-top: 267px;
	padding-bottom: 30px;
}
.oneColFixCtrHdr #mainContent6 {
	background-color: #1B0B01;
	background-image: url(images/treat_bg.jpg);
	background-repeat: no-repeat;
	min-height:200px;
	padding-top: 267px;
	padding-bottom: 30px;
}
.oneColFixCtrHdr  #mainContent7 {
	background-color: #1B0B01;
	background-image: url(images/otherWays_bg.jpg);
	background-repeat: no-repeat;
	min-height:200px;
	padding-top: 267px;
	padding-bottom: 30px;
}
.oneColFixCtrHdr #mainContent8 {
	background-color: #1B0B01;
	background-image: url(images/gallery_bg.jpg);
	background-repeat: no-repeat;
	min-height:200px;
	padding-top: 267px;
	padding-bottom: 30px;
}






.oneColFixCtrHdr #contPanel {
	width: 706px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	height: 100%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
object {outline: none
}

h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 20px;
	color: #2e7f52;
	background-image: url(images/h1Tab.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	background-position: 0px;
	text-align: left;
}
h2 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: -10px;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3333;
}

#menuCont {
	height: 38px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 111px;
}

#rightCol img {
	float: right;
	margin-left: 10px;
}
.imgNoFloat  {
	float: none;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}




.oneColFixCtrHdr #leftCol {
	float: left;
	width: 338px;
	display: block;
}
.oneColFixCtrHdr #rightCol {
	width: 338px;
	margin-left: 368px;
	display: block;
}
.oneColFixCtrHdr #rightCol2 {
	width: 338px;
	margin-left: 368px;
	display: block;
}

.oneColFixCtrHdr #clearFloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#imgCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #1B0B01;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BFB37D;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
}
ul {
	margin-left: 0px;
	padding-left: 20px;
}
#boxout1 {
	background-color: #E7A4A0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
}
#boxout1 h2 {
	color: #000000;
}
