
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color: #007f61;
}

#body_top {
	margin: 0px;
	padding: 0px;
	background-color: #dbecd8;
	background-image: url(../images/bg_body_top.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#body_bottom {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_body_bottom.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
}

#wrap {
	width: 1124px;
	margin-left: auto;
	margin-right: auto;
}

#wrap_left {
	width: 55px;
	height: 167px;
	float: left;
	background-image: url(../images/bg_wrap_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#wrap_right {
	width: 55px;
	height: 167px;
	float: right;
	background-image: url(../images/bg_wrap_right.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#wrap_center {
	width: 1014px;
	float: left;
	background-image: url(/images/bg_body_top.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}



/*************************************************************/
/********************* header ********************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 1014px;
	height: 121px;
	float: left;
	margin-bottom: 2px;
}

#header #logo {
	width: 350px;
	height: 121px;
	float: left;
}

#header #links {
	width: 629px;
	height: 100px;
	float: right;
	padding: 21px 0px 0px 1px;
	background-image: url(../images/bg_header_link.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
}

#header #links .link_item {
	width: 100px;
	height: 100px;
	float: left;
	background-image: url(../images/bg_header_link.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 0px 1px 0px 0px;
}

#header #links a {
	display: block;
	width: 100px;
	height: 28px;
	padding-top: 72px;
	text-align: center;
	color: #ffffff;
}

#header #links a:hover {
	color: #c5dcc0;
	text-decoration: none;
}

#header #links a.current {
	color: #c5dcc0;
	text-decoration: none;
	background-image: url(../images/bg_header_link_on.gif);
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

#header #search {
	width: 217px;
	height: 31px;
	float: left;
	padding: 69px 1px 0px 0px;
	background-image: url(../images/bg_header_link.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#header #search .title {
	width: 59px;
	float: left;
	padding: 3px 6px 0px 0px;
	text-align: right;
}

#header #search .textbox {
	width: 117px;
	height: 17px;
	float: left;
	background-image: url(../images/bg_search_box.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	padding: 3px 5px 0px 5px;
	font-size: 11px;
}



/*************************************************************/
/********************* quicklinks ****************************/
/*************************************************************/
#quicklinks {
	width: 1014px;
	height: 43px;
	float: left;
	border-bottom: 1px solid #b8d8b2;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/bg_quicklinks.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.quicklink_bar {
	width: 1px;
	height: 43px;
	float: left;
	background-image: url(../images/bg_quicklink_bar.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.quicklink_item {
	height: 43px;
	float: left;
}

.quicklink_item a {
	width: 100%;
	height: 29px;
	padding: 14px 0px 0px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000000;
}

.quicklink_item a:hover {
	color: #005f48;
	text-decoration: none;
}

.quicklink_item a.current {
	color: #005f48;
	text-decoration: none;
	background-image: url(../images/bg_quicklink_on.gif);
	background-position: 50% 0;
	background-repeat: no-repeat;
}



/*************************************************************/
/********************* main **********************************/
/*************************************************************/
#main {
	width: 1014px;
	float: left;
	padding-bottom: 30px;
	background-color: #ffffff;
	background-image: url(../images/bg_main.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	min-height: 500px;
}

#main_inside {
	width: 1006px;
	float: left;
	padding: 0px 6px 0px 2px;
	background-image: url(../images/bg_main_inside.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}


/*************************************************************/
/********************* navigation ****************************/
/*************************************************************/
#navigation {
	width: 247px;
	float: left;
	padding: 11px 0px 0px 0px;
	margin: 0px;
}

#navcontainer {
	width: 247px;
	float: left;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	font-size: 14px;
	font-weight: normal;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li a {
	display: block;
	width: 237px;
	padding: 15px 0px 3px 10px;
	text-decoration: none;
	color: #000000;
	background-image: url(../images/bg_menu1_off.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	text-decoration: none;
	color: #00624b;
	background-image: url(../images/bg_menu1_on.gif);
}

#navcontainer ul ul {
	list-style: none;
	margin: 1px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	background-image: url(../images/bg_menu1_off.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#navcontainer li li {
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: none;
}

#navcontainer li li a {
	display: block;
	width: 227px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #000000;
	background-image: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	text-decoration: none;
	color: #00624b;
	background-image: url(../images/bg_menu2_on.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

#banners {
	width: 237px;
	float: left;
	padding: 25px 0px 0px 10px;
}

.navbanner {
	width: 237px;
	float: left;
	margin-bottom: 5px;
}



/*************************************************************/
/********************* container *****************************/
/*************************************************************/
#container {
	width: 742px;
	float: right;
}

#main_content {
	background-image: url(../images/bg_main_content.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	min-height: 450px;
	padding: 10px 14px;
}

#breadcrumbs {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	padding: 8px 2px 2px 0px;
	color: #666666;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #999999;
}

.news_misc_table {
	width: 500px;
	float: left;
	margin-bottom: 20px;
}



/*************************************************************/
/********************* homepage ******************************/
/*************************************************************/
.cbTitle {
	color: #005f49;
	font-size: 15px;
	border-bottom: 1px solid #edb761;
	padding: 5px 3px;
}

.cbBody {
	background-image: url(../images/bg_main_content.gif);
	background-position: 0 1px;
	background-repeat: repeat-x;
	padding: 11px 13px;
	font-size: 11px;
}
.contentboxes_top {
	border-bottom: 1px solid #e3f1e1;
	padding: 7px 5px 6px 5px;
}

.contentboxes_bottom {
	padding: 10px 5px 0px 5px;
}

.imgContainer {
	border: 1px solid #ededed;
	width: 664px;
	margin-left: auto;
	margin-right: auto;
}

.imgCaption {
	padding: 5px 0px 0px 9px;
	height: 21px;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #005f48;
}

.news_cb_2_date {
	text-transform: uppercase;
	font-weight: bold;
}


/*************************************************************/
/********************* footer ********************************/
/*************************************************************/
#footer {
	width: 986px;
	height: 200px;
	background-image: url(../images/bg_footer.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	clear: both;
	padding: 8px 10px 22px 18px;
	font-size: 11px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover,
#footer a.current {
	color: #95c58c;
	text-decoration: none;
}

#footer_left {
	width: 273px;
	float: left;
}

#footer_links {
	width: 200px;
	height: 45px;
	float: right;
	padding: 10px 12px 0px 0px;
	text-align: right;
}

#footer_description {
	width: 613px;
	float: right;
	padding-right: 100px;
	background-image: url(../images/bg_footer_description.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#printfooter {
	display: none;
	visibility: hidden;
}

