body, table, form, div {
	font-family: Arial, Tahoma,Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body {
	margin: auto;
	position: relative;
	background: #D7D7D7 url(../template/misc/bg_strip.jpg) repeat-x;
}
:root {
	overflow-y: scroll !important;
}
p {
	margin-top: 0px;
	margin-bottom: 7px;
}
a img {
	border: 0; 
}	
input, textarea {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 16px;
	font-size: 12px;
}	
/****************************************************************/
/*                      Containters                           */
/****************************************************************/
#outer_container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 28px;
	padding-bottom: 28px;
}
#inner_container {
	width: 960px;
	border: 2px solid #999999;
	background-color: #FFF;
	float: none;
	overflow: auto;
}
/****************************************************************/
/*                         Header  								*/
/****************************************************************/
.logo {
	display: inline;
	background: url(../template/misc/logo.gif) no-repeat;
	height: 69px;
	width: 385px;
	float: left;
	margin: 6px 0px 0px 14px;
}
#header {
	display: block;
	height: 89px;
	width: 960px;
	border-bottom: 1px solid #999999;
}
/****************************************************************/
/*                         Footer                               */
/****************************************************************/
#footer {
	width: 960px;
	xheight: 86px;
	border-top: 1px solid #999999;
	float: left;
	text-align: right;
}
#button_box_container {
	display: inline;
	width: 140px;
	float: left;
}
#button_box {
	//display: inline;
	width: 140px;
	height: 86px;
	border-right: 1px solid #999999;
	
	background-color: #0A6B01;
}
#button_box2 {
	display: inline;
	width: 13px;
	height: 86px;
	border-right: 1px solid #999999;
	float: left;
	background-color: #0A6B01;
}
#footer_nav {
	width: 802px;
	float: right;
	padding: 17px 13px 0px 0px;
}
#address {
	width: 802px;
	float: right;
	padding: 5px 13px 0px 0px;
}
#credit {
	background-color: #ffffff;
	xwidth: 802px;
	xfloat: right;
	xpadding: 5px 13px 0px 0px;
}
/****************************************************************/
/*                          Text                                */
/****************************************************************/
.bold_green_text {
	color: #0A6B01;
	font-weight: bold;
}
a:hover.bold_green_text {
	color: #666666;
}
.header_green_text {
	color: #0A6B01;
	font-weight: bold;
	text-decoration: none;
}
a:hover.header_green_text {
	color: #666666;
	text-decoration: none;
}
.footer_text {
	font-size: 10px;
	color: #5D5D5D;
}
.footer_text a{
	font-size: 10px;
	color: #5D5D5D;
	text-decoration: none;
}
.footer_text a:hover{
	color: #0A6B01;
}
.footer_green_text {
	font-size: 10px;
	color: #0A6B01;
	font-weight: bold;
}
.footer_links {
	font-size: 9px;
	color: #5D5D5D;
}
.footer_links a{
	color: #5D5D5D;
	text-decoration: none;
}
.footer_links a:hover {
	color: #0A6B01;
}
/* SPECIAL OPACITY EFFECTS */
.trans {
	opacity:.75; 
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	width: 85px;
	height: 47px;
	margin-right: 24px;
	border: 1px solid #999999;
	float: left;
}
.trans_alt {
	opacity:.75; 
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	width: 85px;
	height: 47px;
	border: 1px solid #999999;
	float: left;
}
.trans_feat {
	opacity:.75; 
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	width: 85px;
	height: 47px;
	border: 1px solid #999999;
	float: right;
	margin: 3px 0px 7px 0px;
}
