* {
	padding: 0;
	margin: 0;
}
html, body {
	color: #424242;
	font-size: 0.88em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background-color: white;
	height: 100%;
	margin: 0;
	padding: 0;
}
strong, em, b, i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin-top: 0.1em;
	margin-bottom: 0.8em;
}
.white_text {
	color: white;
}
.percent_85 {
	font-size: 85%;
}
.em_point9 {
	font-size: 0.9em;
	line-height: 1.6;
}
h1 {
	color: #6f8368;
	font-size: 2.3em;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	margin: 0 0 0.33em;
}
h2 {
	color: #6f8368;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	margin: 0 0 0.33em;
}
h3 {
	color: #6f8368;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	margin: 0 0 0.33em;
}
h4 {
	color: #6f8368;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	margin: 0 0 0.33em;
}
.larger-text {
	font-size: larger;
}
ul {
	font-size: 1em;
	line-height: 1.3em;
	text-align: left;
	list-style-type: square;
	margin-top: 0.3em;
	margin-bottom: 0.6em;
	margin-left: 0.5em;
	padding-left: 1em;
}
.contact_names_font {
	font-size: 1.3em;
	margin-top: 1px;
	margin-bottom: 1px;
}
.justify {
	text-align: justify;
}
.text_right {
	text-align: right;
}
hr {
	margin: 0 0 10px;
	border-color: #81a265 transparent transparent;
	border-style: solid;
	border-width: 1px;
}
.displaynone {
	display: none;
}
.flood {
	width:760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F7F7E7;
	border: 1px solid #CC3300;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
	color: #CC3300;
}
/*---- LINKS ----*/
a:link {
	color: maroon;
	text-decoration: underline;
}
a:visited {
	color: maroon;
	text-decoration: underline;
}
a:hover {
	color: #254a25;
	text-decoration: none;
}
a:active {
	color: orange;
	text-decoration: none;
}
/*----- IMAGES -----*/
img {
	border-width: 0;
}
.img_border {
	border-style: solid;
	border-width: 1px;
}
.google_map_border {
	border: solid 1px black;
}
.img_float_left_wpad {
	float: left;
	margin: 0 20px 5px 0;
}
.img_float_right_wpad {
	float: right;
	margin: 0 0 5px 20px;
}
/*----- PAGE -----*/
#page_wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
/*----- HEADER -----*/
#header {
	background-image: url(../graphics/global/head_repeat.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center 0;
	width: 100%;
	height: 150px;
	margin: 0 auto;
	padding: 0;
}
#header_content {
	background-image: url(../graphics/global/head.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center 0;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 150px;
}
#header_content h1 {
	display: none;
}
#header_content p {
	display: none;
}
/*----- MENU BAR -----*/
#menu_bar {
	text-align: right;
	position: absolute;
	top: 100px;
	width: 800px;
	height: 30px;
}
/*----- INDEX -----*/
#body_rollovers {
	width: 760px;
	height: 232px;
	margin: 40px auto 0;
}
#body_real_text {
	background: #477826 url(../graphics/index_only/text_only_box_ground.jpg) repeat-x left 0;
	width: 730px;
	margin: 0 auto;
	padding: 15px;
}
#body_real_text p {
	color: white;
}
#body_real_text_text_box {
	width: 465px;
	float: right;
}
#body_real_text_text_box a:link {
	color: #DEE7D6;
	text-decoration: none;
}
#body_real_text_text_box a:visited {
	color: #DEE7D6;
	text-decoration: none;
}
#body_real_text_text_box a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#body_real_text_text_box a:active {
	color: FFFFFF;
	text-decoration: none;
}
#body_bottom_box  /* NOT USING THIS AS OF OCT. 13, 2009 */ {
	background-image: url(../graphics/index_only/index_bottom_box.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center 0;
	margin: 0 auto;
	width: 800px;
	height: 255px;
}
#body_bottom_box p  /* NOT USING THIS AS OF OCT. 13, 2009 */ {
	display: none;
}
#smart_way_track {
	width: 760px;
	margin: 10px auto 0;
}
#estat {
	width: 124px;
	height: 52px;
	float: right;
	margin-top: 15px;
}
/*---- TEXT NAV ----*/
#text_nav {
	font-size: 0.9em;
	line-height: 0.8em;
	text-align: center;
	width: auto;
	margin: 20px auto;
}
#text_nav a {
	color: #060;
}
#text_nav a:visited {
	color: #060;
}
#text_nav a:hover {
	color: maroon;
	text-decoration: underline;
}
/*----- CONTENT -----*/
#content_wrapper {
	background-image: url(../graphics/global/content_ground_LR_borders.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left 0;
	width: 800px;
	margin: 20px auto 40px;
	padding: 0;
}
#content_wrapper_no_side {
	background-image: url(../graphics/global/content_ground_LR_borders_NO_side.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left 0;
	margin: 20px auto;
	padding: 0;
	width: 800px;
}
#no_side_content {
	text-align: left;
	width: 760px;
	margin: 20px auto;
}
.contact_titles {
	background-color: #ebf1e7;
	width: 750px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#content_header {
}
#content_header h1 {
	display: none;
}
#content_header h2 {
	display: none;
}
#content_header h3 {
	display: none;
}
.content_right_col {
	width: 210px;
	float: right;
	margin: 0 0 20px 20px;
	padding: 0;
}
.facilities_map {
	margin: 0 0 5px 20px;
	padding: 0;
	width: 302px;
	float: right;
}
.googlemap_border {
	border: solid 1px black;
}
.ul_box_head {
	background: #81a265 url(../graphics/global/fade_box_head.jpg) repeat-x left 0;
	width: 188px;
	margin-top: 15px;
	padding: 3px 10px;
	border-top: 1px solid #81a265;
	border-right: 1px solid #81a265;
	border-left: 1px solid #81a265;
}
.ul_box_head h4 {
	color: white;
	font-size: 1.5em;
	letter-spacing: 4px;
	margin: 0;
}
.ul_box {
	background: white url(../graphics/global/fade_top_of_box.jpg) repeat-x left 0;
	padding: 10px;
	width: 188px;
	margin: 0;
	border-left: 1px solid #81a265;
	border-bottom: 1px solid #81a265;
	border-right: 1px solid #81a265;
}
.ul_box ul {
	font-size: 0.7em;
	line-height: 1.3em;
	text-align: left;
	list-style-type: square;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 0.5em;
	padding-left: 1em;
}
.ul_box li {
	line-height: 1.3em;
	text-align: left;
	margin-top: 0.5em;
}
.smartway_box_r_col {
	background: white url(../graphics/global/fade_top_of_box.jpg) repeat-x left 0;
	text-align: left;
	width: 192px;
	padding: 8px;
	border: solid 1px #81a265;
}
#content_footer {
	background: #adbaa8 url(../graphics/global/content_footer.gif) no-repeat center 0;
	width: 800px;
	height: 24px;
	margin: 0 auto;
	padding: 0;
}
/*---- LEFT COLUMN ----*/
#leftcolumn {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 152px;
	float: left;
}
.left_col_box {
	background-color: #e3f0d8;
	text-align: center;
	padding: 5px;
	width: 126px;
	margin-right: auto;
	margin-left: auto;
	border: solid 1px #81a265;
}
.left_col_box p {
	line-height: 1.2em;
	margin: 0.3em 0;
}
/*----- RIGHT COLUMN -----*/
#rightcolumn {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 648px;
	float: right;
}
#rightcolumn_content {
	text-align: justify;
	margin: 20px auto 40px;
	padding: 0;
	width: 608px;
}
#rightcolumn_content ul {
	font-size: 1em;
	line-height: 1.3em;
	text-align: left;
	margin-top: 0.3em;
	margin-bottom: 0.6em;
	margin-left: 0.5em;
	padding-left: 1em;
	list-style-type: square;
}
#rightcolumn_content li {
	line-height: 1.3em;
	text-align: left;
	margin-top: 0.5em;
}
.clear {
	clear: both;
}
/*---- two_col_child ----*/
.two_col_child_left {
	text-align: left;
	width: 370px;
	float: left;
	margin: 0;
	padding: 0;
}
.two_col_child_right {
	text-align: left;
	width: 370px;
	float: right;
	margin: 0;
	padding: 0;
}
/*---- FORM STUFF ----*/
td {
	padding: 4px;
}
.table_header {
	color: white;
	font-size: 1.8em;
	font-weight: bold;
}
.text_field {
	background-color: #fffdf2;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	border-color: #887f5d #d2ccb2 #d2ccb2 #887f5d;
	border-style: solid;
	border-width: 1px;
}
.form_button {
	color: white;
	background-color: #81a265;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px 5px;
	width: auto;
	border-style: solid;
	border-width: 2px;
	border-color: #d0dcc6 #455935 #455935 #d0dcc6;
	cursor: pointer;
}
input {
	color: #586e45;
	font-size: 1.2em;
	padding: 2px;
}
textarea {
	color: #586e45;
	font-size: 1.2em;
	padding: 2px;
}

