/* CSS Document */

/*  ===================================================  
 	===================================================  
	
	Description: CSS Framework structure style sheet
	Author:  
	Release date:	 
	Designer approved: 
	Date approved: 
	Revision History:	Revised By		Revised On:
						Sean			11/14/07
						
  	=================================================== 
  	===================================================  */
@import url("nav.css");
@import url("txtstyles.css");


body {
	background: #8FDCE6 url(../images/bk.jpg) repeat-x;
	}
	
	#container {
		background: #8ddbe5 url(../images/bkShadow.jpg) repeat-y;
		margin: 0px auto;
		padding: 0px;
		width: 980px;
		}


#header {
	background: url(../images/headerBk.jpg) no-repeat;
	float: left;
	height: 127px;
	width: 980px;
	}
	
	.clientLogo {}
	
#fastFinder {
	color: #FFFFFF;
	float: right;
	font: 11px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin-left: 300px;
	margin-top: 35px;
	margin-right: 30px;
	}
	
	#fastFinder a {
		color: #FFFFFF;
		}
	
	#fastFinder form {
		float: left;
		padding: 0;
		margin-top: 0;
		margin-right: 5px;
		margin-bottom: 0;
		margin-left: 0;
		}
		
		#fastFinder select, #fastFinder option {
			font: 11px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
			}	
			
		#fastFinder input {
			font: 11px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
			height: 15px;
			margin: 0;
			padding: 0;
			}	

.TopicCenterDDL {}
	
.siteSearchForm {}
	
.searchField {}
	
.searchButton {}
	

#shadowLeft {
	background:url(../images/bkShadowLeft.jpg) no-repeat; 
	float:left;
	height:385px; 
	width:15px; 
	}
#shadowRight {
	background:url(../images/bkShadowRight.jpg) no-repeat; 
	float:right;
	height:385px; 
	width:15px; 
	}


#mainPromoContainer {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	float: left;
	height: 190px;
	margin: 0;
	padding: 0px;
	width: 948px;
	}
		

#content {
	background: #FFFFFF;
	border-bottom: none;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	float:left;
	width:918px;
	}

/*main content, body and headlines*/
#contentCol {
	float:left; 
	margin: 30px 0 15px 15px;
	width: 668px;
	}

	#column1 {
		width: 235px;
		float: left;
		}
	
/*		#column1Nest {}*/
	
	#column2 {}
	
/*		#column2Nest {}
	
	#column3 {}
		
		#column3Nest {}
		*/
/*  ===================================================  
  	DEFINES FOOTER
  	===================================================  */

	
#footer {
	background: url(../images/footerBk.jpg) no-repeat;
	height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	width: 911px;
	float: left;
	font: 11px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	}
	
	#footer p {
		float: left;
		margin: 0;
		padding: 0;
		}
	
#copyrightContainer {
	margin: 0;
	padding: 0;
	}
	
#legalContainer {
	float: left;
	padding: 0;
	margin: 0;
	}
	
#copyrightDate {
	width: 568px;
	}
		

/*  ===================================================  
  	DEFINES MISCELLANEOUS ELEMENTS
  	===================================================  */

/* hides breaking news events and newsreleases */


/*

.breakingNews1 { 
	display: none;
	}
	
.breakingNews2 { 
	display: none;
	}

.breakingNews3 { 
	display: none;
	}
	
.breakingNews4 { 
	display: none;
	}
	
.breakingNews4 { 
	display: none;
	}
	
.upcomingEvents1 { 
	display: none;
	} 
	
.upcomingEvents2 { 
	display: none;
	} 
	
.upcomingEvents3 { 
	display: none;
	} 
	
.upcomingEvents4 { 
	display: none;
	} 
	
.upcomingEvents5 { 
	display: none;
	} 
	
.newsRelease1 { 
	display: none;
	} 
	
.newsRelease2 { 
	display: none;
	} 

.newsRelease3 { 
	display: none;
	} 
	
.newsRelease4 { 
	display: none;
	} 
	
.newsRelease5 { 
	display: none;
	} 
	
*/
			
.shim {
	clear: both;
	width: auto;
	}
	
