/* CSS Document */



/*  ===================================================  
 	===================================================  
	
	Description: styles for basic structure elements
				 does not include nav, see import above
	Author: Kari Spence	
	Release date: 4/10/2009
	Revision History
	   -Revised By:	
		Revised On: 
		Designer approved: 
  	=================================================== 
  	===================================================  */


body {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	}
	
	#container {
	width: 650px;
	margin: 40px 0px 0px;
	padding: 0px;
		}
	

/*  ===================================================  
  	DEFINES TOP BANNER
  	===================================================  */

#header {
	display: none;
	}
	
	#fastFinder {
		display: none;
		}
		
	
	
/*  ===================================================  
  	DEFINES SEARCH STYLES
  	===================================================  */
	
.TopicCenterDDL {
	display: none;
	}
	
.siteSearchForm {
	display: none;
	}
		
/*  ===================================================  
  	DEFINES CONTENT STRUCTURE
  	===================================================  */
	
#contentContainer {
	float: left;
	width: 650px;
	margin: 0px;
	padding: 0px;
	} /* set column background on this div */

	#content {
	width: 650px;
	margin: 0px;
	padding: 0px;
		} 

	#column1 {
		display: none;
		}

				
	#column2 {
	float:left;
	width:650px;
	margin: 0px;
	padding: 0px;
		}
	
		#column2Nest {}
	
	#column3 {}
		
		#column3Nest {}
		
		
	/*  ===================================================  
	for pages like site map, services, 
	where only one column is being used, no nav 
	===================================================  */
	#column1Only {
		clear: none;
		float:left;
		padding: 0 15px 0 15px;
		width: 916px;
		}
		
		.column1OnlyDiv {
			float: left;
			width: 450px;
			}
			
			.column1OnlyText, .column1OnlyText a {
				background: #e3f1f7;
				color: #729ABF;
				font-size: 14px;
				font-weight: bold;
				margin: 0px 0px 4px;
				padding: 2px;
				text-decoration: none;
				}
				
				.column1OnlyIndent, .column1OnlyIndent a {
					color: #789D8F;
					font-weight: bold;
					margin: 0px;
					padding: 2px 2px 2px 10px;
					text-decoration: none;
					}						
					
					.column1OnlyIndentMore, .column1OnlyIndentMore a {
						color: #4b6667;
						margin: 0px;
						padding: 1px 1px 1px 20px;
						text-decoration: none;
						}		
		
/*  ===================================================  
  	DEFINES FOOTER
  	===================================================  */

	
#footer {
	clear: both;
	height: 20px;
	margin-top: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 650px;
	font: 100% "Times New Roman", Times, serif;
	}
	
#copyrightContainer {
	float: left;
	width: 650px;
	}
	
#legalContainer {
	float: right;
	width: 150px;
	}
	
#copyrightDate {}
		

/*  ===================================================  
  	DEFINES MISCELLANEOUS ELEMENTS
  	===================================================  */
		
.shim {
	clear: both;
	height:1px;
	width: auto;
	}
	
.contentPhoto {}
	
.contentTable {}
		
.contentTableRow {}
	
.contentTableRowAlternating {}

.iBox {
	margin-left: 15px;
	margin-right: 15px;
	width: 220px;
	}
			
.contactInfo {
	float:left;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 500px;
	}
	
	.contactInfo p, h4, h5 {
		margin: 0;
		padding: 0;
		}
	
h1 {
	color: #000;
	margin-top: 20px;
	font: bold 150%/18px "Times New Roman", Times, serif;
	}		
	
h2 {
	color: #000;
	font: bold 130%/18px "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 16px;
	}
	
h3 {
	color: #000;
	font: bold 120%/18px "Times New Roman", Times, serif;
	}
	
h4 {
	color: #000;
	font: bold 110%/18px "Times New Roman", Times, serif;
	}
	
h5 {
	color: #000;
	font: bold 100%/18px "Times New Roman", Times, serif;
	}


p, ul {
	color: #000;
	font: 100%/18px "Times New Roman", Times, serif;
	}	
	
li {
	padding-bottom: 4px;
	}		
	
a {
	line-height: 16px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	}
	
a:hover {
	color: #698d8e;
	line-height: 16px;
	text-decoration: none;
	}
	
.noPad {
	margin: 0;
	padding: 0;
	}

.padBottom {
	margin: 0 0 10px 0;
	padding: 0;
	}

.padTop {
	margin: 10px 0 0 0;
	padding: 0;
	}	
	
.backToTop {
	display: none;
	}



/*  ===================================================  
  	DEFINES CUSTOM CLASSES
  	===================================================  */
		
.bodysubtext {}

.footerCopyright {}
	
.footerLegal {}
	
.footerLegal a {}	
	
.footerLegal a:hover {}
	

/*  ===================================================  
  	DEFINES MISCELLANEOUS ITEMS
  	===================================================  */


.imgAlignLeft {
	display: none;
	}

.imgAlignRight {
	display: none;
	}

.caption {
	display: none;
	}
	
.contentTable {
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
	width: 470px;
	}

	.contentTable h5 {
		 border-bottom: solid 1px #000;
		}

	.contentTable td {
		height: 20px;
		text-indent: 3px;
		}

.contentTableRow {}

.contentTableRowAlt {
	background: #E3F1F7;
	}

.firstletter:first-letter {
	color:#6590B9;
	font-weight: bold;
	font-size: 16px;
	}

.relatedLinks {
	display: none;
	}



.primNavBlue {
	display: none;
	} 

.primNavGreen {
	display: none;
	}

#primNav {
	display: none;
	}
		
#secNav {
	display: none;
		} 
		
.navDiv {
	display: none;
	}

img {
	display: none;
	}
	
#mainImg, #legalContainer {
	display: none;
	}

