@charset "utf-8";
/* CSS Document - Discover Learning - Global */

body {
	background: url(../images/background.png) repeat-x;
 	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000
}

#container {
	background: none;
	position: relative;
	width: 803px;
	height: auto;
	margin: 10px auto;
	padding: 0;
	overflow: hidden;
	z-index: 1
}

#header {
	background: none;
	position: relative;
	width: 803px;
	height: 166px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 5
}

#phone {
	background: none;
	position: absolute;
	top: 140px;
	left: 590px;
	font-size: 15px;
	color: #FFFF99;
	width: 209px;
	height: 19px;
}

#content_container {
	background: url(../images/bg_repeat.png) repeat-y;
	position: relative;
	width: 803px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 5
}

#content_left {
	background: none;
	position: relative;
	float: left; 
	width: 162px;
	height: auto;
	margin: 20px 35px 20px 0;
	padding: 0;
	overflow: visible;
	z-index: 10
}

#camp_button {
	background: none;
	position: relative;
	float: right; 
	width: 141px;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
	overflow: hidden;
	z-index: 10
}

#mainnav {
	background: none;
	position: relative;
	float: right; 
	width: 141px;
	height: auto;
	margin: 10px 0 20px 0;
	padding: 0;
	overflow: hidden;
	z-index: 10
}

#mainnav .button {
	background: none;
	position: relative;
	width: 141px;
	height: 27px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 20
}

#mainnav a img {
	border: 0;
	margin: 0;
	padding: 0
}

#greenbox {
	background: none;
	position: relative;
	float: right; 
	width: 140px;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
	z-index: 10
}

#greenbox #top {
	background: url(../images/leftboxgr_top.png) no-repeat;
	position: relative;
	width: 140px;
	height: 10px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 5
}

#greenbox #repeat {
	background: url(../images/leftboxgr_repeat.png) repeat-y;
	position: relative;
	width: 140px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 5;
	font-size: 12px;
 	text-align: center;
	color: #FFFFFF
}

#greenbox #repeat p {
	padding: 0;
	margin: 10px 0
}

#greenbox #bottom {
	background: url(../images/leftboxgr_bottom.png) no-repeat;
	position: relative;
	width: 140px;
	height: 10px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 5
}

#content_right {
	background: none;
	position: relative;
	float: left; 
	width: 575px;
	height: auto;
	margin: 15px 0 20px 0;
	padding: 0;
	overflow: visible;
	z-index: 10
}

#bg_picture {
	position: relative;
	overflow: hidden;
}

#contentarea_bottom {
	background: url(../images/bg_bottom.png) no-repeat top !important;
	background: url(../images/bg_bottom.gif) no-repeat top;
	position: relative;
	width: 803px;
	height: 20px;
	margin: 0;
	padding: 0;
	overflow: visible;
	z-index: 6
} 

#footernav {
	width: 803px;
	height: 100px;
	text-align: center;
	font-size: 10px;
	margin: 5px 0 0 0;
	color: #996600
}

#footernav a {
	color: #996600;
	text-decoration: none
}

#footernav a:hover {
	color: #993300;
	text-decoration: underline
}

.footer_divider {
	margin: 0 10px
}

#spacer {
	position: relative;
	height: 200px;
}


	

