@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bknd.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

a { text-decoration: none; }

.green_boarder {
	border: 1px solid #8cc63f;
}
.bknd_green-grad-down {
	background-image: url(images/bknd_green-grad_down.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.text_main {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #535353;
	line-height: 20px;
}
.text_main a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #056839;
	color: #056839;
}

.text_main_white {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
.text_main_white a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}

.text_main_light_gray {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #bfbfbf;
	line-height: 20px;
}
.text_main_light_gray a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bfbfbf;
	color: #bfbfbf;
}

.text_main_sml {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #535353;
	line-height: 19px;
}
.text_main_sml a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #056839;
	color: #056839;
}


.text_main_light_grn {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #8cc63f;
	line-height: 20px;
}
.text_main_dark_grn {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #056839;
	line-height: 20px;
}

.tdunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8cc63f;
}


div.visible { 
display: visible; 
} 
div.hidden { 
display: none; 
}
ul {
	list-style-image: url(images/crosshair.gif);
	padding: 0 0 0 28px;
	margin: 8px 0 0 0;
}
.tick {
	list-style-image: url(images/tick.gif);
	padding: 0 0 0 35px;
	margin: 8px 0 0 0;
}

#facebook { 
	background: url(images/follow_fb_down.jpg) no-repeat top left;
	position: fixed; 
	top: 135px; 
	left: 0; 
	width: 35px;
	min-height:175px;
  	height:auto !important;
  	height:175px;
	height: 40px; 
}
#facebook:hover { 
	background: url(images/follow_fb_up.jpg) no-repeat top left;
}

