@charset "utf-8";
/* CSS Document */


/* ------------------- LAYOUT ------------------------ */


body {
background-color: #003300;
font-family: Arial, Helvetica, sans-serif;
}

#masthead {
position: relative;
margin: 0 auto;
background-color: #FFFFFF;
width: 800px;
height: 180px;
background-image: url(Image/logo-sm.jpg);
background-repeat: no-repeat;
background-position: top left;
cursor: pointer;
}


#menustrip {
position: relative;
margin: 0 auto;
width: 100%;
height: 30px;
z-index: 500;
background-color: #54bb47;
}


#detail {
position: relative;
margin: 0 auto;
width: 800px;
padding-top: 10px;
text-align: left;
min-height: 400px; height: auto !important;
height: 400px;
background-color: #e4ecca;
}

	#feature {
	position: relative;
	float: left;
	width: 190px;
	padding: 5px;
	min-height: 400px; height: auto !important;
	height: 400px;
	z-index: 501;
	}
	
	
	#textarea {
	position: relative;	
	float: left;
	width: 579px;
	padding: 10px;
	padding-bottom: 20px;
	border-left: 1px solid #666666;
	min-height: 400px; height: auto !important;
	height: 400px;
	z-index: 0;
	background-color: #FFFFFF;

	}
	
	
.clear {
clear: both;
}

#footerstrip {
position: relative;
margin: 0 auto;
width: 100%;
margin-top: -15px;
height: 30px;
z-index: 500;
background-color: #54bb47;
}

#footer {
position: relative;
margin: 0 auto;
width: 800px;
height: 45px;
background-image: url(Image/menu-background.jpg);
background-repeat: repeat-x;
z-index: 500;
}


/* ------------------- TYPOGRAPHY ------------------------ */

a:link {text-decoration: underline; color: #333333; }
a:visited {text-decoration: underline; color: #307426; }
a:active {text-decoration: underline; color: #307426; }
a:hover {text-decoration: underline; color: #54bb47; }

#feature a:link {text-decoration: underline; color: #333333; }
#feature a:visited {text-decoration: underline; color: #307426; }
#feature a:active {text-decoration: underline; color: #307426; }
#feature a:hover {text-decoration: underline; color: #54bb47; }

#feature li h3 a:link {text-decoration: none; color: #333333; }
#feature li h3 a:visited {text-decoration: none; color: #307426; }
#feature li h3 a:active {text-decoration: none; color: #307426; }
#feature li h3 a:hover {text-decoration: none; color: #54bb47; }

p, #textarea li, table, input, textarea, select  {
font-size: 9pt;
font-weight: normal;
color: #333333;
margin-top: 0;
margin-bottom: 14px;
line-height: 20px;
}


h1 {
font-size: 11pt;
font-weight: bold;
color: #003300;
text-transform: capitalize;
}

h2 {
font-size: 9pt;
font-weight: bold;
color: #003300;
margin-bottom: 5px;
}

h3 {
font-size: 9pt;
font-weight: bold;
color: #54bb47;
margin-bottom: 0px;
}

#textarea ul {
margin-top: 4px;
margin-bottom: 4px;
}

table {
background-color: #f1f1f1;
border-collapse: collapse;
}

td, th {
border: 1px solid #cccccc;
}

th {
text-align: left;
vertical-align: top;
font-size: 8pt;
font-weight: bold;
color: #333333;

}

#feature h2 {
background-color: #54bb47;
padding: 4px;
padding-bottom: 15px;
margin-top: 0;
margin-right: -5px;
margin-left: -5px;
background-image: url(Image/h2-background2.jpg);
background-repeat: repeat-x;
}

#feature h3 {
font-size: 8pt;
font-weight: bold;
color: #666666;
margin-top: 0;
margin-bottom: 0;
}

#feature ul {
list-style-type: none;
margin: 0;
padding: 0;
margin-left: 10px;
margin-bottom: 10px;
}

#feature ul ul {
display: none;	
list-style-type: disc;
}

#feature li h3 a{
font-size: 9pt;
font-weight: bold;
margin-bottom:10px;
}

#feature li li {
font-size: 9pt;
font-weight: normal;
color: #333333;
margin-left: 10px;
}

#footer p {
margin: 0;
font-size: 7pt;
padding-top: 10px;
color: #FFFFFF;
font-weight: bold;
text-align: center;
}


#masthead p {
padding-left: 350px;;
padding-right: 10px;
padding-top: 20px;
text-align: justify;
font-size: 10pt;
color: #666666;
font-weight: normal;
}

#textarea li.notes {
font-size: 8pt;
padding: 0px;
margin-top: 0px;
margin-bottom: 4px;

}

.notes {
font-size: 8pt;
}
