/* FONTS */
 
@font-face {
    font-family: 'franklin_gothicregular';
    src: url('fonts/franklin_gothic_regular-webfont.eot');
    src: url('fonts/franklin_gothic_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/franklin_gothic_regular-webfont.woff') format('woff'),
         url('fonts/franklin_gothic_regular-webfont.ttf') format('truetype'),
         url('fonts/franklin_gothic_regular-webfont.svg#franklin_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'franklin_gothicdemi';
    src: url('fonts/franklin_gothic_demi.eot');
    src: url('fonts/franklin_gothic_demi.eot?#iefix') format('embedded-opentype'),
         url('fonts/franklin_gothic_demi.woff') format('woff'),
         url('fonts/franklin_gothic_demi.ttf') format('truetype'),
         url('fonts/franklin_gothic_demi.svg#franklin_gothicdemi') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'franklin_gothicbold';
    src: url('fonts/franklin_gothic_bold-webfont.eot');
    src: url('fonts/franklin_gothic_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/franklin_gothic_bold-webfont.woff') format('woff'),
         url('fonts/franklin_gothic_bold-webfont.ttf') format('truetype'),
         url('fonts/franklin_gothic_bold-webfont.svg#franklin_gothicbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media all {
	body{
		font-family: 'franklin_gothicregular';
		font-size: 14px;
		margin:0;
		background:#fff;
		width:100%;
		color:#333333;
	}

	a{
		color:#303030;
		text-decoration:underline;
	}
	a:hover { text-decoration:none;}
	section, header,footer,nav { display:block;}
	img{
		border:0;
		vertical-align:top;
		max-width:100%;
	}
	form,
	fieldset{
		border:0;
		padding:0;
		margin:0;
	}
	h1 {
		font:2.5em/0.50em 'franklin_gothicbold', impact, Helvetica, sans-serif;
		margin:0 0 0 0;
		text-align:center;
		color:#303030;
		font-weight: bold;
		text-shadow:0px 1px 1px rgba(255,255,255,0.5);
	}

	h2 {
		font:1.714em/1.125em 'franklin_gothicbold', impact, Helvetica, sans-serif; /*24px/27px*/
		color:#fff;
		text-align:center;
		margin:0 0 0.417em;
		text-shadow:0px 1px 1px rgba(255,255,255,0.5);
	}
	h3 {
		font:1.285em/1.167em 'franklin_gothicbold', impact, Helvetica, sans-serif; /*18px/21px*/
		margin:0 0 0.55em;
		text-align:center;
	}
	.subHeading{
		display:block;
		font:2.357em/1.151em 'franklin_gothicbold', impact, Helvetica, sans-serif; /*33px/38px*/
		margin:0 0 1em;
		text-align:center;
		color:#7a7a7a;
		text-shadow:0px 1px 1px rgba(255,255,255,0.5);
	}
	ul {
		padding:0;
		margin:0;
		list-style:none;
	}

	.center {
		width:980px;
		margin:0 auto;
		background: none;
	}
	.hidden{display:none;}
	.box-main:after,
	.center:after {
		content:"";
		clear:both;
		display:block;
	}

	.clearfix:before,
	.clearfix:after {
	    content: " ";
    	display: table;
	}

	
	.lgfont {
		font-size: 1.5em;
	}
/*main styles line 472 ------------------------------------------------------------------------------------ */
	#pagewidth { width:100%; }

	.row{
		width:100%;
		padding:1.5em 0 0 0;
	}
	.row:after {
		content:"";
		display:block;
		clear:both;
	}

	#header {

		height:196px;
		width:100%;
		padding:0;
		background:#c9c085 url(../images/BG_header.jpg) repeat;
	}
	
	#top_logo {
		float: left;
		margin: 0;
		padding: 8px 0 0 50px;
		width:220px;
		background: none;
	}
	#top_text {
		float: left;
		width: 25%;
		margin: 0;
		padding: 2.50em 15px 0 0;
		text-align: right;
		font: 1.75em/1.151em 'franklin_gothicbold', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;;
		font-weight: 900;
		font-style: italic;
		background: none;
	}
	#top_photo {
		float:left;
		border:#000000 solid thin;
		margin: 2.0em 0;
		width:45%;
		background: none;
	}
	
	#footer {
		height:300px;
		width:100%;
		padding:0;
		background:#e2e2e2 url(../images/BG_footer.gif) repeat;
	}

	/* Navigation */	
