/*   
Theme Name: PRA
Theme URI: www.PotomacRiverAssociation.org
Description: Them designed specifically for the Potomac River Association
Author: Chris Burch
Author URI: www.SmilingHuman.com
Template: 
Version: 
*/


body{
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	background-color: #44749c;
	text-align: center;
}

a:link, a:visited{
	color: #3D8A5E;
	text-decoration: none;
}

a:hover{
	color: #449c6c;
	text-decoration: underline;
}

#wrapper{
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	padding:5px;
	border: 2px solid #999;
}

#header{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 115px;
	position: relative;
	border-bottom: 1px solid #ececec;
}

h1, h2, h3{
	color: #44749c;
	}

h1{
	font-size: 1.5em;
	}
h2,h3 {
	font-size: 1.2em;
}
h3 {
	font-weight: normal;
}

h3.searchResults {
	margin-left: 1em;
}

#searchform{
	padding-top:10px;
}

#content{
	float: right;
	width: 575px;
/*	padding: 5px 10px 10px 10px;*/
	padding-left:10px;
	padding-right:10px;
	border-left: 1px solid #999;
}

#content li{
	list-style-type:none;
	
}


#content p{
	text-align: justify;
	font-size: 1em;
	line-height: 1.6em;
/*	font-family: Arial, Helvetica, sans-serif; */
}

#navigation{
	float: left;
	width: 120px;
	/*border-right: 1px solid #999;*/
}

#navigation ul{
	list-style: none;
	margin: 1em 0 0 1em;
	padding: 0;
	border: none;
}

#navigation li{
	color: #3D8A5E;
	font-size: 1em;
	list-style-type: circle;
	padding: .2em 0 0.2em 0;
}

#navigation a:link, #navigation a:visited, h3 a:link, h3 a:visited{
	color: #3D8A5E;
	background-color: transparent;
	display: block;
	text-decoration: none;
}

#navigation a:hover, h3 a:hover {
	color: #449c6c;
	text-decoration: underline;
}

#footer{
	clear:both;
	font-size: .8em;
	padding: 0;
	text-align: right;
	color: #999;
	background-color: transparent;
	border-top: 1px solid #999;
}

.pdf_link a, .pdf_link, a.pdf_link
{
	background:url('images/pdf.png') no-repeat 0 2px;
	padding-bottom:5px;
	padding-left:20px;
}
