html,
body {
	margin: 0;
	padding: 0;
	background: url(../images/content-bg.gif) fixed top repeat-x #6dccaa;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	color: black;
	line-height: 130%;
	font-size: 15px;
}

img {
	border: none;
	background: none;
}

#header {
	width: 100%;
	height: 264px;
	position: fixed;
	z-index: 10; /* Prevent certain problems with form controls */
	color: #111;
	text-align: center;
}

#content {
	padding: 240px 0 15px 0;
	margin: 0 auto;
	width: 980px;
}

.flash {
	margin: 0 auto;
	width: 900px;
}

#flash-head {
	height: 224px;
	overflow: hidden;
	background: url(../images/head-bg.gif) no-repeat top center;
	min-width: 980px;
	width: auto !important;
	width: 100%;
}

#headfade {
	height: 40px;
	background: url(../images/head-fade.png) repeat-x;
}

a {
	color: #274b61;
	background: none;
}

a:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
}

h1 {
	font-size: 32px;
	color: white;
	font-weight: normal;
}

h2 {
	font-size: 25px;
	color: white;
	font-weight: normal;
}

h3 {
	font-size: 25px;
	font-weight: normal;
}

h5 {
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	margin-top: 0;
	color: #004d29;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h4 {
	font-size: 18px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0 0 15px 0;
}

h6 {
	font-size: 14px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	color: #ffffff;
	text-align: left;
}

.left-big {
	float: left;
	width: 60%;
	text-align: justify;
}

.right-small {
	float: right;
	width: 30%;
	text-align: justify;
}

.left-50 {
	float: left;
	width: 45%;
	text-align: justify;
}

.right-50 {
	float: right;
	width: 45%;
	text-align: justify;
}

.left-align {
	text-align: left;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}

.clear-10 {
	clear: both;
	overflow: hidden;
	height: 10px;
}

.clear-20 {
	clear: both;
	overflow: hidden;
	height: 20px;
}

#footer .right-small {
	text-align: right;
}

#footer {
	margin-top: 15px;
	width: 980px;
}

.divider {
	background: url(../images/divider1.png) no-repeat;
	background-position: 50% 80px;
	float: left;
	width: 10%;
	height: 293px;
}

#nav-holder {
	padding: 60px 0 0 0;
	margin: 0 auto;
	width: 980px;
	text-align: right;
}

#footer ul, #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

#footer li, #nav li {
	list-style: none;
	padding: 0 10px 0 0;
	display: inline;
	margin: 0;
}

#footer a, #nav a {
	background: none;
	text-decoration: none;
}

#footer a:hover, #nav a:hover {
	background: #fff;
}

.right-small ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.right-small li {
	padding: 0 0 5px 0;
	margin: 0;
}

.pdf {
	list-style-image: url(../images/icon-pdf.png);
}

.audio {
	list-style-image: url(../images/icon-audio.png);
}

.film {
	list-style-image: url(../images/icon-film.png);
}

#full-article {
	border-top: solid 1px #55b895;
	margin-top: 350px;
	padding-top: 50px;
	text-align: justify;
}

.inline-item {
	float: left;
	position: relative;
	width: 217px;
	margin: 5px 10px 5px 0;
}

.inline-item33 {
	float: left;
	position: relative;
	width: 297px;
	margin: 5px 25px 15px 0;
}

.inline-item-big {
	float: left;
	position: relative;
	width: 670px;
	margin: 5px 10px 5px 0;
}

.inline-item2 {
	float: left;
	position: relative;
	margin: 0 40px 15px 0;
	width: 107px;
}

.inline-item p, .inline-item-big p, .inline-item33 p {
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 3px 6px 3px 5px;
	text-align: left;
}

.inline-item33 p {
	font-size: 11px;
	margin: 3px 0 0 0;
}

.inline-item a, .inline-item-big a, .inline-item2 a, .icon a, .inline-item33 a {
	background: none;
	text-decoration: none;
}

.inline-right {
	float: right;
	margin: 5px 0 5px 15px;
}

.small {
	font-size: 10px;
	letter-spacing: normal;
	line-height: normal;
}

.icon-btn {
	vertical-align: middle;
}

.image-float-left {
	float: left;
	margin: 3px 12px 7px 0;
}

.image-float-right {
	float: right;
	margin: 3px 0 7px 12px;
}