/* colours
Teal
100	#007698
75	#008FAE
50	#5EACC5
25	#A9D0DE
10	#D8E9F0

Green
100	#5C8727
75	#7F9F52
50	#A3BA82
25	#CCD9BA
10	#E7EDDF

*/


 /*TYPOGRAPHY*/ 
 
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 150%;
    }

h1 {
	font-family: 'Lobster', cursive;
	color: #007698;
	font-size: 210%;
	line-height: 90%;
	margin-top: 10px;
	margin-bottom: 15px;

}

h2 {
	font-weight: bold;
	color: #5C8727;
	font-size: 120%;
	margin-bottom: .75em;
}


.contentSidebarCart h2 {
	margin-left: 16px;
}



h3	{
	color: #008FAE;
	font-size: 110%;
	margin-top: 1em;
}

h4	{
	font-size: 110%;
		line-height: 90%;

}


h6 {
	font-weight: bold;
	color: #7A864F;
	font-size: 135%;
	line-height: 100%;
	margin-top: 20px;
	margin-bottom: 35px;
	text-align: center;


}
    
p {
	margin-top: .5em;
	margin-bottom: .75em;
	padding-top: 0;
}

hr {
	border: 1px solid #CCD9BA;
	margin-bottom: 15px;

}


/*
.feature {
	text-align: center;
}
*/



.button {
	text-align: center;
	font-weight: bold;	
	line-height: 110%;
}



.caption a {
	color: white;
}

.caption a:link {
	color: white;
}
.caption a:visited {
	color: white;
}

.caption a:hover {
	color: #C1CCD5;
	text-decoration: none;
}

    
.footer {
	color: white;
	margin-left: 11px;
	padding: 8px 20px;
	font-size: 85%;
	line-height: 115%;
}
.footer a {
	color: #A9D0DE;
}
.footer a:link {
	color: #A9D0DE;
}
.footer a:visited {
	color: #A9D0DE;
}
.footer a:hover {
	text-decoration: underline;
	color: white;
}

.footer h3{
	color: #C1CCD5;

}

.feature H1{
	font-family: 'Lobster', cursive;
	color: #5C8727;
	font-size: 150%;
	line-height: 90%;
	margin-top: 10px;
	margin-bottom: 15px;
}

/*LINKS*/

a {
	text-decoration: none;
}

a:link {
	color: #007698;
}

a:visited {
	color: #007698;
}

a:hover {
	text-decoration: underline;
	color: #5EACC5;
}

a:active {
	color: #5EACC5;
}



#toolbar {
	color: #007698;
}
#toolbar a {
	color: #007698;
	text-decoration: none;
/* 	font-weight: bold; */
}
#toolbar a:link {
	color: #007698;
}
#toolbar a:hover {
	color: #5EACC5;
}



div.splashText a{
	font-weight: bold;
	color: #FFF;
	font-size: 120%;
	margin-bottom: .75em;
	line-height: 120%;	

}

div.splashText H1{
	font-size: 150%;
	color: #FFF;


}


/* __________________ */


#contentRight {
 padding: 10px;
}

#contentLeft {
 padding: 10px;
}

#contentMiddle {
 padding: 10px;
}

#contentLeftNational p{
	margin-top: 0;
	margin-bottom: 0;

}

#contentLeftNational H3{
	margin-bottom: .5em;

}



#contentMainMembers h2{
	margin-top: 1.5em;
	margin-bottom: .25em;
}

#contentMainMembers h3{
	margin-top: .25em;
	margin-bottom:0;
}


#contentLeft ul{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	line-height: 140%;	

}

#contentLeft ol{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}

#contentLeft ol ol{
	list-style-type: lower-alpha;
}

#contentLeft li{
	line-height: 140%;
	margin-bottom: .5em;

}




/* NAVIGATION */

.simpleHorizNavEE {
	display: inline-block;
	list-style: none;
	width: 100%;
	font-size: 110%;
	z-index:10;
}

.simpleHorizNavEE > li {
	position: relative;
	float: left;
	}

.simpleHorizNavEE a {
	color: white;
	display: block;
	padding: 9px 24px;
	text-decoration: none;
	}

.simpleHorizNavEE a:hover,
.simpleHorizNavEE li:hover > a {
   background-color: #5EACC5;
   color: white;
	}


.simpleHorizNavEE > li > ul {
	display: none;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index:20;
	background-color: #666;
	
		}

.simpleHorizNavEE li ul li {
	position: relative;

	}

.simpleHorizNavEE li ul li a {
    width: 12em;
    padding: 10px 18px;
    	}


.simpleHorizNavEE li ul li ul {
	display: none;
	left: 12em;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

.simpleHorizNavEE li:hover > ul {
	display: block;
}
  
  
/* TERTIARY NAVIGATION */
  
  .tertiaryNavEE {
	font-size: 110%;
/* 	width: 100%; */
}

.tertiaryNavEE > li {
	display:table-cell;
	list-style: none;
	position: relative;
	font-weight: bold;

 }
 
.tertiaryNavEE a,
.tertiaryNavEE a:visited {
   color: black;
   display: block;
   text-decoration: none;
   padding: 5px 25px;
  }
  
.tertiaryNavEE a:hover,
.tertiaryNavEE li:hover > a {
   background-color: #A9D0DE;
  }

.tertiaryNavEE > li > ul {
  display: none; 
  position:absolute; 
  list-style-type:none;
  font-weight: normal;
  margin:0px;
  padding:0px;
  z-index:20;
  }
  
.tertiaryNavEE li ul li {
	padding-left:20px;
    position: relative;
   }
   
.tertiaryNavEE li ul li a {
/*    background-color: #CCD9BA; */

    }
    
.tertiaryNavEE li:hover > ul {
   display: block;
  }
  
.overview  {
   background-color: #A3BA82;
   color: white;
   font-weight: bold;

}