﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image:url('../images/seagrass.jpg');
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
	width:820px;
}
#masthead {
	text-align: center;
	background-color: #fff;
	height:186px;
	width: 820px;
	background-image:url('../images/helix with map small flatten new.jpg');
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color:#669933;
	height:40px;
	width:820px;
	font-size:large;
	color: #fff;

	
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 800px;
	padding: 10px;
	background-color: #fff;
}
html>body #column_l {
	width: 800px;
	padding: 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}

#footer {
	text-align: center;
	font-size:small;
	margin-top:50px;
	
}

html>body #footer {
	text-align: center;
	font-size:small;
	
}


/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	margin:0;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px;
	border: 1px solid #cdc;
}
#navigation a:link{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px;
	border: 1px solid #cdc;
}

#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #CC0066;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: medium;
	color: #000;
	padding-left:25px;
}

h2 {
	font-size: small;
	font-weight:bold;
	color: #000;
		padding-left:25px;
	
}
h3 {
	font-size: medium;
	color: #000;
	text-align:center;
}
h4 {
	font-size: medium;
	color: #000;
	padding-left:10px;
}

li{
	font-size:small;
	color: #000;
	margin-left:20px;
	}
ul{margin-left:20px;
	}


blockquote,p,ol,ul {
	font-size: small;
	padding: 0 20px;
	color: #000;
}
/* Footer */
#footer p {
	font-size: small;
	padding-right: 10px;
}
/* Links */
a {
	color: #0000FF;
	font-weight: bold;
	font-size: small;
	text-decoration:none;
	
}
a:hover {
	color: #CC0066;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}