/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	body {
		margin: 0px;
	}
	#wrap {
		width: 100%;
		margin: 0px;
	}
	#top {
		display: none;
	}
	#bot {
		display: none;
	}
	#innerwrap {
		width: 100%;
		border: none;
		margin: 0px;
	}
	#site_logo {
		float:none;
		width:267px;
		margin-left:auto;
		margin-right:auto;
		
	}
	#top-search-form {
		display: none;
	}
	#myDiv {
		display: none;
	}
	#status-bar {
		width:100%;
	}
	#status-bar h1 {
		padding:0px;
	}
	table#main_table td#left_column {
		display: none;
		width:0px;
	}
	#footer {
		width: 100%;
	}
	#footC {
		margin-left:auto;
		margin-right:auto;
	}

	img {
	max-width: 100%;
	height: auto;
	}
	.clearfloat {
		display: none;
	}
	#mobNav {
	display: block;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	}
	ul.MenuBarHorizontal li {
		margin-bottom:10px;
	}
	#boats {
		display: none;
	}

}
