/* CSS reset - from meyerweb.com

Don't forget to set a foreground and background color 
on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* end of reset */

body {
	background: #5c987b;
	font-family: Helvetica;
	font-size: 12px;
	color: #000;
	}
a {
	text-decoration: none;
	color: #597;
	font-weight: bold;
	}
a:hover {text-decoration: underline}
h1 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	}
h2 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4em;
	}
p {
	line-height: 1.2em;
	margin-bottom: 10px;
	}

.header {
	background: #fff url(gui/header.jpg) no-repeat center;
	height: 120px;
	}

ul.menu {
	list-style-position: relative;
	height: 36px;
	font-size: 12px;
	font-family: "Arial Rounded MT Bold", Arial;
	font-weight: bold;
	background: url(gui/menudiv.gif) no-repeat center 7px;
	}
ul.menu li a {
	display: block;
	width: 188px;
	height: 20px;
	padding: 9px 0 0 0;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #fff;
	font-weight: normal;
	}
ul.menu li {float: left} /* float has to be on the <li> not the <a> to work with ie */
ul.menu li a:hover {
	background: url(gui/menuarrow.gif) no-repeat center bottom;
	text-decoration: none;
	}

.page {
	background: #fff;
	padding-top: 10px;
	}
.banner {
	border: 2px solid #666;
	width: 700px;
	height: 193px;
	margin: 0 auto 20px auto;
	}
.page ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 3px 0 0 20px; 
	}

.home-left {
	width: 300px;
	margin: 0 0 20px 40px;
	float: left;
	}
.home-right {
	width: 370px;
	margin: 0 0 20px 15px;
	float: left;
	}
.home-right p {line-height: 1.5em}
.home-left img, .home-right img {
	float: left;
	width: 100px;
	margin-right: 5px;
	}
.page-full {
	width: 680px;
	margin: 0 auto;
	}
.contact-left {
	width: 330px;
	margin: 0 0 20px 40px;
	float: left;
	}
.contact-right {
	width: 330px;
	margin: 0 0 20px 15px;
	float: left;
	}
.contact-left p span {
	font-size: 20px;
	line-height: 1.4em;
	}
.contact-left a {
	color: #000;
	font-weight: normal;
	font-size: 16px;
	}
.divider {
	border-top: 1px dashed #999;
	margin: 20px 0 20px 0;
	clear: both;
	}

.footer {
	background: #a2c5b0;
	height: 75px;
	margin: 20px auto 0 auto;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.01em;
	clear: both;
	}
.footer a {
	color: #fff;
	font-weight: normal;
	}
.footer img {
	position: relative;
	top: 3px;
	margin: 0 5px 0 140px;
	width: 28px;
	height: 13px;
	}
.footer p {
	margin: 0 0 0 26px;
	padding-top: 10px;
	line-height: 1.5em;
	}
.footer span {
	color: #666;
	font-size: 9px;
	}

.header, .menu, .page {
	border-left: 5px solid #a2c5b0;
	border-right: 5px solid #a2c5b0;
	width: 752px;
	margin: 0 auto;
	}

form input, form textarea {
	color: #999;
	width: 320px;
	height: 15px;
	border: 1px solid #000;
	margin: 5px 0 5px 0;
	font-family: Helvetica;
	font-size: 9pt;
	}
form textarea {
	height: 100px;
	margin-bottom: 0;
	}
form input.submitbtn {
	color: #fff;
	width: 60px;
	height: inherit;
	background: #a2c5b0;
	border: none;
	}
form input.submitbtn:hover {
	background: #597;
	cursor: pointer;
	}