html, body, div { 
	margin: 0;
	padding: 0; 
}

body {
	background: url(../site_images/water_background.jpg) no-repeat fixed right bottom;
}

/* header */

#header {
	margin: 0;
	padding: 0.395em;
}
#header img {
	float: left; 
	margin: 0.395em 0 0 0.395em;
}
#header span {
	float: right; 
	margin: 0.395em 0.395em 0 0;
	color: #336666;
	text-align: right;
} 

/* section navigation */

.navigation{
	height:20px; min-width:800px; 
	border-bottom: 0.158em solid #20205D;
	clear: both;	
}

.navigation-divide{
	border-top: solid 0.237em #666699;
}

/* breadcrumbs */

#breadcrumbs {
	height: 1.6em;
	margin-bottom: 0.79em;
	padding: 0.079em 0.395em;
	background: #EBEBF1;
	line-height: 1.6em;
	text-indent: 0.79em; /* indent inline with content menu */
	font-size: 0.95em;
}

#breadcrumbs span {
	color: #20205D;
	font-size: 0.9em;
}

/* body */

.content-basic .content-group {
	float: left;
	width: 85%;
}
.content-basic .content-left-col3 {
	float: left; 
	width: 15.8em;
}
.content-basic .content-left-col3 img {
	width: 15.8em;
	margin-bottom: 0.79em;
	border-top: 0.395em solid #E4F1E4;
	border-bottom: 0.395em solid #E4F1E4;
}
.content-basic .content-middle-col3 {
	margin-left: 15.8em;
	padding: 0 0.79em;
}
.content-basic .content-right-col3 {
	margin-left: 85%; 
}

.content-basic .content-group, .content-basic .content-left-col3, .content-basic .content-middle-col3, .content-basic .content-right-col3 { 
	position: relative; 
}

/* the below currently only apply to the index page */

.content-full {
	position: relative;
	min-height: 32em;
	margin: 0 1.58em;
	overflow-y: auto;
	Overflow-x: hidden;
}

*html .content-full {
	height: 32em; /* Need to specify height rather than min-height form IE6 or previous */ 
}

.content-full .content-left-col3, .content-full .content-middle-col3, .content-full .content-right-col3 {
	position: absolute;
	top: 0;
}

.content-full .content-left-col3 {
	left: 0;
	width: 15.8em;
}
.content-full .content-middle-col3 { 
	left: 17.46em; /* allow for 1.58em margin */
	right: 17.46em;
}
.content-full .content-right-col3 {
	right: 0;
	width: 15.8em;
	text-align: center;
}

/* footer */

#footer {
	border: solid #666699;
	border-width: 0.079em 0;
	margin-top: 0.79em;
	padding: 0.079em 0.395em;
	background:#EBEBF1;
	text-align: center;
	clear: both;
}

#footer p {
	line-height: 1.4em;
	margin: 0; 
	padding: 0;
}