@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	color: #000000; 		/* This is the TEXT color */
	background: #585858;
	font-family: verdana,arial,ms sans serif;
	font-size: 12px;
	height:100%; 			/* IE6: treaded as min-height */
	min-height:100%; 		/* real browsers */
}
#accessibility {
	position: absolute;
	left: -9000px;
	width: 9000px;
}
#wrapper {
	position:relative; /* needed for footer positioning*/
	margin: 0px auto; 		/* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; 			/* IE6: treaded as min-height */
	min-height:100%; 		/* real browsers */
	width: 940px;
	background: #f9f3d2;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

#topnav {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
	background: #000000;
	color: #696969;
	text-align: right;
	float: right;
}
#topnav a{
	color: #ffcb00;
  	text-decoration: none;
}
#topnav a:hover{
	color: #696969;
  	text-decoration: underline;
}
#headerwrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #000000;
	height: 201px; /* This can be taller than header */
	border-bottom: 1px solid #ffffff;
}
#header {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 940px;
	height: 200px;	/* Image height 101 */
	background: transparent url(images/bpp_blk_head_2.jpg) no-repeat;
}
#footer {
	position:absolute;		/* important */
	bottom:0; 				/* stick to bottom */
	width: 940px;
	margin: 0px 16px 0px 0px;
	padding: 8px 0px 20px 0px;
	background: #000000;
	text-align: center;
	font-size: 11px;
}
/* To remove the right "side-bar" */
/* 1 - Change the border-right in #ocwrapper from 210 to 0 */
/* 2 - Add "display: none" from #rightsidebar */
#ocwrapper {
	border-left: 0px solid #ffffff;	/* background colour of left sidebar */
	border-right: 0px solid #ffffff;	/* background colour of right sidebar */
	padding-bottom: 50px; 				/* Adjust padding-bottom here to allow room for #footer */
}
#contact #ocwrapper{
	border-left: 0px solid #ffffff;	/* background colour of left sidebar */
	border-right: 440px solid #f9f3d2;	/* background colour of right sidebar */
	padding-bottom: 50px; 				/* Adjust padding-bottom here to allow room for #footer */
}

/* icwrapper is non-existant style */

#leftsidebar {
	margin-left: -220px;
	padding: 6px 0px 50px 6px;	/* padding-bottom same as #ocwrapper */
	width: 220px;
	float: left;
	text-align: left;
	display: none;
}
#rightsidebar {
	display: none;
}
#contact #rightsidebar{
	display: block;
  margin-right: -440px;
  padding: 16px 10px 10px 0px;
  width: 430px;
  float: right;
  position: relative;
}
#checklist{
	float: left;
	width: 200px;
}
#chucker{
	float: left;
	width: 600px;
	padding-left: 50px;
}

#contentwrapper {
	width: 100%;	/* MAKE 100% */
	float: left;
	position: relative;
	padding-top: 0px;			/* Space between header and content */
}
#content {
	margin: 0px 10px 0px 10px;	/* Increasing top/bottom margin breaks shadows */
	height:auto !important; /* real browsers */
	height:100%; 			/* IE6: treaded as min-height */
	min-height:100%; 		/* real browsers */
text-align: left;
}



.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear, .gtclear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear, .gtclear {
  display: block;
}
/* end non ie/mac css */

.box {
	padding: 3px;
	border: 1px solid #cccccc;
	width: 190px;
	text-align: left;
	margin-bottom: 6px;
	color: #000000;
}
.contactsbox {
	border: 1px solid #cccccc;
	width: 894px;
	text-align: left;
	margin: 6px 16px 0px 16px;
	padding: 0px 6px 0px 6px;
	color: #000000;
/*	background: #f5f5dc; */

}

.leftnav {
	padding: 3px;
	text-align: left;
	margin-bottom: 10px;
	color: #3366cc;
	font-weight: bold;
	line-height: 1.5;
}

