﻿MDS CSS Stylesheet */


/* =============================================================================================================
Reset 
============================================================================================================= */

html, body { margin: 0; padding: 0; border: 0;  
				background: transparent; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}

ol, ul { list-style: none; }


/* =============================================================================================================
Global 
=============================================================================================================== */

html 	{ 	background:#9bb369 /* Browsers that do not support gradients*/;
			background: linear-gradient(to bottom, #eeeeee,#9bb369,#eeeeee );
			background:-webkit-linear-gradient(#eeeeee,#9bb369,#eeeeee )/*Safari*/; 
			background:-moz-linear-gradient(#eeeeee,#9bb369,#eeeeee )/*Firefox*/;
			height:450% }

body	{ 	background:#9bb369 /* Browsers that do not support gradients*/;
			background: linear-gradient(to bottom, #eeeeee,#9bb369,#eeeeee ); 
			background:-webkit-linear-gradient(#eeeeee,#9bb369,#eeeeee )/*Safari*/;
			background:-moz-linear-gradient(#eeeeee,#9bb369,#eeeeee )/*Firefox*/;
			height:450% }



/*=============================================================================================================== 
Headings 
=============================================================================================================== */

h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #000; }

h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:14px; }
h6 { font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* ============================================================================================================= 
Text Elements 
=============================================================================================================== */

p           	{ color:#000; font-size:12px; line-height:150%;  }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           	{   }
a:link			{ color: #00f;  }
a:visited		{ color: #0f0;  }
a:active		{ color: #000;  }
a:focus			{ color: #666;  }
a:hover     	{ color: #f00;  }

blockquote  	{ color:#000; font-size:12px; }

strong      	{ font-weight: bold; }
em		      	{ font-style: italic; }

/* ============================================================================================================== 
Images 
================================================================================================================ */



/* =============================================================================================================== 
Lists 
================================================================================================================ */

ul          	{  }
ol          	{ list-style-type:decimal; }

ul li		    { color:#000; font-size:12px; }
ol li	     	{ color:#000; font-size:12px; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* =============================================================================================================== 
Tables 
================================================================================================================ */

table       	{ width:100%; }

tr				{	}
.odd			{ background-color:#eee; }
.even			{ background-color:#fff; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody			{   }

th,td,caption 	{ 	}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }


/* ===============================================================================================================
 Template basics
 ================================================================================================================ */

html, body          {height:auto  }


.wrapper 			{ width:900px; margin:0 auto; background-color:#ffffff; height:auto; min-height:100%;
						overflow:hidden;position:relative; border-radius: 25px }
.top-section		{height:auto; min-height:100%; width:900px; margin:10px auto; background-color:#ffffff;
						overflow:hidden  }
.top	 			{ 	background:#c0cfa1 /* Browsers that do not support gradients*/;
						background: linear-gradient(#9bb369, #ffffff);
						background:-webkit-linear-gradient(#9bb369, #ffffff)/*Safari*/;
						background:-moz-linear-gradient(#9bb369, #ffffff)/*Firefox*/;
 						width:100%; padding:20px 0; overflow:hidden;   }

.logo               { margin:0 0 0 50px; float:left  }

.social-media       { float:right; margin: 80px 60px 0 0;  }

.social-media a:link      { color:#3a5a98; outline:none   }
.social-media a:visited   { color:#3a5a98; outline:none    }
.social-media a:active    { color:#3a5a98; outline:none   }
.social-media a:hover     { color:#3a5a98; outline:none   }
.social-media a:focus     { color:#3a5a98; outline:none   }



.topnav a:link      { color:#000000; outline:none   }
.topnav a:visited   { color:#000000; outline:none  }
.topnav a:active    { color:#000000; outline:none  }
.topnav a:hover     { color:#000000; text-decoration: underline; outline:none  }
.topnav a:focus     { color:#000000; outline:none  }

.topnav 			{background-color:#ffffff; clear:both;overflow:hidden  }
.topnav a      		 {display:inline; }
.topnav		         {float:left; margin:0px 0 0px 50px; background-color:#ffffff; }
.topnav a    		 {float:left; padding:10px 15px; font-size:18px; }

.dropdown .dropbtn	{float:left; padding:10px 18px; font-size:18px;margin:-2px 0 0 0; background-color:#fff; outline:none; border:none }
.dropdown			{float:left; overflow:hidden }
.dropdown:hover .dropbtn	 { color:#000000; text-decoration: underline; outline:none  }
.about-content 		{display:none;position:absolute;background-color:#fff;min-width:100px;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2); z-index:1;margin-top:30px }
.about-content a {float:none;color:#000;padding:10px 15px;text-decoration:none;display:block;text-align:left }
.about-content a:hover {color:#000000; text-decoration: underline; outline:none }
.dropdown:hover .about-content	{display:block}

.involve-content 		{display:none;position:absolute;background-color:#fff;min-width:160px;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2); z-index:1; margin-top:30px }
.involve-content a {float:none;color:#000;padding:10px 15px;text-decoration:none;display:block;text-align:left }
.involve-content a:hover {color:#000000; text-decoration: underline; outline:none }
.dropdown:hover .involve-content	{display:block}


.learn-content 		{display:none;position:absolute;background-color:#fff;min-width:160px;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2); z-index:1; margin-top:30px }
.learn-content a {float:none;color:#000;padding:10px 15px;text-decoration:none;display:block;text-align:left }
.learn-content a:hover {color:#000000; text-decoration: underline; outline:none }
.dropdown:hover .learn-content	{display:block}


.resources-content 		{display:none;position:absolute;background-color:#fff;min-width:160px;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2); z-index:1; margin-top:30px }
.resources-content a {float:none;color:#000;padding:10px 15px;text-decoration:none;display:block;text-align:left }
.resources-content a:hover {color:#000000; text-decoration: underline; outline:none }
.dropdown:hover .resources-content	{display:block}


.content-wrapper 	{ clear:both;background-color:#ffffff; width:800px; margin:auto; padding-bottom:50px;  }
#leftnav 			{   }

#content 			{  }


.footer-wrapper     {height:100px; background-color:#000000;width:900px; margin-top:30px; 
						position:relative; clear:both; border-top:3px solid red  }
.footer-smedia      {float:right; padding:25px 60px 0 0;  }
.footer-donate      {float:right; padding:25px 40px 0 0;  }


.footer-left        {float:left; width:48%;    }
.footer-logo        {float:left; margin-left:30px; vertical-align:bottom; padding-top:10px; }

.footer-right          {width:50%; position:absolute; top:10px; left:25%;  }
.footer-index          {float:left; margin:0 0 0 20px; }
.footer-index ul li    {display:inline; }
.footer-index ul li a  {float:left; padding:10px 20px; font-size:18px; }
ul.footer-index li a:hover,
.footer-index li a:hover {text-decoration: underline;  }

.footer-index a:link      { color:#dddddd;outline:none   }
.footer-index a:visited   { color:#dddddd;outline:none    }
.footer-index a:active    { color:#dddddd;outline:none   }
.footer-index a:hover     { color:#dddddd;outline:none   }
.footer-index a:focus     { color:#dddddd;outline:none   }

.links a:link      { color:#0000ff; outline:none   }
.links a:visited   { color:#0000ff; outline:none    }
.links a:active    { color:#0000ff; outline:none   }
.links a:hover     { color:#0000ff; text-decoration: underline; outline:none   }
.links a:focus     { color:#0000ff; outline:none   }

#copyright          {width:900px; margin: 0 auto; }
#copyright p        { text-align:center; padding-top:5px;  }

/* ===============================================================================================================
  Multi-Page content   -  
  ================================================================================================================ */

.page-content-wrapper 	{ clear:both;background-color:#ffffff; width:800px; margin:auto;  }




#back2top            {width:900px; margin:0 auto; }
#back2top a          {text-align:center;  }

.back2top2            {margin:40px 0 40px 0; }
.back2top2 a          {text-align:center;  }



/* ===============================================================================================================
   	==============================================================================================================
	==============================================================================================================
 Individual Page content
 ================================================================================================================
 ================================================================================================================
 ================================================================================================================ */

/* ==============================================================================================================
 Index Page
 ================================================================================================================ */

#banner 			{ margin:0px 50px; border-top:1px #000000 solid; border-bottom:1px #ffffff solid;clear:both; }

#subbanner 			{ margin:0px 50px; background-color:#9bb369; padding:15px 0; overflow:hidden; border-bottom:1px #ffffff solid;border-radius:0 0 15px 15px}
#subbanner h2       { color:#000000; font-size:18px; text-align:center; vertical-align:middle; 
                         font-weight:200;  }
#subbanner2 		 { margin:10px 80px 0 80px; background-color:#fff; padding:15px 0; overflow:hidden;   border-radius: 25px}
#subbanner2 h1		 { color:#ff0000; font-size:30px; text-align:center; font-weight:200;margin:5px,0,5px,0 }
#subbanner2 h2       { color:#000000; font-size:24px; text-align:center; vertical-align:middle; font-weight:200;margin:5px,0,5px,0  }
#subbanner2 h3       { color:#000000; font-size:16px; text-align:center; vertical-align:middle; 
                         font-weight:200; margin:5px,0,5px,0 }
#subbanner2 h4       { color:red; font-size:20px; text-align:center; vertical-align:;margin-top:10px;font-weight:200;  }
#subbanner2 p		 {font-size: 14px;text-align: center; margin:20px 0 0 0}


#subbanner2  a:link      { color:#ff0000;outline:none    }
#subbanner2  a:visited   { color:#ff0000;outline:none    }
#subbanner2  a:active    { color:#ff0000;outline:none   }
#subbanner2  a:hover     { color:#ff0000;outline:none   }
#subbanner2  a:focus     { color:#ff0000;outline:none   }
#subbanner2  a           { color:#ff0000;outline:none }


.index-body					{float:left; margin:40px 0 40px 0px; width:800px  }

.indexr1-column				{float:left; width:265px;min-height:100px; }
.index-row1					{content: " ";display:table;clear:both}
.indexr1-column img			{margin:0 17.5px 10px 17.5px }
.indexr1-column h3			{text-align:center }

.indexr2-column				{float:left; width:265px; margin-top:40px }
.index-row2					{content: " ";display:table;clear:both}
.indexr2-column img			{margin:0 17.5px 10px 17.5px }
.indexr2-column h3			{text-align:center }

.indexr3-column				{float:left; width:265px; margin-top:40px;}
.index-row3					{content: " ";display:table;clear:both; border: 2px solid #9bb369; margin:40px 0 0 0; border-radius:25px}

.indexr3-column h3			{ }
.index-joinus img			{clear:; float:right; margin:-40px 20px 10px 0;}
.index-joinus h3			{text-align:left; margin:10px 0 0px 10px }

.index-calendar img			{clear:; float:right; margin:-40px 15px 10px 0}
.index-calendar h3			{text-align:left; margin:10px 0 0px 20px }

.index-donate				{margin:-5px 0 0 65px }


/* ==============================================================================================================
 Involved
 ================================================================================================================= */


.involved-body         {margin:10px 0 0 0;background-color:#ffffff; width:;  }
.involved-body 	       {margin: 0 0 60px 0; }
.involved-body  h1    {color:#9bb369; font-size:30px; font-weight:800; padding:30px 0 20px 0;margin:;text-align:center }
.involved-body  h5    {font-size:12px; font-style:italic;padding:20px 0 2px 0;font-weight:bold;text-indent:20px   }
.involved-body  h4    {font-size:14px; font-weight:bold;padding:20px 0 2px 0;text-indent:20px  }
.involved-body  h6    {font-size:16px;padding:20px 0 10px 0; color:#ff0000; text-indent:20px  }						
.involved-body  p     {font-size:14px; margin-top:1em;text-indent:20px }

.involved-body  a:link      { color:#0000ff;outline:none    }
.involved-body  a:visited   { color:#0000ff;outline:none    }
.involved-body  a:active    { color:#0000ff;outline:none   }
.involved-body  a:hover     { color:#0000ff;outline:none   }
.involved-body  a:focus     { color:#0000ff;outline:none   }
.involved-body  a           {padding:0 5px 0 5px; }

.involved-img img  {float: left; margin: 30px 14px 5px 0; border:3px solid #9bb369}
.involved-imgrt img  {float: right; margin: 30px 0px 15px 14px; border:3px solid #9bb369}

.involvedcolumn				{float:left; width:265px; margin-top:40px;}
.involved-row				{content: " ";display:table;clear:both; border: 2px solid #9bb369; margin:40px 0 0 0}

.involved-column h3			{ }
.involved-joinus img		{clear:; float:right; margin:-40px 20px 10px 0;}
.involved-joinus h3			{text-align:left; margin:10px 0 0px 10px }

.involved-calendar img		{clear:; float:right; margin:-40px 15px 10px 0}
.involved-calendar h3		{text-align:left; margin:10px 0 0px 20px }

.involved-donate			{margin:-5px 0 0 65px }

.involved-column			{float:left; width:265px; margin-top:40px;}
.involved-row				{content: " ";display:table;clear:both; border: 2px solid #9bb369; margin:40px 0 -80px 0; border-radius:25px}

.involved-column h3			{ }
.involved-joinus img		{clear:; float:right; margin:-40px 20px 10px 0;}
.involved-joinus h3			{text-align:left; margin:10px 0 0px 10px }

.involved-calendar img		{clear:; float:right; margin:-40px 15px 10px 0}
.involved-calendar h3		{text-align:left; margin:10px 0 0px 20px }

.involved-donate			{margin:-5px 0 0 65px }


/* ==============================================================================================================
 Membership
 ================================================================================================================ */
                         
.membership            {width:825px; margin:10px 0; }
.membership h1		   {margin:80px 0 40px 30px;  }
.membership p		   {font-size:18px; margin:5px 25px 5px 30px; }
.membership h3		   {margin:40px 0 20px 30px;font-size:20px  } 
.membership h4		   {margin:20px 0 40px 0px;font-size:18px; text-align:center  }                       
.becomeamembertoday p  {margin:40px 0 20px 30px;font-size:18px  }                        
.member-right		   {float:right; margin:25px 0 20px 0;background-color:#ffffff; width:48%; height:250px  }
.member-left           {float:left; margin:25px 0 20px 0;background-color:#ffffff; width:48%; height:250px  }
.membership-links	   {float:left; width:800px }
.membership-left       {float:left; width:60%}
.membership-left h4    {font-size:18px;margin:0px 0 10px 30px; float:left  }
.membership-left p     { font-size: 14px;font-style:italic; float: left}
.membership-links h5   {font-size:18px; margin:10px 0 60px 30px }
.membership-links p    {font-size:14px; margin:-40px 0px 40px 30px	}
.membership-links a    {margin:0 0 0 115px}
.membership_thanks     {width:825px; padding:40px 0 0 0; }
.membership_thanks p   {font-size:18px; margin:5px 25px 25px 30px;}
.membership_thanks a   {font-size:18px; margin:0 0 0 33% }

.membership-right 		   { float:right; margin:0px 0 20px 0;background-color:#ffffff; width:39%  }
.membership-right img      {width:auto; height:auto;margin:0px 0 0 20px;}
.membership-right p        {font-size:14px ;text-align:center; font-weight:bold; margin:120px 0 10px 0; }
.membership-right form     { margin:0 0 20px 5px;        }

/* ==============================================================================================================
 Committees
 ================================================================================================================ */
.committees					{margin: 0 0 40px 0}
.committees h1				{color:#9bb369; font-size:30px; font-weight:800; padding:40px 0 20px 0; margin:1em 0 .5em 0px;text-align:center }
.committees h3				{text-align:center; margin:0 0 10px 0 }
.committees h4				{text-align:center; margin:0 0 40px 0 }

.committees p 				{text-align:center; margin:0 0 10px 0; font-size:12px }


.volunteer-committee		{width:800px;min-height:100px;display:inline-block; }
.volunteer-committee h2		{color:#9bb369; font-size:20px; font-weight:800; padding:30px 0 10px 0; margin:1em 0 1em 0px;text-indent:20px;float:left }
.voluteer-committee p		{float:left; font-size:14px;padding:60px 0 10px 20px;} 



/*----- Tabs -----*/

.etabs { margin: 0 0 0 25px; padding: 0;}
.tab { display: inline-block; zoom:1; *display:inline; background: #fff; border: solid 2px #9bb369; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;
		width:16%; border-radius: 15px 15px 0 0}
.tab a 			{ font-size: 14px; line-height: 2em; display: block; padding: 5px 5px; outline: none; }
.tab a:link      { color:#000;    }
.tab a:visited   { color:#000;outline:none    }
.tab a:active    { color:#000;outline:none   }
.tab a:focus     { color:#000;outline:none   }
.tab a:hover 	 { text-decoration: underline;color:#000;outline:none }
.tab.active 	 { background: #eee; padding-top:6px; position: relative; top: 1px; border-color:##9bb369 }
.tab a.active	 { font-weight: bold; }
.tab-container .pannel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }

#tabs1-events    					{width:800px;min-height:650px;background-color:#fff;margin: 0 auto;border:2px #9bb369 solid; text-align:center;border-radius: 25px }
.events-committee					{width:800px;min-height:100px;display:inline-block;}
.events-committee-header			{border-bottom:2px #9bb369 solid;width:800px;min-height:100px}
.events-committee-header h2			{color:#9bb369; font-size:20px; font-weight:800; padding:0px 0 10px 0px; margin:1em 0 1em 0px;text-indent:40px;float:left }
.events-committee-header p			{float:left; font-size:14px;padding:0px 0 10px 30px;width: 100%;}
.events-committee-header h4			{float:right; padding:0px 40px 0px 0px; margin:-25px 0 1em 0px;font-size:14px;} 
.events-committee-list				{width:800px}
.events-committee-list h2			{text-align: center; margin:1em 0}
.events-committee-r					{float:right;width:49%; margin:50px 0 0 0 }
.events-committee-r	ul				{margin: 0 0 20px 0} 
.events-committee-r	ul li			{text-align: center; margin:1em 0; }
.events-committee-r ul li img		{clear:both; border:3px #9bb369 solid;margin:  }
.events-committee-r ul li a			{margin:10px 0 20px 0px; text-align:center; font-size:12px}
.events-committee-list a:link       { color:#000;    }
.events-committee-list a:visited    { color:#000;outline:none    }
.events-committee-list a:active     { color:#000;outline:none   }
.events-committee-list a:focus      { color:#000;outline:none   }
.events-committee-list a:hover 	    { text-decoration: underline;color:#000;outline:none }
.events-committee-l					{float:left;width:49%; margin:60px 0 0 0}
.events-committee-l ul				{margin: 40px 10px 50px 30px; }
.events-committee-l ul li			{padding:1em 0 1em 0}
.events-committee-l ul li a			{font-size:14px; }
.events-committee-l p				{font-size:14px}


#tabs1-research   				{width:800px;height:650px;background-color:#fff;margin: 0 auto;border:2px #9bb369 solid; border-radius: 25px }
.research-committee				{width:800px;min-height:100px;display:inline-block;}
.research-committee-header		{border-bottom:2px #9bb369 solid;width:800px;min-height:100px}
.research-committee-header h2	{color:#9bb369; font-size:20px; font-weight:800; padding:0px 0 10px 0px; margin:1em 0 1em 0px;text-indent:40px;float:left }
.research-committee-header p	{float:left; font-size:14px;padding:0px 0 10px 30px;width: 100%;} 
.research-committee-header h4	{float:right; padding:0px 40px 0px 0px; margin:-25px 0 1em 0px;font-size:14px;}
.research-c h3					{text-align: center; font-size:18px; margin:20px 0} 
.research-l						{float:left;width:49%; }
.research-l img					{margin:20px 0 0 15px}
.research-r 					{float:right;width:49%; }
.research-r img					{margin:10px 0 10px 35px}
.research-r p					{text-align: center; font-size:14px}


#tabs1-education   					{width:800px;height:650px;background-color:#fff;margin: 0 auto; border:2px #9bb369 solid; border-radius: 25px }
.education-committee				{width:800px;min-height:100px;display:inline-block;}
.education-committee-header			{border-bottom:2px #9bb369 solid;width:800px;min-height:100px}
.education-committee-header h2		{color:#9bb369; font-size:20px; font-weight:800; padding:0px 0 10px 0px; margin:1em 0 1em 0px;text-indent:40px;float:left }
.education-committee-header p		{float:left; font-size:14px;padding:0px 0 10px 30px;width: 100%;} 
.education-committee-header h4		{float:right; padding:0px 40px 0px 0px; margin:-25px 0 1em 0px;font-size:14px;}
.education-committee-body
.edcomm-img img 					{float: left;margin: 10px 10px 10px 20px; border:2px #9bb369 solid;}
.edcomm-imgrt img					{float: right;margin: 10px 20px 10px 10px; border:2px #9bb369 solid;}
.edcomm-bodytxt						{width: 100%; min-height:50px;border:; margin:0px 0 0 0; }
.edcomm-bodytxt p					{font-size:22px;text-align:center}
.education-committee-r1				{width: 100%; min-height:100px;border:}
.education-committee-r2				{width: 100%; min-height:50px;border:; margin:120px 0 0 0}
.education-committee-r3				{width: 100%; min-height:100px;border:; margin:0px 0 0 0}


#tabs1-communications    				{width:800px;height:650px;background-color:#fff;margin: 0 auto;border:2px #9bb369 solid; border-radius: 25px }
#tabs1-communications p	 				{font-size: 14px;}
#tabs1-communications img 				{margin:20px 0 40px 38%; border:4px #9bb369 solid}
#tabs1-communications h3  				{text-align: center; margin:10px 0 20px 0}
.communications-newsletter p			{margin-top:40px; text-align: center}
.web-updates							{margin:0 0 30px 0; }
.web-updates p							{text-align: center}
.communications-committee				{width:800px;min-height:100px;display:inline-block;}
.communications-committee-header		{border-bottom:2px #9bb369 solid;width:800px;min-height:100px}
.communications-committee-header h2		{color:#9bb369; font-size:20px; font-weight:800; padding:0px 0 10px 0px; margin:1em 0 1em 0px;text-indent:40px;float:left }
.communications-committee-header p		{float:left; font-size:14px;padding:0px 0 10px 30px;width: 100%;} 
.communications-committee-header h4		{float:right; padding:0px 40px 0px 0px; margin:-25px 0 1em 0px;font-size:14px;} 




#tabs1-lc      {width:800px;min-height:530px;background-color:#eee;margin: 0 auto;border:2px #9bb369 solid; border-radius: 15px }

#tabs1-mp  	  {width:800px;min-height:530px;background-color:#eee;margin: 0 auto;border:2px #9bb369 solid; border-radius: 15px }







/* ==============================================================================================================
 Events
 ================================================================================================================ */
 
#content 				{background-color:#ffffff }
#content iframe     	{ margin:20px auto; }
#content p              {font-size:14px; margin:10px 0 5px 10px; padding-top:20px;  }
#content h4             {font-size:16px;margin:10px auto; font-weight:bold; text-align: center }
#events-photo          {float:left; margin: 30px 10px 10px 10px;padding:1px; border:3px solid #9bb369;}
#content-bottem-right  {width:280px; float:right }
#content-bottom img    {float:right; padding:1px; border:3px solid #9bb369; margin:50px 10px 50px 0 }

#content-bottom-left   {width:500px; float:left  }
#content-bottom-left p {font-size:15px;margin-bottom:20px; }

#content-bottom-left a           {margin:50px 0 0 20px; }
.event-form 			{margin:20px 0 }
.event-form a			{margin:10px 0 0 0; text-align:center}




/* ==============================================================================================================
Learn
 ================================================================================================================ */


.learn-body       {margin: 0px 0 60px 0; }
.learn-body h1    {color:#9bb369; font-size:30px; font-weight:800; padding:30px 0 5px 0; margin:1em 0 1em 0px;text-align:center }
.learn-body h5    {font-size:12px; font-style:italic;padding:20px 0 2px 0;font-weight:bold  }
.learn-body h4    {font-size:14px; font-weight:bold;padding:20px 0 2px 0 }
.learn-body h6    {font-size:16px;padding:20px 0 10px 0; color:#ff0000 }						
.learn-body p     {font-size:14px; margin-top:1em;text-indent:20px }

.learn-body a:link      { color:#0000ff;outline:none    }
.learn-body a:visited   { color:#0000ff;outline:none    }
.learn-body a:active    { color:#0000ff;outline:none   }
.learn-body a:hover     { color:#0000ff;outline:none   }
.learn-body a:focus     { color:#0000ff;outline:none   }
.learn-body a           {padding:0 5px 0 5px; }

#learn-photo         	{float:left; margin:20px 10px 0 0; border:3px solid #9bb369;padding:1px; }

.warning               {color:#ff0000;margi	n:10px 0 }


/* ==============================================================================================================
 Biology
 ================================================================================================================= */

.biology-body         {margin:10px 0 0 0;background-color:#ffffff; width:;  }
.biology-body 	       {margin: 0 0 60px 0; }
.biology-body  h1    {color:#9bb369; font-size:30px; font-weight:800; padding:30px 0 20px 0;margin:;text-align:center }
.biology-body  h5    {font-size:12px; font-style:italic;padding:20px 0 2px 0;font-weight:bold;text-indent:20px   }
.biology-body  h4    {font-size:14px; font-weight:bold;padding:20px 0 2px 0;text-indent:20px  }
.biology-body  h6    {font-size:16px;padding:20px 0 10px 0; color:#ff0000; text-indent:20px  }						
.biology-body  p     {font-size:14px; margin-top:1em;text-indent:20px }

.biology-body  a:link      { color:#0000ff;outline:none    }
.biology-body  a:visited   { color:#0000ff;outline:none    }
.biology-body  a:active    { color:#0000ff;outline:none   }
.biology-body  a:hover     { color:#0000ff;outline:none   }
.biology-body  a:focus     { color:#0000ff;outline:none   }
.biology-body  a           {padding:0 5px 0 5px; }

.biology-img img  {float: left; margin: 30px 14px 5px 0; border:3px solid #9bb369}

.biology-imgrt img  {float: right; margin: 30px 0px 15px 14px; border:3px solid #9bb369}


/* ==============================================================================================================
 Behavior
 ================================================================================================================= */

.behavior-body         {margin:10px 0 0 0;background-color:#ffffff; width:;  }
.behavior-body 	       {margin: 0 0 60px 0; }
.behavior-body  h1    {color:#9bb369; font-size:30px; font-weight:800;  padding:30px 0 20px 0;margin:;text-align:center}
.behavior-body  h5    {font-size:12px; font-style:italic;padding:20px 0 2px 0;font-weight:bold;text-indent:20px   }
.behavior-body  h4    {font-size:14px; font-weight:bold;padding:20px 0 2px 0;text-indent:20px  }
.behavior-body  h6    {font-size:16px;padding:20px 0 10px 0; color:#ff0000;text-indent:20px  }						
.behavior-body  p     {font-size:14px; margin-top:1em;text-indent:20px;  }

.behavior-body  a:link      { color:#0000ff;outline:none    }
.behavior-body  a:visited   { color:#0000ff;outline:none    }
.behavior-body  a:active    { color:#0000ff;outline:none   }
.behavior-body  a:hover     { color:#0000ff;outline:none   }
.behavior-body  a:focus     { color:#0000ff;outline:none   }
.behavior-body  a           {padding:0 5px 0 5px; }

.behavior-img img  {float: left; margin: 30px 14px 5px 0; border:3px solid #9bb369}

.behavior-imgrt img  {float: right; margin: 30px 0px 15px 14px; border:3px solid #9bb369}

/* ==============================================================================================================
 Life Cycle
 ================================================================================================================= */

.lifecycle-body         {margin:10px 0 0 0;background-color:#ffffff; width:;  }
.lifecycle-body 	       {margin: 0 0 60px 0; }
.lifecycle-body  h1    {color:#9bb369; font-size:30px; font-weight:800; padding:30px 0 20px 0;margin:;text-align:center }
.lifecycle-body  h5    {font-size:12px; font-style:italic;padding:20px 0 2px 0;font-weight:bold;text-indent:20px   }
.lifecycle-body  h4    {font-size:14px; font-weight:bold;padding:20px 0 2px 0;text-indent:20px  }
.lifecycle-body  h6    {font-size:16px;padding:20px 0 10px 0; color:#ff0000; text-indent:20px  }						
.lifecycle-body  p     {font-size:14px; margin-top:1em;text-indent:20px }

.lifecycle-body  a:link      { color:#0000ff;outline:none    }
.lifecycle-body  a:visited   { color:#0000ff;outline:none    }
.lifecycle-body  a:active    { color:#0000ff;outline:none   }
.lifecycle-body  a:hover     { color:#0000ff;outline:none   }
.lifecycle-body  a:focus     { color:#0000ff;outline:none   }
.lifecycle-body  a           {padding:0 5px 0 5px; }

.lifecycle-img img  {float: left; margin: 30px 14px 5px 0; border:3px solid #9bb369}

.lifecycle-imgrt img  {float: right; margin: 30px 0px 15px 14px; border:3px solid #9bb369}


/* ==============================================================================================================
 Surveying
 ================================================================================================================= */


.surveying-body         {margin:10px 0 0 0;background-color:#ffffff; width:;  }
.surveying-body 	       {margin: 0 0 60px 0; }
.surveying-body  h1    {color:#9bb369; font-size:30px; font-weight:800; padding:30px 0 20px 0;margin:;text-align:center }
.surveying-body  h5    {font-size:12px; font-style:italic;padding:20px 0 2px 0;font-weight:bold;text-indent:20px   }
.surveying-body  h4    {font-size:14px; font-weight:bold;padding:20px 0 2px 0;text-indent:20px  }
.surveying-body  h6    {font-size:16px;padding:20px 0 10px 0; color:#ff0000; text-indent:20px  }						
.surveying-body  p     {font-size:14px; margin-top:1em;text-indent:20px }

.surveying-body  a:link      { color:#0000ff;outline:none    }
.surveying-body  a:visited   { color:#0000ff;outline:none    }
.surveying-body  a:active    { color:#0000ff;outline:none   }
.surveying-body  a:hover     { color:#0000ff;outline:none   }
.surveying-body  a:focus     { color:#0000ff;outline:none   }
.surveying-body  a           {padding:0 5px 0 5px; }

.surveying-img img  {float: left; margin: 30px 14px 5px 0; border:3px solid #9bb369}
.surveying-imgrt img  {float: right; margin: 30px 0px 15px 14px; border:3px solid #9bb369}


/* ==============================================================================================================
 Species of Interest
 ================================================================================================================= */


.species-body         {margin:10px 0 0 0;background-color:#ffffff; width:;  }
.species-body 	       {margin: 0 0 60px 0; }
.species-body  h1    {color:#9bb369; font-size:30px; font-weight:800; padding:30px 0 20px 0;margin:;text-align:center }
.species-body  h5    {font-size:12px; font-style:italic;padding:20px 0 2px 0;font-weight:bold;text-indent:20px   }
.species-body  h4    {font-size:14px; font-weight:bold;padding:20px 0 2px 0;text-indent:20px  }
.species-body  h6    {font-size:16px;padding:20px 0 10px 0; color:#ff0000; text-indent:20px  }						
.species-body  p     {font-size:14px; margin-top:1em;text-indent:20px }

.species-body  a:link      { color:#0000ff;outline:none    }
.species-body  a:visited   { color:#0000ff;outline:none    }
.species-body  a:active    { color:#0000ff;outline:none   }
.species-body  a:hover     { color:#0000ff;outline:none   }
.species-body  a:focus     { color:#0000ff;outline:none   }
.species-body  a           {padding:0 5px 0 5px; }

.species-img img  		{float: left; margin: 30px 14px 15px 0; border:3px solid #9bb369}
.species-imgrt img 		{float: right; margin: 10px 0px 15px 14px; border:3px solid #9bb369}

.species-name1   		{float:right; margin:-20px 35px 0 0;clear:both}
.species-name2   		{float:right; margin:-20px 40px 0 0;clear:both}
.species-name3   		{float:right; margin:-20px 70px 0 0;clear:both}

#species-concern ul       {list-style-type: none;margin:30 0 50px 0 }
#species-concern ul li    { font-size:16px;padding: 10px 0; }
#species-concern ul li a  { font-size:16px;padding: 10px 0; }
#species=content          { margin-bottom:20px  }
#species-content p        { font-size:16px; margin-bottom:20px; }



/* ==============================================================================================================
 Collecting
 ================================================================================================================= */


.collecting-body         {margin:10px 0 0 0;background-color:#ffffff; width:;  }
.collecting-body 	       {margin: 0 0 60px 0; }
.collecting-body  h1    {color:#9bb369; font-size:30px; font-weight:800; padding:30px 0 20px 0;margin:;text-align:center }
.collecting-body  h5    {font-size:12px; font-style:italic;padding:20px 0 2px 0;font-weight:bold;text-indent:20px   }
.collecting-body  h4    {font-size:14px; font-weight:bold;padding:20px 0 2px 0;text-indent:20px  }
.collecting-body  h6    {font-size:16px;padding:20px 0 10px 0; color:#ff0000; text-indent:20px  }						
.collecting-body  p     {font-size:14px; margin-top:1em;text-indent:20px }

.collecting-body  a:link      { color:#0000ff;outline:none    }
.collecting-body  a:visited   { color:#0000ff;outline:none    }
.collecting-body  a:active    { color:#0000ff;outline:none   }
.collecting-body  a:hover     { color:#0000ff;outline:none   }
.collecting-body  a:focus     { color:#0000ff;outline:none   }
.collecting-body  a           {padding:0 5px 0 5px; }

.collecting-img img  {float: left; margin: 30px 14px 5px 0; border:3px solid #9bb369}
.collecting-imgrt img  {float: right; margin: 30px 0px 15px 14px; border:3px solid #9bb369}


/* ==============================================================================================================
Preserve
 ================================================================================================================ */

.preserve-body       {margin: 0px 0 60px 0; }
.preserve-body h1    {color:#9bb369; font-size:30px; font-weight:800; padding:30px 0 5px 0; margin:1em 0 1em 0px;text-align:center }
.preserve-body h5    {font-size:12px; font-style:italic;padding:20px 0 2px 0;font-weight:bold  }
.preserve-body h4    {font-size:14px; font-weight:bold;padding:20px 0 2px 0; text-indent:20px }
.preserve-body h6    {font-size:16px;padding:20px 0 10px 0; color:#ff0000 }						
.preserve-body p     {font-size:14px; margin-top:1em;text-indent:20px }

.preserve-body a:link      { color:#0000ff;outline:none    }
.preserve-body a:visited   { color:#0000ff;outline:none    }
.preserve-body a:active    { color:#0000ff;outline:none   }
.preserve-body a:hover     { color:#0000ff;outline:none   }
.preserve-body a:focus     { color:#0000ff;outline:none   }
.preserve-body a           {padding:0 5px 0 5px; }

.preserve-img img  {float: left; margin: 30px 14px 5px 0; border:3px solid #9bb369}

.preserve-imgrt img  {float: right; margin: 30px 0px 5px 14px; border:3px solid #9bb369}

 
 /* ==============================================================================================================
 resources
 ================================================================================================================ */

.reports		{margin:50px 0 60px 0}
.reports h1	 	{color:#9bb369; font-size:30px; font-weight:800; padding:20px 0px 20px 20px;margin:1em 0 1em -20px; text-align:center }

.reports h5    {font-size:12px; font-style:italic;padding:20px 0 2px 0;font-weight:bold  }
.reports h4    {font-size:14px; font-weight:bold;padding:20px 0 2px 0 }
.reports h6    {font-size:16px;padding:20px 0 10px 0; color:#ff0000 }						
.reports p     {font-size:14px; margin-top:1em; }

.reports a:link      { color:#0000ff;outline:none    }
.reports a:visited   { color:#0000ff;outline:none    }
.reports a:active    { color:#0000ff;outline:none   }
.reports a:hover     { color:#0000ff;outline:none;text-decoration: underline   }
.reports a:focus     { color:#0000ff;outline:none   }
.reports a           {padding:0 5px 0 5px; }

.ami-book 			{margin: -40px 0 0 0; }
.ami-book P			{font-size:14px; margin-top:1em; }
.ami-book img		{float: right; margin:0 50px 30px 10px}
.ami-book a			{float:right; margin: 20px 20px 0 0}

.ami-book a:link      { color:#0000ff;outline:none    }
.ami-book a:visited   { color:#0000ff;outline:none    }
.ami-book a:active    { color:#0000ff;outline:none   }
.ami-book a:hover     { color:#0000ff;outline:none;text-decoration: underline   }
.ami-book a:focus     { color:#0000ff;outline:none   }
.ami-book a           {padding:0 5px 0 5px; }



/* ==============================================================================================================
 Organizations
 ================================================================================================================ */

#organizations         			{width:800px; margin: 20px auto; }
#organizations h2       		{font-size:18px;font-weight:600; margin:80px 0 40px 80px; }
#organizations img     	    	{margin:10px 0 30px 50px; }
#organizations img:hover    	{outline:3px solid #acff00; }

#organizations a       		    { padding:20px 0;margin: 20px 0 10px 20px;font-size:18px; }
#organizations ul li       		{margin:20px 0; }

#organizations-links          	{width:400px; margin: 0px 0 80px 0; }
#organizations-links ul li    	{font-size:18px; padding:10px 0;margin: 0 0 10px -30px; text-align: center }
#organizations-links p        	{margin:0 0 0 90px }

.org1-column					{float:left; width:49.7%; min-height:300px }
.organization-row1				{content: " ";display:table;clear:both}

.org2-column					{float:left; width:49.7% }
.organization-row2				{content: " ";display:table;clear:both}

#organizations h1   			 {color:#9bb369; font-size:30px; font-weight:800; padding:50px 0px 25px 20px;margin:1em 0; text-align:center }


/* ==============================================================================================================
 New Publications
 ================================================================================================================= */

.book-body				{float:left; margin:0 0 0 35px; width:}
.book-body h1    		{color:#9bb369; font-size:30px; font-weight:800; padding:30px 0 5px 0px; margin:1em 0 1em -50px;text-align:center }
.book-body img:hover    {outline:6px solid #acff00; }



.booksr1-column			{float:left; width:31%; margin:20px 5px 20px 5px;  }
.books-row1				{content: " ";display:table;clear:both}
.booksr1-column a		{margin:0 0 0 40px}

.booksr2-column			{float:left; width:31%; margin:20px 5px 20px 5px; }
.books-row2				{content: " ";display:table;clear:both}
.booksr2-column a		{margin:0 0 0 50px}

.booksr2b-column			{float:left; width:31%; margin:20px 5px 20px 5px;  }
.books-row2b				{content: " ";display:table;clear:both}
.booksr2b-column a		{margin:0 0 0 40px}


.booksr3-column			{float:left; width:48%; margin:20px 5px 20px 5px;  }
.books-row3				{content: " ";display:table;clear:both}
.booksr3-column a		{margin:0 0 0 90px}


.book                   {float:right; max-width:;  }
.book h5                {float: left;font-size:13px;color:#ff0000; padding:10px 0 3px 5px;font-style:normal;;  }
.book h6				{float:left;font-size:12px; padding: 3px 0 0 5px;color:#111111;font-style:italic;   } 
.book p					{float:left;font-size:10px;padding: 0 0 0 5px;  }               
#book-list          	{margin:50px 0 0 -35px;clear:both; text-align:center; width:100% }
#book-list h2			{font-size:18px; margin: 40px 0 40px 0; text-align:center}
#book-list h3           {font-size:16px; margin:0 0 0 0; padding: 0 0;text-align:center }
#book-list h5           {font-size:14px; font-style:italic;margin: 5px 0 20px 0; padding: 0 0;text-align:center  }

.book2                   {float:right; max-width:;  }
.book2 h5                {float: left;font-size:13px;color:#ff0000; padding:10px 0 3px 5px;font-style:normal;margin: 15px 0 0 0 ;  }
.book2 h6				{float:left;font-size:12px; padding: 3px 0 0 5px;color:#111111;font-style:italic;   } 
.book2 p					{float:left;font-size:10px;padding: 0 0 0 5px;  }    

.book3                   {float:right; max-width:;  }
.book3 h5                {float: left;font-size:13px;color:#ff0000; padding:20px 0 3px 5px;font-style:normal;margin:25px 0 0 0;  }
.book3 h6				{float:left;font-size:12px; padding: 3px 0 0 5px;color:#111111;font-style:italic;   } 
.book3 p					{float:left;font-size:10px;padding: 0 0 0 5px;  }  

.book4                   {float:right; max-width:;  }
.book4 h5                {float: left;font-size:13px;color:#ff0000; padding:10px 0 3px 5px;font-style:normal;margin: 40px 0 0 0 ;  }
.book4 h6				{float:left;font-size:12px; padding: 3px 0 0 5px;color:#111111;font-style:italic;   } 
.book4 p					{float:left;font-size:10px;padding: 0 0 0 5px;  } 

/* ==============================================================================================================
 Links
 ================================================================================================================ */

.links-column				{float:left; width:49.7%; min-height:400px }
.links-row1					{content: " ";display:table;clear:both}

.link h1    {color:#9bb369; font-size:30px; font-weight:800; padding:50px 0px 25px 20px;margin:1em 0 1em -20px; text-align:center }

.link         		{width:800px; margin: 20px auto; }
.link   h2       	{font-size:18px;font-weight:600; margin:80px 0 40px 80px; }
.link   img     	    {margin:10px 0 30px 50px; }
.link   img:hover    {outline:3px solid #acff00; }

#links				{width:800px; margin: 40px 0 60px 30px}
#links   a        { padding:40px 0;margin: 40px 0 10px 20px;font-size:18px; }


/* ==============================================================================================================
 About MDS
 ================================================================================================================ */
.about-body ul li            {display:inline; } 
.about-body ul				{ margin:80px 0 30px 50px; }
.about-body ul li            {font-size:22px;font-weight:800; padding: 0 7px }
.about-body ul li a          {font-size:22px; font-weight:800} 
.about-body       	 	{ float:left;margin:10px 0 0 0;background-color:#ffffff; width:;  }
/* ==.about-rightside	{float:right; margin:10px 0 0 0; background-color:#ffffff; width:200px;   }====== */
.about-newsletter		{ float:right; margin: 10px 0 10px 14px }
.about-newsletter img	{float:right; margin: 10px 0 10px 14px;border:3px solid #9bb369; clear:both }
.newsletter-title h2 	{margin:10px 22px 0px 10px; float: right; clear:both}
/* =====.newsletter-archive		{float:right; margin:10px 40px 0px 10px; clear:right; }

.newsletter-column 			{float:left; width:50%}
.newsletter-list:after		{content: " ";display:table;clear:both } ====== */


.newsletter-content 		{display:none;position:absolute;background-color:#fff;min-width:700px;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2); z-index:1;margin:10px 0 0 -475px  }
.newsletter-content a 		{float:none;color:#000;padding:10px 15px;text-decoration:none;display:block;text-align:left }
.newsletter-content a:hover {color:#000000; text-decoration: underline; outline:none }
.dropdown:hover .newsletter-content	{display:block}


.about-body       {margin: 0 0 60px 0; }
.about-body h1    {color:#9bb369; font-size:30px; font-weight:800; padding:5px 0px 5px 20px;margin:1em 0; text-align:center }
.about-body h5    {font-size:12px; font-style:italic;padding:20px 0 2px 0;font-weight:bold  }
.about-body h4    {font-size:14px; font-weight:bold;padding:20px 0 2px 0 }
.about-body h6    {font-size:16px;padding:20px 0 10px 0; color:#ff0000 }						
.about-body p     {font-size:14px; margin-top:1em; text-indent:20px }

.about-photo img  {float: left; margin: 30px 14px 5px 0; border:3px solid #9bb369}

/* ==============================================================================================================
 Newsletter
 ================================================================================================================ */

  
.nl-column1				{float: left; width:70%}
.nl-column2				{float: right; width:30%}
.nl-column2	h3			{margin:5px 20px 20px 0; text-align:center}
.nl-column1 img			{margin:0 0 40px 0; border:3px solid #9bb369}
.newsletter-archive a		{float:none;color:#000;padding:10px 15px;text-decoration:none;display:block;text-align:left;font-size:14px }
.newsletter-archive a:hover {color:#000000; text-decoration: underline; outline:none }
.newsletter-body h1   		 {color:#9bb369; font-size:30px; font-weight:800; padding:20px 0px 0px 0px;margin:1em 0; text-align:center }


/* ==============================================================================================================
 Board
 ================================================================================================================ */
                         
.leftnav-photo img      {margin:100px 0 5px 0; padding:1px; border:3px solid #9bb369; }
.leftnav-photo p        {font-size:10px; margin:0 0 70px 0;text-align:center;   }


.board-minutes            {min-width:800px;overflow:hidden;float:left; margin:-20px 0px 20px 0px; background-color:#ffffff; width:350px;clear:both }
.board-minutes             {text-align:center;}
.board-minutes a           {float:left; padding:30px 10px; font-size:14px; clear:both}
.board-minutes a:link      { color:#0000ff; outline:none   }
.board-minutes a:visited   { color:#0000ff; outline:none  }
.board-minutes a:active    { color:#0000ff; outline:none   }
.board-minutes a:hover     { color:#0000ff;text-decoration: underline; outline:none  }
.board-minutes a:focus     { color:#0000ff; outline:none   }

.board-body      	 	{margin: 30px 0 60px 0; }
.board-body  h1    		{color:#9bb369; font-size:30px; font-weight:800; padding:30px 0 0 0;margin:1em 0; text-align:center }
.board-body  h5    {font-size:12px; font-style:italic;padding:20px 0 2px 0;font-weight:bold  }
.board-body  h4    {font-size:14px; font-weight:bold;padding:20px 0 2px 0; margin-top: 20px }
.board-body  h6    {font-size:16px;padding:20px 0 10px 0; color:#ff0000 }						
.board-body  p     {font-size:14px; margin-top:1em; }

.board-body  a:link      { color:#000000;outline:none    }
.board-body  a:visited   { color:#000000;outline:none    }
.board-body  a:active    { color:#000000;outline:none   }
.board-body  a:hover     { color:#000000;outline:none   }
.board-body  a:focus     { color:#000000;outline:none   }
.board-body  a           {padding:0 5px 0 5px;text-align:center;display:block; }
.board-body  h3 		{text-align:center;border:3px solid black; background-color:#9bb369;padding:15px 32px; display:inline-block;color:white; border-radius:14px }
.board-photo img 		{float: right; margin: 30px 0px 5px 14px; border:3px solid #9bb369}



.minutes20				{margin:0px 0px 0 245px}
.minutes20-content 		{display:none;position:absolute;background-color:#fff;min-width:200px;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2); z-index:1;margin:30px 0 0 0px  }
.minutes20-content a 		{float:none;color:#000;padding:10px 15px;text-decoration:none;display:block;text-align:left }
.minutes20-content a:hover {color:#000000; text-decoration: underline; outline:none }
.dropdown:hover .minutes20-content	{display:block}


.minutes19				{margin:0px 0px 0 245px}
.minutes19-content 		{display:none;position:absolute;background-color:#fff;min-width:200px;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2); z-index:1;margin:30px 0 0 0px  }
.minutes19-content a 		{float:none;color:#000;padding:10px 15px;text-decoration:none;display:block;text-align:left }
.minutes19-content a:hover {color:#000000; text-decoration: underline; outline:none }
.dropdown:hover .minutes19-content	{display:block}

.minutes18				{margin:0px 0px 0 245px}
.minutes18-content 		{display:none;position:absolute;background-color:#fff;min-width:200px;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2); z-index:1;margin:30px 0 0 0px  }
.minutes18-content a 		{float:none;color:#000;padding:10px 15px;text-decoration:none;display:block;text-align:left }
.minutes18-content a:hover {color:#000000; text-decoration: underline; outline:none }
.dropdown:hover .minutes18-content	{display:block}

.minutes17				{margin:0px 0px 0 0px}
.minutes17-content 		{display:none;position:absolute;background-color:#fff;min-width:200px;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2); z-index:1;margin:30px 0 0 0px  }
.minutes17-content a 		{float:none;color:#000;padding:10px 15px;text-decoration:none;display:block;text-align:left }
.minutes17-content a:hover {color:#000000; text-decoration: underline; outline:none }
.dropdown:hover .minutes17-content	{display:block}

.minutes16				{margin:0 0px 0 0px}
.minutes16-content 		{display:none;position:absolute;background-color:#fff;min-width:200px;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2); z-index:1;margin:30px 0 0 0px  }
.minutes16-content a 		{float:none;color:#000;padding:10px 15px;text-decoration:none;display:block;text-align:left }
.minutes16-content a:hover {color:#000000; text-decoration: underline; outline:none }
.dropdown:hover .minutes16-content	{display:block}

.minutes15				{margin:0 0px 0 0px}
.minutes15-content 		{display:none;position:absolute;background-color:#fff;min-width:200px;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2); z-index:1;margin:30px 0 0 0px  }
.minutes15-content a 		{float:none;color:#000;padding:10px 15px;text-decoration:none;display:block;text-align:left }
.minutes15-content a:hover {color:#000000; text-decoration: underline; outline:none }
.dropdown:hover .minutes15-content	{display:block}


/* ==============================================================================================================
 Contacts
 ================================================================================================================ */

.contacts              {width:900px; margin:10px 0; }
.contacts h1		   {color:#9bb369; font-size:30px; font-weight:800; padding:40px 40px 20px 0px;margin:1em 0 1em 0px; margin:0 0 0 125px }
.contacts p		       {font-size:18px; margin:10px 0 30px 125px; }
.contacts a            {padding-left:5px }
#address				{margin: 0 0 60px 0}
#address  h3		   {margin:80px 0 10px 125px; }
#address  p            {margin:0 0 0px 125px;font-size:13px; }

.contacts a:link      { color:#0000ff;outline:none    }
.contacts a:visited   { color:#0000ff;outline:none    }
.contacts a:active    { color:#0000ff;outline:none   }
.contacts a:hover     { color:#0000ff;outline:none;text-decoration: underline   }
.contacts a:focus     { color:#0000ff;outline:none   }
.contacts a           {padding:0 5px 0 5px; }

.contact-list img	  {float:right; margin: -40px 300px 50px 0}
.contact-list h3	  {margin:0 0 50px 125px; float:left}
.dot {height: 5px; width: 5px; background-color: #9bb369; border-radius: 50%; display: inline-block;margin: 0 10px}


/* ==============================================================================================================
 Thanks
 ================================================================================================================ */

.thanks h2				{font-size:50px;text-align:center; margin:70px 0 20px 0}
.thanks p				{text-align:center; font-size:14px; margin:5px 0 15px 0}

.thanks-row1			{min-height: 20px;max-width:600px; margin: 10px auto;padding:5px 0px}
.thanks-row1:after		{content: " ";display:table;clear:both;  }
.thanks-column1			{float:left;width:10%; text-align:left; font-size:18px;color:#ff0000}
.thanks-column2			{float:left;width:20%; text-align:left; font-size:18px;padding:0 10px 0 0;color:#ff0000}
.thanks-column3			{float:left;width:68%; text-align:left; font-size:18px; color:#ff0000}

.donors-volunteers		{margin: 30px 0 60px 0}

/* ==============================================================================================================
 Minutes
 ================================================================================================================ */
 
 .minutes-title h1 		{color:#9bb369; font-size:30px; font-weight:800; padding:0px 0 0 0;margin:1em 0; text-align:center  }

.min-body img:hover    	{outline:6px solid #acff00; }
.min-body  h1    		{color:#9bb369; font-size:30px; font-weight:800; padding:30px 0 0 0;margin:1em 0; text-align:center }
.min-body      	 	{margin: 30px 0 60px 0;width:100% }
.min-body h5    	{font-size:18px; font-weight:bold;padding:20px 5px 5px 5px; text-align:; }

.min-body  a:link      { color:#0000ff;outline:none    }
.min-body  a:visited   { color:#0000ff;outline:none    }
.min-body  a:active    { color:#0000ff;outline:none   }
.min-body  a:hover     { color:#0000ff;outline:none   }
.min-body  a:focus     { color:#0000ff;outline:none   }
.min-body  a           {padding:2px 5px 2px 5px; }



.minr1-column			{float:left; width:23.5%; margin:20px 5px 20px 5px; }
.minr1-column a			{margin:0 0 0 0px; }
.minr1-column ul   		 {margin: 0 0 10px 0;}


.minr2-column			{float:left; width:23.5%; margin:20px 5px 20px 5px;  }
.min-row1				{content: " ";display:table;clear:both}
.mins2-column a			{margin:0 0 0 0px}
.minr2-column ul   		 {margin: 0 0 10px 0 }


.minr3-column			{float:left; width:23.5%; margin:20px 5px 20px 5px;  }
.min-row1				{content: " ";display:table;clear:both}
.minr3-column a			{margin:0 0 0px 0 }
.minr3-column ul   		{margin: 0 0 10px 0;}

.minr4-column			{float:left; width: 23.5%; margin:20px 0px 20px 5px;  }
.min-row1				{content: " ";display:table;clear:both}
.minsr4-column a		{margin:0 0  0px 0}
.minr4-column ul   		{margin: 0 0 10px 0;}

.2016					{display:block}





