/*
	Maritime Homepage CSS
	----------------------
	Stylesheet for the homepage only.
*/

/*
	News Area
*/
	.newsItem{
		border-top:1px solid #eaeaea;
		padding:20px 0 20px 0;
	}
	
	#Testimonials .quote{
		padding-top:10px;
	}
	#Testimonials a.more{
		margin-top:2px;
		float:left;
	}
	
	.banner-large {
		position: relative;
		height: 350px !important;
		padding: 0;
		margin: 0;
		background-position: center;
		background-repeat: no-repeat;
	}
	.banner-large .podLeft{
		float:right;
		margin: 10px 10px 0 0;
		z-index: 2;
		position: relative;
	}
	.banner-large .podLeft li {
		display: inline-block;
		display: inline;
		width: 272px;
	}
	.banner-large .podLeft li a {
		width: 270px;
		text-align: center;
	}

#LatestNews{
	overflow:hidden;
}
#BuyWithWork{
	display:block;
	width:282px;
	height:147px;
	background-image:url(../images/buywithwork_1.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-1000px;
	overflow:hidden;
}
#BuyWithWork:hover,
#BuyWithWork:active,
#BuyWithWork:focus{
	background-position:0 -147px;
}