#navbar {
	width:100%;
	height: 66px;
	margin:0 auto;
	background: #333333;
}
/*#mainNav{text-align:center;}*/
nav #topNav {
	width:980px;
	display: block; 
	text-align:center;
	
	background: none;
}
#topNav li {
	display: inline-block;
	font: 1.0em/1.25em 'franklin_gothicregular', Impact, Charcoal, sans-serif; /*33px/38px*/
	text-transform:uppercase;
	padding: 16px 20px;
}
#topNav li a {
	display: block;
	color: #E2E2E2;
	padding: 10px 10px 6px 10px;
	text-decoration: none; 
}


#topNav li a:hover {
	background-color: #53610a; 
   padding: 10px 10px 6px 10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    text-shadow:0 1px 1px black;
}

#topNav li a.active {
	background-color: #53610a; 
	color: #9E9E9E;
	padding: 10px 10px 6px 10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    text-shadow:0 1px 1px black;
}

/* BOTTOM NAV */
#botNav {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;

}
#botNav li {
	list-style: none;
	float: left;
	font: 0.95em/1.0em 'franklin_gothicregular', Impact, Charcoal, sans-serif; /*33px/38px*/
	letter-spacing: 0.09em;
	padding: 0px 5px 0 5px;
	border-right: 1px solid #CDCDC3;
	background-color: none;
}
#botNav li a {
	display: block;
	color: #CDCDC3;
	text-decoration: none;

}
	#botNav li:last-child {
		border: none;
	}


#botNav li a:hover {
	text-decoration: underline;
}

#content{
	padding:0;
	background: #f3f1e2 url(../images/BG_content.jpg) repeat-x;
}

.youtube-player {
	height: 200px;
	width: 300px;
}


/* Photo Box */
#photobox{
	padding:2px 0;
	position:relative;
	margin: 0;
	width: 980px;
	height: 365px;
	background: #333333;
}
.photo {
	position:relative;
	float: left;
	width: 32.75%;
	margin: 3px 0 0px 4px;
	background: none;
}
.click_here {
  float: right;
	text-align: right;
	margin: 10px 10px 0 0;
}
.click_here a {
	font:1.10em Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.click_here a:hover {
	color: #C9C9C9;
}

section article {
	width: 100%;
	margin: 0;
	padding: 0;
}

section article h1 {
	text-align:left;
	font:1.50em 'franklin_gothicbold', impact, Helvetica, sans-serif;
	color: #303030;
	padding: 40px 0 0 5px;
	
}

section article h1 a {
	text-decoration: none;
}
section article h1 a:hover {
	text-decoration: underline;
}
section article h1 a:visited {
	text-decoration: underline;
}
section article h2 {
	text-align:left;
	padding: 10px;
	font-size: 1.25em;
	font-weight: 500;
	color: #303030;
}
  section article p {
    margin: 0;
    padding: 2px 5px 2px 5px;
    border: solid 0px #9F9F9F; 
    font:300 16px/1.250em Arial, Helvetica, sans-serif;
}

.divider {
	width:960px;
    margin: 02.0em auto; 
	padding: 0;
    height: 12px;
    background: url(../images/divider.png) no-repeat;
}

#callout {
	width: 100%;
	text-align: center;
	background: none;
}
#calloutleft {
	float: left;
	width: 300px;
	height: 230px;
	border: #000 0px solid;
}
#calloutleft p {
  margin: 0;
  padding: 10px;
  font-weight: bold;
}
#calloutcenter {
    display: inline-block;
    margin:0 auto;
    width: 300px;
    height: 200px;
}
#calloutcenter p {
  margin: 0;
  padding: 10px;
  font-weight: bold;
}

#calloutright {
    float:right;
    width:300px;
    height: 200px;
}
#calloutright p {
  margin: 0;
  padding: 10px;
  font-weight: bold;
}

