a {
	color: #35556c;
	text-decoration: none;
}

a:link {}
a:visited {}
a:hover { 
	color: #483d2d;
}
a:active {}


body {
	background: #857e73 url(bg.jpg) top left no-repeat fixed;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div#box {
	width: 690px;
	margin:0px auto;
	text-align: left;
}



div#container {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 0 15px 0 15px;
}

a {
	border: none;
}

img {
	border: none;
}

.leftcontent {
	float: left;
	width: 400px;
	text-align: justify;
	padding: 5px;
	margin-left: 70px;
	font-size: 0.8em;
	color: #444;
	
}

.right {
	float: right;
}

div#logo {
	float: right;
	margin: 25px 25px 0px 0px;
}

div#wrapper {
	color: #483d2d;
	background: #ccc7b6;
	margin: 0px auto;
	margin-bottom: 30px;
	text-align: left;
	width: 766px;
	height: 600px; 
	bottom: 0px;
	border-style: solid;
	border-color: #483d2d;
	border-width: 0px 5px 5px 5px;
}

div#wrapper p {
	margin-left: 10px;
}

h1 {
	margin-top: 0px;
}

.footer {
	
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	margin-top: 30px;
	font-size: 0.8em;
	color: #444;
}

/* Horiz */

.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

	display: block;
	height: 300px;
	width: 25px;
	background: #483d2d;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #35556c;
	cursor: pointer;
	margin: 0 0 0 0;
	padding-top: 0px;
}

.horizontal_accordion_toggle_active {
	background: #35556c;
	border-right: 1px solid #483d2d;
}

.horizontal_accordion_content {
	/* REQUIRED */
	height: 300px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	overflow: hidden;
	background-color: transparent;
	color: #444;
}
	
	.horizontal_accordion_content p {
		text-align: justify;
		width: 400px;
		font-size: 0.8em;
		line-height: 130%;
		padding: 0px 10px 0px 0px;
		margin-left: 0px;
	}
			
			
/* Container styling*/
#horizontal_container {
margin: 10px auto 10px auto;
width: 690px;   
height: 300px;    
}

.bar_cre {
	background: url(bar_cre.gif) top left no-repeat;	
}

.bar_gth { background: url(bar_gth.gif) top left no-repeat; }

.bar_hms {
	background: url(bar_hms.gif) top left no-repeat;
}

.bar_lake {
	background: url(bar_lake.gif) top left no-repeat;
}

.bar_nrdc {
	background: url(bar_nrdc.gif) top left no-repeat;
}

.bar_rgs {
	background: url(bar_rgs.gif) top left no-repeat;
}

.bar_sbx {
	background: url(bar_sbx.gif) top left no-repeat;
}

.bar_sign {
	background: url(bar_sign.gif) top left no-repeat;
}