/* CSS Document */
/* Created by red36 for The Oakland Partnership, September 2006 */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	background-color:#EEEEEE;
	padding:0;
	margin:10px 0;
	}
h1 {font-size: 12pt; color:#CC3300; margin: 6px 0; line-height:16pt;}
h2 {font-size: 11pt; color:#CC3300;  margin-left:6px;}
h3 {font-size:90%; color:#CC3300; margin-left:6px;}
#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border:1px solid #999999; border-top: 10px solid black;
	margin: 0 auto;
	padding: 0px;
	background: #FFF url("./images/background.gif") repeat-y;
	}
#contents_main {
	margin-left: 10px;
	padding:0 5px 10px 10px;
	height:1%; /* workaround to prevent IE bumping out text to the right of the navigation */
	}
#contents_main p {padding-left:7px; margin:10px 0;}
#heading_title {
	border-bottom:2px solid #999999;
	}
#page_title {
	width: 200px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	padding:5px;
	}
#page_title h2 {margin:0;}
.pic_border {border:1px solid #000000;}
.imgleft {margin: 10px 10px 10px 0; border:1px solid #000000;}
.imgright {margin: 0px 10px 10px 10px; border:1px solid #000000;}
.note {font-size: 9px;}
#footer {
	font-size:8pt;
	text-align:center;
	padding-top:20px;
	}
/* Navigation */
#navigation {margin:20px 0; padding:15px 0; background-color:#666666;}
#button {
	width: 150px;
	font-family: Tahoma, Arial, sans-serif;
	font-size : 8pt;
/*	background-color: #999999; */
	color: #333;
	padding-left:-0.5em;
	margin:15px 0;
	}
#button ul {
/*	width:150px; */
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ffffff;
	}
#button li {
/*	border: 1px solid #90bade; */
	border-bottom: 1px solid #ffffff;
	margin: 0;
	list-style: none;
	list-style-image: none;
	}
#button li a {
	display: block;
	padding: 5px 0 5px 30px;
/*	border-right: 8px solid #999999; */
	background-color: #666666;
	color: #fff;
	text-decoration: none;
	width: 112px;
	}
html>body #button li a {
/*	width: 100%; */
	}
#button li a:hover {
	border-right: 8px solid #262626;
	background-color: #999999;
	color: #fff;
	}
#button li #active {
	border-left: 5px solid #B80000;
	background-color: #999999;
	color: #fff;
	}
#button .picked {
/*	display:block; */
	width:120px;
	padding:5px 0 5px 30px;
	border-bottom: 1px solid #ffffff;
/*	border-right: 8px solid #B80000; */
	background-color: #999999;
	color: #fff;
	}
#button .picked1 {
	display: block;
	padding: 5px 0px 5px 0.4em;
	text-decoration: none;
/*	width: 101px; */
	border-left: 6px solid #01b1ec;
	background-color: #999999;
	color: #fff;
	}
#contents_left {display:none;}