/* basic elements */
*{
	margin:0px;
	padding:0px;
}
body {
	background-color: #d8dbde;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 70%;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#container{
	width: 710px;
	background-image: url(images/containerbg.gif);
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-repeat: repeat-y;
}
/*typography */
p{
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	line-height: 1.5em;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
}
h1{
}
h2{
}
h3{
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: normal;
	color: #363257;
	padding-top: 10px;
	padding-bottom: 10px;
}
h4{
	color: #99CC33;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding: 10px 5px;
	font-weight: bold;
}
h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px 0px 0px 5px;
	font-size: 1em;
	padding-left: 15px;
	background-image: url(images/h4arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* header elements */
#header{
	width: 700px;
	margin-right: 5px;
	margin-left: 5px;
}
#logo{
	height: 57px;
	width: 167px;
	float: left;
	background-image: url(images/logo.gif);
}
#logo h1, h2 span {
	display: none;
}
/*secondary navigation */
#uppernav{
	float: right;
	padding: 25px 0px 0px;
	margin-top: 3px;
	margin-right: 10px;
	font-size: 11px;
}
#uppernav li{
	display: inline;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#uppernav a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;	
}

.home {
	background-image: url(images/homeicon.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	}
.contact {
	background-image: url(images/contacticon.gif);
	background-position: center top;
	background-repeat: no-repeat;
	}
/* content elements */
#maincontent {
	width: 700px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
#left {
	float: left;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
}
#content {
	margin-left: 220px;
	width: 410px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#imgcontainer {
	width: 700px;
	height: 165px;
	clear: both;
}
#content li{
	margin-left: 20px;
	list-style-type: none;
	background-image: url(images/listbullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.border-right{
	border-right: solid 1px #CCCCCC
}
.border-left{
	border-left: solid 1px #CCCCCC
}
/* main navigation */
#navcontainer{
	width: 700px;
	margin-top: 2px;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
#navcontainer ul
{
	padding: 0.9em 0;
	margin: 0;
	list-style-type: none;
	background-color: #99cc33;
	color: #000000;
	width: 100%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	text-decoration: none;
	background-color: #99CC33;
	color: #000000;
	padding: 0.8em 1.5em;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}

#navcontainer ul li a:hover
{
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(images/activepage.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	clear: both;
	width: 710px;
	margin: 0px;
	padding: 0px;
}
/* footer elements */
#footer {
	background-color: #D8DBDE;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#footer p{
	padding: 5px 10px;
	color: #000000;
	margin: 0px;
	font-size: 0.9em;
}
#footer a{
	color: #413A63;
	text-decoration: none;
}
.footernav{
	float: left;
}
.copyright {
	float: right;
}

