/* CSS Document */



/*  =================================================== 
	Description: CSS Framework text style sheet
	Author:  
	Release date:	 
	Designer approved: 
	Date approved: 
	Revision History:	Revised By		Revised On:
						Kari			11/14/07

  	===================================================  */
	
		
/* DEFINES HTML TAGS */
	
	
h1 {
	color: #770706;
	font: 20px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	line-height: 24px;
	margin: 0;
	font-weight: normal !important; /* Safari, IE5/Mac */
  	font-weight: bold; /* IE5/5.5/WIN */
	font-weight/**/:/**/bold; /* IE6/WIN */
	}
	
h2 {
	color: #ff953b;
	font: normal 18px/20px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin: 2px 0 0 0;
	}
	
h3 {
	color: #136f80;
	font: bold normal 16px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	}
	
	h3 + p {
		margin: 0;
		padding: 0;
		}	
	
h4 {
	color: #3ca9c0;
	margin-bottom: 0px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 0px;
	}
	
	h4 + p {
		margin: 0;
		padding: 0;
		}	

	
h5 {
	color: #6c6a60;
	font: 11px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 18px;
	}	
	
				
p, ul, ol, table {
	font: 11px/18px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #333;
	}
	
a {
	color: #157081;
	font: 11px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	text-decoration: none;
	}
	
 a:hover {
 	color: #3ca9c0;
	font: 11px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	text-decoration: underline;
	}
	
	
	
ul {}

li {}

li a {}

li a:hover {} 

.altRow {
	background: #E0F5F8;
	}


/* DEFINES CUSTOM CLASSES */
		
.bodysubtext {}

.footerCopyright {}
	
.footerLegal {}
	
.footerLegal a {}	
	
.footerLegal a:hover {}
	

/* DEFINES MISCELLANEOUS ITEMS */

.iboxes {
	clear: both;
	float: left;
	margin-top: 5px;
	width: 235px;
	}

	.iboxes img {
		margin-top: 5px;
		}

.imgAlignLeft {
	float: left;
	padding: 0 10px 10px 0;
	}

.imgAlignRight {
	float: right;
	padding: 0 0 10px 10px;
	}

.imgCaption {}

.noPad {
	margin: 0;
	padding: 0;
	}
	
.noPadTop {
	margin-top: 0;
	padding-top: 0;
	}	

.subscript {}

.superscript {}


/*The following are for sitemap and services pages. */

.column {}

	.heading {}
	
		/* indented */
		.subhead {}
		
			/* indented more */
			.subhead2 {}

/*use for contact table, where they list name, title, address, fax, email etc*/
.contact {
	width: 300px;
	}
	
	.contact p {
		margin: 0;
		padding: 0;
		}
			
.contactTable {
	border: 1px solid #157081;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #157081;
}

.contactTableAlt {
	background-color: #E7F6FB;
	
}
