@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}
body {
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
	background-color: #CCCC99;
	}
p {
	margin-top: 0;
	}
h1 {
	color: #333300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	margin-bottom: 6px;
	line-height: 2em;
	}
h3 {
	color: #666600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	margin-bottom: 6px;
	line-height: 2em;
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #663300;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CC6600;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #003300;
	}


/* specific divs */
#container {
	margin: 0;
	position: relative;
	background-position: 0px 0px;
	top: 0px;
	padding-top: 0;
	padding-right: 110px;
	padding-bottom: 0;
	padding-left: 110px;
	}

#intro {
	border: 1px solid #8C6239;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 {
	margin-top: 10px;
	width: 300px;
	height: 150px;
	float: left;
	margin-right: 300px;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 span {
	display:none
	}
#pageHeader {
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-bottom: 15px;
	height: 120px;
	background-image: url(../images/rocksbannerBG.jpg);
	top: 0px;
}

#quickSummary {
	clear:both;
	width: 160px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	}
#quickSummary p {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 20pt;
	font-weight: bold;
	text-decoration: none;
	color: #CCCC99;
	text-transform: uppercase;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #006600;
	}

#preamble {
	clear: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}
#supportingText {
	margin-bottom: 40px;
	}

#footer {
	text-align: center;
	font-size: 65%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	}
#footer a:link, #footer a:visited {
	text-align: center;
	}

#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv3 span, #extraDiv4, #extraDiv5, #extraDiv6, #extraDiv6 span, #extraDiv7, #extraDiv8, #extraDiv9, #extraDiv10, #extraDiv11
{
	position: absolute;
}
#extraDiv6 {
	z-index: 2;
	left: 0px;
	width: 100%;
	height: 98px;
	background-image: url(../images/mudtracks.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	top: 80em;
}
.copyright {
	color: #999966;
	text-align: center;
}
#navigation {
	color: #b49a5a;
	padding: 0;
	height: 60px;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	color: #92918e;
	list-style-type: none;
	letter-spacing: 0.3px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 300px;
	}



#navigation li {
	display: block;
	float:left;

}

#navigation a {
	color: #827b72;
	text-decoration: none;
	display:block; /* Give the a tag a block element so we can use background images on it */
	float:left; /* float it left for IE 6. Otherwise it creates a break even though the li above is floating*/
	padding:0 10px;
	}

/* IE 6 Min Height hack */
* html #navigation a {
}

#navigation a:hover {
	color: #b49a5a;
	text-decoration: none;
	}

#navigation a.selected {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	background-image: url(../images/divarrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 45px;
	}
.BorderColorLeftAlign {
	border-top-width: 0px;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 0px;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
}
.BorderColorRightAlign {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 24px;
	border-left-width: 24px;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
}
