/*
Theme Name: PIP Custom
Theme URI: http://www.protospace.com
Description: A custom WordPress theme built by modifying Room34 with HTML 5 and Blueprint CSS.
Version: 0.5
Author: Paul Hirst, with Scott Anderson (Room 34)
Author URI: http://www.protospace.com/
Tags: white, silver, light, two-columns, fixed-width

	This is a barebones, yet elegantly designed theme written in valid (X)HTML 5
	and using the Blueprint CSS framework.  It works well on its own and is also
	an excellent starting point for custom theme development.
	
	The theme is suitable for use with a standard WordPress blog, but is also
	designed for sites that use WordPress as a CMS, with a horizontal navigation
	bar in the header area, with drop-down menus for secondary navigation.
	Secondary navigation also appears in a sidebar menu when viewing appropriate
	primary and secondary pages.
	
Credits and license:

Uses the Blueprint CSS framework:
http://www.blueprintcss.org/

Design, CSS and HTML are released under LGPL version 3:
http://www.gnu.org/licenses/lgpl-3.0-standalone.html

Last update: February 12, 2010
*/

/* STANDARD HTML TAGS */

body {
	clear: both;
	margin: 0;
	padding: 0;
	color: #111;
	/* font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif; */
	font-family: Helvetica, Arial, sans-serif; 
}

a {
	color: #62959D;
	text-decoration: none;
}

a:visited {
	color: #5CA6C0;
	text-decoration: none;
}

a:hover {
	color: #660000;
	text-decoration: none;
}

a:active, a:focus {
	outline: none;
}

blockquote {
	border-left: 0.5em solid #ccc;
	font-size: 0.9em;
	font-style: normal;
	padding: 0 0 0 1em;
}

.staff blockquote {
	/* border-left: 0.25em solid #ccc; */
	font-size: 0.9em;
	font-style: normal;
	padding: 10px;
	margin: 0 0 10px 0;
	/* background: #efefef; */
	color: #000000;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #555555;
	min-height: 160px;
}

h1, h2, h3  {
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
}

h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
}

hr {
	background: #eee;
	color: #eee;
}

small {
	color: #555;
	font-size: 0.9em;
}

th {
	background: #eee !important;
}

ul.inline {
	display: block;
	margin: 1em 0;
	padding: 0;
}

ul.inline li {
		display: inline;
		margin: 0 0.5em 0 0;
	}

/* CUSTOM CSS CLASSES */

.alignleft {
	float: left; display: inline; /* IE6 fix */
	padding: 0 1em 0.5em 0;
	text-align: left;
}

.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.alignright {
	float: right; display: inline; /* IE6 fix */
	padding: 0 0 0.5em 1em;
	text-align: right;
}

.alignjustify {
	text-align: justify;
}

.commentlist {
	clear: both;
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

.commentlist li {
		border-bottom: 1px solid #eee;
		margin: 0.5em 0;
	}

.commentlist cite {
		font-size: 1.2em;
		font-style: normal;
	}

.commentlist img {
		border: 1px solid #eee;
		float: left; display: inline; /* IE6 fix */
		margin: 0 1em 0.5em 0;
		padding: 4px;
		text-align: left;
	}

.commentlist p {
		clear: both;
	}
	
.commentlist .bypostauthor {
		background: #eee;
		border-left: 0.5em solid #ccc;
		border-color: #ccc;
		padding-left: 1em;
	}
		
.commentmetadata {
	color: #555;
	font-size: 0.9em;
}

.entry {
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}

.input label {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
}

.post {
	margin: 0 0 3em 0;
}

.postmetadata {
	clear: both;
	color: #555;
	font-size: 0.9em;
	padding: 0;
}

.wp-caption {
	background: #efefef;
	/* border: 1px solid #ccc; */
	padding: 0.5em;
	margin-right: 10px;
}

.wp-caption img {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
.wp-caption p.wp-caption-text {
		margin: 0;
		padding: 0;
	}

/* DOM ELEMENTS */

#page {
}


#header {
		clear: both;
		/* position: relative; */
		height: 125px;
		/* overflow: hidden; */
		background-color: #95CBFD; /*#BFD3D7; */
		width: 950px;
		margin: 0 auto;
		padding: 0;
		float: left;
		overflow: visible;
		color: #000066;
		line-height: 1.3em;
		text-decoration: none;
		}
		
#headerimg {
		background: transparent;
		padding: 5px;
		float: left;
		width: 112px;
		w/idth: 112px;
		height: 112px;
		h/eight: 112px/
		/* border: 1px solid #999; */
}
		
#headerimg img {
	border: 1px #ffffff solid;
	}

#headerright {
	width: 820px;
	w\idth: 810px;
	height: 90px;
	float: right;
	/* border: 1px solid #999; */
	margin-top: 5px;
	overflow: visible;
	}

#headersearch {
	clear: both;
	position: relative;
	float: right;
	width: 400px;
	height: 60px;
	/* border: 1px solid #999; */
	/* top: -80px; */
	right: 30px;
	top: 10px;
	margin-bottom: 25px;
	}
	
#headersearch input {
	background-color: #FFFFFF;
	color: #666666;
	border: none; /* 1px solid #999; */
	font-family: Helvetica, Arial, sans-serif;
	text-transform: capitalize;
	font-size: 14px;
	}
	
#headersearch .submitbutton {
	background-color: #1b45b8;
	color: #FFFFFF;
	/* border: none; 1px solid #999; */
	border: solid;
	border-width: 1px;
	border-color: #EEEEEE #666666 #666666 #EEEEEE;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	margin-left: 5px;
	}
		
	#header h1 {
		margin: 2em 0 0 0;
	}
		
				
