/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

.style1 {color: #367c2b}

body {
	font-family: "Trebuchet MS" Georgia,Serif;
	color: #333333;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
		left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

a  {
	text-decoration: none;
	color: #76a226;
}
a:hover {
	color: #76a226;
	text-decoration : underline;
}

b {
	font-weight : bold;
}

.H1 {
	font-family : "Trebuchet MS" Georgia,Serif;
	font-size : 18px;
	line-height : 20px;
	font-weight : normal;
	color: #324e06;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom: 1px solid #d3cfa6;
}

.H2 {
	font-family : "Trebuchet MS" Georgia,Serif;
	font-size : 13px;
	line-height : 15px;
	font-weight : bold;
	color: #324e06;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.title {
	font-family : "Trebuchet MS" Georgia,Serif;
	font-size : 25px;
	line-height : 30px;
	font-weight : bold;
	color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 20px;
	letter-spacing: .04em;	
}

#InputBox {
	border-top : 1px solid #c0c1c3;
	border-left : 1px solid #c0c1c3;
	border-right : 1px solid #c0c1c3;
	border-bottom : 1px solid #c0c1c3;
}


/***********************************************/
/* Navigation Bars                             */
/***********************************************/ 

/************** Top Navigation ***************/

#navbar ul {
	float:left;
	padding: 0px;
	margin:0;
	width:800px;
	font-family : "Trebuchet MS" Georgia,Serif;
	font-size : 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #aaa04e;
	border-bottom: 1px solid #FFFFFF;
}

#navbar ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
/* matches link padding except for left and right */
	padding-top: 5px;
}
#navbar ul li a { 
	float:left;
	border-right:1px solid #bfb778;
 	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family : "Trebuchet MS" Georgia,Serif;
	font-size : 11px;
	color: #FFFFFF;
	font-weight : bold;
	} 

#navbar #active { 
	padding-left: 15px;
	padding-right: 15px;
	font-family : "Trebuchet MS" Georgia,Serif;
	font-size : 11px;
	color: #FFFFFF;
	font-weight : bold;
	text-decoration: none;
 	padding-left: 15px;
	padding-right: 15px;
	background-color: #9d933f;
	}
	
#navbar ul li a:hover {  
	padding-left: 15px;
	padding-right: 15px;
	font-family : "Trebuchet MS" Georgia,Serif;
	font-size : 11px;
	color: #FFFFFF;
	font-weight : bold;
	text-decoration: none;
 	padding-left: 15px;
	padding-right: 15px;
	background-color: #9d933f;
	}

/************** Righht Navigation ***************/

#navcontainer2
{
width: 100%;
border: 0px;
padding: 0px;
margin: 0px;
font-family : "Trebuchet MS" Georgia,Serif;
font-size : 11px;
color: #333333;
font-weight : bold;
}

#navcontainer2 ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer2 li
{
margin: 0;
border-bottom: 1px solid #d3cfa6;
}

#navcontainer2 li a
{
display: block;
padding: 5px 0px 5px 0em;
color: #333333;
text-decoration: none;
width: 100%;
font-weight : bold;
}

#navcontainer2 li a 
{ 
width: 100%; 
}

#navcontainer2 li a:hover
{
color: #333333;
font-weight : bold;
background-color: #dfdfc7;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	width:800px;
	height: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	border-left: 1px solid #d3cfa6;
	border-right: 1px solid #d3cfa6;
	border-bottom: 1px solid #d3cfa6;
	background-image: url(../images/background.gif);
}

#blue {
	width: 800px;
	height: 80px;
	background-color: #002b54;
	text-align: left;
	background-image: url(../images/green2.jpg);
}

#image {
	width: 800px;
	height: 152px;
}

#topnav {
	width: 800px;
	margin:0;
	height: 24px;
}

#content {
	width: 100%;
	margin:0;
	float:left;
	
}

#navigationRight {
	width: 188px;
	border-left: 1px solid #c0c1c3;
	float:right;
	border:0px;
	height: auto;
	text-align: left;
}

#bodywrapper {
	margin:0;
	background-color: #f5f5ed;
	width:600px;
	float:left;
	text-align: left;
	height:auto;

}

#feature {
	margin-left:20px;
	margin-top: 0px;
	margin-bottom: 0px;
	width:570px;
}

		

/************** copy classes ***************/

.introcopy{
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right:0px;
	font-weight: normal;
	font-size: 14px;
}
 
.rightheader {
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 10px;
    padding-right: 5px;
	background-color: #d3cfa6;
	color: #324e06;
	font-weight: bold;
	font-size: 11px;
}
	
  
.rightcopy {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
    padding-right: 5px;	
}



a.gecko:link {color: #666666; text-decoration: none; font-size: 9px; font-family: Arial, Helvetica, sans-serif; line-height: 11px;	padding-top: 0px; padding-left: 0px; padding-bottom: 0px;}
a.gecko:active {color: #666666; text-decoration: none; font-size: 9px; font-family: Arial, Helvetica, sans-serif; line-height: 11px; padding-top: 0px; padding-left: 0px; padding-bottom: 0px;}
a.gecko:visited {color: #666666; text-decoration: none; font-size: 9px; font-family: Arial, Helvetica, sans-serif; line-height: 11px; padding-top: 0px; padding-left: 0px; padding-bottom: 0px;}
a.gecko:hover {color: #666666; text-decoration: underline; font-size: 9px; font-family: Arial, Helvetica, sans-serif; line-height: 11px; padding-top: 0px; padding-left: 0px; padding-bottom: 0px;}


a.header:link {color: #324e06; text-decoration: none; font-size: 11px; font-family: "Trebuchet MS" Georgia,Serif; line-height: 13px;font-weight: bold;}
a.header:active {color: #324e06; text-decoration: none; font-size: 11px; font-family: "Trebuchet MS" Georgia,Serif; line-height: 13px;font-weight: bold;}
a.header:visited {color: #324e06; text-decoration: none; font-size: 11px; font-family: "Trebuchet MS" Georgia,Serif; line-height: 13px;font-weight: bold;}
a.header:hover {color: #324e06; text-decoration: underline; font-size: 11px; font-family: "Trebuchet MS" Georgia,Serif; line-height: 13px;font-weight: bold;}

