@charset "utf-8";
/* CSS Document */

.body {
	background-image: url(../images/bkgc.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0;
	margin-left: 0;
	background-color: #42474b;
	
}

.pop {
	margin-left: 25px;
	margin-right: 25px;
	background-color: #42474b;
	
}

.news_label {color: #FFFFFF; font-size: 10; }

#container_top {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

#container_pop {
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	color: #E2D8BD;
	line-height: 20px;
}

#container_pop .subhead{
	font-family: Arial;
	font-size: 16px;
	color: #E2D8BD;
	line-height: 20px;
}


#logo {
	width: 100%;
	height: 73px;
	text-align:left;
}

#header {
	width: 100%;
	height: 270px;
	text-align:left;
}

#container_body {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-image:url(../images/menu/background.jpg);
	background-repeat:repeat-y;
}

#button {
	float:left;
	width: 271px;
	height: auto;
	font-family: Arial, sans-serif;
	letter-spacing: 2px;
	font-size:11px;
	background-image:url(../images/menu/background.jpg);
	color: #616568;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 45px;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#button li {
	border-bottom: 1px #42474B dotted;
	margin: 0;
}

#button li .current{
	display: block;
	padding: 7px 7px 7px 10px;
	border-left: 6px solid #142326;
	border-right: 6px solid #142326;
	background-color: #1C2B2E;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
		
#button li a {
	display: block;
	padding: 7px 7px 7px 10px;
	border-left: 6px solid #42474B;
	border-right: 6px solid #42474B;
	background-color: #616568;
	color: #000;
	text-decoration: none;
	width: 100%;
}

html>body #button li a {
	width: auto;
}

html>body #button li .current {
	width: auto;
}

#button li a:hover {
	border-left: 6px solid #142326;
	border-right: 6px solid #142326;
	background-color: #1C2B2E;
	color: #fff;
}


#body_text {
	width: 661px;
	float: right;
	padding-left: 15px;
	padding-top: 15px;
	font-family: Arial;
	font-size: 12px;
	color: #E2D8BD;
	line-height: 20px;
	padding-bottom: 50px;
}

#body_text .subhead {
	font-family: Arial;
	font-size: 16px;
	color: #E2D8BD;
	line-height: 20px;
}

#body_text .small {
	font-family: Arial;
	font-size: 11px;
	color: #E2D8BD;
	line-height: 18px;
}

#body_text a:link {
	color: #C2D847;
	text-decoration: none;
}
#body_text a:visited {
	text-decoration: none;
	color: #C2D847;
}
#body_text a:hover {
	text-decoration: underline;
	color: #C2D847;
}
#body_text a:active {
	text-decoration: none;
}

#dl_guide {
  display: block;
  width: 271px;
  height: 27px;
  background-image:url(../images/download_guide.jpg);
  background-repeat:no-repeat;
}

#dl_guide:hover
{ 
  background-position: 0 -27px;
}

#dl_guide span
{
  display: none;
}

#donate_print {
  display: block;
  width: 271px;
  height: 27px;
  background-image:url(../images/printable.jpg);
  background-repeat:no-repeat;
}

#donate_print:hover
{ 
  background-position: 0 -27px;
}

#donate_print span
{
  display: none;
}

#donate_paypal {
  display: block;
  width: 271px;
  height: 27px;
  background-image:url(../images/paypal.jpg);
  background-repeat:no-repeat;
}

#donate_paypal:hover
{ 
  background-position: 0 -27px;
}

#donate_paypal span
{
  display: none;
}

#container_bottom {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

#footer {
	width: 100%;
	height: 270px;
	text-align:left;
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
}

#footer_text {
	width: 661px;
	float: right;
	padding-right: 20px;
	padding-top: 20px;
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
	text-align: right;
}

#footer_text a:link {
	color: #333333;
	text-decoration: none;
}
#footer_text a:visited {
	text-decoration: none;
	color: #333333;
}
#footer_text a:hover {
	text-decoration: underline;
	color: #333333;
}
#footer_text a:active {
	text-decoration: none;
}
