/*
	PBMA - CSS
	Dated: 10/13/2008
*/

/* General properties
------------------------------------------------*/
body {
	color:#333;
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;  /* -- font family for general typography -- */
	font-size:11px;
	line-height:170%;
	text-align:left;
	background-color:#EBE8D8;
}

/* properties - un-defined */
	a:link, a:visited, a:active {
		color: #333;
		text-decoration: underline;}
	a:hover {
		color: #CC6600;
		text-decoration: none;}
	p {
		margin:0;
		padding:0;
		padding-bottom:15px;}
		
	h1, h2 { margin:0; padding:0;}
	h3, h4, h5 { margin:0 0 1em 0; padding:0;}
	
	h1 { font-size: 2.0em; }
	h2 { font-size: 1.7em; }
	h3 { font-size: 1.4em; }
	h4 { font-size: 1.2em; }
	h5 { font-size: 1.0em; }
	h6 { font-size: 0.8em; }

	h1, h2, h3, h4, h5 {
		color:#CC6600;
		line-height:120%;
		font-family:"Gill Sans", GillSans, Arial, Helvetica, sans-serif;  /* -- font family for headline typography -- */
		font-weight:normal;}
	
	div {
		margin:0;
		padding:0;
		height:auto;
		width:auto;
		text-align:left;
		/*border:1px dashed #200;*/
		border:0;}
	form, input {
		margin:0;
		padding:0;}
	ol, ul, li {
		border:0;
		margin:0;
		padding:0;
		/*list-style:none;*/}
	table {
	width:auto;
	height: auto;
}
		table th { 
			text-align:left;}
		table td {
	padding:0;
	padding-right:5px;
	vertical-align:top;
}

div.clear { clear: both; }
	
/* /properties - un-defined */

.NoUnderline { text-decoration: none;}
.clearboth { clear:both;}
.Indent {margin:0 0 0 15px;}

.headJoin {color:#339E35;}
.headSmall {color:#003F54;}
.headMember {color:#542344;}
.headLeadership {color:#841C11;}

/* Container ID styles for layout - (items used ONLY once per page)
------------------------------------------------*/
#Container
{
	margin: 0 auto;
	padding: 5px;
	width: 776px;
	text-align: left;
	background: #fff;
}

#Header 
{

}

#Utility 
{
	float:right;
	width: auto;
	text-align:right;
}

#Utility div
{
  	padding: 4px 10px;
	text-align: right;
}
	
#Logo 
{
	float:left;
	margin-top:0px;
}

#Banner
{
  height: 60px;
  width:468px;
  float:right;
  padding-bottom:0px;
  margin-top:15px;
}

#Banner img
{
  margin-top: 15px;
  margin-bottom: 10px;
}
	
  #aboutTheChamber {  }

#Footer 
{
	width: 100%;
	margin: 20px 0 0 0;
	border-top: 1px solid #999999;
}

#Footer div
{
	padding: 4px 0 10px 15px;
}

#Crumbtrail 
{
	margin: 0;
  padding: 0;
	width: 100%;
	float: left;
	color: #fff;
	font-size: 10px;
  background: green;
}

#Crumbtrail a:link, 
#Crumbtrail a:visited
{
  color:#777;
  text-decoration:underline;
}

#Crumbtrail a:hover
{
  color:#CC6600;
  text-decoration:underline;
}

#Crumbtrail ul
{
  padding: 3px 15px;
}

#Crumbtrail ul li
{
  float: left;
  height: 24px;
  line-height: 24px;
}

#Crumbtrail ul li a
{
  color: #fff !important;
  font-weight: bold;
  text-decoration: underline;
}

#Crumbtrail .spacer
{
  margin: 0 8px;
}

#PageID 
{
	margin: 0px 0 0 0;
	padding:0px 0 5px 0;
	width:560px;
}

	
/* /Container CLASS styles for layout - (items that can be used more than once per page) ------------------------------------------------*/



/* Homepage specific properties 
------------------------------------------------*/
#HomePhoto { }
#HomePhoto h1 { display:none; }  /*-- This hides the text, but allows for an h1 tag to contain keywords on the homepage --- */

#HomeContent {
  background: #fff;
	text-align:left;
	float:left;
	padding-left:15px;
	padding-right:20px;}

	#HomeContent h2 { 
		padding:15px 0 5px 0;}
		
/* /Homepage specific properties ------------------------------------------------*/


/* GlobalNav properties
------------------------------------------------*/	
#GlobalNav 
{ 
	height:48px;
	margin-top: 20px;
  	float:right;
	/*border: 1px solid black;*/
}

#GlobalNav img
{ 
	/*margin-bottom:-4px;*/
}

#GlobalNav ul 
{ }
	
#GlobalNav li 
{
  margin: 0 5px;
  float: left;
}
	
#GlobalNav li a:link,
#GlobalNav li a:visited, 
#GlobalNav li a:active 
{
  padding: 3px 10px;
  border: 1px solid #333;
  text-decoration: none;
  float: left;
  display: block;
}
			
			#GlobalNav li a:hover {
				color:#fff;
				background-color:#CC6600;
				border:1px solid #CC6600;}

	/*-- sticky global nav --*/
	body#SectionOne #GlobalNav a#About { 
		color:#fff;
		background-color:#CC6600;
		border:1px solid #CC6600;}

/*
	If images are used for global nav buttons...
		#GlobalNav li a span {display: none;}
		#GlobalNav a { 
			height: 28px;
			background-position: 0 0;}
		#GlobalNav a:hover { background-position: 0 -28px;}
		#GlobalNav a#About { 
			width: 116px;
			background-image: url(/Images/Common/Nav_About.gif); }
		body#About #GlobalNav a#About { background-position: 0 -28px;}
*/

/* /GlobalNav properties ------------------------------------------------*/


/* Sub nav properties 
------------------------------------------------*/



	
	#PrintPage {
		margin:0 0 0 15px;
		text-align:left;
		float:right;}
		#PrintPage a:link,
		#PrintPage a:visited{
			font-size:12px;
			padding:4px 4px 4px 18px;
			background:transparent url(/Images/Common/Icon_PrintPage.gif) no-repeat center left;}
			
	#CloseWindow {
		margin:0 0 0 15px;
		text-align:left;
		float:right;}
		#CloseWindow a:link,
		#CloseWindow a:visited{
			font-size:12px;
			padding:4px 4px 4px 18px;
			background:transparent url(/Images/Common/Icon_CloseWindow.gif) no-repeat center left;}
	
