* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}
img {
	border: 0;
}
body {
	font-family: Verdana, Arial, Geneva ,sans-serif;
	font-size : 0.75em;
	background: #FFF;
	height: 100%;
	color: #333;
	width: 100%;
	text-align: center;
}

fieldset {
	border: 0;
}

/* mac hide\*/
html, body {height:100%}
/* end hide */

html>body #wrapper{height:auto;} /*for mozilla as IE treats height as min-height anyway*/


#wrapper {
	width: 835px;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: left;
	background: url('back_right.png') top right no-repeat;
}
*html #wrapper {
	background: #FFF url('back_right.png') top right no-repeat;
}
#innerWrapper {
	padding: 0 14px 0 14px;
	background: url('back_left.png') top left no-repeat;
}

p {
	margin: 2px 0 10px 0;
	line-height: 1.7em;
	font-size: 1.1em;
}

img {
}

ul {
	list-style-image: url('icon_list.gif');
	list-style-type: circle;
}

li {
	margin-left: 18px;
	line-height: 1.7em;
	font-size: 1.1em;
}

a {
	color: #948378;
}
a:hover {
	color: #C33;
}

table {
	width: 100%;
}
tr {
}
td {
	background: #352e2c;
	line-height: 2em;
	padding: 0 5px;
}

#redBlock {
	width: 100%;
	float: left;
	height: 240px;
	margin-top: 83px;
	z-index: -999;
	position: absolute;
	left: 0;
	border-bottom: 12px solid #CCC;
}

#innerBlock {
	background: #CC241C;
	width: 100%;
	float: left;
	height: 240px;
	left: 0;
	border-bottom: 1px solid #FFF;
}

#header {
	height: 68px;
	background: #FFF url('headerBackgroundDotted.gif') bottom left repeat-x;
	margin-bottom: 15px;
	
}

#header h1 {
	background: url('logo.jpg') 0 12px no-repeat;
	padding: 18px 0 10px 235px;
	color: #000F75;
	font-size: 1.8em;
	text-align: right;
}
#headerImageContent,
#headerImage {
	float: left;
	width: 807px;
	background: #FFF;
	padding: 0 7px;
	margin: 0 -7px;
	overflow: hidden;
}
*html #headerImageContent,
*html #headerImage {
	width: 819px;
	margin-left: -3px;
	padding-left: 3px;
}
#headerImageContent span,
#headerImage span {
	background: url('red_corner.png') top right no-repeat;
	float: left;
	width: 40px;
	height: 80px;
	margin-top: 0px;
	margin-left: -40px;
	position: absolute;
	z-index: 99;
	right: 14px;
}
#headerImage .slideshow,
#headerImageContent .slideshow {
	float: left;
	width: 807px!important;
	height: 240px;
	overflow: hidden;
}
#headerImageContent img,
#headerImage img {
	float: left;
	margin: 0;
	border: 0;
	height: 240px;
	overflow: hidden;
}
#headerImageContent .slideshow,
#headerImageContent img {
	height: 240px;
}
#navigationWrapper {
	margin: 0 -7px 15px -7px;
	float: left;
	width: 100%;
	height: 34px;
	background: #FFF;
	padding: 2px 7px 15px 7px;
}
*html #navigationWrapper {
	width: 816px;
	margin-left: -3px;
	margin-right: -3px;
	padding-left: 3px;
	padding-right: 3px;
}
#navigation {
	background: #000F75;
	list-style: none;
	width: 100%;
	height: 100%;
	float: left;
	margin-bottom: 10px;
}

#navigation li {
	float: left;
	line-height: 1em;
	margin: 0;
	padding: 0 5px;
	font-size: 1em;
	border-right: 2px solid #FFF;
}

#navigation li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px 20px 12px 11px;
	text-align: center;
	float: left;
	white-space: nowrap;
}
*html #navigation {
	height: 25px;
}
#navigation li:hover,
#navigation li a:hover,
#navigation li  a.selected {
	color: #FFF;
}
#navigation ul {
	display: none;
	list-style: none;
	position: absolute;
	background: #000F75;
	z-index: 99;
	margin: 34px 0 0 -5px;
	border-top: 1px solid #FFF;
	float: left;
	clear: both;
	min-width: 150px;
}

*+html #navigation ul {
	margin-top: 0px;
}
*html #navigation ul {
	margin-top: 0px;
}
#navigation li:hover  ul {
	display: block;
}
#navigation ul li {
	float: left;
	clear: both;
	border: 0;
}
#navigation ul li a {
	color: #FFF;
	background: #000F75 url('arrow.gif') center left no-repeat;
	text-align: left;
}
#navigation ul li a.active,
#navigation ul li a:hover {
	background: #000F75 url('arrow.gif') center left no-repeat;
}
#contentProject h2,
#content h2 {
	display: none;
}

#contentProject,
#content {
	float: left;
	width: 530px;
	padding-left: 11px;
}
#contentProject {
	width: 809px;
	margin-left: 11px;
	padding-left: 0;
	padding: 10px 0;
}
.project {
	background: #FFF url('headerBackgroundDotted.gif') bottom left repeat-x;
	float: left;
	width: 782px;
	padding: 10px 0;
}

.projectContent {
	float: left;
	width: 380px;
}
.projectContent h3 {
	margin-bottom: 10px;
}
.projectContent p {
	color: #369;
	font-size: 1.4em;
	line-height: 1.5em;
}
.projectContent a.readmore {
	font-size: 0.7em;
}
.metadata dd {
	font-weight: bold;
	margin-bottom: 10px;
}
.metadata dt {
	margin-bottom: 5px;
}
.metadata {
	float: left;
	width: 170px;
	color: #777;
}
.images {
	margin-left: 10px;
	float: left;
	width: 220px;
}
#nav a {
	padding: 0px 5px;
}



#content p.description {
	color: #369;
	font-size: 1.4em;
	line-height: 1.5em;
}

#sidebar {
	width: 206px;
	float: left;
	margin-left: 40px;
}

#sidebar h3 {
	padding: 5px 0;
	line-height: 1.6em;
	font-size: 1.1em;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
}

#sidebar li {
	background: #FFF url('headerBackgroundDotted.gif') bottom left repeat-x;
	margin: 0;
	line-height: 1.6em;
}

#sidebar li a {
	text-decoration: none;
	display: block;
}

.clearFooter { /* to clear footer, only IE */
	height: 50px;
	clear: both;
}

* html .clearFooter {
	height:50px;
}

#footer {
	background: #FFF url('headerBackgroundDotted.gif') top left repeat-x;
	width: 100%;
	padding-top: 11px;
	font-size: 0.9em;
	color: #777;
}

.captcha,
.field {
	width: 40%;
	float: left;
	margin-right: 10%;
	margin-bottom: 10px;
}
.captcha {
	width: 100%;
	clear: both;
}
label {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.radio label {
	width: auto;
}

button,
textarea,
input {
	width: 100%;
}
button {
}
input.radio {
	width: auto;
	float: left;
	clear: left;
	margin-right: 10px;
}

img.icon {
	border: 0;
	margin: 0;
}

.pageSection {
	margin-bottom: 25px;
}
.hidden {
	display: none;
}
.pager {
	cursor: pointer;
}
