
/*
	index.css
	
	Styles for the entire site
*/

/* Blueprint overrides */
body{
	font-size: 90%;
	color: #000000;
	margin: 0px;
	padding: 0;
	background: url(../img/gradient2.jpg) repeat-x scroll;
	line-height: 1.4;
	font-family: georgia, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  font-family: Futura, Arial, sans-serif;
  margin-bottom: 0.2em;
}

.container {
	position: relative;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

em {
	font-weight: bold;
	font-style: normal;
	background: none;
}

.navbutton {
	margin: 0;
	width: 158px;
	height: 20px;
	border: 1px solid #888888;
	color: #3B423C;
	line-height: 20px;
	font-size: 120%;
	background: url('../img/nav-button2.jpg');
	font-family: copperplate, Arial, san-serif;
}

#header {
	width: 960px;
}

#banner {
	width: 960px;
	height: 100px;
	font-size: 100%;
	background: #A6D1EC  url('../img/beta-banner.jpg') no-repeat; width:960px; height:100px;	
}

#banner a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer {
	background: url('../img/oak-footer.jpg') no-repeat; width:960px; height:150px;
	width: 960px;
	height: 150px;
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
	color: midnightblue;
}

#footer img {
	margin: 30px;
	height: 75px;
}

#sitemap li {
list-style: none;
}

#title {
	font-size: 300%;
	color: #FFFFFF;
	margin-left: 10px;
	line-height: 0.85;
}

#navbar {
	height: 20px;
	text-align: center;
	clear: both;
}

.navbutton a{
	text-decoration: none;
	display: block;
	color: #3B423C;
}

.navbutton a:hover{
	height: 20px;
	width: 158px;
	background: url('../img/nav-button-hover.jpg');
}

.current {
	background: url('../img/nav-selected.jpg');
}
.b1, .b2, .b3, .b4 {
	font-size:1px; 
	overflow:hidden; 
	display:block;
}

.b1 {
	height:1px; 
	background:#888; 
	margin:0 5px;
}

.b2 {
	height:1px; 
	background:#C0E4FA; 
	border-right:2px solid #888; 
	border-left:2px solid #888; 
	margin:0 3px;
}

.b3 {
	height:1px; background:#C0E4FA; 
	border-right:1px solid #888; 
	border-left:1px solid #888; 
	margin:0 2px;
}

.b4 {
	height:2px; 
	background:#C0E4FA; 
	border-right:1px solid #888; 
	border-left:1px solid #888; 
	margin:0 1px;
}

.b5 {
	height: 4px;
}
.contentb {
	background:#C0E4FA; 
	border-right:1px solid #888; 
	border-left:1px solid #888;
}

.centered {
	text-align: center;
}

#flashMessage, #authMessage {
	clear: both;
	background:pink;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
	width: 40%;
	margin: 5px auto 0px auto;
}
#flashMessage.positive{
	background:#00FF00;
	border: 1px solid #336600;
}

#secondary-navigation {
	background: #E3EADB;
	text-align:left;
	border-bottom: solid 1px #000000;
	clear: both;
}
.sec-nav-item{
	margin:10px;
}

#main-content {
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 400px
}

.shadow  {
	position:relative; 
	display:block; 
	color:#fff; 
}

.shadow span { 
	position:absolute; 
	display:block; 
	top:0px;
}

.shadow:before { 
	display:block; 
	padding:4px; 
	content: attr(title); 
	color:#333;
}

.row {
	padding: 10px 0px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#PageNotes {
	margin: 10px;
}

#loadingDiv {
	background:url('../img/ajax-loader.gif');
	position: absolute;
	width: 100px;
	height: 100px;
	display: none;
	z-index: 1000;
}
#loadingDiv.home {
	left: 65%;
	top: 40%;
}
#loadingDiv.oaks{
	left: 25%;
	top: 50%;
}