ul.leftnav {
  margin: 0px;
  padding: 0px;
	list-style: none;
	text-align: left;
	font-weight: bold;
}
ul.leftnav li {
	list-style: none;
	margin-right: 1px;
}
ul.leftnav li {
  background: #ffffff;
}
ul.leftnav a {
  margin-right: 1px;
  padding: 7px 9px 7px 10px;
  color: #3366cc;
  font-size: 12px;
  text-decoration: none;
}
ul.leftnav a:visited {
  color: #3366cc;
}
ul.leftnav a:hover {
  color: #ffcc33;
}
ul.leftnav li.home {
  border-right: 1px solid #ffffff;
  background: #696969;
}
ul.leftnav li.home a {
  margin-right: 0px;
}


.left_nav a {
	color: #ffffff;
	margin-bottom: 10px;
	text-decoration: none;
	border-bottom-color:#009
}
.boxtop {
	background: #cccccc;
	padding-left: 3px;
	font-weight: bold;
	width: 195px;
	text-align: left;
}

/*------------*\
|* navigation *|
\*------------*/


#navbar{
	width: 155px;
	height: 38px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.home{
	background: transparent url(images/home_button.png) no-repeat;
}
.home-active{
	background: transparent url(images/home_button-active.png) no-repeat;
}
.home:hover{
	background: transparent url(images/home_button-hover.png) no-repeat;
}

.capabilities{
	background: transparent url(images/capabilities_button.png) no-repeat;
}
.capabilities-active{
	background: transparent url(images/capabilities_button-active.png) no-repeat;
}
.capabilities:hover{
	background: transparent url(images/capabilities_button-hover.png) no-repeat;
}

.resources{
	background: transparent url(images/resources_button.png) no-repeat;
}
.resources-active{
	background: transparent url(images/resources_button-active.png) no-repeat;
}
.resources:hover{
	background: transparent url(images/resources_button-hover.png) no-repeat;
}

.history{
	background: transparent url(images/history_button.png) no-repeat;
}
.history-active{
	background: transparent url(images/history_button-active.png) no-repeat;
}
.history:hover{
	background: transparent url(images/history_button-hover.png) no-repeat;
}

.contact{
	background: transparent url(images/contact_button.png) no-repeat;
}
.contact-active{
	background: transparent url(images/contact_button-active.png) no-repeat;
}
.contact:hover{
	background: transparent url(images/contact_button-hover.png) no-repeat;
}

#upload {
	margin: 0px 0px 0px 0px;
	padding: 0px;
width: 155px;
height: 38px;
	background: transparent url(images/upload_button.png) no-repeat;
}

.inactive_link {
	color: #696969;
}

/*-------------------------------------------------------*\
|* min-width for center column. Plus fix for IE Windows. *|
|* http://www.webreference.com/programming/min-width/    *|
\*-------------------------------------------------------*/

.width {
  width: 740px;
  min-width: 740px;
  margin: 0px auto;
  text-align: left;
}

* html .minwidth {
	padding-left: 740px;
}
* html .container {
	margin-left: -740px;
	position: relative;
}

/*\*/
* html .minwidth, * html .container, * html .layout  {
	height: 1px;
}
/**/

/* End min-width ----------------------------------------*/

.whitetext {
	color: #ffffff;
}

.center {
  text-align: center;
}

.text {
  text-align: left;
}
.textleft {
  text-align: left;
}

#bkgrdimage {
	background: transparent url(../images/collage.jpg) no-repeat;
	width: 640px;
	height: 566px;
	margin-left: 0px;
	margin-top: 10px;
}
#toprightimage {
  float: right;
  width: 300px;
  height: 230px;
  padding: 10px 0px 0px 10px;
}

table {
	border: 0px;
}

td {
	text-align: left;
	vertical-align: top;
}

h2 {
  text-align: left;
  font-weight: bold;
  margin: 6px 0px 4px 0px;
  border-bottom: 2px solid #C0C0C0;
}
h3 {
  text-align: left;
  font-weight: bold;
  margin: 6px 0px 4px 0px;
  color: #990000;
}

#upload_checklist, #upload_notes
{
list-style: none;
padding: 0px;
margin: 6px 0px 10px 10px;
}
#upload_checklist li
{
background-image: url(images/i_yes.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
padding-left: 20px;
padding-bottom: 6px;
}

#upload_notes li
{
background-image: url(images/info.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
padding-left: 20px;
padding-bottom: 6px;
}

