html {
	margin:0;
   	padding:0;
   	height:100%;	
	}

body {
	margin:0;
   	padding:0;
   	height:100%;
   	background-color: black;
	}

p {
	margin-bottom: 0; 
	margin-top: 0;
	}
	

/* New nav bar */
#navigationBar{
	position:fixed; 
	width: 100%;
	height: 70px;
	font-family: Trebuchet MS;
	font-size: 14px;
	text-align: left;
	color: #384047;
	background-color: white;
	border-bottom:1px solid #e7e7e7;
	}

#navigationBarCallToAction{
	font-family: Trebuchet MS;
	font-size: 14px;
	}

#navigationBarTopLinks{
	text-align: right;
	font-family: Trebuchet MS;
	}

#navigationBarButtons{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	}

.navigationBarButton{
	float: left;
	height: 42px;
	padding-top: 28px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: normal;
	color: #384047;
	border-right: 1px solid #e7e7e7;
	cursor: pointer;
	}

#pageFold{
	min-width: 940px;
	max-width: 1450px;
	height: 830px;
	font-family: Trebuchet MS;
	text-align: center;
	background-image:url('../../images/navBar/header_bg3.jpg');
	margin-left: auto;
	margin-right: auto;
	color: white;
	}

#pageFold h1{
	font-size: 42px;
	font-weight: normal;
	}

#pageFold h2{
	font-size: 30px;
	font-weight: normal;
	}

#pageFold h3 {
	font-size: 36px;
	font-weight: bold;
	color: #384047;
	margin: 0px;
}

#pageFold h4 {
	font-size: 20px;
	font-weight: normal;
	color: gray;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 40px;
}

#pageFold strong {
	font-weight: normal;
	color: #2ECC71;
}

#pageFold_DDC{
	min-width: 940px;
	max-width: 1450px;
	height: 830px;
	background-image:url('../../images/navBar/header_bg4.jpg');
	margin-left: auto;
	margin-right: auto;
	color: white;
	}

#navigationBarMobileMenuSection{
	float: right;
	padding:15px;
	padding-right:0px;
	font-family: Trebuchet MS;
	font-size:12px;
	color: black;
	text-align: right;
	background-color: white;
	}

.navigationBarMobileMenuSectionItem{
	margin-top: 10px;
	cursor: pointer;
	padding-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
	} 


#footerCallToAction{
	min-width: 940px;
	max-width: 1450px;
	height: 465px;
	font-family: Trebuchet MS;
	text-align: center;
	background-image:url('../../images/navBar/footer_bg1.jpg');
	margin-left: auto;
	margin-right: auto;
	color: white;
	}

#footerCallToAction h2{
	font-size: 42px;
	font-weight: normal;
	color: white;
	}
	
#footerCallToAction h3{
	font-size: 30px;
	font-weight: normal;
	color: white;
	}
	
#footer {
    min-width: 940px;
	max-width: 1450px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
   }

#footerContent {
	width: 940px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	font-family: Verdana; 
	font-size: 10px;
	background-color: white;
	}

a.navBarLink:link {text-decoration: underline; color:gray; font-size: 12px;}
a.navBarLink:visited {text-decoration: underline; color:gray; font-size: 12px;}
a.navBarLink:active {text-decoration: underline; color:gray; font-size: 12px;}
a.navBarLink:hover {text-decoration: underline; color:gray; font-size: 12px;}

a.footerMobileLink:link {text-decoration: underline; color:gray; font-size: 12px;}
a.footerMobileLink:visited {text-decoration: underline; color:gray; font-size: 12px;}
a.footerMobileLink:active {text-decoration: underline; color:gray; font-size: 12px;}
a.footerMobileLink:hover {text-decoration: underline; color:gray; font-size: 12px;}