@charset "UTF-8";
/* CSS Document */

body {
	background: #ffffff;
	font-family: verdana, optima, helvetica, arial, sans-serif;
	}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 980px;
	}

#banner {
	}
	
#logo {
	float: left;
	width: 300px;
	}

.logo {
	margin: 0 0 20px 0;
	}
	
#fastFinder {
	float: right;
	margin: 38px 0 0 0;
	}
	
	#search {
	margin: 0 0 0 15px;
	}

#primaryNavContainer {
	background: #ffffff;
	/*height: 40px;*/
	border-top: 1px solid #685c53;
	clear: both;
	}

#content {
	background: #ffffff url(../images/contentBackground.gif) center repeat-y;
	border-top: 1px solid #685c53;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	clear: both;
	}
	
#contentOneCol {
	background: #ffffff;
	border-top: 1px solid #685c53;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	clear: both;
	}
	
.contentImg {
	float: right;
	clear: right;
	padding: 0 0 15px 15px;
	}
	
#colOne {
	float: left;
	width: 673px;
	padding: 0;
	margin: 0 0 15px 0;
	}
	
ul {
	padding: 0 0 0 15px;
	list-style: square;
	}

.contentTable {
	border-top: 1px solid #685c53;
	border-left: 0;
	background: #ffffff;
	margin: 0 15px 15px 0;
	}
	
	.contentTable p {
		padding: 3px 0 3px 0;
		margin: 0px;
		}
		
	.contentTable li {
		list-style: none;
		}
	
.contentTableColumn {
	padding: 3px 8px 3px 8px;
	background-color: #f6f5f4;
	border-bottom: 1px solid #685c53;
	}
	
	.contentTableRow {
		padding: 3px 8px 3px 8px;
		background: #ffffff;
		border-bottom: 1px solid #685c53;
		border-right: 0;
		}
		
	.contentTableRowAlternating {
		padding: 3px 8px 3px 8px;
		background: #f6f5f4;
		border-bottom: 1px solid #685c53;
		border-right: 0;
		}


#colTwo {
	float: right;
	width: 277px;
	padding: 0;
	margin: 0 0 15px 0;
	}
	
ul.rightColLinks {
	list-style: none;
	padding: 0;
	}
	
.hiText {
	vertical-align: bottom;
	}

.haImg {
	padding: 15px 10px 0 0;
	}
	
/*************************************
Begin footer specific styles
*************************************/

#shim{
	clear: both;
	}

#footer {
	clear: both; /* serves as footer hack to pull parent div down */
	margin: 15px 0 0 0;
	width: auto;
 	padding: 15px 0px 15px 0px;
	height: 35px;
	border-top: 1px solid #685c53;
	background: #ffffff;
	}
	
#copyrightcontainer {
	float: left;
	}
		
#legalcontainer {
	float: right;
	}
	
#copyrightDate {
	float: left;
	}
	
#footerHolder {
	clear: both;
	height: 1px;
	} /* hacks the main container div to stretch height for all child divs */
	
	* html #footerHolder {
		/* commented backslash hack v2 \*/
 		display: none;
  		d\isplay: none;
  		/* end hack */
		}

/*************************************
Begin index specific styles
*************************************/

#flash {
	margin: 0;
	width: 980px;
	height: 300px;
	padding: 0;
	border-top: 1px solid #685c53;
	clear: both;
	}
	
#homeContent {
	background: #ffffff url(../images/homeContentBackground.gif) center repeat-y;
	border-top: 1px solid #685c53;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	float: left;
	width: 980px;
	}

#homeColOne {
	float: left;
	width: 307px;
	padding: 0 15px 0 0;
	margin: 0;
	}
	
.welcomeImg {
	padding: 0 0 10px 0;
	}

#homeColTwo {
	float: left;
	width: 306px;
	padding: 0 15px 0 15px;
	margin: 0 0 15px 0;
	}

#highlightedServicesContainer {}
	
#nextService {}

.highlightedServicesPhoto {
	float: right;
	padding: 20px 0 10px 10px;
	}
	
#highlightedVideoContainer {}
	
#nextVideo {}

.highlightedVideoPhoto {
	float: left;
	padding: 10px 10px 10px 0;
	}

#homeColThree {
	float: left;
	width: 307px;
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
	}

#homePromo1 {
	background: #685c53;
	width: 96px;
	margin: 0 10px 0 0;
	float: left;
	}
	
#homePromo1 a:hover{
	text-decoration: none;
	}
	
#homePromo2 {
	background: #685c53;
	width: 95px;
	margin: 0 10px 0 0;
	float: left;
	}
	
#homePromo2 a:hover{
	text-decoration: none;
	}
	
#homePromo3 {
	background: #685c53;
	width: 96px;
	margin: 0;
	float: left;
	padding: 0;
	}
	
#homePromo3 a:hover{
	text-decoration: none;
	}

#newsEvents {
	padding: 0;
	margin: 15px 0 0 0;
	float: left;
	}
	
#newsEventsContent {
	margin: 10px 0 0 0;
	}

#newsEvents ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#newsEvents li {
	padding: 0 0 7px 0;
	}
