@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	background-color: #383D41;
	margin: 0;
}
a:link {color: #2C78C8; text-decoration: none}
a:visited {color: #2C78C8; text-decoration: none}
a:hover {color: #FFFFFF; text-decoration: none}
a:active {color: #2C78C8; text-decoration: none}

#container {
	width: 928px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(images/mainMapBG.jpg);
	background-repeat: no-repeat;
	background-position: -25px top;
}

/* Row 1 Elements (Header) */

#row1 {
	height: 99px;
	width: 903px;
	color: #FFFFFF;
}	
#row1 img {
	float:left;
	}
#contactInfo {
	font-size: 11px;
	color: #d3d9e1;
	float: right;
	text-align: right;
	line-height: 19px;
	margin-top: 30px;
}
#contactInfo b {
	font-size:14px;
	font-weight:normal;
}

/* Row 2 Elements (Header) */

#row2 {
	width: 928px;
	background-image: url(images/mainBack.gif);
	background-repeat: repeat-y;
	background-color: #2D3133;
}
	
#navMain {
	height: 23px;
	text-align: center;
}
	#navMain ul  {
		margin-left: 0;
		padding-left: 0;
		display:inline;
	}
	#navMain ul li	{
		list-style:none;
		margin-left:11px;
		margin-right:11px;
		display:inline;
	}
#mainImage {
	background-image:url(images/mainImage1.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#contentHolder {
	margin-top: 234px;
	background-image: url(images/miniFader.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 35px;
}
#module1 {
	background-color: #25282A;
	width: 226px;
	float: left;
}

	#module1 ul  {
		margin: 0;
		padding: 0;
	}
	#module1 ul li	{
		list-style:none;
		margin-left:17px;
	}
#module2 {
	width: 620px;
	float: left;
	height: 220px;
}
	#module2 h3 {
		font-size: 21px;
		font-weight: normal;
		color:#72777b;
		margin-left: 40px;
		margin-top: 0px;
		padding: 0;
		line-height:27px
		}
	#module2 p {
		font-size: 12px;
		color:#72777b;
		margin-left: 40px;
		line-height: 21px;
		}
	
.pushDown {
	clear:both;
	width:800px;
	height:10px;
}
#module3 {
	float: left;
	width: 298px;
	color:#72777b;
	line-height:17px;
}
#module3 a {
	color: d2d3d3;
	font-weight: bold;
}
#module3 .space {
	margin-bottom: 15px;
}

	#module3 ul  {
		margin: 0;
		padding: 0;
	}
	#module3 ul li	{
		list-style:none;
		
	}
#foot1 {
	font-size: 11px;
	line-height: 17px;
	color: #9fa6ac;
}
#foot1 p {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#foot1 .foot1a {
	float: left;
}
#foot1 .foot1b {
	float: right;
	width: 350px;
	text-align:right;
}
#foot1 .foot1b img {
	float: right;
}
