@charset "UTF-8";
html {
    overflow-y: scroll;
}
body{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #33333;
	background-image: url(images/bgMain.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}
.logo {
	float: left;
	width: 510px;
}
.logoWrapper {
	clear: both;
	width: 860px;
	overflow: hidden;
}
.topColor {
	padding: 0px;
	clear: both;
	height: 71px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
}
.bodyWrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
	background-repeat: repeat-y;
	clear: both;
}
.wrapperMain960 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-image: url(images/bgBody.png);
	background-repeat: repeat-y;
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	line-height: 1.2em;
	color: #333;
}	
.topColor {
	height: 71px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	padding: 0px;
}
.topInfo {
	text-align: right;
	float: right;
	font-size: 12px;
	color: #10a041;
	line-height: 1.5em;
	width: 300px;
}
.welcome {
	clear: both;
	overflow: hidden;
}
#wrapper {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {
	width: 860px;
	height: 60px;
	float: left;
	border-bottom: 2px solid #FFFFFF;
	cursor: pointer;
	line-height:62px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #4fcb6b;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 70px;
	}
	
.accordionContent {
	width: 800px;
	float: left;
	margin-left:40px;
	margin-right:40px;
	margin-top:20px;
	margin-bottom:20px;
	line-height: 1.5em;
	background-color: #FFF;
	overflow: hidden;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #a2eaa5;
	}
	
.over {
	background: #a2eaa5;
	}
.howdy {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.4em;
}
.footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.left {
	float: left;
	width: 350px;
	margin-right: 0px;
}
a {
	color: #060;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.right {
	float: right;
	width: 350px;
}

/***********************************************************************************************************************
 SLIDESHOW
************************************************************************************************************************/
#slideshow{
	background-color:#F5F5F5;
	border:1px solid #CCC;
	height:180px;
	position:relative;
	width:220px;
	float: left;
}

#slideshow ul{
	height:180px;
	overflow:hidden;
	position:absolute;
	width:220px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	position:absolute;
	cursor:pointer;
	z-index:5000;
	background-repeat: no-repeat;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}
