

body {
width: 1020px;
margin: auto;
text-align: center;
padding-top: 10px;
}


	/* Structure Divs */
	



	#mainContainer {
	margin: auto;
	background-color: #FFF;
	width: 1000px;
	padding-left: 0px;
	float: left;
	}
		#colorTop {
			width: 1000px;
			height: 33px;
			padding-top: 5px;
			padding-bottom: 10px;
			float: left;
			clear: both;
			}
		#colorBottom {
			width: 1000px;
			height: 33px;
			padding-top: 10px;
			padding-bottom: 0px;
			margin: 0px;
			float: left;
			clear: both;
		
			}
	
		#subContainer {
			width: 966px;
			height: 700px;
			padding-left: 17px;
			padding-right: 17px;
			padding-top: 17px;
			padding-bottom: 17px;
			background-color: #acb6a7;
			float: left;
			text-align: center;
			}
			
		#indexLanding {
			width: 966px;
			height: 583px;
			padding-top: 10px;
			clear: both;
			float: left;
			}
			#indexLandLeft {
			width: 625px;
			padding-right: 20px;
			float: left;
			}
			#indexLandRight {
			width: 316px;
			padding: 0px;
			float: left;
			}
		
		#topBanner {
			width: 966px;
			padding: 0px;
			height: 115px;
			background-color: #FFF;
			float: left;
			clear: both;
			text-align: left;
		}
		
			#titleBox {
				width: 260px;
				float: left;
				overflow: hidden;
				}
			#navigationBox {
				width: 366px;
				float: left;
			}
				#navTop {
				height: 28px;
				padding-top: 5px;
				clear: both;
				float: left;}
				#navLeft {
				width: 182px;
				height: 80px;
				float: left;
				}
				#navRight {
				width: 182px;
				heigh: 80px;
				float: left;}

			#tripleBox {
			width: 340px;
			text-align: right;
			float: left;}
				#triple1 {
				width: 105px;
				height: 105px;
				overflow: hidden;
				padding-left: 6px;
				padding-top: 5px;
				float: left;}
				
				#triple2 {
				width: 105px;
				height: 105px;
				overflow: hidden;
				padding-left: 6px;
				padding-top: 5px;
				float: left;}
				
				#triple3 {
				width: 105px;
				height: 105px;
				overflow: hidden;
				padding-left: 6px;
				padding-top: 5px;
				float: left;}
				
			
			#photoStrip {
			width: 960px;
			height: 125px;
			padding-left: 3px;
			padding-right: 3px;
			padding-top: 3px;
			padding-bottom: 3px;
			background-color: #FFF;
			float: left;
			clear: both;
			}
			
			#flashBoxish {
			width: 960px;
			height: 440px;
			background-color: #FFF;
			padding-left: 3px;
			padding-right: 3px;
			clear: both;
			z-index: 1;
			
			}
			
			#siteMapBox {
			widht: 960px;
			padding: 20px;
			background-color: #FFF;
			text-align: left;
			font-family: helvetica;
			font-size: 12px;
			line-height: 18px;
			color: #000;
			overflow: auto;
			height: 440px;
			clear: both;
			z-index: 1;			
			}
			
			
			#spacer {
			height: 10px;
			width: 900px;
			clear: both;}
			
			
			#spacer2 {
			height: 1px;
			width: 900px;
			clear: both;}
			
			
	#footer {
	width: 1000px;
	height: 38px;
	clear: both;
	float: left;
	margin-top: 0px;
	}

		#footerLeft {
		width: 300px;
		text-align: left;
		float: left;
		}
		#footerMid {
		width: 400px;
		text-align: center;
		font-size: 10px;
		font-family: Helvetica;
		letter-spacing: 0px;
		margin-top: 10px;
		color: #acb6a7;
		float: left;
		}
		#footerRight {
		width: 300px;
		text-align: right;
		font-size: 12px;
		font-family: Helvetica;
		letter-spacing: 0px;
		margin-top: 5px;
		color: #acb687;
		float: right;
		}

		
	a#tri1 {
		display: block;
   		width: 105px;
   		height: 105px;
		background: url("../gfx/menus/build_block.jpg") 0 0 no-repeat;
    		text-decoration: none;
		}
	a:hover#tri1 {
		background-position: 0 -105px;
		}


	a#tri2 {
   		display: block;
   		width: 105px;
   		height: 105px;
		background: url("../gfx/menus/operate_block.jpg") 0 0 no-repeat;
    		text-decoration: none;
		}
	a:hover#tri2 {
		background-position: 0 -105px;
		}


	a#tri3 {
   		display: block;
   		width: 105px;
   		height: 105px;
		background: url("../gfx/menus/maintain_block.jpg") 0 0 no-repeat;
    		text-decoration: none;
		}
	a:hover#tri3 {
		background-position: 0 -105px;
		}

			

	/* END OF STRUCTRE */



	/* PIC */
	.contactPic {
		padding-right: 10px;
		border: 0px;
	}


	
	/* SPANS */

	.pageTitle, .heading, .content, .smallContent, .contactHeader, .contentHeader, .heading2 {
		font-family: helvetica, verdana, sans-serif;
		color: #760c23;
	}

	.pageTitle {
		position: relative;
		font-size: 19px;
		font-weight: bold;
		letter-spacing: -.1px;
		bottom: 0;
	}

	.heading {
		font-size: 15px;
		font-weight: bold;
		line-height: 2em;
	}

	.heading2 {
		font-size: 19px;
		font-weight: bold;
		line-height: 2em;
		letter-spacing: -.5px;
	}

	.contentHeader {
		font-size: 13px;
		line-height: 2em;
		font-weight: bold;
	}

	.content {
		padding-bottom: 5px;
		font-size: 11px;
		line-height: 1.5em;
		font-weight: bold;;
	}

	.smallContent {
		font-size: 10px;
		line-height: 1.2em;
	}

	.contactHeader {
		font-size: 14px;
		line-height: 2.2em;
		font-weight: bold;
	}
	.bannerLinks {
		font-size: 14px;
		line-height: 1em;
		font-family: Helvetica;
		color: #0066a4;
		letter-spacing: 0px;
		}
	.dblueHeader {
		color: #0066a4;
		font-family: helvetica;
		font-size: 16px;
		line-height: 22px;
		}



