html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: Verdana, sans-serif;
	text-align: center;
	background: #87ADD2;
	overflow: -moz-scrollbars-vertical;
}


#wrap-1 {
	min-height: 100%;
	width: 780px;
	text-align: left;
	margin: 0 auto;
	background: url(../gfx/body-bg.png) repeat-y;
	position: relative;
}

* html #wrap-1 {
	height: 100%;
}

#content {
	float: left;
	width: 480px;
	margin: 0 0 0 17px;
	padding: 1.5em 20px;
	color: #494949;
	display: inline;
}

#content h2 {
	font-size: 1.6em;
	font-family: Georgia;
	font-weight: normal;
	margin: 1em 0 .2em 0;
}

#content div {
	clear: both;
	overflow: auto;
}

#content h3 {
	font-size: 1em;
	margin: 1.5em 0 0 0;
}

#content p {
	margin: .5em 0 1em 0;
}

#sidebar {
	float: left;
	width: 196px;
	color: #333333;
	padding: .5em 15px 1.5em 15px;
	display: inline;
}

#sidebar p {
	margin: 0 0 0 0;
	font-size: .9em;
}

#sidebar h2 {
	color: #CC0000;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: normal;
	margin: 2.5em 0 .5em 0;
}

#sidebar ul {
	font-size: .8em;
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	margin: 0;
	padding: 0 0 0 8px;
	background: url(../gfx/li-bg.gif) no-repeat 0 8px;
}

#footer {
	margin: 1em 37px;
	padding: 1.5em 0;
	width: 480px;
	clear: left;
	border-top: 1px solid #EAEAEA;
	color: #787878;
}

address {
	font-style: normal;
	font-size: .9em;
}

#header {
	height: 80px;
	background: url(../gfx/header2-bg.gif) no-repeat 16px 0;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h2 {
	margin: 0;
	font-family: Georgia;
	color: #666666;
	font-style: italic;
	font-weight: normal;
	font-size: 1.6em;
	letter-spacing: -1px;
	padding: .8em 35px;
	text-align: right;
}


#header img {
	position: absolute;
	top: 0;
	left: 16px;
	cursor: default;
	margin: 17px 0 0 17px;
}

ul#nav {
	position: absolute;
	right: 17px;
	top: 56px;
	width: 532px;
	height: 23px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	text-transform: lowercase;
}

ul#nav li {
	height: 23px;
	line-height: 23px;
	float: right;
}

ul#nav li a {
	padding: 0 15px;
	display: block;
	color: white;
	border-left: 1px solid #85ABD1;
	text-decoration: none;
}

ul#nav li.current a,
ul#nav li a:hover {
	text-decoration: none;
	background: #96B7D8;
}

ul#subnav {
	height: 1.3em;
	margin: 1em 0 0 0;
	padding: 0 0 0 6px;
	list-style: none;
	border-left: 1px solid #75AF25;
	height: 1.3em;
	text-transform: lowercase;
	font-size: .8em;
	font-family: Tahoma;
}

ul#subnav li {
	height: 1.3em;
	line-height: 1.3em;
	float: left;
}

ul#subnav li a {
	padding: 0 6px 0 0;
	margin: 0 6px 0 0;
	display: block;
	border-right: 1px solid #75AF25;
	color: #4D7418;
	text-decoration: none;
}

ul#subnav li.current a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

ul#subnav li a:hover {
	color: black;
	text-decoration: underline;
}

p {
	font-size: 1.1em;
	line-height: 1.5em;
}


li {
	font-size: 1.1em;
	line-height: 1.5em;
}

a {
	text-decoration: underline;
	color: #2C71A9;
}


#eyecatcher {
	padding: 20px 20px 5px 20px;
	margin: 0 17px;
	background: url(../gfx/eyecatcher.jpg) repeat-y;
	border-bottom: 1px solid #75AF25;
	overflow: auto;
}

#eyecatcher p {
	color: #4D7418;
	margin: .5em 0;
	padding: 0;
}

#eyecatcher h1 {
	margin: 0;
	padding: .4em 0 0 0;
	font-weight: normal;
	font-size: 2.4em;
	font-family: Georgia;
	color: #4D7418;
}

/* homepage */

#section-home #eyecatcher {
	background: url(../gfx/eyecatcher-home.jpg) repeat-y;
	padding-right: 250px;
	width: 476px;
	padding-bottom: 1em;
}

ul#eyecatcher-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

ul#eyecatcher-nav li {
	margin: 0 1em 0 0;
	padding: 0;
	float: left;
	font-weight: bold;
}

ul#eyecatcher-nav li a {
	font-weight: normal;
}

img {
	border: none;
}

#content img {
	border: 1px solid #EAEAEA;
}

#content a img {
	border: 1px solid #96B7D8;
}

#content a:hover img {
	border: 1px solid black;
}

#content a:hover {
	color: black;
}

img.right {
	float: right;
	margin: .8em 0 1.2em 10px;
}

img.left {
	float: left;
	margin: .8em 10px 1.2em 0;
}

#content ul {
	margin: .3em 0;
	padding: 0;
	list-style: none;
}

#content ul li {
	margin: 0;
	padding: 0 0 0 8px;
	background: url(../gfx/li-bg.gif) no-repeat 0 8px;
}

#content ul.left {
	width: 236px;
	margin-right: 4px;
	float: left;
}	

.clear {
	clear: both;
}

hr {
	clear: both;
	visibility: hidden;
}

label {
	width: 180px;
	float: left;
	margin-right: 20px;
	text-align: right;
}

textarea {
	height: 8em;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	border: 1px solid #EAEAEA;
	width: 250px;
	color: #4D7418;
}

input.text {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	border: 1px solid #EAEAEA;
	color: #4D7418;
}

input.submit {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	border-top: 2px solid #D2D2D2;
	border-right: 2px solid #8D8D8D;
	border-bottom: 2px solid #8D8D8D;
	border-left: 2px solid #D2D2D2;
	color: black;
	background: #EAEAEA;
}

form {
	background: #FBFBFB;
	border: 1px solid #EAEAEA;
	padding: .2em 10px;
}