#nav {
	clear: both;
	/* position: relative; */
	width: 800px;
	height: 120px;
	width: 810px;
	float: left;
	right: 10px;  
	top: -40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .5em;
	font-weight: bold;
	color: #000066;
	height: 1.5em;
	z-index: 99;
	overflow: visible;
	/* border: 1px solid #999; */
}
	
	#navcenter {
		margin: 0 auto;
		}
	
/*		#nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
			float: right;
		}
		
		#nav li {
			background: none;
			float: left; display: inline; /* IE6 fix */
/*			margin: 0;
			padding: 0 20px 0 0;
			position: relative;
			text-transform: uppercase;
			/* height: 5 px; 
			padding: 10%;*/
/*			border-left: 1px solid #000066;
		}
		
		#nav li:hover {
			background: #ddd;
		}
		
			#nav li a {
				display: block;
				padding: 0.2em 0.6em;
				text-decoration: none;
			}
			
			#nav li ul {
				display: none;
				position: absolute;
				z-index: 99;
				font-size: .9em;
			}
	
			#nav li:hover ul {
				background: #BFD3D7; */
				/* border: 1px solid #999; */
/*				display: block;
				left: 0;
				min-width: 150px;
				top: 1.9em;
				white-space: nowrap;
				border: none;
				border-style: none;
			}

			#nav li:hover li {
				background: #BFD3D7;
				display: block;
				float: none;
				font-size: 0.9em;
				margin: 0;
				padding: 0;
			}
			
			#nav li:hover li:hover {
				background: #eee;
			}
			
			#nav li:hover li a {
				padding: 0.3em 0.5em;
			} */
	
	#content {
		margin: 1.5em 0;
		overflow: hidden;
	}
	
		#content h1 {
			font-size: 2em;
			margin: 0 0 0.5em 0;
		}
	
		#content h2 {
			font-size: 1.8em;
			margin: 0 0 0.5em 0;
		}
	
		#content h3 {
			font-size: 1.5em;
			margin: 1em 0 0.5em 0;
		}
	
	#sidebar {
		font-size: 0.9em;
		margin: 1em 0 0 1em;
		overflow: hidden;
	}
	
		#sidebar ul {
			list-style: none;
			margin: 0 0 1.5em 0;
			padding: 0;
		}
		
		#sidebar li {
			margin: 0 0 0.5em 0;
			list-style: none;
		}
		
		#sidebar h2 {
			font-size: 1.2em;
			margin: 0.5em 0;
		}
		
		#sidebar h2 a {
			color: #111;
			text-decoration: none;
		}
		
		#sidebar form {
			margin-bottom: 1.5em;
		}
		
		#sidebar div {
			line-height: 1.5em;
			margin: 0 0 1.5em 0;
		}

		#sidebar div a {
			padding: 0 0.5em 0 0;
			white-space: nowrap;
		}

		#sidebar div a:hover {
			color: #036 !important;
		}
	
	#footer {
		border-top: 1px solid #eee;
		color: #555;
		font-size: 0.9em;
		margin: 0 0 0 0;
		padding-top: 10px;
		overflow: hidden;
		font-size: 70%;
		/* padding-top: .5em; */
	}
	
		#footer p {
			margin: 0.5em 0;
		}
	
		#footer ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#footer li {
			display: inline;
			margin: 0 .5em 0 0;
		}
		
	#fpcontent {
			/* position: relative; */
			clear: both;
			margin: 0;
			padding: 0;
			width: 950px;
			z-index: 1;
			/* border: 1px dashed #666666; */
		}
	
	#fpcontentgallery {
			clear: both;
			/* position: relative; */
			padding: 0;
			margin: 0 auto 5px auto;
			width: 938px;
			height: 340px;
			float: left;
			z-index: 0;
			}
			
	#fpcontentmission {
			clear: both;
			padding: 5px 40px 5px 40px;
			margin: 5px auto;
			width: 918px;
			w\idth: 868px;
			border: 1px solid #000088;
			color: #666666;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 20px;
			text-align: center;
			background-color: #FFF8C6; /*#ECF1EF*/
			}
			
	#fpcontentmission2 {
			clear: both;
			padding: 5px 40px 5px 40px;
			margin: 15px auto;
			width: 920px;
			w\idth: 870px;
			border: 1px solid #000088;
			color: #666666;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 20px;
			text-align: center;
			background-color: #ECF1EF;
			}
			
	#fpcontentmission p {
		    color: #666666;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 20px;
			}
			
	#fpcontentmission2 p {
		    color: #666666;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 20px;
			}
			
	#fpcontentmission ul li {
			list-style: none;
			}
			
	#fpcontentlower {
			position: relative;
			clear: both;
			padding: 0;
			margin: 10px auto;
			width: 950px;
			height: 350px;
			h\eight: 340px;
			/* border: 1px dashed #666666; */ 
			}
			
	#fpcontentlowleft {
			position: relative;
			float: left;
			width: 310px;
			height: 345px;
			/* border: 1px dashed #666666; */ 
			margin: 0 auto;
			}
			
	#fpcontentlowmap {
			position: relative;
			float: left;
			width: 310px;
			height: 292px;
			/* border: 1px dashed #666666; */
			margin: 0 auto;
			/* border-bottom: 1px solid #BFD3D7; */
		    background-color: #95CBFD; /*#BFD3D7; */
			background-image: url(images/PIP_Map_Yellow.png);
			}
						
	#fpcontentlowmap h2 {
			width: 310px;
			height: 38px;
			padding-top: 8px;
			font-size: 20px;
			font-family: Georgia, "Times New Roman", Times, serif;
			color:  #000066; /* #357EC7; *#0066CC*/
			margin: 0 auto 8px auto;
			text-transform:capitalize;
			/* border: 1px dashed #666666; */
			/* background-color: #95CBFD; /*#BFD3D7; */
			font-weight: 550;
			top: -38px;
			}
			
	#fpcontentlowmap a {
			color: #000066;
			}
	
	#fpcontentlowmap h2 a:hover {
			color: #FFFFCC;
			text-decoration:none;
			}
			
	#fpcontentlowleftsocial {
			position: relative;
			float: left;
			width: 310px;
			height: 40px;
			/* border: 1px dashed #666666; */
			margin: 5px auto;
			/* padding: 10px; */
			padding-top: 15px;
			}
			
			
	#fpcontentlowleftsocial h2 {
			position: relative;
			float: left;
			/* width: 100px; */
			height: 20px;
			/* border: 1px dashed #666666; */
			margin: 3px 5px 0px 30px;
			/* background: #990000; */
			color: #555555;
			text-transform: capitalize;
			font-family: Georgia, "Times New Roman", Times, serif;
			display: inline;
			font-size: 16px;
			padding: 3px;
			font-weight: bold;
			}
			
	#fpcontentlowleftsocial a {
			position: relative;
			}
	
	#fpcontentlowleftsocial a:hover span{
			position: absolute;
			display: block;
			border: 1px solid #666666;
			background-color: #ECF1EF;
			text-align: center;
			}
			
	#fpcontentlowleftsocial li {
			margin-top: 10px;
			margin-right: 10px;
			font-size: 15px;
			}
			
	#fpcontentlowmiddle {
		float: left;
		width: 310px;
		height: 340px;
		/* border: 1px dotted #666666; */
		margin: 0 6px 0 7px;
		border-top: 3px solid #95CBFD; /*#BFD3D7;*/
		/* border-bottom: 1px solid #BFD3D7; */
		}
			
	#fpcontentlowmidspotlight {
		clear: both;
		float: left;
		width: 308px;
		height: 310px;
		margin: 0 auto;
		/* font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;*/
		color: #888888;
		font-size: 11 px;
		padding: 0 0 5px 0;
		overflow: hidden;
		border-bottom: 3px solid #95CBFD; /*#BFD3D7;*/
		}
		
	#fpcontentlowmiddonate {
		clear: both;
		float: left;
		width: 308px;
		height: 25px;
		margin: 10px auto;
		padding: 0;
		}

	#fpcontentlowmidspotlight h2, #fpcontentlowmidspotlight h1 {
		font-family: Helvetica, Arial, sans-serif;
					/* font-family: Georgia, "Times New Roman", Times, serif; */
		color: #990000;
		font-size: 16px;
		font-weight: bold;
		text-transform: capitalize;
		margin: 8px 0 8px 0;
		text-decoration: none;
		padding: 0;
		}
	
	#fpcontentlowmidspotlight h3 {
			display: inline;
			/* color: #5CA6C0;
			font-size: 12px;
			font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
			text-decoration: none;
			/* font-weight: bold; */
			/* text-transform: uppercase; */
			/* margin: 0 0 0 0;
			padding: 0; */
            }

	#fpcontentlowmidspotlight h4 a {
			color: #000066;
			font-size: 16px;
			font-family: Helvetica, Arial, "Segoe UI", "Lucida Grande", sans-serif;
			text-decoration: none;
			/* font-weight: bold; */
			text-transform: capitalize;
			/* margin: 0 0 0 0;
			padding: 0; */
			margin: 3px 0 0 0;
			padding: 0 0 0 0;
			height: 16px;
			line-height: 16px;
            }
			
	#fpcontentlowmiddonate h5 a {
			clear: both;
			color: #000066;
			font-size: 16px;
			font-family: Helvetica, Arial, "Segoe UI", "Lucida Grande", sans-serif;
			text-decoration: none;
			text-transform: capitalize;
			margin: 0 auto;
			padding: 3px 5px 3px 5px;
			/* border: solid #000066 thin; */
			background: #eeeeee;
			}
				
			#fpcontentlowmiddonate h5 a:hover {
			background: none;
			}
			
    #fpcontentlowmidspotlight ul {
			list-style-position: outside;
			margin: 0;
			padding: 0;
			min-height: 200px;
			}


	#fpcontentlowmidspotlight ul li {
			list-style: none;
			padding: 0;
			width: 310px;
			list-style-position: outside;
			margin-left: 0;
			margin-bottom: 5px;
			font-size: .73em;
			display: block;
			/* min-height: 75px; */
			}
			
	#fpcontentlowmidspotlight li {
			padding-bottom: 5px;
			display: block;
			height: 55px;
			overflow: hidden;
			}
			
	#fpcontentlowmidspotlight li a {
			display: inline;
			color: #336699 /*#5CA6C0 */;
			font-size: 12 px;
			font-family: Helvetica, Arial, "Segoe UI", "Lucida Grande", sans-serif;
			text-decoration: none;
			font-weight: bold; 
			text-transform: capitalize;	
            }
			
	#fpcontentlowmidspotlight li a:visited {
			display: inline;
            }

	#fpcontentlowmidspotlight li a:hover {
			/* text-decoration: underline; */
			color: #990000;
            }

   #fpcontentlowmidspotlight img {
            padding: 5px 5px 0px 0px;
			margin: 0;
			border: none;
			max-height: 50px;
			overflow: hidden;
            }
                        
   #fpcontentlowmidspotlight p {
			display: inline;
			/* padding: 0 0 5px 0; */
			}
			
	#fpcontentlowmiddleshare {
			position: relative;
			float: left;
			width: 310px;
			w\idth: 290px;
			height: 30px;
			border: 1px dashed #666666;
			margin: 10px auto;
			overlow: visible;
			/* padding: 10px; */
			}
			
	#fpcontentlowmiddleshare h2 {
			position: relative;
			float: left;
			/* width: 100px; */
			height: 20px;
			/* border: 1px dashed #666666; */
			margin: 12px 0px 0px 5px;
			/* background: #990000; */
			color: #BBBBBB;
			text-transform: capitalize;
			font-family: Georgia, "Times New Roman", Times, serif;
			display: inline;
			font-size: 15px;
			padding: 3px;
			}
			
	#fpcontentlowmiddleshare li, #fpcontentlowmiddonate li {
			margin-right: 5px;
			}
			
	#fpcontentlowmiddleshare h5 a {
			clear: both;
			color: #000066;
			font-size: 16px;
			font-family: Helvetica, Arial, "Segoe UI", "Lucida Grande", sans-serif;
			text-decoration: none;
			text-transform: capitalize;
			margin: 0 auto;
			padding: 3px 5px 3px 5px;
			/* border: solid #000066 thin; */
			background: #eeeeee;
			}
				
	#fpcontentlowmiddleshare h5 a:hover {
			background: none;
			}
			

	#fpcontentlowright {
		position: relative;
		float: right;
		width: 313px;
		height: 325px;
		/* border: 1px dashed #666666; */
		margin: 0 auto;
		}
			
	/* #fpcontentlowright h2 {
		width: 307px;
		w\idth: 287px;
		height: auto;
		padding-top: 18px;
		padding-bottom: 17px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 20px;
		/* font-family: Georgia, "Times New Roman", Times, serif; */
		/* font-family: Helvetica, Arial, "Segoe UI", "Lucida Grande", sans-serif;
		background-color: #95CBFD; /*#BFD3D7; */
		/* color:  #000066; /* #357EC7; *#0066CC*/
		/* margin: 0px auto 10px auto;
		overflow: hidden;
		display: block;
		text-decoration: none;
		text-transform:capitalize;
		font-weight: 550;
		border-left: 5px #B7FFFF solid;
		border-bottom: 5px #B7FFFF solid; */
		/* font-weight: bold; */
		/* } */
		
	#fpcontentlowright h2 {
		margin-bottom: 10px;
		}
 		
	#fpcontentlowright h2 a {
		width: 300px;
		w\idth: 280px;
		height: auto;
		padding-top: 18px;
		padding-bottom: 17px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 20px;
		font-family: Georgia, "Times New Roman", Times, serif;
		/* font-family: Helvetica, Arial, "Segoe UI", "Lucida Grande", sans-serif; */
		background-color: #95CBFD; /*#BFD3D7; */
		color:  #000066; /* #357EC7; *#0066CC*/
		margin: 0px auto 0px auto;
		margin-bottom: 0px;
		overflow: hidden;
		display: block;
		text-decoration: none;
		text-transform:capitalize;
		font-weight: 550;
		border-top:5px #DDDDDD solid;
		border-right:5px #DDDDDD solid;
		border-left: 5px #95B9C7 solid;
		border-bottom: 5px #95B9C7 solid;
		line-height: 1.2em; 
		/* font-weight: bold; */
		}
		
	#fpcontentlowright h2 a:hover {
		/*width: 307px;
		w\idth: 287px;
		height: auto; 
		padding-top: 18px;
		padding-bottom: 17px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 20px;
		/* font-family: Georgia, "Times New Roman", Times, serif; */
		/* font-family: Helvetica, Arial, "Segoe UI", "Lucida Grande", sans-serif; */
		background-color: #0F8AFC; /* #000066; /*#BFD3D7; */
		color:  #FFFFFF; /* #357EC7; *#0066CC*/
		/* margin: 0px auto 10px auto;
		overflow: hidden;
		display: block;
		text-transform:capitalize;
		font-weight: 550;*/
		border-top:5px #95B9C7 solid; 
		border-right:5px #95B9C7 solid;
		border-left: 5px #000000 solid;
		border-bottom: 5px #000000 solid; 
		text-decoration: none;
		/* font-weight: bold; */
		}
			
	#maincontent {
		/* position: relative; */
		margin: 0;
		padding: 0;
		width: 950px;
		z-index: 1;
		/* border: 1px solid #666666; */
		}
		
	#maincontent h1 h2 h3 h4 h5 a {
		color: #BFD3D7;
		margin-top: 5px;
		}
		
	#maincontent h1 {
		font-size: 2.0em;
		/* margin-bottom: 1.0em; */
		margin: 0 0 .75em 0;
		padding: 0;
		}
		
	#maincontent h2 {
		font-size: 1.5em;
		}
		
	#maincontent h3 {
		font-size: 1.0em;
		text-transform: capitalize;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		padding: 0;
		margin: 10px 0 0 0;
		}
		
		
	#mainleft {
		margin: 0;
		padding: 10px 0 10px 0;
		width: 200px;
		float: left;
		/* border :1px solid #666666; */
		font-size: 90%;
		margin: 1em 0 0 0;
		/* overflow: hidden; */
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #000000;
		}

	.mainleftnav {
		margin: 0;
		font-size: 105%;
		width: 200px;
		display: block;
		}		
	
	.mainleftnavbar {
		width: 100%;
		}
				
	.mainleftnav a:hover {
		text-decoration: none;
		color: #990000;
		}

	.mainleftnav ul {
		list-style: none;
		margin: 0 5px 0 0;
		padding: 0;
		font-size: 1.1em;
		color: #5CA6C0;
		width: 200px;
		}
		
	.mainleftnav li {
		margin: 0 0 .5em 0;
		list-style: none;
		font-size: 1.1em;
		line-height: 1.3em;
		border-bottom: 1px solid #BFD3D7;
		color: #5CA6C0;
		white-space: pre-line;
		padding-bottom: 8px;
		width: 200px;	
		}
		
		.mainleftnav li a {
			color: #5CA6C0;
			}
			
		.mainleftnav li a:hover {
			text-decoration: none;
			color: #990000;
		}
		
		#mainleftlegend ul {
			list-style: none;
			margin: 0 5px 10px 0;
			padding: 0;
			font-size: .9em;
			border-top: 2px solid #BFD3D7;
			color: #5CA6C0;
			display: block;
			padding-top: 10px;
		}
		
		#mainleftlegend li {
			list-style: none;
			list-style-image: none;
			font-size: .9em;
			border-bottom: 1px solid #BFD3D7;
			color: #336699;
		}
		
		#mainleftlegend li a, #mainleftlegend li a:visited  {
			color: #5CA6C0;
			}
			
		#mainleftlegend li a:hover {
			text-decoration: none;
			color: #990000;
		}
		
		#mainleftlegend img {
			padding-right: 5px;
			padding-bottom: 3px;
			}
		
		#mainleftlegend h2 {
			font-size: 1.1em;
			margin: 0 0 5px 0;
			list-style: none;
			/* color: #336699; */
			border-top: 4px solid #BFD3D7;
			padding-top: 5px;
		}
		
		.mainleftnav h2 {
			font-size: 1.1em;
			margin: 0 0 5px 0;
			list-style: none;
			color: #5CA6C0;
			border-bottom: 4px solid #BFD3D7;
		}

		.mainleftnav .widgettitle h2 a, .mainleftnav .widgettitle h2 a:visited, .widgettitle textwidget h2 a:visited {
			color: #5CA6C0;
			text-decoration: none;
			list-style: none;
		} 
		
		.mainleftnav h2 a, .mainleftnav h2 a:visited, .mainleftnavbar h2 a, .mainleftnavbar h2 a:visited {
			color: #5CA6C0;
			text-decoration: none;
			list-style: none;
			margin-top: 15px;
			padding-bottom: 10px;
		}
			
		.mainleftnav form {
			margin-bottom: 1.5em;
		}
		
		.mainleftnav div {
			line-height: 1.5em;
			margin: 0 0 1.5em 0;
		}

		.mainleftnav div a {
			padding: 0 0.5em 0 0;
			white-space: nowrap;
			color: #5CA6C0;
		}

		.mainleftnav div a:hover {
			color: #990000 !important;
		}
		
	#maincenter {
		margin: 20px 0 0 0;
		padding: 0 10px 0 10px;
		width: 520px;
		height: auto;
		float: left;
		font-size: 80%;
		/* border :1px solid #666666; */
		}
		
	#maincenterlarge {
		margin: 20px 0 0 0;
		padding: 0 10px 0 10px;
		width: 720px;
		height: auto;
		float: left;
		font-size: 80%;
		/* border :1px solid #666666; */
		}
		
		
	#maincenterlarge p {
		padding: 0px 0px 0px 0px;
		/* border :1px solid #666666; */
		}
		
	#mainright {
		margin: 0;
		padding: 10px 0 0 0;
		width: 200px;
		float: right;
		/* border :1px solid #666666; */
		font-family: Georgia, "Times New Roman", Times, serif;
	}
		
	#maincenterlarge h3 {
		color: #000080;
		font-size: 1.1em;
		font-weight:bold;
		text-transform:capitalize;
		}
					
	#mainright ul {
		list-style: none;
		padding: 0;
		}	
	
	#mainright li {
		margin-top: 10px;
		margin-bottom: 10px;
		/* \width: 180px;
		w\idth: 190px; */
		border-top: 4px solid #BFD3D7;
		list-style: none;
		padding: 5px 0 0 0;
		}
	
	#mainright ul li {
		list-style: none;
		margin-top: 10px;
		margin-left: 0px;
		border: none;
		padding: 0; 
		}
		
	/* #mainright li ul li {
		margin-left: 0px;
		padding-left: 0px;
		} */
		
		
	#mainright h1 a {
		font-family: Georgia, "Times New Roman", Times, serif;
		margin: 0 0 .5em 0;
		}
		
	#mainright h2 a {
		font-family: Georgia, "Times New Roman", Times, serif;
		margin: 0 0 .5em 0;
		color: #5CA6C0;
		}
		
	#mainright a:hover {
		text-decoration: none;
		color: #990000;
		}
		
	.staff {
		}
			
