/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 62.5%;
	background-color: #05173c;
	}
	
html,body {
	height: 100%;
	}
	
#container {
	width: 760px;
	height: 100%;
	margin: 0 auto;
	}	
#container tr td {
	vertical-align: middle;
	}

#left-pane {
	position: relative;
	width: 170px;
	height: 460px;
	float: left;
	background: url('images/leftpanel.gif') no-repeat;
	border: 1px solid #374b72;
	}
#middle-pane {
	width: 289px;
	height: 460px;
	float: left;
	margin: 0 2px;
	border: 1px solid #374b72;
	}
#right-pane {
	position: relative;
	width: 290px;
	height: 460px;
	background: url('images/rightpanel.gif') no-repeat;
	float: left;
	border: 1px solid #374b72;
	}	
#middle-right-pane {
	background: url('images/contacts-back.gif') no-repeat;
	width: 582px;
	height: 460px;
	float: left;
	margin: 0 2px;
	border: 1px solid #374b72;
	}	
	
img.picmiddle {
	margin: 10px 35px;
	}
	
#presentation {
	position: absolute;
	top:  340px;
	left: 40px;
	}
	
	
	
.person {
	width: 270px;
	height: 95px;
	overflow: hidden;
	margin-bottom: 7px;
	}
.person img {
	float: left;
	margin-right: 10px;
	}	
.person h2 {
	color: #fff;
	}	
.person p {
	line-height: 1.3;
	}
	
	
#footer {
	width: 760px;
	}	
#footer p {
	line-height: 4em;
	}	
#footer img {
	vertical-align: middle;
	}

.textcontainer {
	float: left;
	padding: 10px;
	}
	
.alignmiddle {
	text-align: center;
	}	
	
.floatleft {
	float: left;
	margin-right: 10px;
	}
	
.clearfix {
	clear: both;
	}
	
	
	
	
	
	
	
p {
	color: #cbcc99;
	margin-bottom: 1em;
	font-size: 11px;
	line-height: 1.3;
	}	
	
a:link {
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	color: #eff1db;
	text-decoration:none;
	font-weight: bold;
	}
a:hover {
	text-decoration:underline;
	color: #fff;
	}
a:visited {
	text-decoration:none;
	color: #eff1db;
	}
	
	
h2.whiteheaderlarge {
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 3;
	text-align: right;
	color: white;
	}
h3 {
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #fff;	
	border: none;
	margin-bottom: 5px;
	}
h3.greenheaderlarge {
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 1em;
	color: #eff1db;
	}
	

table.photos {
	margin-left: 10px;
	}
table.photos img {
	margin: 4px;
	}
table.contact tbody tr td {
	padding: 5px;
	color: #fff;
	}
	
ul.text {
	margin: 0px 0 10px 0;
	padding: 0;
	}	
ul.text li {
	font-size: 11px;
	color: #cbcc99;
	margin-left: 14px;
	}
	
ul.month {
	width: 120px;
	float: left;
	color: #cbcc99;
	margin-left: 10px;
	margin-bottom: 10px;
	}	

ul.seasons {
	position: absolute;
	top: 120px;
	left: 115px;
	list-style-type: none;
	}

ul#nav li {
	list-style-type: none;
	display: inline;
	margin-left: 23px;
	line-height: 3em;
	font-size: 11px;
	}
ul#nav li a { color: #cbcc99; text-decoration: none; }
ul#nav li a:hover {	color: #fff; text-decoration: none; }
		

.clearfix {
	clear: both;
	}
