body { 
	background-image: url("images/etcs_BG.jpg");
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
ul {
	margin: 5px 0px 15px 0px;
}
H2 {
	font-style: italic;
	color: #000;
	margin-bottom: 6px;
}
H3 {
	font: italic bold 24px "Times New Roman", Times, serif;
	color: #de0202;
	margin: 4px 0px 4px 0px;
	text-transform: uppercase;
}
H4 {
	font: italic bold 18px "Times New Roman", Times, serif;
	color: #de0202;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.date {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	padding: 0px 0px 0px 30px;
	text-decoration: none;
}

#main {
	position: relative;
	width: 792px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	position: absolute;
	width: 250px;
	height: 101px;
	top: 34px;
	left: 30px;
}
.phone {
	font: bold 14px "Times New Roman", Times, serif;
	text-align: right;
	color: #000;
	padding: 0px 30px 0px 0px;
}
#map {
	float: right;
}
.vertline {
	background-image: url(images/vertLine.jpg);
	width: 7px;
	height: auto;
	vertical-align: bottom;
}
.top_BG {
	background-image: url(images/top_BG.jpg);
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	padding: 0px;
	width: 792px;
	height: 34px;
}
.head_BG {
	background-image: url(images/header_BG.jpg);
	width: 792px;
	height: 121px;
}

.lftGutter {
	width: 23px;
	height: auto;
	background-image: url("images/lft_gutterBG.jpg");
	vertical-align: top;
}

.rtGutter {
	width: 23px;
	height: auto;
	background-image: url("images/rt_gutterBG.jpg");
	vertical-align: top;
}

#blah {
	width: 740px;
}
#mainNav {
	position: absolute;
	width: 454px;
	height: 30px;
	top: 116px;
	right: 25px;
}
.contentTitle {
	font: bold italic 14px "Times New Roman", Times, serif;
	color: #000;
	text-align: left;
	margin-bottom: 2cm;
} 
.contentBG {
    background-image: url("images/content_BG.jpg");
	width: 756px;
}

.content {
	font: normal 13px "Times New Roman", Times, serif;
	text-align: left;
	vertical-align: top;
	color: #565656;
	padding: 20px;
}

.content a:link, .content a:active, .content a:visited {
	/*text-transform: uppercase;*/
	font: bold 13px "Times New Roman", Times, serif;
	color: #143354;
	text-decoration: underline;
}
.content a:hover {
	/*text-transform: uppercase;*/
	font: bold 13px "Times New Roman", Times, serif;
	color: #143354;
	text-decoration: none;
}

.form {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.formField {
	background: url(images/formBg.gif);
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #5D2066;
	padding: 2px 2px 3px 4px;
	/*width: 110px;
	height: 20px;*/
}
.bNavBG {
	background-image: url("images/bNav_BG.jpg");
	height: 60px;
}
.bNav {
	font: bold 12px "Times New Roman", Times, serif;
	color: #565656;
	text-align: right;
	vertical-align: middle;
	padding: 0px 35px 0px 0px;
}
 
.bNav a:link, .bNav a:visited {
     font: bold 11px "Times New Roman", Times, serif;
	 color: #565656;
	 text-decoration: none;
}
.bNav a:hover, .bNav a:active {
	font: bold 11px "Times New Roman", Times, serif;
	color: #000;
	text-decoration: underline;
}

.copyright {
	background-image: url("images/copyright_BG.jpg");
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #565656;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	padding: 10px 35px 0px 0px;
	height: 18px;
}

.copyright a:link, .copyright a:visited {
     font: normal 9px Arial, Helvetica, sans-serif;
	 color: #565656;
	 text-decoration: none;
}
.copyright a:active, .copyright a:hover {
     font: normal 9px Arial, Helvetica, sans-serif;
	 color: #000;
	 text-decoration: underline;
}

/* ------  Lightbox ------------- */

	/* G-Maps CSS */
	
	#gmOverlay {
		position: absolute;
		left: 0;
		width: 100%;
		background-color: #333;
		cursor: pointer;
		z-index: 8;
	}
	
	#gmCenter, #gmBottomContainer {
		position: absolute;
		left: 50%;
		overflow: hidden;
		background-color: #fff;
		z-index: 9;
	}
	
	.gmLoading {
		background: #fff url(loading.gif) no-repeat center;
	}
	
	#gmMap {
		width: 600px;
		height: 400px;
		border: 10px solid #fff;
	}
	
	#gmBottom {
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 10px;
		color: #666;
		line-height: 1.4em;
		text-align: left;
		border: 10px solid #fff;
		border-top-style: none;
	}
	
	#gmCloseLink {
		display: block;
		float: right;
		width: 80px;
		height: 22px;
		background: transparent url(images/closelabel.gif) no-repeat center;
		margin: 5px 0;
	}
	
	#gmCaption {
		margin-right: 71px;
	}