/* Suckerfish Menus */
#suckerfishnav {
    background:#95CBFD /*#BFD3D7; */ repeat-x;
    font-size:16px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
    width:100%;
	z-index: 100;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:20px;
    padding:0;
    /* border-top:1px solid #666666; */
    margin:0;
    width:100%;
	z-index: 100;
    }
	
#suckerfishnav a {
    display:block;
    color:#000066;
    text-decoration:none;
    padding:0px 14px;   /* OLD - padding:0px 10px; */
    }
	
#suckerfishnav li {
    float:left;
    padding:0;
	border-left:1px solid #000066;
	}
	
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:150px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
	float: left;
    /* border-top:1px solid #666666; */
    }
	
#suckerfishnav li li {
    width:150px;
    /* border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666; */
    font-weight:bold;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
	float: left;
	border-right:1px solid #000066;
	border-bottom:1px solid #000066;
	position: relative;
	left: -1px;
	}
	
#suckerfishnav li li a {
    padding:4px 10px;
    width:130px;
    font-size:14px;
    /* color:#ffffff; */
	color: #FFF8C6; /* lemon */
    }
#suckerfishnav li ul ul {
    margin:-22px 0 0 150px;
    }
#suckerfishnav li li:hover {
    /* background:#FFFFFF; */
	background: #FFF8C6; /* lemon */
	background: #25587E;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#25587E;
	color: #FFF8C6; /* lemon */
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#25587E;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    /* color:#FFFFFF; */
	color:#FFF8C6; /* lemon */
	color: #25587E;
	
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
	background: #FFF8C6; /* lemon */
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    /* background:#ECF1EF; */
	/* background: #ffffff; */
	background: #FFF8C6; /* lemon */
    }

