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

body {
background-image: url(../images/blackTop.jpg);
	background-repeat: repeat-x;	
	overflow-x:hidden;
}
#main {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	
}

.header{
	width: 980px;
	height: 155px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 60px;
	}

.logo {
	float: left;
	width: 800px;
	}
	
	.logo img{
		border: 0px;
		}
	
.socialIcons {
	float: left;
	margin-top: 40px;
	
	
}
.socialIcons img {
	border: 0px;
}
.nav {
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	width: 100%;
	height: 30px;
	border-top-right-radius: 20px;
	background-color: #009639;
	color: #fff;
	float: left;
	padding-top: 20px;
	margin-top: 10px;
}

.nav a{
	color: #fff;
	text-decoration: none;	
}

a:hover {
	color: #000;
}

.mainImage {
	
	}

.midNav{
	margin-top: 10px;
	border: 0px;
	
}

.mainContent {
	margin-top: 20px;
	
	}
	
.mainContent2 {
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
	}

.leftSideContent {
	width: 318px;
	float: left;
	}
	
.rightSideContent {
	width: 634px;
	float: left;
	margin-left: 20px;
	}
	
.definitionsBox {
	width: 100%;
	height: 100px;
	padding-top: 15px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 20px;
	background-color: #E3E3E3;
	overflow:hidden;
	}

.headerImage {
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
	
	}


	
