@charset "UTF-8";
html {
	height: 102%;	
}
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 102%;
	background-image: url(../images/chamber-bg-green-stripe.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/chamber-bg-sides.jpg);
	background-repeat:repeat-y;
	border: 1px solid #FFF;
} 





/***************************
** HEADER SECTION STYLING **
****************************/
.thrColFixHdr #header { 
	width: 980px;
	height: 117px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/chamber-top-banner.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: visible;
}

	.thrColFixHdr #header img {
		float: right;
		margin: 27px 15px 0px 0px;
	}




/***********************
** NAVIGATION STYLING **
***********************/
.thrColFixHdr #navBar {
	width: 980px;
	margin: 0px auto;
}
.thrColFixHdr #navBar img {
	float: left;
	margin-top: -70px;
}
.thrColFixHdr #navBar ul#navigation {
	float: left;
	height: 30px;
	list-style-type: none;	
	margin: 24px auto 0px auto;
	padding: 0px;	
} 
.thrColFixHdr ul#navigation li {
	float: left;	
	width: 85px;
	font-size: 1em;
	text-align: center;
	padding: 0px;
	margin: 0px 0px -1px 0px;
}
.thrColFixHdr ul#navigation li a:link,
.thrColFixHdr ul#navigation li a:active,
.thrColFixHdr ul#navigation li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	height: 22px;
	padding: 8px 0px 0px 0px;
}
.thrColFixHdr ul#navigation li a:hover {
	background-image: url(../images/chamber-tab-over.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.thrColFixHdr ul#navigation li a.current {
	background-image: url(../images/chamber-tab-selected.png);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #111111;
}





/*****************************
** STYLING FOR LEFT SIDEBAR **
*****************************/
.thrColFixHdr #container #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 10px;
}

	.thrColFixHdr #container #sidebar1 h3 {
		font-weight: normal;
		font-size: 1.3em;
		/*border-bottom: 1px solid #719E51;*/
		margin: 0px 0px 5px 0px;
		padding: 0px;
	}


	.thrColFixHdr #container #sidebar1 img {
		margin-top: 20px;
		border: 0px;
	}
	
	
	
	.thrColFixHdr #container #sidebar1 ol {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		border-top: 1px solid #719E51;
	}
		
		.thrColFixHdr #container #sidebar1 ol li {
			margin: 0px;
			padding: 5px 0px;
			border-bottom: 1px solid #719E51;
		}

		.thrColFixHdr #container #sidebar1 ol li h4 {
			margin: 0px;
			padding: 0px;
			font-weight: normal;
			font-size: 1.1em;
		}
		
		.thrColFixHdr #container #sidebar1 ol li p.date {
			margin: 0px;
			padding: 0px;
			font-size: 0.9em;
			color: #666666;
		}
		
		.thrColFixHdr #container #sidebar1 ol li p {
			margin: 5px 0px;
			padding: 0px;
			font-size: 1em;
		}
		





/*******************************
** STYLING FOR RIGHT SIDE BAR **
*******************************/
.thrColFixHdr #advertising {
	float: right; /* since this element is floated, a width must be given */
	width: 207px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #FFFFFF;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 30px -40px 0px 0px;
	text-align: center;
}

	.thrColFixHdr #advertising img.top {
		margin: 0px;
		padding: 0px;
	}
	
	*+html .thrColFixHdr #advertising img.top {
		margin: 0px 0px -3px 0px;	
	}
	.thrColFixHdr #advertising img.bottom {
		margin: 0px;
		padding: 0px;
	}
	
	*+html .thrColFixHdr #advertising img.bottom {
		margin: -13px 0px 0px 0px;
		padding: 0px;
	}
	
	.thrColFixHdr #advertising ul.adverts{
		width: 100%;		
		background-image: url(../images/chamber-ad-sides.png);
		background-repeat: repeat-y;	
		margin: 0px;
		padding: 10px 0px 10px 0px;
		text-align: center;
		list-style-type: none;
	}
	
		.thrColFixHdr #advertising ul.adverts li {
			margin: 0px;
			padding: 0px 0px;	
			width: 100%;
			text-align: center;
		}
		
		
		.thrColFixHdr #advertising ul.adverts li img {
			width: 158px;
			display: block;
			border: 1px solid #666666;
			margin: 0px auto 10px auto;
			padding: 0px;
		}





/**********************************
** STYLING FOR MAIN CONTENT AREA **
**********************************/
.thrColFixHdr #container #mainContent { 
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	
	margin: 30px 220px 0px 250px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px 60px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

	.thrColFixHdr #container #mainContent h1,
	.thrColFixHdr #container #mainContent h2 {
		font-size: 1.7em;
		color: #666666;
		font-weight: normal;
		margin: 5px 0px;
		padding: 0px;
	}
	.thrColFixHdr #container #mainContent h2 {
		font-size: 1.5em;	
	}
	
	.thrColFixHdr #container #mainContent p {
		font-size: 1em;
		line-height: 1.5em;
	}




/*************************************
** STYLING FOR USEFUL LINKS SECTION **
*************************************/
.thrColFixHdr #container #usefulLinks { 	
	width:100%;
	margin: 5px 220px 0px 250px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


	.thrColFixHdr #container #usefulLinks h5 {
		margin: 0px;
		padding: 0px;
		font-size: 0.8em;
		color: #999999;
	}

	.thrColFixHdr #container #usefulLinks a,
	.thrColFixHdr #container #usefulLinks img {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		display:block;
		float:left;
	}





/*******************************
** STYLING FOR FOOTER SECTION **
*******************************/
.thrColFixHdr #footer { 
	height: 65px;
	margin: 0px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	background-image: url(../images/chamber-footer.gif);
	background-repeat: no-repeat;
	background-position: top;
} 
	
	.thrColFixHdr #footer p#resolution {
		float: left;
		width: 100%;
		padding: 0px;
		margin: 0px 0px 60px 10px;
	}
	
	.thrColFixHdr #footer p#resolution a:link,
	.thrColFixHdr #footer p#resolution a:active,
	.thrColFixHdr #footer p#resolution a:visited {
		color: #AAA;
		text-decoration: none;
		font-size: 0.9em;		
		color: #999999;
	}
	.thrColFixHdr #footer p#resolution a:hover {
		text-decoration: underline;
	}


	
	
	.thrColFixHdr #footer ul {
		float: left;
		width: 100%;
		line-height: 1em;
		list-style-type: none;
		margin: 30px 0px 30px 20px;
		padding: 0px 0px 0px 10px;
		border-left: 1px solid #CCCCCC;
	} 
	
		.thrColFixHdr #footer ul li {
			float: left;
			margin: 0px 10px 0px 0px;
			padding: 0px 10px 0px 0px;
			border-right: 1px solid #999999;
		}
		
			.thrColFixHdr #footer ul li a:link,
			.thrColFixHdr #footer ul li a:active,
			.thrColFixHdr #footer ul li a:visited {
				text-decoration: none;
				color: #999999;
				font-size: 1em;
				line-height: 1em;
			}
			.thrColFixHdr #footer ul li a:hover {
				text-decoration: underline;	
			}
	
	
	.thrColFixHdr #footer p {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}







/********************************
** GENERIC STYLING FOR WEBSITE **
********************************/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img { border: none; }

