/*******************************************************************************************
 * Element styles
 *******************************************************************************************/
* 
{
	margin: 0;
	padding: 0;
}

div
{
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	/*border: solid 1px red;*/
}

body 
{	
	margin:0;
	width:100%;
	font-family: Verdana;
	color: #77787b;
	font-size:11px;
}
a
{
	text-decoration: none; 
	border:0px;					
	FONT-FAMILY: Verdana;
	color:#77787b;
}


a img 
{
    border: 0px;
}

p	
{
	text-align: left;
	font-family: verdana;
	font-size: 12px;
	line-height: 140%;
	margin-top: 4px;
	margin-bottom: 20px;
	color: #666666;
	clear: both;
	FONT-WEIGHT: normal;
}

td	
{
	font-family: Verdana;
	font-size: 70%;
	line-height: 140%;
	margin-top: 4px;
	margin-bottom: 20px;
	color: #666666;
	clear: both;
}

span
{
	font-family: Verdana;
	font-size: 70%;
	line-height: 140%;
	margin-top: 4px;
	margin-bottom: 20px;
	clear: both;
}

ul
{
	FONT-FAMILY: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#687979;
	list-style-type: square;
	text-align:left;
	
}

li a
{
	text-decoration: none; 
	color:#687979;
}

li a:hover
{
	text-decoration: none; 
	color:#68BF2C;
	FONT-WEIGHT: 500;
}

input
{
	border: 1px solid #cccccc;
	background:#ffffff;
	font-family: Verdana;
	font-size: 70%;
	color: #666666;
}

textarea
{
	font-family: Verdana;
	font-size: 70%;
	color: #666666;
}

select
{
	border: 1px solid #cccccc;
	background:#ffffff;
	font-family: Verdana;
	font-size: 70%;
	color: #666666;
}

table
{
	 padding:0px;
}
/*******************************************************************************************
 * Custom styles
 *******************************************************************************************/
#header-logo
{
	height: 75px;
 	margin-left:20px; 
 	display:inline; 
 	float:left;
}

#menu-bar
{
	position: relative;
	float: left;
	width: 960px;
	border-bottom: solid 1px #ccc;
	background: #999;
}

#menu-bar ul 
{
	list-style-type: none;
	height: 20px;
	width: 960px;
	margin: auto;
	
}

#menu-bar li
{
	float: left;
	background: #999;
}


#menu-bar ul a 
{
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 27px;
	padding-left: 26px;
	display: block;
	line-height: 26px;
	text-decoration: none;
	color: #fff;
}

#menu-bar ul a:hover 
{
	background: #66ba1c;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 27px;
	padding-left: 26px;
	display: block;
	line-height: 26px;
	text-decoration: none;
	color: #fff;
}

.box
{
	position:relative;
	float: left;
	width: 208px;
	height: 250px;
/**	border: 1px solid #cccccc;	**/
	margin-right: 20px;
}

.box-header-green
{
	width:100%;
	height: 25px;
	background: #69bb21;	
	color: #fff;
	font-size: 12px;
	padding-top: 4px;
}

.box-header-grey
{
	width:100%;
	height: 25px;
	background: #66676a;
	color: #fff;
	font-size: 12px;
	padding-top: 4px;
}

.box-content
{
	padding:10px;
	text-align: left;	
}

.newsDate
{
	font-size: 65%;							
	FONT-FAMILY: Verdana;
	color:#8A8988;
}

.smallGrey
{
	font-size: 6pt;							
	FONT-FAMILY: Verdana;
	color:#8A8988;
}
.required
{						
	color:red;
	font-size: 90%;	
	FONT-WEIGHT: 550;
}

.spacer
{
	position: relative;
	height: 20px;	
	float: left;
}

.requiredSmall
{						
	color:red;
	font-size: 70%;	
	FONT-WEIGHT: 550;
}

.newsIntro
{
	font-size: 65%;							
	FONT-FAMILY: Verdana;
	color:#5BBB16;
	FONT-WEIGHT: 550;
}

