
body {
	font-size: 62.5%;
	font-family: Book Antiqua, Palatino Linotype, Palatino, serif;
	color: #285167;
	margin: 0;
	background: #fff url(../images/bg_body.gif) left top repeat-x;
}


p {
	font-size: 1.6em;
	line-height: 180%;
	margin-top: -7px;
}
p.caption {
	font-size: 1.2em;
	margin-top: 0px;
}

h1, h2 {
	font-size: 1.8em;
	margin-top: 30px;
}
h1.cleantop, h2.cleantop {
	margin-top:0;
}
h3 {
	font-size: 1.8em;
	margin-top: 0.3em;
}

label h1 {
	font-size: 1.0em;
	margin-bottom:0;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
}


form {
	padding: 0;
	margin: 0;
}
form.fixed {
	width: 500px; 
}
label {
	font-size: 1.6em;
}
input.text {
	width: 50%;
}
textarea {
	width: 495px;
}
input.button {
	float: right;
	margin: 0;
	font-family: Book Antiqua, Palatino Linotype, Palatino, serif;
	font-size: 1.4em;
}


a, a:link, a:visited {
	color: #285167;
}
a:hover, a:active {
	color: #000000;
}

a.top {
	float: right;
}


.container {
	margin: 0 auto;
	min-height: 370px;
	width: 960px;
	background: #eaefe7 url(../images/bg_header.gif) left top no-repeat;
}


.header {
	width: 960px;
	height:150px;
}

ul.nav {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 47px 0 3px 250px;
	margin: 0;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.6em; 
	text-transform: uppercase;
}
ul.nav li {
	float:left;
	margin: 0 30px 0 0;
	color: #ffffff;
}
ul.nav li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
ul.nav li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
ul.nav li.active {
	margin: -1px 25px 0 -5px;
	padding: 0 4px 0 4px;
	border: solid 1px #ffffff;
}


.left {
	float: left;
	width: 200px;
	padding: 0 50px 0 0;
	text-align: right;
}


.content {
	float: left;
	width: 680px;
	min-height: 370px;
	padding: 0 30px 30px 0;
}

.content.home {
	width: 875px;
	height: 370px;
	margin-left: 85px;
}
.content.home .photo {
	float: left;
}
.content.home img {
	float: left;
}
.content.home .bottom {
	float: right;
	text-align: right;
	margin: 110px 30px 0;
}

.content.full {
	width: 845px;
	margin-left: 85px;
}
.content.full h2.cleantop {
	margin-left: 165px;
}


.footer {
	clear: both;
	text-align: right;
	padding:10px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.1em; 
	color: #97afc9;
}

.footer a, .footer a:link, .footer a:visited {
	color: #97afc9;
}
.footer a:hover, .footer a:active {
	color: #000000;
}


.clear {
	clear: both;
}

.imageline {
	clear: both;
	padding-top:20px;
}
.imageline.first {
	padding-top:0px;
}
.image {
	width: 120px;
	float: left;
	padding-right:20px;
}
.image.landscape {
	padding-top:38px;
}
.image label {
	font-size: 1.1em;
}
.image.video {
	width: 205px;
}

.image.detail {
	width: auto;
	padding-bottom:20px;
}
.imageinfo.portrait {
	float: right;
	width: 360px;
	margin-top: 308px;
}
.imageinfo.landscape {
	clear: both;
}

