@charset "utf-8";
/* CSS Document */
*{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
body{
	margin:0px;
	padding:0px;
	background-image:url('images/bgStrip.jpg');
	background-repeat:repeat-x;
	background-color:#6DBCD3;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#3B2E1D;
} 
#wrapper{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#6DBCD3;
	border-radius:5px;
	box-shadow:3px 3px 5px #000;
	
}
#top{
	height:170px;
	width:894px;
	margin-top:30px;
	background-color: #6DBCD3;	
	text-shadow:2px 2px 3px rgba(0, 0, 0 ,.5);
	border-top-left-radius: 5px;
}
#top img{
	float:left;
}
#middle{
	box-shadow:2px -3px 5px #000;
	width:900px;
	background-color: #fff;
	margin-top:0px;
	padding-top:0px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	margin-top:-31px;
}
#middle li{
	color:#0066FF;
}
#middle ul{
	font-size:18px;
}
#middle a{
	color:#06F;
	text-decoration:underline;
}
#middle a:hover{
	text-decoration:none;
}
#whitebox{
	float:left; width:100%;
	background-color: #51a3bb;
	margin-top:-73px;
	padding:15px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#whitebox a{
	color:#fff;
	text-decoration:none;
	font-style:oblique;
}
#whitebox a:hover{
	text-decoration:underline;
	font-style:oblique;
	
}
@media only screen and (max-width:899px){
	body{overflow-x:hidden;}
	#wrapper{ float:left; width:100%; }
	#top{ float:left; width:100%; height:auto; margin-top:0px; padding:15px; }
	#top > img{ margin-left:0px !important; }
	#top > p{ margin-right:0px !important; }
	#menu{ float:left; width:100%; height:auto !important; background:#51a3bb !important; }
	#menu .menu{ float:left; width:100%; position:relative !important; padding-left:10px; }
	#middle{ width:100% !important; float:left; height:auto !important; padding:20px !important; margin-top:0px !important; }
	#menu a{ text-shadow:none; }
	#menu a, #menu a span{ padding:5px 8px !important; }
	#menu a.parent span{  }
	#menu a span{ display:none; }
	#whitebox{ margin-top:0px !important; }
	#middle p, #middle h2{ float:left; width:100% !important; margin:0px !important; line-height:1.8em; }
	#middle p{ padding:15px 0px !important; }
	#middle h2{ text-align:center; }
	#middle img{float:left !important; max-width:100% !important; }
	#middle ul{ margin:0px 0px 15px 15px !important; width:100% !important; }
	#middle div, #middle h5{ float:left; width:100% !important; margin:0px !important; height:auto !important; }
}
@media only screen and (max-width:629px){
	#top{ text-align:center;padding-top:20px;padding-bottom:20px; }
	#top > img{ float:none; margin:0 auto !important; }
	#top > p{ float:left;width:100%;text-align:center;margin:15px 0 0 !important; }
}