html {
	/* hide disabled vertical scrollbar in IE */
	overflow: auto;
}

body {
	margin: 0;
	padding: 0;
	/* hide disabled vertical scrollbar in IE */
	overflow: auto;
	background-color: #e6f1eb;
}

body * {
	font-family: Verdana, Arial, sans-serif;
}

#bg_page {
	position: absolute;
	overflow: auto;
	height: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#top_left {
	position: absolute;
	z-index: 200;
	overflow: auto;
	width: 320px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: transparent;
}

#top_left p a:hover {
	color: #e6f1eb;
}

#gc_search {
	position: absolute;
	#position: absolute;
	left: 0;
	margin-left: 16px;
	margin-right: 16px;
}

.gc_search_fields {
	margin: 0;
	padding: 0;
	border: 0;
}

.gc_search_text {
	font-size: .75em;
}

.gc_search_btn {
	margin: 0;
	font-size: .75em;
}

.sidebar_hr {
	position: absolute;
	#position: absolute;
	width: 320px;
	height: 2px;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

#top_right {
	position: absolute;
	z-index: 50;
	overflow: auto;
	width: auto;
	top: 0;
	bottom: auto;
	right: 0;
	background-color: #e6f1eb;
}

#sidebar {
	position: absolute;
	z-index: 100;
	overflow: auto;
	width: 320px;
	height: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
	background-color: transparent;
	background: url('/images/home/sidebar-wave.png') 0 0 repeat;
	text-align: left;
	vertical-align: top;
}

#main_base {
	position: absolute;
	z-index: 50;
	overflow: auto;
	width: auto;
	height: auto;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #e6f1eb;
}

#main {
	position: absolute;
	z-index: 200;
	overflow-x: auto;
	overflow-y: hidden;
	width: auto;
	height: auto;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 4px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	background-color: transparent;
}

#main_left {
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	width: 240px;
	height: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	background-color: transparent;
}

.treeview .hitarea {
	background: url(/images/treeview-default.gif) -64px -25px no-repeat;
	width: 16px;
	height: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float: none;
}

.treeview li {
	background: url(/images/treeview-default-line.gif) 0 0 no-repeat;
}

#sidebar_menu {
	width: 208px;
	list-style: none;
	margin: 6px 12px;
	padding: 0;
	line-height: 1em;
}

#sidebar_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #a3d0bc;
}

#sidebar_menu li {
	margin-top: .2em;
	margin-bottom: 0;
	padding-top: 0;
	padding-left: 16px;
	padding-bottom: 0;
}

#sidebar_menu li a:hover {
	color: #e6f1eb;
}

#sidebar_menu li a.selected {
	font-weight: bold;
	font-style: italic;
}

#sidebar_menu li a.selected:hover {
	color: #e6f1eb;
}

#sidebar_menu li li {
	font-size: 90%;
}

#sidebar_menu li li a {
	font-weight: normal;
}

#sidebar_menu .hitarea {
	background-color: #a3d0bc;
	background-image: url(/images/treeview-icons.gif);
}

#sidebar_menu .expandable-hitarea {
	background-position: -80px -3px;
}

#sidebar_menu li.lastExpandable {
	background-position: -32px -67px;
}

#sidebar_menu li.lastCollapsable {
	background-position: 0 -111px;
}

#sidebar_menu li.lastExpandable, #sidebar_menu li.lastCollapsable {
	background-color: #a3d0bc;
	background-image: url(/images/treeview-icons.gif);
}

#sidebar_menu .lastExpandable-hitarea {
	background-position: -80px -3px;
}

#sidebar_menu .lastCollapsable-hitarea {
	background-position: -64px -25px;
}

.weather {
	display: block;
	width: 208px;
	margin: 8px 16px 8px 16px;
	padding: 0;
}

.weather a:hover {
	color: #e6f1eb;
}

.weather a.selected:hover {
	color: #e6f1eb;
}

.weather_cur {
	display: block;
	margin: 0;
	padding: 0;
}

.weather_cur_icon {
	display: inline;
	float: left;
	margin: 0;
	padding: 1px;
	border: 1px solid #a0a0a0;
}

.weather_cur_temp {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0;
	padding: 0;
}

.weather_cur_cond {
	display: block;
	padding-top: 8px;
	clear: left;
	font-size: .8em;
}

#weather_fcs_lbl {
	display: inline;
}

.weather_fcs {
	display: table;
	margin-top: 0;
	padding: 0;
}

.weather_fcs_ie {
	width: 149px;
	margin: 0;
	padding: 0;
}

.weather_fcs_row {
	display: table-row;
}

.weather_fc {
	display: table-cell;
	width: 40px;
	margin: 0;
	padding-top: 4px;
	padding-right: 4px;
	clear: left;
	text-align: center;
	font-size: .8em;
}

.weather_fc_ie {
	width: 47px;
	margin: 0;
	padding: 4px 0;
	text-align: center;
	font-size: .6em;
}

.weather_fc_icon {
	margin: 0;
	padding: 1px;
	border: 1px solid #a0a0a0;
}

