/* for the top_ap */
td img{display:block;}

/* global_ui Header and Footer css stuff */

#topnav{
	position: relative !important;
	float: right;
	margin-right: 20px;
}

#container{padding-top: 80px !important;}
#content{
	padding-top: 10px !important;
	border-top: 1px solid #e1e1e1;
}

.left-navigation {
	width:23%;
 }
 
 
@media only screen and (max-width : 1090px) {
 	#mobilenav{
 		top: 0px !important;
 		margin-right: 30px !important;
 	}
 	#topnav{
 		position: absolute !important;
 	}
 	#content{
 		margin-top: 20px !important;
 		border-top: none !important;
 	}
}


@media only screen and (max-width : 1024px) {
	#container{padding-top: 60px !important;}
	#page-text{
		float: none !important;
		width: 100% !important; 
	}
	.left-navigation {		
		width:100%;
	}
	.left-navigation-box {
		width:100%;
	}	
}

@media only screen and (max-width: 767px){
	#iboats-header {
	    background: none !important;
	}
	#iboats-header #homepagelink {
    top: 15px !important;
    left: 15px !important;
	}
	#content{
 		margin-top: -25px !important;
 	}
}