﻿body {
	background-image: url(../images/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

* {
	padding: 0;
	margin: 0;
}

img { border: none; }

div#outline {
	width: 968px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

div#headerArea {
	width: 950px;
	height: 135px;
	margin-left: 9px;
	margin-right: 9px;
	background-image: url(../images/headerBackground.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

div#logo {
	width:218px;
	height: 135px;
	padding-left: 35px;
	float: left;
}

div#catchPhrase {
	width: 596px;
	height: 68px;
	margin-top: 54px;
	padding-top: 13px;
	padding-left: 101px;
	float: left;
}

div#contentArea {
	width: 950px;
	margin-left: 9px;
	margin-right: 9px;
	min-height: 490px;
	background-color: #fff;
}

div#contentAreaShadow {
	background-image: url(../images/mainShadow.png);
	background-position: top center;
	background-repeat: repeat-y;
}

div#menuArea {
	width: 175px;
	height: 410px;
	position: relative;
	top: -20px;
	left: 45px;
	float: left;
	background-image: url(../images/menuShadow.png);
	background-position: top left;
	background-repeat: repeat-y;
}

div#menu {
	width: 168px;
	height: 408px;
	border: 1px solid #fff;
	margin-left: 5px;
	background-color: #13720c;
}

div#menu ul {
	width: 168px;
	margin-top: 20px;
}

div#menu li {
	list-style-type: none;
	line-height: 2.5;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	margin-left: 0px;
}

div#menu a {
	color: #fff;
	padding-left: 10px;
	text-decoration: none;
	display: block;
}

div#menu a:hover, div#menu a.selected { background-color: #99cc66; }

div#content {
	width: 725px;
	margin-left: 45px;
	float: left;
}

div#homeImage {
	width: 260px;
	height: 390px;
	float: left;
}

div#homeContent {
	width: 395px;
	padding-top: 27px;
	padding-left: 35px;
	padding-right: 35px;
	float: left;
}

div#pageContent {
	width: 360px;
	padding-top: 27px;
	padding-left: 40px;
	float: left;
}

div#map {
	width: 330px;
	height: 250px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #000;
}

div#pageImage {
	width: 295px;
	padding-top: 62px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

div#photoCaption {
	width: 295px;
	padding-top: 8px;
	font-size: 10px;
	text-align: center;
	color: #666;
}

div#footerArea {
	width: 935px;
	height: 28px;
	padding-top: 10px;
	padding-right: 15px;
	margin-left: 9px;
	margin-right: 9px;
	color: #fff;
	font-size: 10px;
	text-align: right;
	line-height: 28px;
	background-image: url(../images/footerBackground.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

div#footerArea a {
	color: #fff;
	text-decoration: none;
}

div#footerArea a:hover { color: #ccc; }

h1 {
	font-size: 16px;
	padding-bottom: 15px;
}

h2 { font-size: 13px; }

p { 
	color: #333;
	padding-bottom: 15px;
	line-height: 1.5;
	font-size: 12px;
}

ul { margin-bottom: 15px; }

li {
	font-size: 12px;
	color: #666;
	margin-left: 30px;
	line-height: 1.5;
}

a { color: 	#13720c; }

a:hover {
	color: #99cc66; 
	text-decoration: none;
}

div#chartContent {
	width: 400px;
	padding-top: 27px;
	padding-left: 40px;
	padding-bottom:40px;
	float: left;
}

.radioListYearSelect{
	font-size: 10px;
	color: #666;
	padding-left: 20px;
	line-height: 1.5;
}

radioListYearSelect input[type="radio"]{}
	

.clearfix:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}

.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */


