/* 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: #EDE8E2;
	margin: 50px 0 0;
	padding: 0;
	}
	
	#container {
		background: url(../images/bk.gif) repeat-y;
		margin-left: auto;
		margin-right: auto;
		width: 916px;
		}
	

/*  ===================================================  
  	DEFINES TOP BANNER
  	===================================================  */

#header {
	height: 115px;
	position: relative;
	width: 916px;
	}
	
	#header input, #header select, #header option {
		color: #6c6a60;
		font: 10px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		margin: 0;
		padding: 0;
		}
		
	#header form {
		float: right;
		margin: 0;
		padding: 0 5px 0 0;
		}	

	#fastFinder {
		background: url(../images/topTabBar.gif) no-repeat;
		height: 24px;
		padding-right: 15px;
		padding-top: 20px;
		width: 901px;
		}
	
	#TopicCenterDDL {
		float: right;
		}
	
	.clientLogo {
		left: 30px;	
		position: absolute;
		top: 26px;
		}
	
	.clientTagline {
		position: absolute;
		right: 45px;
		top: 90px;
		}
	
/*  ===================================================  
  	DEFINES SEARCH STYLES
  	===================================================  */
	

	
.siteSearchForm {}
	
.searchField {}
	
.searchButton {}
	


		
/*  ===================================================  
  	DEFINES MAIN PROMO AREA
  	===================================================  */

#mainPromoContainer {}
		
/*  ===================================================  
  	DEFINES CONTENT STRUCTURE
  	===================================================  */
	
#gradient {
	background: #C0BDAA url(../images/whiteOrange.gif) repeat-x;
	margin-left: 8px;
	position: relative;
	width:900px;
	}
	
	
#content {
	background: #182363 url(../images/primNavBk.gif) no-repeat left bottom;
	border-bottom: solid 1px #918b6b;
	border-left: solid 1px #918b6b;
	border-right: solid 1px #918b6b;
	margin: 0 0 0 15px;
	padding: 0;
	width: 868px;
	}
	
	
	#content ul {
		margin-top: 5px;
		padding-top: 5px;
		}	
		
		#content li {
			padding-bottom: 5px;
			}

#contentTabbed{
	background: #FFFFFF url(../images/orangeWhiteTab.jpg) no-repeat;
	float: left;
	margin: 0;
	padding-left: 15px;
	/*padding-right: 15px;
	width: 682px;*/
	
	padding-right: 0px; 
	width: 697px;
	}

#column1 {
	float: left;
	padding-bottom: 25px;
	/*padding-left: 10px;
	padding-right: 10px;
	width: 487px;*/
	
	width: 684px;
	padding-right: 0;
	padding-left: 0;
	background: #FFFFFF;
	}
	
		/*	#column1Nest {}*/
	
	#column2 {
		display: none;
		/*float: left;
		padding: 10px 0 10px 10px;
		width: 125px;*/
		}
	
		/*#column2Nest {}
	
	#column3 {}
		
		#column3Nest {}*/
		
/*  ===================================================  
  	DEFINES FOOTER
  	===================================================  */

	
#footer {
	background: url(../images/footerBk.gif) no-repeat 0px 0px;
	color: #182363;
	font: 11px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 916px;
	padding: 0;
	}
	
	#footer p {
	color: #182363;
	float: left;
	margin: 0;
	padding: 0;
		}
		
		#footer a {
	color: #182363;
	text-decoration: underline;
			}		
	
#copyrightContainer {}
	
#legalContainer {}
	
#copyrightDate {}
		

/*  ===================================================  
  	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;
	}
	
