/* Start of CMSMS style sheet 'Home' */
body {
	background-color:#FFFCF1;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
}

#hider {
	display:none;
}

#container {
	margin:0 auto;
	width:1000px;
	height:690px;
}

#photo {
	position:relative;
	margin:0 auto;
	width:880px;
	height:570px;
	z-index:10;
}

#content {
	margin-top:-288px;
	margin-left:11px;
	position:relative;
	width:880px;
	height:250px;
	z-index:5;
}

#photonav {
	position:relative;
	height:37px;
	padding:0;
	width:300px;
	color:#E1D4BA;
}

#photonav ul {
	display:inline;
	list-style-type:none;
}

#photonav ul li {
	position:relative;
	display:block;
	height:37px;
	padding:0px;
	margin-left:0px;
	float:left;
}

#content2 {
	position:relative;
	background:url(images/textbg.png) no-repeat;
	margin-top:30px;
	width:880px;
	height:210px;
}

#today {
	display:block;
	position:relative;
	background:url(images/today.png) no-repeat;
	width:191px;
	height:181px;
	float:right;
	margin-right:20px;
}

#today:hover {
	display:block;
	position:relative;
	background:url(images/tomorrow.png) no-repeat;
	width:191px;
	height:181px;
	float:right;
	margin-right:20px;
}

h1 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:1px;
	
}

p {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
}

#footer {
	position:relative;
	margin:0 auto;
	width:880px;
	height:30px;
	line-height:3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#footer a, a:link, a:visited {
	color:#000000;
}

#footer a:hover {
	color:#000000;
	text-decoration:underline;
}

a, a:link, a:visited {
	color:#017DC3;
	text-decoration:none;
}

a:hover {
	color:#017DC3;
	text-decoration:underline;
}

/*************************** CLASSES ***************************/

.nospace {
	padding:0px;
	margin:0px;
}

.font1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
        padding:0px;
        margin:0px;
}

.font2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
        padding:0px;
        margin:0px;
}

.leading1 {
	line-height:15px;
}

.font3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
}

.topper {
	margin-top:59px;
	color:#333333;
}

.side1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.line1 {
        width:177px;
        height:2px;
        background-color:#A7A7A7;
        display:block;
        position:relative;
        margin-top:10px;
        margin-bottom:13px;
}

/*************************** END CLASSES ***************************/

/*************************** MAIN NAVIGATION ***************************/

#mainnav {
	position:relative;
	height:80px;
	padding:0;
	width:900px;
	color:#E1D4BA;
}

#mainnav ul {
	display:inline;
	list-style-type:none;
}

#mainnav ul li {
	position:relative;
	display:block;
	height:80px;
	padding:0px;
	margin-right:0px;
	float:left;
}

#mine {
	display:block;
	position:relative;
	background:url(images/rockcrkmine.jpg) no-repeat;
	width:156px;
	height:27px;
	margin-top:53px;
}
#mine:hover {
	display:block;
	position:relative;
	background:url(images/rockcrkminehover.jpg) no-repeat;
	width:156px;
	height:27px;
	margin-top:53px;
}

#stake {
	display:block;
	position:relative;
	background:url(images/whatsatstake.jpg) no-repeat;
	width:154px;
	height:27px;
	margin-top:53px;
}
#stake:hover {
	display:block;
	position:relative;
	background:url(images/whatsatstakehover.jpg) no-repeat;
	width:154px;
	height:27px;
	margin-top:53px;
}

#dig {
	display:block;
	position:relative;
	background:url(images/digdeep.jpg) no-repeat;
	width:85px;
	height:27px;
	margin-top:53px;
}
#dig:hover {
	display:block;
	position:relative;
	background:url(images/digdeephover.jpg) no-repeat;
	width:85px;
	height:27px;
	margin-top:53px;
}

#press {
	display:block;
	position:relative;
	background:url(images/pressroom.jpg) no-repeat;
	width:116px;
	height:27px;
	margin-top:53px;
}
#press:hover {
	display:block;
	position:relative;
	background:url(images/pressroomhover.jpg) no-repeat;
	width:116px;
	height:27px;
	margin-top:53px;
}

#about {
	display:block;
	position:relative;
	background:url(images/aboutus.jpg) no-repeat;
	width:94px;
	height:27px;
	margin-top:53px;
}
#about:hover {
	display:block;
	position:relative;
	background:url(images/aboutushover.jpg) no-repeat;
	width:94px;
	height:27px;
	margin-top:53px;
}


/*************************** END MAIN NAVIGATION ***************************/
/* End of 'Home' */

