@charset "utf-8";
/* CSS Document */

body {
	background-color:#727878;
}

#mainContainer {
	width: 840px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#siteBanner {
	width: 840px;
	height: 220px;
	margin-bottom: -10px;
	background-image: url(assets/siteBanner.png);
	position: absolute;
	z-index: 2;
}

#navBar {
	margin-top: 90px;
	margin-left:286px;
	margin-right: 25px;
}

#contentFrame {
	background-color: white;
	position: absolute;
	margin-left: 20px;
	z-index: 1;
	top: 160px;
	width: 800px;
}

#pictureBar {
	width: 800px;
	height: 160px;
	background-image: url(assets/pictureBar.png);
}

#textBox {
	font: Verdana;
	font-size:12px;
	padding: 10px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
}

#textBoxFAQ {
	font: Verdana;
	font-size:12px;
	padding: 10px;
	width: 360px;
	margin-left: 20px;
	font-weight: normal;
}

#textBoxServices {
	font: Verdana;
	font-size:12px;
	padding: 10px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
}

#contactBox {
	font: Verdana;
	font-size:12px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
}

.text {
	font-family: Verdana;
	font-size: 12px;
	color: #404e4f;
}



.bold12px {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	color: #404e4f;
}

.bold14px {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	color: #404e4f;
}

.navBarText {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	display: inline;
	margin-left: 60px;
	color: #404e4f;
	padding-left: 3px;
	text-decoration: none;
}

.navBarText:hover {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	display: inline;
	margin-left: 60px;
	color: #66cc00;
	padding-left: 3px;
	text-decoration: none;
}

a:link	{
	color: rgb(64, 78, 79);
	text-decoration: none;
	}

a:hover	{
	color: rgb(0, 74, 79);
	text-decoration: none;
	}
	
a:visited	{
	color: rgb(103, 126, 128);
	text-decoration: none;
	}
	
img	{
	border: none;
	}
	
em	{
	font-style: normal;
	font-weight: bold;
	}

table.imageCaption	{
	float: left;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	display: inline;
	margin-left: 30px;
	color: #404e4f;
	padding-left: 3px;
	text-decoration: none;
	}	

table.imageCaption td {
	text-align: center;
	}	
