@charset "utf-8";
#footer {
	padding: 0 10px 0 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	background-color: #FFF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
#islandList{
	font-size: small;
	width: 45%;
	margin-right: 10px;
	text-transform: lowercase;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#islandList h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#contentList {
	float:right;
	font-size: small;
	padding: 10px;
	width: 45%;
	text-transform: lowercase;
	margin-left: 10px;
}
#contentList h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

ul.inline li {
	float: left;
	display: inline;
}
ul.inline {
	display: block;
	overflow: hidden;
}
#corporateLogos {
	width: 100%;
}
#footer #logo-sprites li * {
	background-image: url(/assets/images/logo-sprites.png);
	background-repeat: no-repeat;
	display: block;
	font-size: 0;
	height: 48px;
}

#logo-kennan {
	width: 58px;
}

a#logo-firstmateonline {
	background-position: -58px 0;
	width: 127px;
}

a#logo-firstmateonline:hover {
	background-position: -58px -48px;
}

a#logo-allatsea {
	background-position: -184px 0;
	width: 201px;
}

a#logo-allatsea:hover {
	background-position: -184px -48px;
}


a#logo-yachtessentials {
	background-position: -528px 0;
	width: 105px;
}

a#logo-yachtessentials:hover {
	background-position: -528px -48px;
}

a#logo-forcrew {
	background-position: -633px 0;
	width: 135px;
}

a#logo-forcrew:hover {
	background-position: -633px -48px;
}



div#footer dl {
	font-weight: bold;
	line-height: 1.25;
	padding: 15px 0 15px 20px;
}

div.span-10 {
	float: left;
	margin-right: 15px;
}

.smaller {
	font-size: 10px;
	line-height: 10px;
}


