/* common css for Adopt-A-River, May 2009 */


/* hex colors 
aar blue		0072cf
orange			f3901d
*/




/* parts of the page */

body	{ 
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: .8125em; 
	color: #000000; 
	background-color: #fff; 
	background-image:  url("../images/web-bg.jpg");  
	background-position:  0px 0px;  
	background-repeat:  repeat-x;  
	}

div#container	{
	top: 0; 
	width: 950px; 
	height: 100%; 
	padding-top: 25px; 
	padding-left: 25px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: -10px; 
	background-color: #fff; 
	}

div#leftcol	{
	float: left;
	width: 235px; 
	}

div#rightcol	{
	float: left; 
	padding-left: 35px; 
	}

div#inset	{
	text-align: center; 
	position: absolute; 
	top: 425px; 
	margin-left: 620px; 
	width: 280px; 
	padding: 10px; 
	background-color: #fff; 
	border: 2px solid #f3901d; 
	}





/* miscellaneous divs & tags */

div .clear {
	clear: both; 
	}

p	{
	font-size: 90%; 
	line-height: 140%; 
	}
	
p.footnote	{
	margin-top: 0px;  
	padding: 0px 200px 0px 300px;  
	}
	
h1	{
	font-size: 200%; 
	line-height: 120%; 
	color: #0072cf; 
	font-weight: lighter; 
	}
	
h2	{
	font-size: 125%; 
	font-weight: lighter; 
	}
	
h3	{
	font-size: 100%; 
	}
	
div#leftcol img	{
	margin-bottom: 0px; 
	}

div#leftcol hr	{
	margin-top: 20px; 
	margin-right: 100px; 
	}

div#inset hr	{
	margin-top: 20px; 
	margin-left: 50px; 
	margin-right: 50px; 
	}







/* pseudos */

a	{
	color: #f3901d; 
	text-decoration: none; 
	}
	
a:hover	{
	text-decoration: underline; 
	}

a img	{
	border: 0; 
	}





