@import url("nav.css");
/* CSS Document */

/*  ===================================================  
	
	Description: CSS Framework structure style sheet
	Author:  
	Release date:	 
	Designer approved: 
	Date approved: 
	Revision History:	Revised By		Revised On:
						Kari			11/14/07
						
  	===================================================  */


body {
	font-family: "Trebuchet MS", Verdana;
	background: #9FC3E3;
	}
	
	#container {
		width: 958px;
		margin-right: auto;
		margin-left: auto;
		background: #FFF;
		border-top: 1px solid #0E6CB6;
		border-right: 1px solid #0E6CB6;
		border-bottom: 5px solid #0E6CB6;
		border-left: 1px solid #0E6CB6;
		padding: 10px;
		}
	

/* DEFINES TOP BANNER  */

#header {
	height: 160px;
	}
	
	.clientLogo {}
	
	#fastFinder {
		width: 980px;
		margin-right: auto;
		margin-left: auto;
		padding: 0 0 10px 0;
		text-align: right;
		height: 18px;
		}

#siteSearchAlt { display: none; }
	
/*  DEFINES SEARCH STYLES  */
	
.TopicCenterDDL {}
	
.siteSearchForm {}
	
.searchField {}
	
.searchButton {}

/*  DEFINES CONTENT STRUCTURE  */
	
#contentContainer {} /* set column background on this div */

#featuredNavContainer {
	width: 980px;
	height: 18px;
	}
	
#primNavContainer {
	width: 980px;
	height: 20px;
	background: #60a33a;
	}
	
#secNavContainer {
	}	
	
	#column1 {
		float: left;
		width: 200px;
		}
	
		#column1Nest {
	margin: 15px 0px;
			}
	
	#column2 {
	width: 558px;
	float: left;
		}
	
		#column2Nest {
	margin: 15px;
}
	
	#column3 {
	float: right;
	width: 200px;
		}
		
		#column3Nest {
			/*margin: 15px 0px;*/
			
			background: #FFF;
			border-bottom: 5px solid #0E6CB6;
			border-left: 1px solid #0E6CB6;
			border-right: 1px solid #0E6CB6;
			border-top: 1px solid #0E6CB6;
			float: right;
			font-size: 13px;
			margin: 10px 0 10px 0;
			padding: 0;
			width: 198px;
			}
		
/*  DEFINES FOOTER  */

	
#footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	}
	
	#footerNest {
	background: #99FFFF;
	width: 950px;
	margin: 15px;
		}
	
#copyrightContainer {}
	
#legalContainer {}
	
#copyrightDate {}
		

/*  DEFINES MISCELLANEOUS ELEMENTS  */

	
.shim {
	clear: both;
	width: auto;
	}
	
.contentPhoto {}
	
.contentTable {}
		
.contentTableRow {}
	
.contentTableRowAlternating {}

.iBox {
	color: #4f8630;
	margin-left: 10px;
	text-align: right;
	display: block;
	border-top: 10px solid #FFFFFF;
	float: left;
	width: 180px;
	}

	.iBox a {
		color: #4f8630;
		text-decoration: none;
		}	
				
		.iBox strong {
			text-decoration: underline;
			}
			