#scr_bar_cover {
	position: absolute;
	z-index: 300;
	top: 0;
	left: 222px;
	bottom: 0;
	width: 19px;
	height: auto;
	background-color: #a3d0bc;
}

#main_right {
	position: absolute;
	z-index: 200;
	width: auto;
	height: auto;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	vertical-align: top;
}

div.slideshow_plain {
	margin-top: 2.6em;
	margin-left: auto;
	margin-bottom: 1.6em;
	margin-right: auto;
}

div.slideshow_plain div {
	margin: 0 auto;
	text-align: center;
}

.panorama_view {
	margin: 6px auto;
	text-align: center;
	background-color: #e6f1eb;
	color: #007a68;
}

a:link, a:visited, a:active {
	color: #007a68;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #a3d0bc;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

#spacer {
	width: 100%;
	height: 0;
	background-color: transparent;
}

#bottom {
	display: block;
	width: 95%;
	margin-top: 4em;
	margin-left: auto;
	margin-bottom: 1em;
	margin-right: auto;
	color: #a0a0a0;
	text-align: center;
	font-size: 68%;
}

#bottom a:link, #bottom a:visited, #bottom a:active {
	color: #a0a0a0;
	font-weight: bold;
	text-decoration: none;
}

#bottom_left, #bottom_right {
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
}

h1 {
	margin-top: 1.8em;
	margin-left: 12px;
	margin-right: 12px;
	text-align: center;
	color: #007a68;
	font-size: 160%;
	font-weight: bold;
}

h2 {
	margin-top: .6em;
	margin-left: 12px;
	margin-right: 12px;
	text-align: center;
	color: #007a68;
	font-size: 140%;
	font-weight: bold;
}

h3 {
	margin-top: .4em;
	margin-left: 12px;
	margin-right: 12px;
	text-align: center;
	color: #007a68;
	font-size: 120%;
	font-weight: bold;
}

h4 {
	margin-top: .2em;
	margin-left: 12px;
	margin-right: 12px;
	text-align: center;
	color: #007a68;
	font-size: 100%;
	font-weight: bold;
}

.h2_pl_lst {
	text-align: left;
	color: #000000;
}

.p_std {
	margin-left: 12px;
	margin-right: 12px;
}

.p_std_top {
	margin-top: 6px;
}

.p_hr_top {
	margin-top: .2em;
}

.p_hr_bottom {
	margin-bottom: .2em;
}

.p_img {
	margin-top: 0;
	margin-bottom: 1em;
	margin-right: 6px;
	text-align: right;
	font-size: 68%;
}

.p_text {
	margin-top: 0;
	margin-left: 6px;
	margin-bottom: 1em;
	text-align: left;
}

.hr_std {
	margin-left: 12px;
	margin-right: 12px;
}

.tbl_std {
	margin-left: 12px;
	margin-right: 12px;
}

.tbl_std_top {
	margin-top: 6px;
}

.tbl_img_big {
	margin: 1em auto;
	width: 1%;
}

.tbl_plant_list {
	margin-top: 6px;
	font-size: 90%;
}

.tbl_img_links {
	margin: 6px auto 1em;
}

.tbl_ctr {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.td_l {
	vertical-align: top;
}

.p_img2 {
	margin-bottom: 0;
	margin-right: 6px;
}

.p_img2_0 {
	margin-top: 0;
}

.p_img2_12 {
	margin-top: 12px;
}

.img {
	border: 1px solid #000000;
}

.td_r {
	vertical-align: top;
	/* border-left: 1px solid #808080; */
}

.p_hdr {
	margin-left: 6px;
	margin-bottom: 0;
	font-weight: bold;
}

.p_hdr_0 {
	margin-top: 0;
}

.p_hdr_12 {
	margin-top: 12px;
}

.p_rem {
	margin-top: .4em;
	margin-left: 6px;
	margin-bottom: 0;
}

.td_c {
	text-align: center;
	vertical-align: middle;
}

.p_specials_img {
	margin-top: 1.6em;
	margin-bottom: 0;
	text-align: center;
}

.p_specials_heading {
	margin-top: 6px;
	margin-left: 12px;
	margin-bottom: 0;
	margin-right: 12px;
	text-align: center;
	color: #007a68;
	font-size: 125%;
	font-weight: bold;
}

.p_specials_subheading {
	margin-top: 1.2em;
	margin-left: 12px;
	margin-bottom: 0;
	margin-right: 12px;
	font-size: 112%;
	font-weight: bold;
}

.p_specials_std {
	margin-top: .6em;
	margin-left: 12px;
	margin-bottom: 0;
	margin-right: 12px;
}

.form_tbl_std {
	width: 60%;
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.form_p_std {
	margin-left: 12px;
	margin-right: 12px;
	text-align: left;
}

.td_label {
	text-align: right;
}

.td_input {
	text-align: left;
}

hr {
	color: white;
	border-top: 1px solid #888888;
}

li {
	margin-top: .6em;
}