/Pop-up window properties ------------------------------------------------*/


/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu5 ul li:hover a,
.menu5 ul li a:hover{
	background:#003f54; color:#fff; 
}

.menu5 ul li:hover {position:relative; z-index:90;}
* html .menu5 ul li a:hover {position:relative; z-index:100;}


/* This defines subnav non-hover background color */
.menu5 ul li:hover ul,
.menu5 ul li a:hover ul {
visibility:visible; position:absolute; height:auto; border:1px solid #999999; background:#eeeeee; overflow:visible;
}

.menu5 ul li:hover ul li a,
.menu5 ul li a:hover ul li a{
display:block; background:transparent; color:#000; line-height:15px; padding:10px 0 5px 10px; height:auto; text-decoration:none;
}

.menu5 ul li:hover ul li:hover a,
.menu5 ul li a:hover ul li a:hover {
background:#003f54; color:#fff;
}
.menu5 ul li:hover ul li ul,
.menu5 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:-2px; left:186px;
}
.menu5 ul li:hover ul li:hover ul,
.menu5 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; height:auto; color:#000; padding:0; border:1px solid #999999; list-style-type:none; background:#eee;
}
.menu5 ul li:hover ul li:hover ul li a,
.menu5 ul li a:hover ul li a:hover ul li a {
display:block; background:transparent; color:#000;
}

.menu5 ul li:hover ul li:hover ul li:hover a,
.menu5 ul li a:hover ul li a:hover ul li a:hover {
background:#003f54; color:#fff;
}

/* End of Menu5 Resource Center*/


/*lllllllllllllllllllllllllllllllllllllllllllllllll Navigation TAB-specific CSS llllllllllllllllllllllllllllll*/
.ic_tab {
	float:left;
	width:10px;
	height:30px;
	background-color:#ab0B34;
}

.ss_tab {
	float:left;
	width:10px;
	height:30px;
	background-color:#872175;
}

.bl_tab {
	float:left;
	width:10px;
	height:30px;
	background-color:#00853f;
}

.rc_tab {
	float:left;
	width:10px;
	height:30px;
	background-color:#335c64;
}

.sbd_tab {
	float:left;
	width:10px;
	height:30px;
	background-color:#003f54;
}

.l_tab {
	float:left;
	width:10px;
	height:30px;
	background-color:#841C11;
}

.atc_tab {
	float:left;
	width:10px;
	height:30px;
	background-color:#CC6600;
}

.ms_tab {
	float:left;
	width:10px;
	height:30px;
	background-color:#542344;
}


/*lllllllllllllllllllllllllllllllllllllllllllllllll Navigation TAB-specific CSS llllllllllllllllllllllllllllll*/


/*-------------------END OF FLYOUT CSS----------------------------------------------------------------*/
#Home #Container #HomeContent #homeTable .style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