.newsSnippet
{
	font-family: Verdana;
	font-size: 65%;
	line-height: 140%;
	margin-top: 4px;
	margin-bottom: 20px;
	color: #666666;
}

.newsMore a
{
	font-size: 65%;							
	FONT-FAMILY: Verdana;
	color:#5BBB16;
	
}

.pageTitleGreen
{
	FONT-SIZE: 10pt;								
	FONT-FAMILY: Helvetica;
	color:#a6ce39;
	FONT-WEIGHT: 600;
}

.pageTitleGrey
{
	FONT-SIZE: 10pt;								
	FONT-FAMILY: Helvetica;
	color:#a7a9ac;
	FONT-WEIGHT: 600;
}

.titleGreen
{
	FONT-SIZE: 8pt;								
	FONT-FAMILY: Verdana;
	color:#68BF2C;
	FONT-WEIGHT: 550;
}

.smallbutton 
{
	border : 1px solid Black;
	background-color : #F0F2F2;
	font-family : Verdana, Geneva, Verdana, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : normal;
}

.formLabelDiv
{
	float:left; 
	width:110px;
	margin-bottom:5px; 
	font-family: Verdana;
	font-size: 70%;
	line-height: 140%;
	color: #666666;
}

.formLabelDivWide
{
	float:left; 
	width:150px;
	margin-bottom:5px; 
	font-family: Verdana;
	font-size: 70%;
	line-height: 140%;
	color: #666666;
}

.formInputDiv
{
	margin-bottom:5px;
}

/*******************************************************************************************
 * Layout Styles
 *******************************************************************************************/
 #mainDiv
 {

 }

 #headerContent
 {
	width:960px; 
	height: 180px;
	border-right:1px solid #cccccc; 
	border-left:1px solid #cccccc; 
 }

 #topRightButtonSet
 {
 	position: relative;
	float:right; 
	top:50px;
	left: 30px;
	width: 200px;
 }

 #mainContent
 {
    position: relative;
/*    top: 25px;*/
	width:960px; 
	border-right:1px solid #cccccc; 
	border-left:1px solid #cccccc;
    text-align: left;
 }

 .leftPanel
 {
	margin-top:25px; 
	height:100%; 
	width:223px; 
	background-color:#F0F2F2; 
	float:left; 
	display:inline;
 }

 .leftPanelTitle
 {
	margin-bottom:20px;
	margin-left:16px; 
	margin-top:20px;
	float:left; 
	z-index:3;
 }
 
 .leftPanelContent
 {
	width:192px; 
	float:left; 
	margin-left:16px; 
	z-index:3;
 }
 
 #menuSectionContent
 {
    width: 960px;
 	border-bottom:1px solid #cccccc;
 }

 #mainContentBody
 {
	position: relative;
	width: 900px;
	overflow: auto;
	padding-top:10px;
	padding-left:20px;
	padding-right: 20px;
 }

 #mainContentBodyText
 {
	 float:left; 
	 width: 920px;
	 min-height:300px;
 }
 
 #contact
 {
 	position: relative;
 	float: right;
 	right: 150px;
 	height: 30px;
	width: 200px; 		
 }
 
 #content-intro
 {
 	text-align: left;
 	float: left;
 	width: 916px;
 }
 
  .mainContentBodyTextGrey
 {
	 float:left; 
	 margin-top:15px;
	 background-color:#F0F2F2; 
 }
  .mainContentBodyTextGreen
 {
	 float:left; 
	 margin-top:15px;
	 
	 background-color:#68BF2C;
 }

 .mainContentBodyTextDarkGrey
 {
	 float:left;      	
	 background-color:#687979;
 }
 
 
 .footer
 {
	clear:left; 
	position:relative; 
	top:0px; 
	width:960px; 
	height:60px; 
	background:#999;
	border-right:1px solid #cccccc; 
	border-left:1px solid #cccccc; 
 }

.newsLetter
{
	border: solid 1px #cccccc; 
	background:#ffffff; 
	margin-bottom:40px; 
	clear:both; 
	padding:2px; 
	position:relative; 
	width:185px; 
	height:65px; 
	float:left;
	display:inline;
}

