html, body{
	margin:0;
	padding:0;
	font-size:16px;
	
	
	background-color: #54a6ae;




}
/* 
dark blue:#0c7f94 
light blue:#54a6ae
*/
#backdrop{
	position:absolute;
	top:0;
	background-color:#666666;
	border-bottom:#CCCCCC solid 1px;
	height:280px;
	width:100%;
	z-index:0;
	
    -webkit-box-shadow: 0px 2px 11px rgba(0,0,0,.7);
    -mox-box-shadow: 0px 2px 11px rgba(0,0,0,.7);
    box-shadow: 0px 2px 11px rgba(0,0,0,.7);
}


#container{
	position:relative;
	background-color:#FBFBFB;
	z-index:1;
	
    -webkit-box-shadow: 0px 0px 11px rgba(0,0,0,.6);
    -mox-box-shadow: 0px 0px 11px rgba(0,0,0,.6);
    box-shadow: 0px 0px 11px rgba(0,0,0,.6);

}

#header{
	width:100%;
	min-height:311px;


}

#nav{
	margin-top:10px;
	
}

.divider{
	height:30px;
	padding-top:3px;
	background-color:#212121;
	color:#000000;
	white-space: nowrap;
	
}


#divider-lg{
	height:55px;
	line-height: 55px;
	font-size: 45px;
	vertical-align: bottom;

}

#divider-lg .fb-like span{
position:relative;
display: inline-block;
height: 40px;
width: 200px;
top:-10px; 
}

#footer{
	background-color:#212121;
	width:100%;
	color:#DDDDDD;
	min-height:45px;
	padding-top:10px;
	text-align:center;
	margin-bottom:-20px;
	
}

.section{
	margin:6px;
	padding:6px;
	border:#CCCCCC solid 1px;
	background-color:#F9F9F9;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}

.image{
	display:inline-block;
	margin:2px;
	
}

.btn-social{
	color:#FFFFFF;
}

.btn-social:hover{
	color:#DDDDDD;
}

.btn-facebook{
	background-color:#3B5998;
}

.btn-google{
	background-color:#DD4B39;
}

.btn-yelp{
	background-color:#B60B04;
}

.noBreak{
white-space: nowrap;	
}


@media screen and (max-width: 1001px) {
  #container {
    font-size: 28px;
  }
}
/*#promo_yelp, #promo_fb, #promo_print, */
@media screen and (max-width: 1001px) {
  #divider {
	  height: 40px;
  }
}