/* Start of CMSMS style sheet 'IndexPageStyle' */
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	min-width: 780px;
	background-color: #7fd559;
	font: normal 11px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	}
	
/* LAYOUT */

#wrap {
    margin: 0px auto;
    width: 780px;
	background-color: #7fd559;
    }
	
#header {
	width: 780px;
	text-align: center;
	background: url(img/bgd2slice.gif) repeat-x left top;
	}
	
#logo {
	float: left;
	width: 278px;
	height: 126px;
	}
	
#headercontent {
	width: 502px;
	height: 126px;
	float: right;
	text-align: right;
	}
	
#navcontainer {
	background-color: #7fd559;
	width: 780px;
	}
	
#navfeatureshell {
	width: 780px;
	height: auto;
	}
	
#sidenav {
	float: left;
	width: 242px;
	height: auto;
	}
	
#feature {
	float: right;
	width: 538px;
	height: 443px;
	background-image: url(img/index_feature.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	}
#featureFlash
{
	position: relative;
	left: 35px;
	
	top: 14px;
}	
#footer {
	clear: both;
	height: 65px;
	padding-top: 10px;
	background: url(img/index_footerbgd_nowords.gif) no-repeat left bottom;
    }
	
	#footer a:link, a:visited, a:active {
		color: #FFE010;
		text-decoration: underline;
		}
	
	#footer a:hover {
		color: #E47532;
		text-decoration: none;
		}
	#footer img
	{
		border:0px;
		float:left;
		margin-top:10px;
		margin-left:5px;
	}
	
#footercontent {
	text-align: right;
	height: 25px;
	padding-top: 26px;
	padding-right: 20px;
	}
	
	#footercontent p {
		color: #FFF;
		}
	
.floatitright {
	float: right;
	}
	
.floatitleft {
	float: left;
	}
	

/* End of 'IndexPageStyle' */

