/* CSS Document */

body {
	margin: 0px;
	}
	
#logo {
	position: relative;
	z-index: 2;
	width: 208px;
	}

#nav {
	background-color: #CDE3C8;
	border-top:solid 1px #659966;
	left: 36px;
	width: 560px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-left: 150px;
	border-bottom: solid 1px #659966;
	position: relative;
	z-index: 1;
	margin-top: -65px;
	text-align: right;
	padding-left: 21px;
	}
	
#search {
	width: 210px;
	height: 50px;
	left: 595px;
	top: 14px;
	float: right;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.86em;
	}
	
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	}
	
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	height: 160px;
	}
#dateline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	text-align: center;
	}
	
#content {
	margin-right: 75px;
	width: 650px;
	margin-left: 75px;
	z-index: 2;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	}
	
#bottombar {
	width: 770px;
	z-index: 2;
	background-color: #CDE3C8;
	border-top: solid 1px #659966;
	border-bottom: solid 1px #659966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	padding: 5px;
	margin: 15px auto;
	font-style: italic;
	}

.companyname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	margin: -48px auto 0px 180px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: .9em;
	font-weight: bold;
	color: #339966;
	padding-left: 40px;
	}
	
#content a:link {
	color: #000;
	text-decoration: none;
	}
	
#content a:visited {
	color: #000;
	text-decoration: none;
	}

#content a:hover {
	color:  #4F7851;
	text-decoration: none;
	}

#legal a:link {
	color: #000;
	text-decoration: none;
	}
	
#legal a:visited {
	color: #000;
	text-decoration: none;
	}

#legal a:hover {
	color:  #4F7851;
	text-decoration: none;
	}
	
#dateline a:link {
	color: #000;
	text-decoration: none;
	text-align: center;
	}
	
#dateline a:visited {
	color: #000;
	text-decoration: none;
	text-align: center;
	}

#dateline a:hover {
	color:  #4F7851;
	text-decoration: none;
	text-align: center;
	}
	
	
#search a:link {
	text-decoration: underline;
	color: #333333;
	}
	
#search a:visited {
	text-decoration: underline;
	color: #000;
	}

#search a:hover {
	color:  #006666;
	text-decoration: none;
	border-top: solid 1px #659966;
	background-color: #D7E3DD;
	}

#nav a:link {
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: auto 10px;
	}
	
#nav a:visited {
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: auto 10px;
	}

#nav a:hover {
	color: #4F7851;
	}

#search a:link {
	margin-left: 70px;
	margin-top: 5px
	}
	
#bottombar a:link {
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	letter-spacing: 3px;
	font-style: normal;
	}
		
#bottombar a:visited {
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	letter-spacing: 3px;
	font-style: normal;
	}
	
#bottombar a:hover {
	color: #4F7851;
	}
	
#legal {
	padding: 10px;
	width: 650px;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	font-weight: bold;
	color: #333;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: left;
	text-indent: 50px;
	border-bottom: solid 1px #000;
	color: #339966;
	margin: 0px;
	}
	
.services {
	background-color: #CCCCCC;
	padding: 3px 0;
	text-align: center;
}
.services li {
	list-style: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
