/*
ECL Style Sheet
Created 20/11/2006
Author Jeff Butler
jeff@w3.net.nz
+64 27 6040 353
Add notes here:
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	color : #0062B0;
	background : #FFF;
	text-align: center;
}
a {
	color : #00A3B3;
	text-decoration : underline;
}
a:hover {
	color : #F60;
	text-decoration : none;
}
td {
	font-size : 12px;
	padding: 3px;
}
p {
	margin: 10px 0px;
}
ul {
	list-style: disc outside;
	margin-left: 30px;
}
.container {
	width: 980px;
	margin: 0 auto;
	background: #DEEDF2 url(images/ecl_bg.gif) repeat-y;
	border: 3px solid #00A3B3;
}
.site {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
.header {
	width: 980px;
	height: 150px;
	background : #FFF url(images/ecl_logo.gif) center no-repeat;
}
.content_container {
	width: 980px;
}
.side_nav {
	width: 180px;
	height: 450px;
	float: left;
	background: #00A3B3;
	border-top: 2px solid #DEEDF2;
}
.nav_content {
	font-size: 16px;
	padding: 9px;
	font-weight: bold;
	text-align: center;
	background: #00A3B3;
	overflow: hidden;
	border-bottom: 3px solid #DEEDF2;
}
.nav_content a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.nav_content a:hover {
	color: #FFF;
	text-decoration: none;
}
.nav_content_over {
	font-size: 16px;
	padding: 9px;
	font-weight: bold;
	text-align: center;
	color: #00A3B3;
	background: #FFF;
	overflow: hidden;
	border-bottom: 3px solid #DEEDF2;
}
.nav_content_over a {
	color: #00A3B3;
	text-decoration: none;
	display: block;
}
.nav_content_over a:hover {
	color: #00A3B3;
	text-decoration: none;
}
.nav_content_on {
	font-size: 16px;
	padding: 9px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #0062B0;
	overflow: hidden;
	border-bottom: 3px solid #DEEDF2;
}
.nav_content_on a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.nav_content_on a:hover {
	color: #FFF;
	text-decoration: none;
}
.content {
	width: 800px;
	background: #DEEDF2;
	float: right;
	line-height: 18px;
}
.padding {
	padding: 15px;
}
.page_header {
	color: #0062B0;
	font-size: 18px;
	margin-bottom: 25px;
}
.small_text {
	font-size: 10px;
}
.textBox {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
}
.textArea {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}
.button {
	width: 130px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	height: 22px;
	font-size: 11px;
}
.footer_container {
	width: 980px;
	height: 90px;
	overflow: hidden;
	background: #FFF;
	text-align: center;
}
.footer_info {
	background: #FFF;
	height: 40px;
	width: 980px;
	text-align: center;
}
.footer {
	margin: 15px 0 15px 55px;
	height: 60px;
	overflow: hidden;
	background: #FFF;
	float: left;
}
.copyright, .w3 {
	color: #333;
	font-size: 10px;
	padding: 3px 12px;
	float: left;
}
.w3 {
	float: right;
}
.w3 a {
	color: #333;
	text-decoration: none;
}
.w3 a:hover {
	color: #3C0;
}