/* CSS Document */

/*general structural styling*/

body {
	margin: 0;
	background-color: #174159;
	min-height: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
}
#container {
width: 775px;
background-color: #fdf6ee;
background-image: url(images/bg_org.jpg);
margin: 0 auto;
text-align: center;
height: 100%;
}
#topbar {
height: 18px;
background-color: #174059;
margin: 0 auto;
text-align: right;
padding-right: 5px;
padding-top: 2px;
border-bottom: 1px solid #666;
}
#topbar a {
color: white;
font-weight: bold;
font-size: 85%;
text-decoration: none;
}

/*homepage styling*/
#banner {
background-color: #799683;
height: 227px;
background-image: url(images/banner_rappahannock.jpg);
background-repeat: no-repeat;
}

#banner-people {
margin-top: 42px;
margin-left: 385px;
}

#content {
text-align: left;
background-image: url(images/pagebg.jpg);
background-repeat: repeat-y;
}

/*pages other than homepage banner */
#page_banner {
background-image: url(images/raac-page-top.jpg);
background-repeat: no-repeat;
height: 139px;
}

#general-content {
text-align: left;
background-image: url(images/general-pagebg.jpg);
background-repeat: repeat-y;
}
/*homepage right content*/
#right-content {
margin-left: 180px;
margin-top: -15px;
padding: 0 20px 15px 20px;
}
/*inside page right content*/
#right-page-content {
margin-left: 220px;
padding: 12px 33px 15px 20px;
}

.footer {
background-color: #174159;
height: 20px;
}
/*text*/
h2, h3 {
font-family:Georgia, "Times New Roman", Times, serif;
color: #933;
text-align: center;
}
.welcome {
font-size: 140%;
padding-top: 30px;
}
.blue {
color: #215e80;
}
.green {
color: #799684;
}
h2 {
font-size: 125%;
margin: 0.75em 0 0 0;
}
h3 {
font-size: 110%;
font-weight: bold;
margin-bottom: 1.2em;
}
p {
font-size: .95em;
}
h2 + h3 {
margin-top: 0.5em;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
color: #933;
font-size: 140%;
font-weight: bold;
padding-top: 50px;
padding-left: 200px;
margin-top: 0;
}
 
.small-text {
font-size: .9em;
vertical-align: middle;
}

.text-footer-blue {
font-size: .7em;
color: #215e80;
}

.text-footer-red {
font-size: .7em;
color: #933;
}

.firstline {
padding-top: 10px;
}

.caption {
font-size: .85em;
font-weight: bold;
text-align: center;
}	

/* homepage navigation*/
.left_nav {
height: 100%;
float: left;
width: 174px;
padding: 7px 0 0 7px;
font-size: .85em;
font-weight: bold;
}

.left_nav a, .left_nav a:active {
	text-decoration: none;
	display: block;
	width: 130px;
	padding: 3px;
	border: 1px solid #fdf6ee;
	margin: 10px 5px;
	color: #fdf6ee;	
	background-color: #174159;
	text-align: center;
}
.left_nav a:visited {
	color: #fdf6ee;
	text-decoration: none;	
	background-color: #174159;
	background-image: none
	
}	
.left_nav a:hover {
	color: #fdf6ee;
	background-color: #9a7277;
	background-image: none;
	text-decoration: none;

}	
/* page navigation */
.left_page_nav {
float: left;
width: 212px;
min-height: 500px;
padding: 10px 0 0 24px;
font-size: .85em;
font-weight: bold;


}

.left_page_nav a, .left_page_nav a:active {
	text-decoration: none;
	display: block;
	width: 130px;
	padding: 3px;
	border: 1px solid #fdf6ee;
	margin: 10px 5px;
	color: #fdf6ee;	
	background-color: #174159;
	text-align: center;
}
.left_page_nav a:visited {
	color: #fdf6ee;
	text-decoration: none;	
	background-color: #174159;
	background-image: none
	
}	
.left_page_nav a:hover {
	color: #fdf6ee;
	background-color: #9a7277;
	background-image: none;
	text-decoration: none;
}
/* end page nav */
	
#right-content a, #right-page-content a {
	color: #618374;
}
#right-content a:hover, #right-page-content a:hover {
	color: #4e6155;
}

/*positioning*/
.ctr {
	text-align: center;
	margin: 0 auto;
}	
.rt {
float: right;
}


/*for tables on homepage*/
.special {
	border: 1px gray solid;
	border-collapse: collapse;
	line-height: 1em;
	width: 25%;
	background-color: #ecdfe1;
	font-size: 90%;
	padding-right: 3px;
}		
.special-image {
	float: left;
	margin-right: 7px;
}
ul li {
	font-size: .95em;
	line-height: 115%;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
}
p.member {
font-size: 90%;
padding: 5px;
margin: -5px 0;
}

