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

html, body 
{
	background-color:#007933;
	margin:0px;
	font-family:Helvetica, Arial, sans-serif;
	height:100%;
}

img 
{
	border:0px;	
}

h1
{
	font-size:20pt;
	color:#80C342;
	margin:0;
	font-weight:500;
}

h2
{
	font-size:14pt;
	font-weight:bold;
	margin:0;
	color:#80C342;
}

#wrap
{
	background:url(../images/bg.jpg) repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	
}

#topBar
{
	background:url(../images/topbar.jpg);
	height:15px;
	width:960px;
	margin:0 0 0 32px;
}

.case-logo
{
	float:right;
	margin:5px 40px 0 0;
	z-index:99;
}

#logo
{
	float:left;
	height:100px;
	width:400px;
	margin:0 0 0 32px;
}

#nav
{
	font-size:12pt;
	z-index:1;
}

#nav ul 
{
	margin:78px 0 0 0;
	padding:0px;
	list-style:none;
}

#nav ul li 
{
	display:inline;
}

#nav a 
{
	padding:7px 0 0 0;
	margin:0 25px 0 0;
	color:#009900;
	text-decoration:none;
}

#nav a:hover 
{
	border-top: 3px solid #FFDA00;
}

#nav a:visited 
{
	color:#009900;
	text-decoration:none;
}

#homeBanner
{
	float:left;
	height:230px;
	margin:0 0 0 32px;
	width:960px;
	
}
#homeBannerL
{
	float:left;
	height:230px;
	width:645px;
}

#homeBannerR
{
	float:left;
	height:230px;
	width:315px;
}

#getStarted
{
	float:left;
	height:230px;
	margin:97px 0 0 0;
	width:315px;
}

#content
{
	font-size:10pt;
	float:left;
	line-height:14pt;
	margin:0 0 0 187px;
	width:960px;
}

#contentL
{
	float:left;
	width:375px;
}

#contentR
{
	padding:57px 0 0 20px;
	color:#80C342;
	float:left;
	font-size:12pt;
	width:398px;
	
}

#contentR ul
{
	list-style:square;
}

#contentR ul li
{
	padding:0 0 0 10px;
}

.sectionHeader
{
	border-top:2px #80C342 solid;
	height:40px;
	padding:15px 0 0 0;
	width:100%;
}


#footer
{
	border-top:2px #80C342 solid;
	font-size:7pt;
	margin:0 0 0 187px;
	padding:10px 0 0 0;
	width:805px;
	clear:both;
}

#footerL
{
	float:left;
	width:375px;	
}

#footerR
{
	float:left;
	text-align:right;
	width:398px;
}
#footer a
{
	color:black;
	text-decoration:none;	
}

#footer a:hover
{
	text-decoration:underline;
}

#bottom
{
	width:1024px;
	height:33px;
	background:url(../images/bottom.png) no-repeat;
	clear:both;
}

.clear-both
{
	clear:both;	
}
	