/**********************
/*
/* Map Hover Buttons
/*
/**********************/

.mapbutton01 { /* Illinois */
	position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	top: 140px;
	left: 190px;
	border: 0;
	}
	
.mapbutton01 img {
	border: 0;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	}
	
.mapbutton01:hover {
	background-color: transparent;
	}
	
.mapbutton01:hover img {
	border: 0;
	}
	
.mapbutton01 span {
	position: absolute;
	background-image: url(images/mapbuttons/mapbutton_03_on.png);
	padding: 0px;
	margin: 0px;
	left: -1000px;
	border: 0px;
	visibility: hidden;
	color: #000033;
	text-decoration: none;
	width: 150px;
	height: 100px;
	}
	
.mapbutton01 span img {
	border: 0;
	}
	
.mapbutton01:hover span {
	visibility: visible;
	top: -2px;
	left: -131px;
	z-index: 50;
	width: 150px;
	height: 100px;
	}
	
.mapbuttontext01 {
	padding: 5px;
	margin-left: 7px;
	margin-top: 27px;
	width: 125px;
	height: 55px;
	overflow: hidden;
	/* border: 1px dotted #666666; */
	}
	
.mapbutton02 { /* Washington */
	clear: both;
	position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	top: 78px;
	left: 34px;
	border: 0;
	}
	