.activities_fp {
	float: left;
	width: 500px;
	margin-right: 60px;
}
.activities_fp h2 {
	width: 490px;
	height: 32px;
	text-align: left;
	background: #53610a;
	padding: 8px 0 0px 10px;
}
.activities_fp ul {
	padding: 10px 0;
	
}
.activities_fp li {
	padding: 2px 15px;
	
}
.activities_fp .activ_date {
	font-weight: bold;
	font-size: 1.0em;
	
}
.activities_fp .activ_text{
	margin-left: 2px;
	font-size: 0.95em;
	background: none;
}





.recent-news_fp {
	float: left;
	width: 375px;
	background: none;
}
.recent-news_fp h2 {
	float: left;
	width: 100%;
	height: 32px;
	text-align: left;
	background: #53610a;
	padding: 8px 0 4px 10px;
}
.recent-news_fp .recent-news {
	width: 370px;
	padding: 5px 5px 0 5px;
	overflow: hidden
}
.recent-news_fp .recent-news h3 {
	float: left;
	width: 100%;
	text-align: left;
	color: #53610a;
	padding: 8px 0 4px 10px;
}
.recent-news_fp .recent-news img {
	float: left;
	padding: 0 15px 5px 5px;
}

.recent-news_fp a.rn-more {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	white-space:nowrap;
	padding-left: 3px;
}
.recent-news_fp a.rn-more:hover {
	color: #53610a;
	text-decoration: none;
}

	.rn-divider {
		width:380px;
	    margin: 0.0em auto 0.750em auto; 
		padding: 0;
	    height: 6px;
    	background: url(../images/divider.png) center;
	}
  
  
  .staff {
    float: left;
    width: 610px;
    margin-bottom:
    background-color: none;
  }
  .staff h2 {
    text-align:cener;
    font:1.250em 'franklin_gothicbold', impact, Helvetica, sans-serif;
    color: #303030;
    padding: 30px 0 5px 5px;
  }
   .staff h3 {
    text-align:cener;
    font:1.10em 'franklin_gothicbold', impact, Helvetica, sans-serif;
    color: #303030;
    padding: 0px 0 5px 5px;
  }
  .staff p {
    font:300 16px/1.50em Arial, Helvetica, sans-serif;
    border-bottom: 5px solid #53610a;
    padding-bottom: 20px;
  }
  

	.missionstmet {
		float: left;
		width: 960px;
		height: 150px;
		padding-top: 25px;;
	}
	#turnpt-small-logo {
		float: left;
		width: 17%;
		text-align: right;
	}
	#mission-text {
		float: left;
		width: 65%;
		padding-top: 35px;
		text-align: center;
		font-weight: bold;
		font-style: italic;
}
	#turnpt-smallfish-logo {
		float: left;
		width: 17%;
		text-align: left;
}
	
