html {
	margin:0;
   	padding:0;
   	height:100%;	
	}

body {
	margin:0;
   	padding:0;
   	height:100%;
   	background-color: #fcfcfc;
   	-webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}

p {
	margin-bottom: 0; 
	margin-top: 0;
	}
	

/* New nav bar */
#navigationBar{
	position:fixed; 
	width: 100%;
	height: 100px;
	font-family: Lato, Trebuchet MS;
	font-size: 14px;
	text-align: left;
	color: #384047;
	background-color: white;
	border-bottom:1px solid #e7e7e7;
	}

#navigationBarMobile{
	width: 100%;
	}

#navigationBarCallToAction{
	font-family: Lato, Trebuchet MS;
	font-size: 14px;
	}

#navigationBarTopLinks{
	text-align: right;
	font-family: Lato, Trebuchet MS;
	}

#navigationBarButtonsTop{
			 min-width: 940px;
			 max-width: 1450px;
			 width: 100%;
			 margin-left: auto;
			 margin-right: auto;
			 padding-top:5px;
			 padding-bottom:0px;
		}
	
#navigationBarButtons{
	width: 940px;
	min-width: 940px;
	max-width: 1450px;
	width: 100%;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}

.navigationBarButton{
	float: left;
	height: 40px;
	padding-top: 28px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-family: Lato, Trebuchet MS;
	font-size: 16px;
	font-weight: normal;
	color: #384047;
	border-right: 1px solid #fff;
	cursor: pointer;
	}

#pageFold{
	display: block;
	min-width: 320px;
	max-width: 1450px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
	height: 830px;
	font-family: Lato, Trebuchet MS;
	text-align: center;
	background-image:url('../../images/navBar/header_bg3.jpg');
	color: white;
	font-size: 14px;
	}

#pageFoldHeaderContainer{
	min-width: 320px;
	max-width: 940px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
	}

#pageFoldTextContainer{
	min-width: 300px;
	max-width: 940px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
	font-size: 18px;
	}

#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;
	padding-right: 30px;
	border-bottom: 1px solid #e7e7e7;
	} 

.pageItemIndicatorSelected{
	float:left;
	width: 32px;
	height: 32px;
	background-image: url('../../images/mobilePageItemIndicatorSelected.jpg');
	}
	
.pageItemIndicatorUnselected{
	float:left;
	width: 32px;
	height: 32px;
	background-image: url('../../images/mobilePageItemIndicatorUnselected.jpg');
	}

#footerCallToAction{
	min-width: 940px;
	max-width: 1450px;
	height: 465px;
	font-family: Lato, 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;
	text-align: left;
   }

#footerContent {
	 min-width: 940px;
	max-width: 1450px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
    font-family: Lato, Verdana; 
	font-size: 14px;
	background-color: white;
	}

#footerMobile {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	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;}