.mapbutton02 img {
	border: 0;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	}
	
.mapbutton02:hover {
	background-color: transparent;
	}
	
.mapbutton02:hover img {
	border: 0;
	}
	
.mapbutton02 span {
	position: absolute;
	background-image: url(images/mapbuttons/mapbutton_02_on.png);
	padding: 0px;
	margin: 0px;
	left: -1000px;
	border: 0px;
	visibility: hidden;
	color: #000033;
	text-decoration: none;
	width: 150px;
	height: 100px;
	}
	
.mapbutton02 span img {
	border: 0;
	}
	
.mapbutton02:hover span {
	visibility: visible;
	top: -2px;
	left: -4px;
	z-index: 50;
	width: 150px;
	height: 100px;
	}
	
.mapbuttontext02 {
	padding: 5px;
	margin-left: 7px;
	margin-top: 22px;
	width: 130px;
	height: 65px;
	overflow: hidden;
	/* border: 1px dotted #666666; */ 
	}
	
.mapbutton03 { /* California */
	position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	top: 160px;
	left: 17px;
	border: 0;
	}
	
.mapbutton03 img {
	border: 0;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	}
	
.mapbutton03:hover {
	background-color: transparent;
	}
	
.mapbutton03:hover img {
	border: 0;
	}
	