#affiliates { /* Container Div */
	display: block;
	width: 100%;
	height: 158px;
	background: #D5D6B7 url(../images/BG_sponsor.jpg) repeat-x;
	border-bottom: #000 1px solid;
}
	#afftext {
		float: left;
		width: 240px;
		height: 100px;
		margin: 29px 0px 29px 0;
		border-right: #000 1px solid;
		background-color: none;
	}
	#afftext h3 {
		font: 1.25em bold 'franklin_gothicbold', Impact, Charcoal, sans-serif; /*33px/38px*/
		text-align: left;
	}
	#afftext ul {
		float: left;
	}
	#afftext ul li {
		font: 1.1em bold 'franklin_gothicdemi', Impact, Charcoal, sans-serif; /*33px/38px*/
		text-align: left;
		padding: 1px 0;
	}
	#afftext ul li a {
		text-decoration: none;
	}
	#afftext ul li a:hover {
		color: #53610a;
	}

	#afflogos {
		float: left;
	}
	#afflogos ul {
		text-align: center;
	}

	#afflogos ul li {
		display: table-cell; 
		vertical-align: middle; 
		padding: 0 0.50em;
		height: 150px;
	}


	#footer {
		display: block;
		width: 100%;
		height: 250px;
		padding: 0;
		margin: 0;
		background: #605F5B url(../images/BG_footer.jpg) repeat;
	}
	#footer_row {
		margin: 0;
		padding: 0;
	}

	#footer_row .soc_net {
		float: left;
		width: 300px;
		margin: 0;
		padding: 0;
		background-color: none;
	}
	#footer_row .soc_net .toptext {
		display: inline-block;
		font: 1.1em bold 'franklin_gothicdemi', Impact, Charcoal, sans-serif; /*33px/38px*/
		margin-top: 20px;
		color: #000;
	}
	
	#footer_row .soc_net #soc_net_menu {
	}
	#footer_row .soc_net #soc_net_menu li {
		display: inline-block;
		margin: 10px 10px 10px 0;
		padding: 0;
	}
	#footer_row .soc_net h2 {
		font-size: 1.5em;
		float: left;
		color: #000;
	}
	
	#footer_row .soc_net .bottext {
		float: left;
		font: 1.0em bold 'franklin_gothicregular', Impact, Charcoal, sans-serif; /*33px/38px*/
		color: #000;
	}


	#copyright {
		float: right; 
		width: 350px;
		text-align: right;
		padding: 5px 0px 10px 0px;
		font:300 0.9em/1.95em Arial, Helvetica, sans-serif;
		letter-spacing: 0.075em;
		color: #000;
	}
	#copyright a {
		color: #000;
	}
	#copyright a:hover {
		text-decoration: underline;
	}

	#copyright #nonprofit {
		display:block;

	}
	#copyright #dmh {
		display:block;

	}
	#copyright #copy {
		display:block;

	}

	#locations {
    float: left;
    max-width: 100%;
    background-color: none;
  }
	#locations h2 {
		width: 600px;
		height: 32px;
		text-align: left;
		background: #53610a;
		padding: 8px 0 0px 10px;
	}
  #locations p {
		margin: 2px 0 2px 0px;
	}
  #locations img {
    float: right;
    margin: 0 0 5px 2px;
    border: 2px solid #000;
  }
  #contactinfo {
    width: 100%;
    text-align: center;
    background-color: none;
  }
  #contactgroup {
    width: 40%;
    text-align: center;
    background-color: none;
  }
  #contactgroup h3 {
    margin: 0px 2px;
    width: 100%;
    background-color: none;
  }
	#contactgroup h4 {
    margin: 5px 5px;
  }
  #contactinfo #contactaddr {
    background-color: none;
    text-align: left;
    margin: 0 10%;
  }
  #name {
    margin-top: 20px;
  }  
  #contactdetails {
    float: left;
    max-width: 600px;
  }
  
  #newspage {
    float: left;
    max-width: 610px;
    margin: 5px 0 0 0;
    background-color: none;
  }
  #newspage h2 {
		width: 600px;
		height: 32px;
		text-align: center;
		background: #53610a;
		padding: 8px 0 0px 10px;
	}
  #newspage #newslinktitle {
    font:600 1.1em/1.25em Arial, Helvetica, sans-serif;
  }
  #newspage #newsdate {
    font:600 0.9em/1.0em Arial, Helvetica, sans-serif;
  }
  #newspage #newslinktext {
    font:300 0.9em/1.0em Arial, Helvetica, sans-serif;
  }
  #newspage td {
    padding: 1px 5px;
  }
  #newspage tr.rowcolor1 {
    background-color: rgba(186, 187, 150, .75);
  }
  #newspage tr.rowcolor2 {
    background-color: rgba(186, 187, 150, .55);
  }

  #contactuspage {
    float: left;
    max-width: 610px;
    margin: 5px 0 0 0;
    background-color: none;
  }
  #contactuspage h2 {
		width: 600px;
		height: 32px;
		text-align: center;
    margin-top: 20px;
		background: #53610a;
		padding: 8px 0 0px 10px;
	}
  .contactus {
    text-align: center;
    background-color: none;
    width: 300px;
  }
  .contactaddr {
    
  }
  .contactaddr table {
		border-collapse:collapse;
    border: 0px solid black;
    background-color: none;
  }
  
  #accomplishments > table td {
    border-bottom: 1px solid black;
    padding: 5px 0;
  }
  #accomplishments > table th {
    border-bottom: 1px solid black;
    padding: 10px;
    background-color: #53610A;
    color: #fff;
    font-weight: 800;
  }
  #accomplishments > table #left {
    width: 115px;
  }

