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





/* Homepage & Intro */


#top {
	background:url(images/riverheader.jpg) no-repeat;
	height:278px;
	margin-top:2em;
}

#middle {
	background-color:#001e59;
	color:#ffffff;
}

#bottom {
	height: 51px;
	padding-top:.75em;
	color:#00416a;
}

#bot_l {
	float:left;
	width: 250px;
}

#bot_r {
	margin-left:250px;
	width: 650px;
}




/* Home Page 3 Column */


.left {
	width: 300px;
	float:left;
}

.right {
	width:300px;
	float:right;
	
}

.middle {
	width:300px;
	margin-left:300px;
	margin-right:300px;
}
	


/* Interior Layout */

#title {
	width:900px;
	height: 95px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
}


/* Interior Page 2 and 4 Column */

#col_l {
	float:left;
	width: 300px;

}


#col_r {
	margin-left:300px;
	width: 600px;
}

.coll {
	width:50%;
	float:left;
}

.colr {
	width:50%;
	margin-left:50%;
}


/* Decoration */

.line {
	background:url(images/quoteline.png) no-repeat bottom;
	padding:1.5em;
}

.register {
	background:url(images/registerlong2.jpg) no-repeat;
	height: 33px;
	width: 175px;
	color:#e8e8e8;
	font-size:16px;
	font-weight:bold;
	padding-top:8px;
	text-align:center;
}

.register a {
  border-color:none;
  color:#e8e8e8;

}

.register a:hover {
  background:none;
  background-color:none;
  border-color:none;
  color:#e8e8e8;
}


/* expand w/ Images */

#expand {
   list-style-type:none;
   margin:0px;
   margin-bottom: 1.5em;
}

#expandli {
   margin-left:0px;
   margin-bottom: 1em;
   padding:0px;
   background-image:none;
   color:#000000;
}

 #expand a:link, #expand a:visited {
  display:block;
  padding:6px 10px;
  border-width:1px;
  border-style:solid;
  text-decoration:none;
  border-color:#001e59;
} 

#expand h3 {
  color:#001e59;
  border-color:#001e59;
}

#expand blockquote{
  margin-top: .5em;
}

#expand a {
  border-color:#001e59;
  color:#000000;

}

#expand a:hover {
  background:none;
  background-color:#999999;
  border-color:#001e59;
  color:#000000;
}

.closed_expand {
  background:url(images/flower_bullet.png) left center no-repeat;
  padding-left: 20px;
}

.open_expand {
  background:url(images/flower_bullet.png) left center no-repeat;
  padding-left: 20px;
}



/* Footer */

#footer {
  font-size:95%;
  text-align:right;
  height:40px;
  width:900px;
  color:#001e59;
}

#footer2 {
  font-size:95%;
  text-align:right;
  height:40px;
  width:900px;
  color:#e8e8e8;
  margin-left:auto;
  margin-right: auto;
}