.mapbutton03 span {
	position: absolute;
	background-image: url(images/mapbuttons/mapbutton_01_on.png);
	padding: 0px;
	margin: 0px;
	left: -1000px;
	border: 0px;
	visibility: hidden;
	color: #000033;
	text-decoration: none;
	width: 150px;
	height: 100px;
	}
	
.mapbutton03 span img {
	border: 0;
	}
	
.mapbutton03:hover span {
	visibility: visible;
	top: -82px;
	left: -4px;
	z-index: 50;
	width: 150px;
	height: 100px;
	}
	
.mapbuttontext03 {
	padding: 5px;
	margin-left: 7px;
	margin-top: 2px;
	width: 125px;
	height: 55px;
	overflow: hidden;
	/* border: 1px dotted #666666; */
	}
	
.mapbutton04 { /* Florida */
	position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	top: 230px;
	left: 248px;
	border: 0;
	}
	
.mapbutton04 img {
	border: 0;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	}
	
.mapbutton04:hover {
	background-color: transparent;
	}
	
.mapbutton04:hover img {
	border: 0;
	}
	
.mapbutton04 span {
	position: absolute;
	background-image: url(images/mapbuttons/mapbutton_04_on.png);
	padding: 0px;
	margin: 0px;
	left: -1000px;
	border: 0px;
	visibility: hidden;
	color: #000033;
	text-decoration: none;
	width: 150px;
	height: 100px;
	}
	
.mapbutton04 span img {
	border: 0;
	}
	
.mapbutton04:hover span {
	visibility: visible;
	top: -82px;
	left: -131px;
	z-index: 50;
	width: 150px;
	height: 100px;
	}
	
.mapbuttontext04 {
	padding: 5px;
	margin-left: 7px;
	margin-top: 2px;
	width: 125px;
	height: 55px;
	overflow: hidden;
	/* border: 1px dotted #666666; */
	}
	
.mapbutton05 { /* Texas */
	clear: both;
	position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	top: 215px;
	left: 135px;
	border: 0;
	}
	
.mapbutton05 img {
	border: 0;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	}
	
.mapbutton05:hover {
	background-color: transparent;
	}
	
