/* Bread Crumb for the dir strategy */

#beardcrumbs {
	height: auto;
	border-bottom: 1px solid #CCC;
	padding: 10px 0 10px 11px;
	margin-bottom: 10px;
	font-size: 11px;
}

#beardcrumbs .right{
	max-width: 50%;	
}

@media only screen and (max-width: 768px){
	#beardcrumbs{
		display: none;	
	}	
}

#beardcrumbs ul {
	padding: 0;
	margin: 0;
}

#beardcrumbs li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 2px 0 18px;
	list-style:none;
	height: 30px;
	line-height: 30px;
	background: url('/new/images/breadcrumb-arrow.png') no-repeat 0 45%;
}

#beardcrumbs li:first-child{
	background: url('/new/images/home-icon.png') no-repeat 0 40%;	
	padding-left: 23px;
	margin-left: 10px;
}

#beardcrumbs li IMG{
	display: none;	
}

/* Page Content specifics  */

.directory_strategy UL {
	list-style-image: none;
	list-style-type: none;
	margin: 5px 0 5px 5px;
	line-height: 1.5em;
}

.directory_strategy UL li{
	background: url('http://www.iboats.com/images/icons/bullet_red.png') no-repeat 0 0;
	padding-left: 17px;
	line-height: 16px;
	margin: 0 0 8px 0;
	display: block;
}

.directory_strategy .listings li{
	background: none;
	padding-left: 0;
}

.image-container{
	margin: 0 0 15px 0;	
}

.image-container IMG{
	-moz-box-shadow: 3px 3px 5px #666666;
	-webkit-box-shadow: 3px 3px 5px #666666;
	box-shadow: 3px 3px 5px #666666;
	border: 1px solid #666;
}

.image-container .image-caption{
	font-size: 10px;
	font-style: italic;	
	text-align: center;
}

#page-text:not(.columns){
	float: right;
	margin: 0 10px 10px 10px;	
	width: 800px;
}

@media only screen and (max-width : 1024px){
	#anchor-nav + BR,
	#content > BR{
		display: none;	
	}
	
	#page-text{
		box-sizing: border-box;
		width: 100% !important; 
		min-width: 100%;		
		margin: 0 !important;
		float: none !important;
		padding: 0 !important;
	}
	
	#privacy_policy,
	#terms,
	#legal,
	#about-iboats,
	#history,
	#executive_team,
	#careers{
		padding: 10px;	
	}	
}

h1{
	font-size: 25px;
	line-height: 25px;
	margin: 0;	
	text-indent: 7px;
	padding: 5px 0;
}


	
@media only screen and (max-width : 1024px){
	h1 {
		margin: 0;
		color: #fff;
		background: -moz-linear-gradient(top, #0152A0, #0E4082);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0152A0), to(#0E4082)); 	
		min-height: 35px;
		line-height: normal;
		vertical-align: middle;
		padding: 3px 5px 3px 13px;
		text-indent: 0px;
		
	}	
}

#page-text h2,h3{
	color:#0152A0; /*rgb(1, 82, 160);*/
}

/* Fancy Table Formatting*/

.bullet-table{
	border: none;
	width: 100%;	
	min-width: 700px;
	box-sizing: border-box;
}

.bullet-table .bullet-table{
	min-width: 0;	
}

.bullet-table h2{
	padding-top: 15px;	
}

#content .bullet-table .bullet-table-row{
	clear: both;	
	width: 100%;
	padding: 0;
	margin: 0;	
	box-sizing: border-box;
}

.bullet-table .bullet-table-cell{
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.bullet-table .one-column .bullet-table-cell{	
	width: 100%;	
}

.bullet-table .two-column .bullet-table-cell{	
	width: 50%;		
}

.bullet-table .three-column .bullet-table-cell{	
	width: 33%;		
}

.bullet-table .bullet-table-cell A,
.bullet-table .bullet-table-cell A:link{
	font-size: 14px;
	display: block;
	background: url('http://www.iboats.com/images/icons/bullet_blue.png') no-repeat 0 50%;	
	padding-left: 17px;
	line-height: 24px;
	text-decoration: underline;
	white-space: nowrap;
}

.bullet-table .bullet-table-cell A:hover{
	background: url('http://www.iboats.com/images/icons/bullet_black.png') no-repeat 0 50%;	
	color: #000;
}
