@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
}
body {
	background-image: url(images/bgpixel.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}
a:link {
	color: #a6ce39;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a6ce39;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #a6ce39;

}
#container {
	width: 800px;
	margin-right: auto;
	position: relative;
	margin-left: auto;
	text-align: left;
	top: 0px;
}
#maintop {
	position:relative;
	top:0px;
	width:800px;
	height:20px;
	background-image: url(images/bg_top.gif);
	margin-left: 0px;
	margin-top:10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main {
	position:relative;
	top:-0px;
	width:800px;
	background:FFF;
	background-image: url(images/bg_panel.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#LogoBar{
	background-image: url(images/bg_panel.gif);
	height:75px;
	padding-left:20px;
	vertical-align: top;
}
#mainbottom {
	position:relative;
	top:-25px;
	width:800px;
	height:20px;
	background-image: url(images/bg_bottom.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#leftbar {
	position: relative;
	text-align: left;
	width: 140px;
	line-height: 20px;
	float: left;
	padding-top: 5px;
	padding-left: 40px;
	margin: 0px;
}
#content {
	position: relative;
	margin-left: 190px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#rightimage {
	position: absolute;
	width: 180px;
	top: 230px;
	right: 40px;
	height: 97px;
	background-repeat: no-repeat;
}
#text {
	position: absolute;
	width: 345px;
	top: 218px;
	left: 24px;
	height: 335px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#header {
	width:730px;
	vertical-align: baseline;
	padding-right: 20px;
	padding-left: 50px;
	padding-top: 20px;
}
#footer {
	position: relative;
	left: 0px;
	top: -20px;
	height: 0px;
	width: 800px;
	text-align: center;
}
#address {
	position: absolute;
	left: 50px;
	bottom: 45px;
	width: 130px;
	text-align: left;
}
#address a:link {
	color: #666;
}
#address a:hover {
	color: #666;
	text-decoration: underline;
}
#address a:visted {
	color: #666;
}
#address a:active {
	color: #666;
}
#footer a:link {
	color: #666;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}
#footer a:visited {
	color: #666;
}
#footer a:active {
	color: #666;
}
#BrochureButton {
	position:absolute;
	left:582px;
	top:425px;
	width:180px;
	height:34px;
	z-index: 50;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-transform: capitalize;
	color: #a6ce39;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
.address {
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
.clear{
	clear:both;
}

/* ***************************** DHTML MENU ***************************** */
html{
	height:100%;
}	
#mainContainer{
	width:760px;
	text-align:left;
	margin:0 auto;
	background-color: #FFF;
	border-left:1px solid #000;
	border-right:1px solid #000;
	height:100%;
}
#leftMenu{
	width:200px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}
#mainContent{
	width: 520px;
	padding-right:10px;	
	float:left;
}
/*
General rules
*/
#dhtmlgoodies_slidedown_menu li{
	list-style-type:none;
	position:relative;
	margin: 0px;
}
#dhtmlgoodies_slidedown_menu ul{
	padding:0px;
	position:relative;
	margin: 0px;
}
#dhtmlgoodies_slidedown_menu div{
	margin: 0px;
	padding:0px;
}
/* 	Layout CSS */
#dhtmlgoodies_slidedown_menu{		
	width:140px;	
}
/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu a{
	color: #000;
	text-decoration:none;	
	display:block;
	clear:both;
	width:140px;	
	padding-left:2px;	
}
/*
A tags 
*/
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
	margin-top:8px;
	margin-bottom:8px;
	font-weight:bold;
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
	margin-top:1px;
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
	margin-top:1px;
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
	margin-top:1px;
}	
/* UL tags, i.e group of menu utems. 
It's important to add style to the UL if you're specifying margins. If not, assign the style directly
to the parent DIV, i.e. 

#dhtmlgoodies_slidedown_menu .slideMenuDiv1

instead of 

#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
*/

#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
	padding:1px;
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
	margin-left:35px;
	padding:1px;
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
	margin-left:10px;
	padding:1px;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
	margin-left:15px;
	padding:1px;
}