.mapbutton05:hover img {
	border: 0;
	}
	
.mapbutton05 span {
	position: absolute;
	background-image: url(images/mapbuttons/mapbutton_05_on.png);
	padding: 0px;
	margin: 0px;
	left: -1000px;
	border: 0px;
	visibility: hidden;
	color: #000033;
	text-decoration: none;
	width: 150px;
	height: 100px;
	}
	
.mapbutton05 span img {
	border: 0;
	}
	
.mapbutton05:hover span {
	visibility: visible;
	top: -82px;
	left: -68px;
	z-index: 50;
	width: 150px;
	height: 100px;
	}
	
.mapbuttontext05 {
	padding: 5px;
	margin-left: 7px;
	margin-top: 2px;
	width: 125px;
	height: 55px;
	overflow: hidden;
	/* border: 1px dotted #666666; */
	}
	
.mapbutton06 { /* Minnesota */
	clear: both;
	position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	top: 100px;
	left: 158px;
	border: 0;
	}
	
.mapbutton06 img {
	border: 0;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	}
	
.mapbutton06:hover {
	background-color: transparent;
	}
	
.mapbutton06:hover img {
	border: 0;
	}
	
.mapbutton06 span {
	position: absolute;
	background-image: url(images/mapbuttons/mapbutton_06_on.png);
	padding: 0px;
	margin: 0px;
	left: -1000px;
	border: 0px;
	visibility: hidden;
	color: #000033;
	text-decoration: none;
	width: 150px;
	height: 100px;
	}
	
.mapbutton06 span img {
	border: 0;
	}
	
.mapbutton06:hover span {
	visibility: visible;
	top: -2px;
	left: -68px;
	z-index: 50;
	width: 150px;
	height: 100px;
	}
	
.mapbuttontext06 {
	padding: 5px;
	margin-left: 7px;
	margin-top: 25px;
	width: 125px;
	height: 55px;
	overflow: hidden;
	/* border: 1px dotted #666666; */
	}
	
.mapbutton07 { /* Maryland */
	clear: both;
	position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	top: 146px;
	left: 259px;
	border: 0;
	}
	
.mapbutton07 img {
	border: 0;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	}
	
.mapbutton07:hover {
	background-color: transparent;
	}
	
.mapbutton07:hover img {
	border: 0;
	}
	
.mapbutton07 span {
	position: absolute;
	background-image: url(images/mapbuttons/mapbutton_07_on.png);
	padding: 0px;
	margin: 0px;
	left: -1000px;
	border: 0px;
	visibility: hidden;
	color: #000033;
	text-decoration: none;
	width: 150px;
	height: 100px;
	}
	
.mapbutton07 span img {
	border: 0;
	}
	
.mapbutton07:hover span {
	visibility: visible;
	top: -40px;
	left: -133px;
	z-index: 50;
	width: 150px;
	height: 100px;
	}
	
.mapbuttontext07 {
	padding: 5px;
	margin-left: 7px;
	margin-top: 3px;
	width: 105px;
	height: 75px;
	overflow: hidden;
	/* border: 1px dotted #666666; */
	}
	
.mapbutton08 { /* Arizona */
	clear: both;
	position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	top: 187px;
	left: 65px;
	border: 0;
	}
	
.mapbutton08 img {
	border: 0;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	}
	
.mapbutton08:hover {
	background-color: transparent;
	}
	
.mapbutton08:hover img {
	border: 0;
	}
	
.mapbutton08 span {
	position: absolute;
	background-image: url(images/mapbuttons/mapbutton_08_on.png);
	padding: 0px;
	margin: 0px;
	left: -1000px;
	border: 0px;
	visibility: hidden;
	color: #000033;
	text-decoration: none;
	width: 150px;
	height: 100px;
	}
	
.mapbutton08 span img {
	border: 0;
	}
	
.mapbutton08:hover span {
	visibility: visible;
	top: -40px;
	left: -4px;
	z-index: 50;
	width: 150px;
	height: 100px;
	}
	
.mapbuttontext08 {
	padding: 5px;
	margin-left: 35px;
	margin-top: 3px;
	width: 100px;
	height: 77px;
	overflow: hidden;
	/* border: 1px dotted #666666; */ 
	}
	
#searchmapbox {
			position: relative;
			margin: 10px auto 10px auto;
			width: 728px;
			/* overflow: hidden; */
			float: left;
			/* border: solid;
			border-width:2px;
			border-color:#000033; */
			/* height: 480px; */
			padding: 0px;
		}
		
#searchmapbox h3 {
			background-color: #95CBFD;
			width: 723px;
			color: #000066;
			font-size: 1.4em;
			padding: 2px 0px 2px 5px;
			} 
		
#searchmapdisclaimer {
			position: relative;
			margin: 0 auto 10px auto;
			width: 728px;
			/* overflow: hidden; */
			float: left;
			/* border: solid;
			border-width:2px;
			border-color:#000033; */
			padding: 0px 0px 0px 0px;
			text-align:center;
			font-size: 12px;
			font-weight: 550;
			border: 1px dotted #999999;
		}
		
#searchmapboxsm {
			position: relative;
			clear: both;
			margin: 0 auto;
			width: 450px;
			/* overflow: hidden; */
			float: left;
			/* border: solid;
			border-width:2px;
			border-color:#000033; */
			height: 297px;
			padding: 0px;
			border-bottom: 2px #999999 solid; 
		}
		
#searchmapdisclaimersm {
			position: relative;
			margin: 0 auto;
			width: 450px;
			/* overflow: hidden; */
			float: left;
			/* border: solid;
			border-width:2px;
			border-color:#000033; */
			padding: 0px;
			text-align:center;
			font-size: 10px;
			font-weight: 600;
		}
		
