@charset "utf-8";
/* CSS Document */

body {
	background: url(../cmsimages/background.jpg) repeat-x #034526;
	/* Font size of 62.5% allows 1em to equal 10pt (so 1.4em = 14pt, etc.) */
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #005c42;
	padding: 0.5em 0em;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	padding: 0.5em 0em;
}


p {
	font-size: 1.4em;
	padding: 0.5em 0;
	color: #00904c;
}
a
{
	color: #00904C;
}

td {
	vertical-align: top;
}

div#wrapper {
	background: url(../cmsimages/footerItems.jpg) no-repeat bottom left #fff;
	margin: auto;
	width: 734px;
	border: 3px solid #00914c;
	border-top: none;
}

div#header {
	background: url(../cmsimages/headerBG.jpg) top no-repeat;
	height: 200px;
}

div#headerLogo {
	float: left;
	width: 300px;
}

div#tabbedNav {
	float: right;
	width: 380px;
}

div#flash {
	margin-top: -210px;
	height: 456px;
	float: left;
}

div#bottomTabs {
	border-top: 2px solid #00914c;
	float: left;
}

div#contentArea {
	padding: 1em 1em;
	width: 510px;
	float: left;
}

div#footer {
	width:734px;
	height: 30px;
	margin: auto;
}

div#footer p {
	color:#026d3a;
	text-align: right;
	font-size: 1em;
}

div#nav {
	width:180px;
	float: left;
}

div#nav ul {
	margin: 0;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#nav ul li {
	padding: 0.5em 2em;
	border-right: 3px solid #fff;
}
div#nav ul li a {
	font-size:1.5em;
	text-decoration:none;
	color: #00904c;
}
div#nav ul li a:hover {
	color:#606aaf;
	font-size:1.5em;
	text-decoration:none;
}

div#nav ul ul li a { color: #baa694; }

ul.normal_list {
	font-size: 1.6em;
	list-style: disc;
	margin: 10px 0px 10px 35px;
	line-height: 1.3em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */


/* styles to use in the editor */
span.small
{
      font-size: small;	
}
span.black
{
      color: #ffffff;
}
span.medium
{
	font-size: medium;
}
span.large
{
	font-size: large;
}
span.red
{
	color: #ed1c24;
}
