/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E6DEC2;
	background-image: none;
}
#wrapper {
	width: 770px;
	margin: 10px auto;
	text-align: left;
	border: 2px solid #603617;
	background-color: #FFFFF0;
	background-image: none;		
}

/* Text */

h1, h2, h3 {
	font-weight: normal;
	color: #603617;
	padding-bottom: 10px;	
}

h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 112px;
}

a:link {
	color: #D2691E;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #228B22;
}

/* Navigation Bar */

#nav {
	width: 765px;
	height: 35px;
	text-align: center;
	padding-right: 5px;
	padding-top: 10px;
	background-color: #FFFFF0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 3px solid #603617;	
}

#nav p {
line-height: 150%;

}

#nav a {
	color: #D2691E;
	text-align: center;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #603617;
	font-weight: bold;
}

#nav a:hover {
	text-decoration: none;
	color: #228B22;
}

/* Banner */

#banner {
	width: 770px;
	height: 106px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #603617;
	border-top-width: 1px;
	background-image: url(images/riverbank-web-banner.jpg);
	background-repeat: no-repeat;
}


#banner h1 {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #603617;
	width: 350px;
	
	margin-left: 400px;
}

/* Vertical Menu */

#menu {
	width: 770px;
	height: 360px;
	border-bottom: 1px solid #603617;
	
	
}

#container {

 width: 380px;
 height: auto;
 margin-left: 4px;
 float: right;
 padding-right: 10px;
 
}

#leftcontainer {
	width: 346px;
	height: 345px;
	float: left;
	margin-left: 4px;
	margin-top: 5px;
	background-image: none
	background-repeat: no-repeat;
}

#menu h1 {
	text-align: left;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 0px;
	border-bottom: 1px solid #603617;
	}


#menu a {
	padding: 10px;
	font-weight: bold;
	color: #D2691E;
}

#menu a:hover {
	text-decoration: none;
	color: #228B22;
	
}

#menu p {

	font-size: 11px;
	color:#603617;
	line-height: 100%;
	padding-top: 5px;
	padding-left: 10px;

}


/* Content */


#content {
	float: left;
	width: 485px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left: 0
}

#content p {
	font-size: 12px;
	color: #603617;
}

#content ul, li {
	padding: 10px;
	font-size: 12px;
	color: #603617;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 110%;
}

#content h1 {
	font-size: 16px;
	color: #603617;
	font-weight: bold;
}


#content h2 {
	font-size: 14px;
	color: #603617;
	font-style: italic;
	font-weight: bold;

}

#content ol, #content ul {
	margin-left: 3em;
}

/* Block quote */

.blockquote {
	width:200px;
	margin: 0px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	line-height: 140%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F5F0DD;
}

.blockquote a {
	color:#FF6600;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

/* Images */

.smallrightimage {
	width: 200px;
	float: right;
	clear: left;
	margin: 10px;
}

.smalltwitterimage {
	width: 120px;
	float: right;
	clear: left;
	margin: 10px;
	
}

.smalltwitterimage {
	width: 120px;
	float: right;
	clear: left;
	margin: 10px;
	
}

.mediumimageleft {
	width: 300px;
	float: left;
	clear: right;
	margin: 10px;
	
}

.mediumimageright {
	width: 300px;
	float: right;
	clear: left;
	margin: 10px;
	
}

.flashimage {
	width: 460px;
	float: left;
	clear: right;
	margin: 10px;
	
}

.largeimage {
	width: 425px;
	align: center;
	margin: 5px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 247px;
	padding-left: 10px;
	padding-top: 19px;
	background-color: #F5F0DD;
}

#sidebar p {
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;	
}

#sidebar a {
	font-weight: bold;
	color: #D2691E;
}

#sidebar a:hover {
	text-decoration: none;
	color: #228B22;
}

/* Footer */

#footer {
	clear: both;
	width: 750px;
	height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #603617;
	background-color: #FFFFF0;
}

#footer p {
	text-align: center;
	line-height: normal;
	font-size: 11px;
	color: #603617;
}

#footer a {
	font-weight: bold;
	color: #D2691E;
}

#footer a:hover {
	text-decoration: none;
	color: #228B22;
}

