@charset "UTF-8";
body {
	background: #17994c url(images_index/background.jpg) repeat-y left top;
	margin: 0px;
	padding: 0px;
	font: 85%/1.3em Georgia, Arial, Helvetica, sans-serif;
	color: #333;
}

.wrapperOuter {
	float: left;
	width: 870px;
	margin-top:10px;
}

.blockWrapper {
	width:100%;
	float:left;
	margin:10px 0 10px 0;
}

.blockWrapperBorder {
	width:100%;
	float:left;
	margin:10px 0 15px 0;
	padding-bottom:10px;
	border-bottom: #CCC 1px solid;
}


.blockWrapperBorderAll {
	width:460px;
	float:left;
	margin:10px 0 15px 0;
	padding:15px;
	border: #CCC 1px solid;
}




/* Left
----------------------------------------------------- */

.columnLeftOuter {
	float: left;
	width: 300px;
}


.logoWraper {
	width:300px;
	margin:15px 0 15px 0;
	float:left;
}

.leftBlock {
	width:220px;
	margin:15px 20px 10px 0;
	float:right;
	}



/* Right
----------------------------------------------------- */

.columnRightOuter {
	float:right;
	width:540px;
}

.rightBlock {
	float:right;
	width:540px;
	margin:15px 0 15px 0;
}


.blockWhiteOuter {
	width:540px;
	float:right;
	margin:15px 0 15px 0;
	background:#FFF url(images_index/corner-bottomRight.gif) no-repeat right bottom;
}

.blockWhiteMiddle {
	width:540px;
	float:right;
	background:url(images_index/corner-topLeft.gif) no-repeat left top;
}

.blockWhiteInner {
	padding:15px 20px 45px 20px;
}



.blockWhiteText {
	width:420px;
	padding-bottom:10px;
	float:right;
}

.innerLeftCol {
	width:120px;
	float:left;
}

.innerLeftCol img {
	padding:4px;
	border:#2f9d5b 1px solid;
	float:right;
	}

.innerRightCol {
	width:360px;
	float:right;
}


.innerLeftColEven {
	width:240px;
	float:left;
	text-align: center;
	padding:5px;
}



.innerRightColEven {
	width:240px;
	float:right;
}


/* Text
---------------------------------------------------------- */

p {margin: 4px 0 6px 0;}  

.paraSpace  {margin:16px 0 16px 0;}

strong {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
}

p b {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
}

h4, h5, h6 {
	margin: 6px 0 0 0;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	color: 11793b;
} 


h1 {
	color: #11793b;
	font: normal 200%/normal Georgia, Arial, Helvetica, sans-serif;
	margin:10px 5% 12px 0;
	padding-bottom:5px;
	border-bottom: #2f9d5b 1px solid;
	}
		
h2 {
	color: #11793b;
	margin:20px 0 2px 0;
	font: normal 160%/normal Georgia, Arial, Helvetica, sans-serif;
	}
	
h3 {
	color: #11793b;
	margin:20px 0 2px 0;
	font: normal 140%/normal Georgia, Arial, Helvetica, sans-serif;
	}
	
ul {
	margin-top:2px;
}
	




/* Links
----------------------------------------------------------------------- */


a:link, a:visited {
	color:#c74d38;
	text-decoration: none;
	}
	
a:hover, a:active {
	color:#11793b;
	text-decoration: none;
	}

a img { border: 0; }

a.moreInfo {
	display:block;
	margin:-2px 5px 2px 0;
	float:right;
	font: bold 80% "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
}




/* Side Menu
----------------------------------------------------- */

.menuWrapper {
	width:300px;
	float:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
			text-align: right;

}


.menuWrapperTop {
	width:300px;
	float:left;
	height:14px;
	background:url(images_index/menu-bkgd-top.png) no-repeat left bottom;
	clear:both;
	display: block;
	font-size: 0;
	overflow: hidden;
	
}


.menuWrapperInner {
	width:300px;
	float:left;
	background:url(images_index/menu-bkgd.png) repeat-y left;
	clear:both;
	
}


.menuWrapperBot {
	width:300px;
	float:left;
	height:28px;
	background:url(images_index/menu-bkgd-bot.png) no-repeat;
}


ul.sideMenu {
	width:230px;
	margin: 0px 15px 0 0;
	padding: 0px;
	float:right;

}

.sideMenu li {
	display:block;
	margin: 4px 0;
	padding: 0 0 3px 0;
	list-style: none;
	list-style-image: url(foo.gif); /* Trick IE into not displaying a bullet */
	border-bottom:#e3e0cc 1px solid;
	}

.sideMenu li a {
	display:block;
  	width: 230px; /* Needed to stop IE hover flicker */
	} 





	
	
	
	
	





/* Images
----------------------------------------------------------------------- */


.floatRight {
	float:right;
	}
	
.floatRightSpace {
	float:right;
        margin: 2px 0 2px 6px;
	}
	
.floatLeft {
	float:left;
	}




/* Footer
----------------------------------------------------------------------- */




.footer {
	clear:both;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #a2d6b7;
	text-align: center;
	width:870px;
	margin: 45px 0 30px 0;
	padding-top:50px;
	}
	



/***  Plain Links only underline on hover  **/
.plainlink {color: #a2d6b7;}
a.plainlink:link, a.plainlink:visited {
	color: #a2d6b7;
	text-decoration: none;
}
a.plainlink:hover, a.plainlink:active {color: #a2d6b7; text-decoration: underline;}


