/***** Open Pit CSS *****
Created 3.19.07 by NR

***********************/

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #cc272a;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #FFF;
}


/**** Generic Styles ****/
p {
	margin: 5px 0;
	text-align: justify;
	color: #d9a72c;
}
.hidden {
	display: none;
}

.clear_both {
	clear:both;
}

.clear_left {
	clear:left;
}

.clear_right {
	clear:right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}




#main_block {
	width: 870px;
	margin: 0 auto;
	background: transparent url(../_images/site_background_image.jpg) top left no-repeat;
	padding-top:115px;
	position: relative;
}

#main_block div#logo {
	position: absolute;
	top: 0;
	margin-left: 355px;
	margin-top: 15px;
	background: transparent url(../_images/open_pit_logo.png) top left no-repeat;
	height:106px;
	width:150px;
	cursor: hand;
}

#main_block div#contest_badge {
	position: absolute;
	top:20px;
	right: 0px;
	height: 96px;
	width: 175px;
	background: transparent url(../_images/contest_badge.png) top left no-repeat;
	cursor: hand;
}

/**** Main Navigation ****/

#main_block ul#navigation {
	width: 850px;
	background: #5d1818;
	border: 2px solid #d9a72c;
	margin-bottom: 5px;
	padding: 10px;
}


#main_block ul#navigation li {
	display: inline;
	padding: 10px 0;
	margin: 0 20px;
}

#main_block ul#navigation li.second {
	margin-right: 20px;
	
}

#main_block ul#navigation li.third {
	margin-left: 20px;
}

#main_block ul#navigation li.forth {
	margin-left: 20px;
}

#main_block ul#navigation li.fifth {
	margin-left: 20px;
}

#main_block ul#navigation li a {
	font-size: 100%;
	font-weight: bold;
	color: #ffdb00;
	text-decoration: none;
}

#main_block ul#navigation li#current {
	background: transparent url(../_images/you_are_here.jpg) bottom center no-repeat;
}





/**** Main content area ****/
#main_block div#content_wrapper {
	width: 870px;
	background: #5d1818 url(../_images/content_wrapper_background.jpg) repeat-y;
	margin: 0 auto;
}

#main_block div#content_wrapper img {
	padding:0;
	margin:0;
}
#main_block div#content_wrapper div.content {
	background: transparent;
	margin: 0px 40px;
}

#main_block div#home {
	margin: 0 auto;
	padding:0;
	
	height: 535px;
	background:none;
}


#main_block div#content_wrapper div.bottom {
	background: transparent url(../_images/content_wrapper_bottom.jpg) bottom left no-repeat;
	width: 870px;
	height: 20px;
}

#main_block div#content_wrapper div.top{
	background: transparent url(../_images/content_wrapper_top.jpg) top left no-repeat;
	width: 870px;
	height: 20px;
}

#main_block div#content_wrapper p.page_title {
	font-size: 160%;
	margin: 20px 0 0 0;
}


#main_block div#content_wrapper h1 {
	background: transparent url(../_images/header_triangle.jpg) top left no-repeat;
	padding-left: 15px;
	font-size: 130%;
	margin: 20px 0px 15px 0px;
}
#main_block div#content_wrapper a {
	text-decoration: underline;
	font-weight: bold;
	color: #ffdb00;
}

#main_block div#content_wrapper p {

	margin: 15px 15px;
}

#main_block div#content_wrapper p.half_width {
	width:50%;
	margin: 15px 15px;
}

#main_block div#content_wrapper p.one_third_width {
	width:33%;
	margin: 15px 15px;
}

#main_block div#content_wrapper p.tagline {
	font-weight: bold;
}

#main_block div#content_wrapper img.full_width {
	padding: 0 70px;
}
#main_block div#content_wrapper img {
	padding: 0 20px;
}

.address {
	margin: 20px 0 20px 50px;
	font-size: 110%;
}

#main_block div#content_wrapper div.content ul {
	color: #d9a72c;
	margin: 10px 50px;
	padding-bottom: 20px;
}


/**** Copyright section ****/
div#copyright {
	position: relative;
	width: 870px; 
	font-size: 75%;
	margin: 0 auto;
	color: #ffdb00;
	
}

div#copyright div#left {
	float: left;
	padding: 5px 0;
	margin: 0;
}

div#copyright div#left span.by_text {
	position: relative;
	left: 0;
	bottom: 7px;
}

div#copyright div#right {
	float: right;
	padding: 7px 0;
	margin: 0;
}


div#copyright a {
	text-decoration: none;
	color: #ffdb00;
	padding: 0 1.5em;
	margin-top: 1em;
}
