@charset "utf-8";
/* CSS Document */

/* Main */
body {
	align: center;
	font-family: 'EB Garamond', Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-color: #34ABAB;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	min-width: 900px;
	min-height: 700px;
}
#wrapper {
	background-color: #D6F0F3;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	border: black medium solid;
}

/* header */
header img {
	width: 100%;
	height: 100%;
}

/* Navigation - Horizontal*/

#global {
	color: black;
	height: 5em;
	margin-left: -10px;
	margin-right: 2px;
}
#global ul {
	list-style-type:none;
	line-height:1em;
	margin: 0px;
}
#global ul li {
	float:left;
	font-size: 1.5em;
	background-color:#42aeaf;/*#237474;*/
	text-align:center;
	margin-right: 40px; 
	margin-top: 0px;
	margin-left: 0px;
	padding: 0.75em;
	border: #024848 thin solid;
	width: 135px;
}
#global ul li:hover {
	background-color:#3B8888;		
}
#global ul li a {
	text-decoration:none;
	color: black;
}
#global ul li a:hover {
	/*background-color:#64A5A5;*/
}

/* Navigation - Vertical*/

#current {
	clear:both;
	float:left;
	width: 18%;
	margin-left: 30px;
	color: black;
	font-size: 1.5em;
}
#current ul {
	padding: 0.5em;
	list-style-type:none;
	line-height:2.5em;
	border: #024848 thin solid;
	background-color: #42aeaf;
}
#current ul li {
	background-color: #42aeaf;/*#237474;*/
	padding-left: 2px;
	line-height: 2.5em;
}
#current ul li:hover {
	background-color:#3B8888;	
}
#current ul li a {
	color: black;
	text-decoration:none;
}

/* Text Styles */

h1 {
	font-size: 2.0em;
	;
	font-weight: bold;
}
h2	{
	font-size: 1.5em;
	font-weight: bold;
}
h3	{
	font-size: 1.5em;
	font-weight: normal;
}
h3 ul li	{
	/*font-size: 1.5em;*/
	font-weight:normal;	
}
p	{
	font-size: 18px;
}

/* Content Section */
section  {
	float: right;
	/*height: auto;*/
	width: 75%;
	background-color: #D6F0F3;
}
section img {
	width: 75px;
	height: 80px;
	padding-left: 30px;
	padding-right: 30px;
}

	
/* Footer */
footer {
	clear:both;
	text-align:center;
	font-size: 1.3em;
	background-color:#42aeaf;
	font:small-caps;
	line-height:1.75em;
}