/* Apply reset CSS */

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
  margin:0; 
 	padding:0; 
}

table { 
 	border-collapse:collapse; 
 	border-spacing:0; 
} 
 	
fieldset,img {  
 	border:0; 
} 

address,caption,cite,code,dfn,th,var { 
 	font-style:normal; 
 	font-weight:normal; 
} 
 	
caption,th { 
 	text-align:left; 
} 
 
h1,h2,h3,h4,h5,h6 { 
 	font-size:100%; 
 	font-weight:normal; 
} 
 
q:before,q:after { 
 	content:''; 
} 
 
abbr,acronym { 
  border:0; 
} 

/* End reset CSS */

html{
    background: #FFFFFF url(images/html_bg.jpg) repeat-x left top;
}

body {
	background: url(images/swoop.png) no-repeat center top;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

/* CSS based off whynampa.org */

/*   =layout 
-------------------------------------------------------- */
#pagecontainer{
	text-align:left;
	width: 780px;
	padding:0px;
	margin:10px auto 0;
	background:#fff;
	font-size:12px;
	color: #444;
	
	
	}
	
#header {
	background:transparent url(images/header.gif) top left no-repeat;
	width:780px;
	height:10px;
}



#sidebar-a {
	margin: 0 0 0 10px;
	padding:0px;
	float: left;
	width: 200px;
  display:inline;
 }
 
 
 #maincol{
	width:550px;
	float:right;
	padding-right: 10px;
 
 }

 #flashslideshow{
	/*width:550px;
	height:200px;
	background: #ebebeb;*/
 }
 
 .content {
	padding:10px 10px 50px 10px;
	line-height: 1.5em;
}



/* =footer
-----------------------------------------------------------*/

#footer {
	
	clear: both;
	margin:10px;
	font-size:9px;
	border-top: 1px solid #E3DCC0;
	padding:20px 0 100px 5px;
	background: url(images/logo_seal.gif) no-repeat right center;
	color: #666;
	
}


/* =content
-----------------------------------------------------------*/


#content{
	line-height:1.5em;
}

#content ul{
    list-style-type: square;
	padding-left:20px;
	margin:0;
	
   
}

#content li{
}




	
/*- nav--------------------------- */
	
#nav {
	width: 200px;
	background: url(../nav_bg.jpg) repeat-x;
	}
	
	
#nav ul{
	list-style: none;
	width:180px;
	padding:15px 0 0 0;
	margin:0 auto;
}	
	
#nav li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	font-size:12px;
	text-align:center;
	}	
	
#nav li a:link, #nav li a:visited {
	color: #510025;
	display: block;
	padding: 8px;
	border-bottom:1px dotted #ccc;
	}
	
#nav li a:hover {
	color: #999999;
	}
	
	
	

/* generics
--------------------------------------------*/

.floatleft{
	float:left;
}

.floatright{
	float:right;
}


.clearboth { 
	clear: both; 
}

.hide { 
	display: none; 
}

.show { 
	display: block; 
}


/* 	=text
---------------------------------------------------------------*/

p {
  margin:.5em .5em 1em 1em;
  }

#accordion p {
	padding:.5em 0;
	margin:0;
}

#accordion div div {
	padding-left:1em;
}

h1, h2, h3, h4, h5 {
	
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #700044;
	font-size: 1.8em;
	letter-spacing: 1px;
	background:url(../images/h1_bg.jpg) repeat-x left top;
	border-top: 5px solid #fff;
	height:70px;
	line-height:70px;
	vertical-align:middle;
	border-bottom: 1px solid #E3DCC0;
	
}

h1 img{
	float:left;
}

h2 {
	color: #8D834A;
	margin: .5em 0em .5em 0em;
	font-size: 1.6em;
	line-height:1.1em;
}

#accordion h2 {
	margin:0;
}

#accordion h2 a:link,
#accordion h2 a:visited {
	color: #8D834A;
	border:none;
	padding:.25em 0;
	display:block;
}

#accordion h2.selected a:link,
#accordion h2.selected a:visited {
	color: #700044;
}

h3 {
	color: #663C3D;
	font: 1.2em Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h4 {
	font-size: 1.1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color: #555;
	}
	
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
	
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}


a img{
	border:none;
	display:block; /* need this for firefox */
}


/* links 
--------------------------------------------------*/

#content a:link, #content a:visited{
	color: #0066FF;
	text-decoration: none;
	border-bottom: 1px dotted #00548E;
}

#content a:hover, #content a:active	/* Netscape 4 ignores hover and active states */ {
	color: #996600;
	text-decoration:none;
	border-bottom: 1px solid #993300;
	}
	
	

	
a.linkexternal, a.externallink{
	padding-right: 12px;
	background: url(../images/arrow_external.gif) no-repeat right center;	

}

a.linkpdf, a.pdflink{
	padding-left: 20px;
	background: url(../images/icon_pdf_sm.gif) no-repeat left center;	
}


div#content .contactwrapper a img{
	border: none;

}

.click-expand {
	color: #0066FF;
	font-family:"Helvetica","Arial",sans-serif;
	font-size:50%;
	font-style:italic;
}


/* tables
-------------------------------------------------*/
table{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse:collapse;
	margin:.5em;
}

table td, table th{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	color: #333;
}
	
#sidebar-a a#downloadfactsheet{
	width:91px;
	height:96px;
	background: url(images/download_fact_sheet.gif);
	margin:10px auto;
	display:block;
	text-decoration:none;
}
	
a#downloadfactsheet span{
	visibility:hidden;
}


p.quote{
	padding:1em;
	border-top: 4px solid #700044;
	border-bottom: 2px solid #700044;
	font-size: 110%;
	font-style: italic;
	background: url(../images/bg_quote.jpg) no-repeat right bottom;
}

p.quote strong, strong.name {
	color: #700044;
	font-style:normal;
}

p.quote span{
	color: #444;
	font-weight:bold;
	font-size:95%;
	font-style:normal;
}


#content div.column{
	float:left;
	width:150px;
}

	
/* footer styles 

-----------------------------------*/

#sitemap{
	margin:0 0 10px 10px;
	float:left;
	}

#sitemap .column {
	float: left;
	width: 90px;
	}

#sitemap ul {
	margin: 0;
	padding: 0;
	}

#sitemap li {
	margin: 0px;
	padding: 0;
	display: block;
	list-style: none;
	font: normal .8em/1.5em 'lucida grande', tahoma, sans-serif;
	list-style-position: outside;
	}

#sitemap li a {
	color: #666;
	text-decoration: none;
	clear: both;
	}

		
#copyright {
	margin: 0 0 10px 0px;
	float: left;
	width: 200px;
	border-left: 1px dotted #666;

	}

#copyright p {
	margin: 0 0 5px 10px;
	font: normal 1em/1.5em 'lucida grande',tahoma,sans-serif;
	color: #666;
	}

#copyright strong {
	font-size: 1.2em;
	font-weight: normal;
	color: black;
	}

#copyright a {
	font-weight: bold;
	color:black;
	}

#copyright a:hover {
	text-decoration: underline;
	color: black;
	}
		
#sitemap li a:hover {
	text-decoration: underline;
	color: black;
	}

#sitemap h2 {
	margin-top:0;
}

#sitemap .floatleft {
	margin:0 10px 0 0;
}

/* =contact page styles 
--------------------------------------*/




.contactwrapper{
	width:100%;
	border:1px;
}
	
	
.contactinfo{
float:left;
width:220px;

}


.contactmap{
float:right;
width:180px;
margin-top:20px;

}

#accordion {
	margin-bottom:10px;
}