#searchmapsmb {
			clear: left;
			position: static;
			//top: 5px;
			margin: 0px 30px 10px 0px;
			padding: 0;
			width: 450px;
			float: left;
			padding-right: 10px;
			}
			
#searchmapsmb h3 {
			background-color: #95CBFD;
			width: 451px;
			color: #000066;
			font-size: 1.4em;
			padding: 2px 0px 2px 5px;
			} 
		
#searchmapsm {
			clear: left;
			position: static;
			top: 50px;
			margin: 0px;
			padding: 0;
			width: 450px;
			float: left;
			border: 3px #999999 double;
			}
			
#searchmapspace {
			float: left;
			width: 0;
			height: 6.0em;
			margin-bottom: 0em;
			margin-top: 0px;
			margin-right: 0px;
			/* border: 1px dotted #777777; */
			padding: 0 0 0 0;
			}
			
#searchmap .submitbutton {
			background-color: #1b45b8;
			color: #FFFFFF;
			/* border: none; 1px solid #999; */
			border: solid;
			border-width: 1px;
			border-color: #EEEEEE #666666 #666666 #EEEEEE;
			font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			font-size: 14px;
			font-weight: normal;
			margin-left: 5px;
			}
			
#searchmap select {
	display: block;
	width: 196px;
	}
	
#searchmap label {
	font-size: 14px;
	font-weight: 550;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#formbox {
	position: relative;
	margin: 0px auto 10px auto;
	width: 728px;
	padding-bottom: 10px;
	/* border: solid 1px #333333; */
	height: 50px;
	}
	
#formleft {
	float: left;
	position: relative;
	width: 220px;
	/* border: solid 1px #333333; */
	margin: 0;
	left: 80px; 
}

#formcenter {
	position: relative;
	margin: 0 auto;
	width: 10px;
	float: left;
	left: 100px;
	/* border: solid 1px #333333; */
	}

#formright {
	float: right;
	position: relative;
	width: 239px;
	margin: 0;
	right: 80px;
	/* border: solid 1px #333333; */
}

#pagemaps h2 {
	color: #336699;
	font-size: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	

.entry ul, .entry li, .entry p {
	list-style-position: outside;
	padding-bottom: .25em;
	margin-bottom: 0;
	}
	
.entry p {
	padding-bottom: 0em;
	margin-bottom: 1em;
	}
	
.entrythumb {
	padding: 5px 10px 10px 0px;
	}
	
.wpcf7 textarea  {
   margin: 0;
}

.submitbutton {
			background-color: #1b45b8;
			color: #FFFFFF;
			/* border: none; 1px solid #999; */
			border: solid;
			border-width: 1px;
			border-color: #EEEEEE #666666 #666666 #EEEEEE;
			font-family: Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			font-size: 14px;
			font-weight: normal;
			margin-left: 5px;
			cursor: pointer;
			}

/*
.textwidget a, .textwidget li, .textwidget li a {
			border: none;
			list-style: none;
			margin: 5px auto 0 auto;
			text-decoration: none; 
			} */
			
.textwidget {
			margin: 0;
			padding: 0;
			}

.textwidget ul li a:hover, .textwidget li a:hover, .textwidget a:hover {
 			color: #990000;
			}
			
.textwidget ul li a:visited, .textwidget ul a:visited, .textwidget li a:visited, .mainleftnavbar .textwidget ul a:visited, .mainleftnavbar .textwidget ul li a:visited {
 			color: #5CA6C0;
			}
			
.leftbarbuttons li a, .leftbarbuttons li a:visited, .leftbarbuttons li a:hover, .leftbarbuttonsl i a:active, .leftbarbuttons li a:focus {
			color: #5CA6C0;
			}
			
.leftbarbuttons {
			clear: both;
			text-align: center;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 14px;
			font-weight: normal;
			color: #FFFFFF;
			border: none;
			margin-top: 10px;
			padding-top: 10px;
			}
			
.leftbarbuttons li {
			background-color: #1b45b8;
			color: #FFFFFF;
			border: 1px solid;
			border-color: #EEEEEE #666666 #666666 #EEEEEE;
			width: 195px;
			/* text-transform: uppercase; */
			padding-top: 4px;
			padding-bottom: 4px;
			}

.catpage {
	font-size: 1.0em;
	padding: 0;
}

.catpage h2 {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	}

.catpage ul, .catpage li {
	display: block;
	list-style: none;
	margin: 0 0 15px 0;
	min-height: 110px;
	}
	
.donatebutton a {
			color: #000066;
			font-size: 16px;
			font-family: Helvetica, Arial, "Segoe UI", "Lucida Grande", sans-serif;
			text-decoration: none;
			/* font-weight: bold; */
			text-transform: capitalize;
			/* margin: 0 0 0 0;
			padding: 0; */
			margin: 0 0 0 0;
			padding: 3px 5px 3px 5px;
			background: #eeeeee;
            }
			
.donatebutton a:hover {
			background: none;
			}
			
.imgcenterbox {
	margin: 0;
	padding: 0;
	width: 80px;
	float: left;
	}
	
.image_hide {
	display: none;
	}

.facebooklike {
	width: 750px;
	position: relative;
}
.twitter-share-button {
	position: absolute;
	right: 95px;
	top: 1px;
	z-index: 9999;
}
.fb_iframe_widget {
	position: absolute;
	top: 0;
	right: 0;
}
.fb_iframe_widget span {
	float: right !important;
	text-align: right !important;
}
	