/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  text-align: left;
  background: #adadad url('../img/bg.jpg') top center no-repeat fixed;
  margin-top:30px;
  margin-bottom:30px;
  color:#333333;
}

A:link {
	COLOR: #000000; text-decoration: underline
}
A:visited {
	COLOR: #000000; text-decoration: underline
}
A:active {
	COLOR: #000000; text-decoration: underline
}
A:hover {
	COLOR: #000000; text-decoration: none
}

#page_wrapper {
	background: #F3E7A9 url('../img/content_bg.jpg') top left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	border: 4px solid #F4F4EE;
}

#page_headerindex {
	height: 331px;
	background: #515230 url('http://maineseabirds.org/img/headers/indexheader.jpg') top left no-repeat;
	background-color: #E3E3E3;
} 

#page_headerabout {
	height: 331px;
	background: #515230 url('../img/headers/aboutheader.jpg') top left no-repeat;
	background-color: #E3E3E3;
}  
#page_headeractivities {
	height: 331px;
	background: #515230 url('http://maineseabirds.org/img/headers/activitiesheader.jpg') top left no-repeat;
	background-color: #E3E3E3;
}  
#page_headerdonate {
	height: 331px;
	background: #515230 url('http://maineseabirds.org/img/headers/donateheader.jpg') top left no-repeat;
	background-color: #E3E3E3;
}  
#page_headervolunteer {
	height: 331px;
	background: #515230 url('http://maineseabirds.org/img/headers/volunteerheader.jpg') top left no-repeat;
	background-color: #E3E3E3;
}  
#page_headerpartners {
	height: 331px;
	background: #515230 url('http://maineseabirds.org/img/headers/partnersheader.jpg') top left no-repeat;
	background-color: #E3E3E3;
}  
#page_headermerchandise {
	height: 331px;
	background: #515230 url('http://maineseabirds.org/img/headers/merchandiseheader.jpg') top left no-repeat;
	background-color: #E3E3E3;
}  
#page_headerseabirds {
	height: 331px;
	background: #515230 url('http://maineseabirds.org/img/headers/seabirdsheader.jpg') top left no-repeat;
	background-color: #E3E3E3;
}  

 

#page_header h1 {
	padding-top:30px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	color: #FFF;
	margin:0px;
	background: url('http://maineseabirds.org/img/headers/seabirdsheader.jpg') top right no-repeat;
}
#page_header h2 {
  padding-top:0px;
  padding-left: 20px;
  font-family: Arial, Helvetica, sans-serif;;
  font-size:14px;
  font-weight:bold;  
  color: #E2D179;
  margin:0px;  
}

h5  {
	text-align: right;
  padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;;
  padding-right: 17px;
  font-size: 17px;
  font-weight: normal;  
  margin: 0px;
  text-decoration: none;
  background:url(http://maineseabirds.org/donate.html);
  }


#menu_bar {
	height:30px;
	background: #ffffff url('../img/menu_bg.jpg') top left no-repeat;
	 
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	margin-top:5px;
	background-color: transparent;
	color: #FFF;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size:12px;
	font-weight:bold;
}

#navcontainer ul li { display: inline; margin: 0; padding: 0; }

#navcontainer ul li a
{
padding: 0.1em 1em;
background-color: transparent;
color: white;
text-decoration: none;
float: left;
border-right: 1px solid white;
}

#navcontainer ul li a:hover
{
background-color: #797979;
color: #fff;
}

#content_wrapper {
  background: transparent url('../img/content_bg.jpg') top left repeat;
}

#left_side {
	float:left;
	width:650px;
}
  
#left_side h3 {
	margin:10px;
	margin-right:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	line-height:18px;
	color: #666;
}


#left_side h4 {
	margin:10px;
	margin-right:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	line-height:18px;
	color: #28665c;
}

  
#left_side p {
	margin:10px;
	margin-right:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color: #333333;
}

#right_side {
  float:right;
  width:150px;
}
  
#right_side h3 {
	margin-right:10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	
	font-size:12px;
	font-weight: bold;
	line-height:16px;
	color: #FFF;
	background: #6f7574;
	padding:4px;
	border:1px solid
;
}
#right_side h4 {
	margin-right:10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	
	font-size:12px;
	font-weight: bold;
	line-height:16px;
	color: #FFF;
	background: white;
	padding:4px;
	border:1px solid
;
}
  
#right_side p {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;;
  font-size:11px;
  line-height:16px;
  color: #333333;
}

img.floatLeft { 
    float: left; 
    margin: 20px; 
	border:2px gray;

}
img.floatRight { 
    float: right; 
    margin: 20px; 
	border:2px  gray;
}



li
{
	margin:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color: #333333;
	background-repeat:no-repeat;
  	background-position:0px 5px; 
	padding-left:14px;
}

#page_footer1 {
  height: 249px;
  background: #28665c url('http://maineseabirds.org/img/footers/footer1.jpg') top left no-repeat;
}  
#page_footer2 {
  height: 249px;
  background: #28665c url('../img/footers/footer2.jpg') top left no-repeat;
}  
#page_footer3 {
  height: 249px;
  background: #28665c url('http://maineseabirds.org/img/footers/footer3.jpg') top left no-repeat;
}  
#page_footer4 {
  height: 249px;
  background: #28665c url('http://maineseabirds.org/img/footers/footer4.jpg') top left no-repeat;
}  
#page_footer5 {
  height: 249px;
  background: #28665c url('http://maineseabirds.org/img/footers/footer5.jpg') top left no-repeat;
}  
#page_footer6 {
  height: 249px;
  background: #28665c url('http://maineseabirds.org/img/footers/footer6.jpg') top left no-repeat;
} 
#page_footer7 {
  height: 249px;
  background: #28665c url('http://maineseabirds.org/img/footers/footer7.jpg') top left no-repeat;
}  
#page_footer8 {
  height: 249px;
  background: #28665c url('http://maineseabirds.org/img/footers/footer8.jpg') top left no-repeat;
}   

#page_footer A:link {
	COLOR: black; text-decoration: underline
}
#page_footer A:visited {
	COLOR: black; text-decoration: underline
}
#page_footer A:active {
	COLOR: gray; text-decoration: underline
}
#page_footer A:hover {
	COLOR: #666;
	text-decoration: none
}

#page_footer1 p {
	text-align:center;
	padding-top:px;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size:11px;
	line-height:16px;
	color: black;
}
#page_footer2 p {
	text-align:center;
	padding-top:px;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size:11px;
	line-height:16px;
	color: black;
}
#page_footer3 p {
	text-align:center;
	padding-top:px;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size:11px;
	line-height:16px;
	color: black;

}
#page_footer4 p {
	text-align:center;
	padding-top:px;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size:11px;
	line-height:16px;
	color: black;
}
#page_footer5 p {
	text-align:center;
	padding-top:px;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size:11px;
	line-height:16px;
	color: black;
}
#page_footer6 p {
	text-align:center;
	padding-top:px;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size:11px;
	line-height:16px;
	color: black;
}
#page_footer7 p {
	text-align:center;
	padding-top:px;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size:11px;
	line-height:16px;
	color: black;
}
#page_footer8 p {
	text-align:center;
	padding-top:px;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size:11px;
	line-height:16px;
	color: black;
}
.spacer {
  margin:0px;padding:0px;height:0px;clear:both;
}

div.imgl {
  float: left;
  width: 30%;
  margin: 20px;
}
div.imgl p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.imgr {
  float: right;
  width: 30%;
  margin: 20px;
}
div.imgr p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}
 
 .transparent {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}