/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #007880;
font-size: 75%;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#FFFFFF;
padding: 5px;
margin: 5px;
line-height: 150%;
}

a {color: #fff;}
a:visited {color:#fff;}
a:hover {color: #fff; text-decoration:none;}
a:active { color:#fff;}



/* ----------container to center the layout-------------- */
#container {
width: 957px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #FFFFFF;
text-align: left;
border: 8px solid #fff;
border-bottom: none;
}
#banner img { padding:10px 0px; } 

/* -----------------content--------------------- */
#contentTable {
	margin: 0;
	padding: 0;
	border: 8px white solid;
	background: url(images/greenTile.jpg) #477400;
}
#leftColumn {
	vertical-align: top;
	padding-bottom: 50px;
}
#leftColumn p {
	padding:0 20px 0 28px;
	margin-top:0;
}
#leftColumn ul {
	padding-right: 20px;
	padding-top: 0;
	margin-top: 0;
}
.firstParagraph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 135%;
	line-height: 135%;
}
#rightColumn {
	vertical-align: top;
	border-left: solid #fff 8px;
	background: url(images/boxes.jpg) #fff;
	padding-bottom: 36px;
	height: 520px;
}
#rightColumn .mainPhoto {
	border-bottom: 8px #fff solid;
}
#calloutBoxes {
	width: 478px;
}
#calloutBoxes td {
	padding: 16px;
}
#content {
background-color: #ffffff;
padding-left: 0px;
border: 8px solid #000;
border-bottom: none;
/*width: 100%;
margin:7px 7px 0 7px;
margin-right: 0px;*/
}
/*div#content {
float:none;
min-height:600px;

height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}*/

pre{
padding: 8px 0px;
margin:0px;
}

#galleryTable {
	margin: 0;
	padding: 0;
	border: 8px white solid;
	background: url(images/gallery_bg.jpg) #477400;
	width: 100%;
}

/* --------------left navi------------- used to be 472 */
#greenBox{
	width:442px;
	background-image:url(images/greenTile.jpg);
	height:561px;
	padding-left:30px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:0px;
}

/* -----------footer--------------------------- */
#footer {
padding: 10px 0;
text-align: center;
background: #00454e url(images/footerBackground.jpg);
position: relative;
border: 8px solid #fff;
border-top: none;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:active{
	color:#b0b0b0;
}
.redYellowSquares{
	margin-top:6px;
}
.redbox {
	width: 239px;
	vertical-align: top;
}
.yellowbox {
	vertical-align: top;
	width: 239px;
}
.moreLink {
	text-transform: uppercase;
	font-size: 90%;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 195%;
	color: #fff;
	padding: 52px 0px 0px 28px;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin: 0;
	line-height: normal;
	text-transform: uppercase;
}
#leftColumn h2 {
	padding-left:28px;
}

h3	{
	padding: 0px 0px 0px 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:normal;
	margin: 0;
	text-transform:uppercase;
	font-size: 125%;
	}