/* CSS Document */
div, td, p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
}


body {
	background-repeat:repeat-y;
 background-color:#CCCC98;
	margin: 0px 0px 0px 168px;
	padding: 0px;
}
#mainContent {
	padding-left: 21px;
	padding-right: 27px;
	padding-top: 27px;
	padding-bottom: 21px;
	border: medium solid #FFFFFF;/*#CCCC98;*/
	background-color: #FFFFFF;/*#B89F98;*/
	margin-top:160px; /*90px*/ 
	margin-left:4px;
	margin-right:0px;
	width: 95.5%; /*748px; REMOVE WHEN IMAGE DONE*/
	z-index:99;
}
#borderBar {
 position:absolute;
	width:165px;  
	left:0px; 
	top:225px;
	background-color:#CCCC98;
	height:100%;
}
#menuBar {
 position:absolute;
	width:165px; 
	z-index:100; 
	left:2px; 
	top:235px;
	background-color:#CCCC98;
}

#menuBar2009 {
 position:absolute;
	width:165px; 
	z-index:100; 
	left:2px; 
	top:160px;
	background-color:#CCCC98;
}
#mainContentHome {
	padding: 6px;
	border: medium solid #FFFFFF;
	background-color: #CCCCCC;/*#B89F98;*/
	margin-top:130px;
}
#logo {
 position:absolute;
	left:0px;
	top:0px;
	width:165px;
	background-color:#CCCC98;
	z-index:99;
}
#masthead {
	position:absolute;
	left:165px;
	top:0px;
	height:160px; /*70px*/
	vertical-align:middle;
	display:block;
	overflow: hidden; 
	z-index:99;
}
#mastheadHome {
	position:absolute;
	left:165px;
	top:0px;
	height:110px;
	vertical-align:middle;
	display:block;
	overflow: hidden; 
}


#masthead2009 {
	position:absolute;
	left:0px;
	top:0px;
	height:160px; 
	background: url(/images/pdc-50th-banner-2009.jpg) no-repeat;
	
}
#mastheadHome2009 {
	position:absolute;
	left:0px;
	top:0px;
	height:160px;
	background: url(/images/pdc-50th-banner-2009.jpg) no-repeat;
	
}
#mastheadRight {
	position:absolute;
	left:0px;/*972*/
	top:0px;
	height:160px; /*70px*/
	width: 99.75%;
	vertical-align:middle;
	display:block;
	/* background:url(/images/pdc-topright-bg.png); */
	overflow: hidden;
	z-index:1;
}
#footer {
background-color:#FFFFFF;
z-index:0;
}
h1 {
  font-size:18px;
  font-weight:bold;
  color:#777736;
 	letter-spacing: 2px;
}
h2 {
  font-size:16px;
  color:#484824;
  font-weight:bold;
}
h3 {
  font-size:14px;
  font-weight:bold;
  color:#0000BE;
}
h4 {
  font-size:12px;
  color:#484824;
  font-weight:bold;
}

.dividertan {
background-color:#cccc99; 
padding:.5em; 
color:#333;
margin-left:0;

}

.boldTan {
  font-weight:bold;
  color:#777736;
 	letter-spacing: 2px;
}
.boldBlackGold{
  font-size:16px;
  color:#484824;
  font-weight:bold;
}
.boldBlue {
  font-size:14px;
  font-weight:bold;
  color:#0000BE;
}
.boldGold {
  font-size:12px;
  color:#484824;
  font-weight:bold;
}
/****** Formating for Different Tables ******/
.listingTable, .boardAgendaTable {
 width:90%;
}
.listingTable td {
	border-bottom: 1px solid #9C9A63;
	font-size: 12px;
}
.boardAgendaTable td {
 border-bottom: 1px solid #9C9A63;
 border-right: 1px solid #9C9A63;
}
.boardAgendaTable td ol {
 margin-top:2px;
	margin-bottom:-10px;
}
.infoTable {
  padding: 1px;
  border: 0;
  background-color:#A7B9C5;
}
.infoTable td{
  padding: 5px;
}
.infoTableSmall {
  width: 45%;
  padding: 1px;
  border: 0;
  background-color:#A7B9C5;
}
.infoTableSmall td{
  padding: 5px;
}
.infoTableMedium {
  width: 60%;
  padding: 1px;
  border: 0;
  background-color:#A7B9C5;
}
.infoTableMedium td{
  padding: 5px;
}
.infoTableLarge {
  width: 75%;
  padding: 1px;
  border: 0;
  background-color:#A7B9C5;
}
.infoTableLarge td{
  padding: 5px;
}


/***** OLD STYLE 
.rightSideTable td {
 font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid #999999;
	margin: 2px;
	padding:2px;
}

END OF OLD STYLE ******/

.rightSideTable td {
 font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:2px solid #cccc99;
	background-color:#f6f6f0; 
	margin: 0 .5em 1em 3em; 
	padding:0;
}

.rightSideTablecontent {
padding:.5em; 
margin:.5em; 
background-color:#fff;
}

.rightSideTable h2 {
background-color:#cccc99; 
margin:0; padding:.5em;
color:#333;
font-size:1.2em;
}

.rightSideTable h3 {
color:#333;
}

