body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
a:hover{
	font-weight:bold;
	color:#85cee0;
	text-decoration:none;	
}
.aselected{
	
	font-weight:bold;
	color:#85cee0;
	text-decoration:none;	
}
.style1 {font-weight: bold}
.blueline{
	border-bottom:solid #ffffff 15px;
}
.bluelinebtm{
	border-top:solid #ffffff 15px;
}
.lefttitle{
	color: #85cee0;
}
.subtext{
	color: #85cee0;
	font-size:10px;
}
.footer {
	font-size: 10px;
	color: #85cee0;
}
/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
@font-face {
    font-family: 'helvetica_neueregular';
    src: url('/includes/helvetica-neue1-webfont.eot');
    src: url('/includes/helvetica-neue1-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/helvetica-neue1-webfont.woff') format('woff'),
         url('/includes/helvetica-neue1-webfont.ttf') format('truetype'),
         url('/includes/helvetica-neue1-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#wrapper {
	padding-left: 10px;
    width: 884px;
	/*margin-left: auto;
	margin-right: auto; */
	}

.accordionButton {
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #ec5a5b;
	border-bottom: 5px solid #FFFFFF;
	cursor: pointer;
	color: #FFFFFF;
	height: 73px;
	font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
	font-size: 40px;
    font-weight: bold;
	line-height: 73px;
	padding-left: 20px;
	text-align: left;
    width: 859px;
	}
	
.accordionContent {	
	width: 822px;
	float: left;
	margin-left:20px;
	padding-left:20px;
	_float: none; /* Float works in all browsers but IE6 */
	background: #ffffff;
	text-align:left; 
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on, .on.over {
	background: #7bc1cb url(../images/close.png) no-repeat right bottom;
	}
	
.over {
	background: #7bc1cb;
	}