body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    height: auto;
}

html, body {
   background: #777778;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

.center-content {
    width: 100%;
    text-align: center;
}


.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

h1 {
    font-family: Helvetica, Arial;
	color: #555;
	font-size: 24px;
    line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}
h6 {
	font-family: Verdana;
	color: #444;
	font-size: 48px;
    line-height: 60px;
	font-weight: bold;
	text-decoration: none;
}




 /***********************************    DESKTOP    **************************************/

@media (min-width: 1240px) {
 
  body {
  	background-color: #777778;  
	width: 1240px;
	padding: 0px;
  	text-align: left;
  	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px;
  	
  }

  #centered {
  	background-color: #ffffff;
  	position: absolute;
	width: 1240px;
  	left: 50%;
  	top: -20px;
  	margin-left: -620px;
  	background-repeat: no-repeat;
  	margin-bottom: 20px;
  }

  #container {
  	background-color: #ffffff;
	height: 100%;
	width: 1240px;
	margin: 0;
	}

  div.content {
  	background-color: #ffffff;
  	width: 1240px;
  	margin-left: 0px;
  	margin-right: 0px;
	margin-top: 20px;
  	padding-right: 0px;
  	padding-left: 0px;
  	padding-bottom: 0px;
	height: auto;
  }

	
  
  div.clear {
        clear:both;
      }
	
img {
    max-width: 100%;
    height: auto;
}

 
	
	
div.mainimage { 
	width: 100%;
	float: left;
	height: auto;
	padding: 0px 0px 0px 0px;
   background: url("../images/main-image.jpg") no-repeat;
	display: inline-block;
	}
		
div.maintext1 {
	font-family: Helvetica,Arial;
	color: #555;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	width: 50%;
	height: auto;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
div.maintext2 {
	font-family: Helvetica,Arial;
	color: #555;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 48px; 
	text-align: left;
	width: 40%;
	height: auto;
	padding: 60px 60px 90px 0px;
	float: right;
	}
	

	


.mobile-show {
  display:none;
   visibility: hidden;
}



}




 /***************************      SMALL DESKTOP BREAK   ******************************/



@media only screen and (min-width: 1085px) and (max-width: 1239px) {
  /*** SML DESKTOP ***/

  html, body {
 background-color: #777778; 
  
  	}
  
  
  body {
  	background-color: #fff;
  	width: 100%;
  	padding: 0px;
  	text-align: left;
  	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px;
  }
  
  div.container {
  	width: 960px;
	}
	
  div.content {
          margin-top:0px;
        }
	
img {
    max-width: 100%;
    height: auto;
}
 
div.mainimage { 
	width: 100%;
	float: left;
	height: auto;
	padding: 0px 0px 0px 0px;
   background: url("../images/main-image.jpg") no-repeat;
	display: inline-block;
	}
		
div.maintext1 {
	font-family: Helvetica,Arial;
	color: #555;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	width: 50%;
	height: auto;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
div.maintext2 {
	font-family: Helvetica,Arial;
	color: #555;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 48px; 
	text-align: left;
	width: 40%;
	height: auto;
	padding: 60px 60px 90px 0px;
	float: right;
	}
	


 div.centered {
  	text-align: center;
	}  
		
 div.indent {
  	padding: 0 0 0 10px;
	}
	  

.mobile-show {
  display:none;
   visibility: hidden;
}
	



}




/***************************      MOBILE BREAK   ******************************/



@media only screen and (min-width: 200px) and (max-width: 1084px) {
  /*** MOBILE ***/

  html, body {
  background-color: #777778; 
  
  	}
  
  
  body {
  	background-color: #ffffff;
  	width: 100%;
  	padding: 0px;
  	text-align: left;
  	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: -20px;
  	margin-left: 0px;
  }
  
  div.container {
   background-color: #ffffff;
  	width: 320px;
	}
	
  div.content {
          margin-top:0px;
        }
	

 

div.header { 
	width: 100%;
	float: left;
	height: auto;
	}
		
div.text {
	font-family: Helvetica,Arial;
	background-color: #ffffff;
	color: #555;
	font-size: 1.4em;
	line-height: 2.0em;
	font-weight: normal;
	text-align: left;
	width: 90%;
	height: auto;
	padding: 20px 20px 40px 20px;
	float: left;
	}
	
div.footer {
  width: 100%;
  height: auto;
padding: 0px 0px 0px 0px;
  
  	}	


 div.centered {
  	text-align: center;
	}  
		
 div.indent {
  	padding: 0 0 0 10px;
	}
	  

.desktop-show {
  display:none;
  visibility: hidden;
}	
	

}