﻿/* Main CSS layout - H2O v0.9a */

body {
	margin: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #FFFFFF;
}
img {
	padding: 0px;
	margin: 0px;
}
a	{
	color: #006600;
	text-decoration: none;
}
a:hover	{
	color: #006600;
	text-decoration: underline;
}

#container {
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #FFFFFF;
}

#masthead {
	clear: both;
	height: 120px;
	padding-right: 8px;
}
#mast_logo {
	float: left;
}
.mast_logo_space {
	margin-left: 8px;
	margin-right: 6px;
	margin-bottom: 2px;
}
#mast_search {
	float: right;
	margin-top: 76px;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: middle;
}

#top_nav {
	clear: both;
}

/* Dropdown Menu */
#menu_top {
	margin: 0;
	margin-bottom: 2;
	padding: 0;
	z-index: 30;
}

#menu_top li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	color: #FFF;
	font: bold 14px arial;
}

#menu_top li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 114px;
	background: transparent url(../images/menu_normal.gif) center center repeat-x;
	color: #FFF;		/* Main menu font color */
	text-align: center;
	text-decoration: none;
}

#menu_top li a:hover {
	background: transparent url(../images/menu_hover.gif) center center repeat-x;

}

/* Dropdown Definitions */
#menu_top div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #C0DEAD;  /* Dropdown background */
	border: 1px solid #2c5d29;  /* Dropdown border */
}

#menu_top div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #d0e6c1;  
	color: #21451F;       
	font: 12px arial;
	font-weight: bold;
}

#menu_top div a:hover {
	background: #036126;
	color: #FFF;
}

/* Page content */
#page_content {
	background-position: 10px;
	margin: 15px 10px 10px 10px;
	clear: both;
	min-height: 350px;
	background-image: url('../i2/view_background.jpg');
	background-repeat: no-repeat;
}

/* Page content - 3 column  styles */
#page_left {
	float: left;
	width: 230px;
	padding-right: 15px;
}
.page_left_tag {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 6px;
	color: #7db850;
	margin-left: 12px;
	margin-bottom: 7px;
}
#page_center {
	float: left;
	width: 430px;
	padding-right: 15px;	
}
#page_right {
	float: left;
	width: 245px;
}
.news_hdr {
	padding: 5px 10px 5px 5px;
	background-color: #1F5521;
	font-size: 36px;
	color: #FFFFFF;
	text-align: right;
}
.news_hdr1 {
	padding: 5px;
	background-color: #1F5521;
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
}
.new_arthdr {
	font-size: large;
	font-weight: bold;
}
.newsbox_data {
	border-style: none solid solid solid;
	border-width: 4px;
	padding: 6px;
	border-color: #1F5522;
}
.newsbox_p {
	margin-bottom: 0px;
}

/* Page content - 2 column  styles */
#page_2cleft {
	float: left;
	width: 340px;
	padding-right: 20px;
}
#page_2cright {
	float: left;
	width: 565px;
}
#page_norm {
	float: left;
	width: 900px;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #006600;
	text-align: left;
	text-transform: uppercase
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #008000;
	text-align: left;
}
.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #00cc00;
	text-align: left;
}
.header4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 18px;
	font-weight: bold;
}
.header5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
.regtext15 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	padding: 6px;
	border-color: #1F5522;
}
.regtext12 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding: 6px;
	border-color: #1F5522;
}
/* Feet  */
#footer {
	clear: both;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: .7em;
}
#foot_left {
	width: 330px;
	float: left;
}
#foot_link {
	float: left;
	width: 350px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
#foot_right {
	float: right;
	font-size: 12px;
}
.foot_icon_space {
	margin-left: 6px;
	margin-right: 6px;
}

#footer a	{
	color: #006600;
	text-decoration: none;
}
#footer a:hover	{
	color: #006600;
	text-decoration: underline;
}

.center {
	text-align: center;
}
.font_down {
	font-size: medium;
}
.article_date {
	font-size: small;
	font-weight: normal;
	color: #1B852F;
}
.calendar_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	background-color: #66FF66;
	font-weight: bold;
}
.boxll {
	background: url('../images/cnwhgr1ll.gif') no-repeat #1f5521 0 100%;
/*	width: 20em;  */
}
.boxlr {background: url('../images/cnwhgr1lr.gif') 100% 100% no-repeat}
.boxul {background: url('../images/cnwhgr1ul.gif') 0 0 no-repeat}
.boxur {background: url('../images/cnwhgr1ur.gif') 100% 0 no-repeat;  padding: 10px;}
.clear {font-size: 1px; height: 1px}  */ie6 hack: bg overlap /* 