/* News Page Photo Caption */
  span.newscaption {
    display: block;
    text-align: center;
    font:600 0.75em/1.25em Arial, Helvetica, sans-serif; 
  }

/* Affiliations */
  .affiliation {
    float: left;
    width: 60%;
    text-align: center;
  }
  .affiliation li {
    padding: 0.5em 0;
  }

/* Calendar */
  #calendar .calheaddate {
    border-bottom: 1px solid black;
    padding: 10px;
    background-color: #53610A;
    color: #fff;
    font-weight: 800;
  }
  #calendar td {
    padding-top: 10px;
    padding-bottom:3px
  }
  #calendar .calDate {
    font-weight:bold;
    padding-left:5px;
  }
  #calendar .calTime {
    width: 140px;
    vertical-align: text-top;
    font-weight:bold;
    font-size:.85em;
    padding-left:5px;
  }
  #calendar p {
    line-height:1.25em;
  }

/* FORM CSS */
  form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
    font:100% verdana,arial,sans-serif;
    margin: 0;
    padding: 0;
    min-width: 500px;
    max-width: 600px;
    width: 560px; 
  }
  form p {
    padding: 2px 5px 0 5px;
    margin: 0;
  }
  form fieldset {
    / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    padding: 10px;        /* padding in fieldset support spotty in IE */
    margin: 0;
  }
  
  form fieldset legend {
    font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                         /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight: 800;
  }
  
  form label { 
    display: block;  /* block float the labels to left column, set a width */
    float: left; 
    width: 150px; 
    padding: 0; 
    margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
    text-align: right; 
  }
  
  form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
    text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                      /* pseudo-class on legend elements, but do support it on label elements */
                                      /* we instead underline first letter on each label element and accesskey */
                                      /* each input. doing only legends would  lessens cognitive load */
                                     /* opera breaks after first letter underlined legends but not labels */
  }
  
  form input, form textarea {
    /* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
    width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
    margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                                label aligns textarea better in IE */
  }
  
  form input#reset {
    margin-left:0px; /* set margin-left back to zero on reset button (set above) */
  }
  
  textarea { overflow: auto; }
  
  form small {
    display: block;
    margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
    padding: 1px 3px;
    font-size: 88%;
  }
  
  form .required{font-weight:bold;} /* uses class instead of div, more efficient */
  
  form br {
    clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
  }

  #membershipform { /* Membership Form */
    float: left;
    font:100% verdana,arial,sans-serif;
    margin: 0;
    padding: 0;
    width: 600px; 
    border: thin solid none;
  }
  #membershipform form fieldset {
    margin-bottom: 5px;
  }
  #membershipform form fieldset legend {
    padding: 10px 5px;
  }
  
  #membershipform form fieldset label {
    width: 40%;
  }
  
  #membershipform form fieldset.four-col-check .ckbox_group {
    float: left;
    width: 23%;
    margin: 2px;
    text-align: left;
  }
  #membershipform form fieldset.four-col-check .ckbox_group input {
    float: left;
  }
  #membershipform form fieldset.four-col-check .ckbox_group label {
    float:none;
    display: inline-block;
    width: auto;
    padding-left: 4px;
  }
  #membershipform form fieldset.four-col-check .ckboxclr:after {
		content:"";
		clear:both;
  }

  #membershipform form .two-col-check {
    float: left;
    text-align: left;
    width: 48%;
  }
  #membershipform form .two-col-check input {
    float: left;
  }
  #membershipform form .two-col-check label {
    float:left;
    width: auto;
    padding-left: 4px;
  }
  
  #membershipform form .button {
    width: 50%;
    margin: 10px 25%;
    text-align: center;
  }

  div#membershipform h3 {
    margin-top:2em;
  }

  p#thankyou {
    margin:10em;
    padding:10em;
    color:red;
  }
  p#thankyou:before {
    
  }



}