/*	Aqua Sierra, Inc.
	Ver. 2.0 - 04.28.06
	Epiphany Graphics, LLC
	www.epiphanygraphics.com
	info@epiphanygraphics.com 
*/


/* =element styles */

body {
	font-size: small;
	padding: 0;
	margin-top: 10px;
	color: #333;
	font-family: Verdana, Geneva, san-serif;
	background: url(../images/bgd_tile.gif) left top repeat;
}
ul li {
	list-style: none;
	background: url(../images/bullet.gif) no-repeat 0 4px;
	padding-left: 20px;
}
ol li {
	list-style: none;
	background: url(../images/list_img.gif) no-repeat 0 4px;
	padding-left: 20px;
}
a {
	color: #285286;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
h1 {
	background: url(../images/header_img.gif) no-repeat 0 1px;
	padding: 0 0 15px 20px;
	font-size: 160%;
}
h2 {
	font-size: 110%;
}
hr {
	margin: 15px 0;
}

/* =ID styles */

#container {
	width: 800px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	background: #fff;
	border-right: 8px solid #fff;
	border-bottom: 8px solid #fff;
	border-left: 8px solid #fff;
}
#header {
	width: 800px;
	height: 175px;
	background: #FFF;
}
#mainContent {
	float: left;
	width: 600px;
	font-size: 85%;
	line-height: 140%;
	margin-bottom: 40px;
}
#mainContent div {
	padding: 40px 40px 0 40px;
}
#randomImgSidebar {
	float: right;
	width: 200px;
	overflow: hidden;
	padding: 40px 0 0 0;
	text-align: right;
	margin-bottom: 40px;
}
#randomImgSidebar img {
	padding-bottom: 5px;
	display: inline;
}
#multimediaContentSidebar {
	float: right;
	width: 200px;
	padding: 40px 0 0 0;
	text-align: right;
	margin-bottom: 40px;
}
#footer {
	clear: both;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 40px;
	font-size: 75%;
	text-align: left;
	line-height: 140%;
	color: #FFF;
	margin: 0;
	background: #285286 url(../images/footer_bgd.jpg) repeat-x left center;
}

/* class styles */

.floatLeft {
	float: left;
	padding: 0 10px 10px 0;
}
.anchor {
	margin-top: 25px;
}
.anchor a {
	color: #393;
}