.rightSideTable ul {
margin:.5em;
padding:0;


}
/***** Formatting for PrintPage Icon ******/
#printpage {
	font-size:11px;
	color: #686025; /*#484824;*/
 background-color: #CCCC98; /*#9c9a63;*/
	width:165px;
}
#printpage a, #printpage a:link, #printpage a:visited, #printpage a:hover {
 text-decoration:none;
 color: #686025; /*#484824;*/
}

.hometitles {
	color: #808040;
	font-style: italic;
	font-size: 16px;
}
#menubarURA {
 z-index:50;
	font-size: 11px; 
	background-color:#CCCC98;
	display:block;
}
#menubarURA a, #menubarHelp a:visited {
	color:black;
	padding: 3px;
	border: 1px solid #666633;
	text-decoration:none;
	display:block;
	}
#menubarURA a:hover, #menubarHelp a:active {
	border-bottom-color:#000033;
	border-top-color:black;
	color:black;
	background-color:#FFFFCC;
	display:block;
}
/***** Used for graphics *****/
.pubImg {
 border: 1px solid #999999;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
}
ul.smallindent {
	margin-left:1.5em;
	padding-left:0em;
}
.formField {
display:none;
}

.floatrightnb {
	float: right;
	border: none;
	margin: .5em .5em .5em 1em;
}

.floatleftnb {
	float: left;
	border: none;
	margin: .5em 2em .5em .5em;
}

.floatright {
	float: right;
	border: 1px solid #cccc98;
	margin: .5em .5em .5em 1em;
}

.floatleft {
	float: left;
	border: 1px solid #cccc98;
	margin: .5em 2em .5em .5em;
}

.greenincentive {
border:1px solid #666; 
background-color:#fff; 
padding:0;
margin-bottom:1em;
}
.greenincentive h2{
background-color:#94CD81;
color:#333;
padding:1.5em;
}

.greenincentivecontent {
background-color:#fff; 
padding:1.5em;

}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	margin-top: -1em;
	margin-left: 2em;
}

.textboxtan {
border: 2px solid #ededd9; 
border-top:0; 
padding: 0 0 1em 0; 
margin: 0 0 0 0; 
background-color:#f6f6f0;
}

.pad {
padding:0 1em 1em 1em;
}



.sidebar { 
background-color:#f6f6f0; 
width:175px; 
float:right; 
margin: 0 0 1em 3em; 
padding:0; 
border:2px solid #cccc99;
}


.sidebar h2, .sidebarmain h2 {
background-color:#cccc99; 
margin:0; padding:.5em;
}

.sidebarcontent {
padding:.5em; 
margin:.5em; 
background-color:#fff;
}

.sidebarcontent ul {
margin:1em;
padding:0;

}

.sidebarmain { 
background-color:#f6f6f0; 
width:200px; 
float:right; 
margin: 0 0 1em 3em; 
padding:0; 
border:2px solid #cccc99;
}

.pdcstoryright {
font-size:1.2em; 
color:#000;
padding:3em; 
background-color:#fff;
border:1px dotted #cccc99; 
margin-right:320px;
}

.pdcstoryright p, .pdcstoryleft p{
font-size:1.1em; 
}

.pdcstoryleft {
font-size:1.2em; 
color:#000;
padding:3em; 
background-color:#fff;
border:1px dotted #cccc99;  
margin-left:320px;
}

/*
Author: Henrique Costa Pereira
Site: www.revolucao.etc.br
Country Origin: Brazil
*/

.cctable table { font:0.7em 'Trebuchet MS', Arial, Helvetica, sans-serif; background-color:#F2F2F2; }
.cctable caption { background-color:#5A666E; color:#FFF; text-transform:uppercase; font-weight:bold; font-size:1.2em; border:1px solid #000; }
.cctable thead th { background-color:#cccc99; color:#666; padding:2px; text-transform:uppercase; border-bottom:1px solid #5A666E;  }
.cctable tfoot th { background-color:#F29601; color:#724809; padding:2px; text-transform:uppercase; font-size:1.2em; }
.cctable tfoot td { background-color:#FC0; color:#724809; font-weight:bold; text-transform:uppercase; font-size:1.2em; padding:0px 5px; }
.odd {background-color:#fff; color:#cccc99; text-align:left; }
.cctable tbody td { background-color:#f8f6e6; color:#5A666E; padding:2px; text-align:center; border-top:1px solid #FFF; border-left:1px solid #FFF; border-bottom:1px solid #AFB5B8; border-right:1px solid #AFB5B8;  }
.cctable tbody th { background-color:#5A666E; color:#D7DBDD; padding:2px; text-align:center; border-top:1px solid #93A1AA; border-left:1px solid #93A1AA; border-bottom:1px solid #2F3B42; border-right:1px solid #2F3B42; }
.cctable tbody td a {  color:#724809; text-decoration:none; font-weight:bold; }
.cctable tbody td a:hover { background-color:#F5B348; color:#FFF; }
.cctable tbody th a { color:#FFF; text-decoration:none; font-weight:bold; }
.cctable tbody th a:hover { color:#FC0; text-decoration:underline; }

/*
LIGHTBOX
*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.clustertype {padding:.2em; text-align:center; background-color:#fff; color:#fff; width:95px; height:95px; font-size:12px;}