/* LINKS */



a.mb {
		font-size: 12px;
	
		font-family: Helvetica;
		color: #000;
		letter-spacing: 0px;
		font-weight: bold;
		text-decoration: underline;
}

a:visited.mb {
		color: #000;
		text-decoration: underline;
		font-weight: bold;
}

a:hover.mb {
		color: #0066a4;
		text-decoration: none;
		font-weight: bold;
}



a:active.mb {
		color: #000;
		text-decoration: underline;
		font-weight: bold;
}





a.sub {
		font-family: Helvetica;
		letter-spacing: 0px;
		line-height: 1.25em;
		font-size: 14px;
		text-decoration: none;
		color: #FFF;
}

a:visited.sub {
		color: #FFF;
		text-decoration: none;
		
}

a:hover.sub {
		color: #acb6a7;
		text-decoration: none;
	
}

a:active.sub {
		color: #acb6a7;
		text-decoration: none
}

a.banner {
		font-size: 14px;
		line-height: 1.3em;
		font-family: Helvetica;
		color: #acb6a7;
		letter-spacing: 0px;
		font-weight: normal;
		text-decoration: none;
}

a:visited.banner {
		color: #acb6a7;
		text-decoration: none;
		font-weight: normal;
}

a:hover.banner {
		color: #0066a4;
		text-decoration: none;
		font-weight: normal;
}



a:active.banner {
		color: #0066a4;
		text-decoration: none;
		font-weight: normal;
}



a#codas {
		font-family: Helvetica;
		letter-spacing: 0px;
		line-height: 1.5em;
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
		color: #b3d88b;
}

a:visited#codas {
		color: #b3d88b;
		text-decoration: underline;
		
}

a:hover#codas {
		color: #000;
		text-decoration: underline;
	
}

a:active#codas {
		color: #b3d88b;
		text-decoration: none;
}


a#codasBlack {
		font-family: Helvetica;
		letter-spacing: 0px;
		line-height: 1.5em;
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
		color: #000;
}

a:visited#codasBlack {
		color: #000;
		text-decoration: underline;
		
}

a:hover#codasBlack {
		color: #0066a4;
		text-decoration: underline;
	
}

a:active#codasBlack {
		color: #000;
		text-decoration: none;
}



a.siteMap {
		font-family: Helvetica;
		letter-spacing: 0px;
		line-height: 1.5em;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		color: #acb6a7;
}

a:visited.siteMap {
		color: #acb6a7;
		text-decoration: none;
		
}

a:hover.siteMap {
		color: #0066a4;
		text-decoration: underline;
	
}

a:active.siteMap {
		color: #acb6a7;
		text-decoration: none;
}









