@charset "utf-8";

body {
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

a {
	color: #33AFBA;
}

a:focus,
a:hover {
	color: #FA9022;
}

div#body {
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
	width: 760px;
}

body > div#body {
	height: auto;
	min-height: 100%;
}

/* Opera Fix for CSS Sticky Footer.  See http://www.cssstickyfooter.com/using-sticky-footer-code.html */

body:before {
	content: "";
	float: left;
	height: 100%;
	margin-top: -32767px;
	width: 0;
}

/******************************************************************************************* HEADER STYLES */

div#header {
	position: relative;
	padding-top: 20px;
}

div#header strong {
	font: 220% "Palatino Linotype",Palatino,Palladio,"URW Palladio L","Book Antiqua",Baskerville,"Bookman Old Style","Bitstream Charter","Nimbus Roman No9 L",Garamond,"Apple Garamond","ITC Garamond Narrow","New Century Schoolbook","Century Schoolbook","Century Schoolbook L",Georgia,serif;
	line-height: 115%;
	position: relative;
	top: 20px;
}

div#header img {
	border-style: none;
}

div#header #partners {
	position: absolute;
	right: 0px;
	top: 0px;
}

div#header h2 {
	left: -100000px;
	position: absolute;
}

div#header ul {
	background: url("../images/css/menu.gif") no-repeat 0% 50%;
	height: 40px;
	list-style-type: none;
	margin: 0;
	padding: 0 33px;
	position: relative;
	top: 4px;					/* eyeballed to look centered vertically between the header and the content */
	width: 760px;
}

div#header li {
	display: inline;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
}

div#header li a {
	background: #FFF;
	border: 2px solid #50C5CE;
	display: inline-block;
	margin: 0px 10px;
	padding: 0px 2px;
	position: relative;
	text-decoration: none;
	top: 7px;					/* eyeballed to match with hexagon menu decorations */
}

div#header li.on a,
div#header li a:hover,
div#header li a:focus {
	background: #50C5CE;
	color: #FFF;
}

div#header li.on a {
	cursor: default;
}

/******************************************************************************************* CONTENT STYLES */

div#page {
	padding: 20px 0 100px;		/* bottom padding must be the same height as the footer */
}

div#page h1, h2 {
	font-family: "Palatino Linotype",Palatino,Palladio,"URW Palladio L","Book Antiqua",Baskerville,"Bookman Old Style","Bitstream Charter","Nimbus Roman No9 L",Garamond,"Apple Garamond","ITC Garamond Narrow","New Century Schoolbook","Century Schoolbook","Century Schoolbook L",Georgia,serif;
}

/******************************************************************************************* FOOTER STYLES */

div#footer {
	clear: both;
	height: 100px;
	margin-top: -100px;
	text-align: center;
}

div#footer img {
	border-style: none;
}