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

/*SITE COLOURS: 
Lime green: #6DAA24
Dark green: #003809
Pale green: #E7F0DF
Yellow: #F8EA07
*/


*{
	margin: 0; /* it's good practice to zero the margin and padding of the everything to account for differing browser defaults */
	padding: 0;
}

body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color:#666666;
}

.floatfix{
	float:none;
	clear:both;
	height:0;
}

a{
	color:#6DAA24;
	text-decoration: none;
}

hr {
	color: #fff;
	background-color: #fff;
	border: thin dotted #6DAA24;
	border-style: none none dotted; 
}

.floatRight{
	float:right;
}	

img.borderless{
	border: none;
}

img.floatleft{
	float:left;
	padding-right: 15px;
}	

/* Layout------------------------------ */

#mainContainer{
	width: 950px;
	margin: 0 auto;
}

#logo{
	width: 279px;
	height: 79px;
	float:left;
	margin-bottom: 4px;
}

#navHolder{
	width: 671px;
	height: 25px;
	margin-top: 43px;
	float: left;
	background-color: #6DAA24;
	margin-bottom: 4px;
	padding: 11px 0px 0px 0px;
	color:#FFFFFF;
}

#largePic{
	width: 950px;
	height: 319px;
	clear:both;
	margin-bottom: 9px;
}

#contentHolder{
	width: 950px;
}

#news{
	width: 209px;
	float:left;
	border-right: #6DAA24 thin dotted;
	padding: 4px 20px 5px 8px;
	margin-bottom: 14px;
	clear:both;
}

#businessHelp{
	width: 206px;
	height: 51px;
	background:url(images/sponsorshipCTA.jpg) no-repeat;
	color:#FFFFFF;
	font-size: .7em;
	font-weight: bold;
	padding: 8px;
	display:block;
}

#businessHelp a:link, #businessHelp a:visited{
	color:#FFFFFF;
}

#contentHome{
	width: 679px;
	float:left;
	padding-left: 19px;
	margin-top: 6px;
	margin-bottom: 14px;
}


#footer{
	width: 938px;
	margin-left: 8px;
	margin-right: 2px;
	border-top: #6DAA24 2px solid;
	clear:both;
	padding: 7px 0px 10px 0px;
	margin-bottom: 15px;
}

/* NAV------------------------------ */

#nav{
	width: 100%;
}

#nav ul{
	margin:0;
	padding:0;
	list-style: none;
	font-size: .85em;
	font-weight: bold;
}

#nav li{ /* all list items */
	float: left;
	width: auto;
	border-right: #F8EA07 1px solid;
	position:relative;
	display:inline;
}

#nav li.NoLeftPadding{
	padding-left: 0;
}

#nav li.NoRightBorder{
	border-right: none;
}

#nav a:link, #nav a:visited {
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	padding-left: 17px;
	padding-right: 13px;
}

#nav a:hover{  
	color:#F8EA07;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li li{
	background-color: #6DAA24;
	background:url(images/navBG.jpg) repeat-x;
	color: #FFFFFF;
	width:280px;
	border-right: none;
	/*padding: 8px 6px 8px 15px;
	margin-left: -13px;*/
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li li a{
	padding: 8px 6px 8px 15px;
	display:block;
}

/* FOOTER NAV------------------------------ */

#footer ul{
	margin: 0;
	padding: 0;
	float:left;
	list-style: none;
}

#footer ul li{
	display:inline;
	font-size: .85em;
	border-right:#999999 1px solid;
	padding-right: 9px;
	padding-left: 7px;
}

#footer ul li.noBorder{
	border-right: none;
	padding-right: 0;
}

#footer ul li.noPadding{
	padding-left: 0;
}

#footer a:link, #footer a:visited{
	color: #003809;
	text-decoration: none;
}

#footer a:hover{
	color: #6DAA24;
}

#footer ul.footerRH{
	margin: 0;
	padding: 0;
	float:right;
	font-size: .75em;
}


/* text------------------------------ */

p{
	font-size: .85em;
	line-height: 1.4em;
	margin-bottom: 1.1em;
}


.intro{
	font-size: .85em;
	line-height: 1.3em;
	margin-bottom: .9em;
	font-weight: bold;
	color: #003809;
}

.newsHeader{
	font-size: 1em;
	color: #003809;
	margin-bottom: 1em;
	font-weight: bold;
}

.newsDate{
	font-size: .8em;
	font-weight: bold;
	color: #6DAA24;
	margin-bottom: 0;
}

.newsContent{
	font-size: .75em;
	line-height: 1.2em;
	margin-bottom: 1.4em;
	font-weight: normal;
	color:#666666;
}

#news a{
	color:#666666;
	font-weight: bold;
}

.sponsored{
	color: #003809;
	font-weight: bold;
	font-size: .7em;
	margin-top: 15px;
	margin-bottom: 4px;
}

.businessHelpHeader{
	color: #F8EA07;
	font-size: 1.4em;
	margin-bottom: 2px;
}

.quote{
	font-size: .8em;
	line-height: 1.4em;
	font-style:italic;
	color:#003809;
}
