@import url("reset.css");
/* main content sections */
body {
	text-align: center;
	background: #E0F0FD url(../images/bodybg.jpg) repeat-x;
	}
#container {
	height: 830px;
	background: url(../images/mainbg.jpg) no-repeat top center;
	width: 990px;
	margin: auto;
	text-align: left;
	font-family: Trebuchet MS;
}
/* main headers */
h1 {
	height: 1px;
	text-indent: -99999px;
	display: block;
}
h2 {
	font-size: 20px;
	color: #069;
}
address {
	float: right;
	margin: 5px 100px 0 0;
	color: #09C;
	font-size: 20px;
}
/* navigation */
#navigation {
	margin: 90px 0 0 310px;
}
#navigation li {
	float: left;
}

#navigation a {
	color: #FFF;
	display: block;
	margin: 1px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	padding: 8px 4px 4px 4px !important;
}
#navigation a.alt0 {
	background: #F87DBC !important;
}
#navigation a.alt1 {
	background: #6CD4D7 !important;
}
#maincontent {
	width: 860px;
	margin: 60px auto auto auto;
	padding-left: 20px;
}
#maincontent a {
	color: #036;
	text-decoration: none;
}
#maincontent a:hover, #container a:hover {
	color: #000;
}
.intro {
	font-size: 13px;
	font-weight: bold;
	color: #069;
	text-align: justify;
}
p {
	font-size: 12px;
	margin: 6px 0 6px 0;
	line-height: 1.6em;
}
.buckets li {
	float: left;
	margin-right: 11px;
}
.buckets p {
	width: 240px;
	height: 111px;
	padding: 15px 10px 10px 20px;
	background: url(../images/bucketbottom.jpg) no-repeat top left;
	font-size: 11px;
}
.lastitem {
	margin-right: 0 !important;
}
#footer {
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
	border-top: 1px dotted #CCC;
	clear: both;
}
.highlight {
	margin-top: 20px;
	width: 250px;
	padding: 10px;
	background: #9CF;
	border-top: 2px solid #069;
	border-bottom: 2px solid #069;
	margin-bottom: 30px;
}
.rightalign {
	float: right;
	margin-left: 10px;
	margin-top: 15px;
}
#maincontent p {
	color: #069 !important;
}
#address {
	clear: both;
	padding: 0;
	margin: 0;
	margin-left: 80px;
	padding-top: 80px;
	width: 250px;

}
