/* file(core.css) */

/* import */
@import url("/sites/harbourservicescomau/assets/css/styles.css");
@import url("/sites/harbourservicescomau/assets/css/nav.css");
@import url("/sites/harbourservicescomau/assets/css/forms.css");
@import url("/sites/harbourservicescomau/assets/css/sifr.css");

/* components */
@import url("/sites/harbourservicescomau/assets/css/components/form-builder.css");
@import url("/sites/harbourservicescomau/assets/css/components/item-catalogue.css");


*, body { padding:0; margin:0; outline:none; }
img, a img { border:none; }
body {
	background:#092f60 url(/sites/harbourservicescomau/assets/images/core/bg_ocean.jpg) repeat-x 50% 0;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	min-width:980px;
}

@media screen {
	/* wrappers */
	#wrap {background: url(/sites/harbourservicescomau/assets/images/core/bg_clouds.jpg) repeat-x 20% 0;}
	#head, #page, #foot {
		width:980px;
		margin:0 auto;		
	}

	/* head */
	#head {
		position:relative;
		height:250px;
	}
	#logo a {
		background:url(/sites/harbourservicescomau/assets/images/core/logo.png) no-repeat 0 0;
		text-indent:-999em; overflow:hidden;
		position:absolute;
		top:0; left:17px;
		width:175px; height:250px;
	}
	#global {
		background: url(/sites/harbourservicescomau/assets/images/core/boat_head.png) no-repeat 0 0;
		position:absolute;
		top:0; right:10px;
		width:960px; height:195px;
	}
	#lighthouse {background:url(/sites/harbourservicescomau/assets/images/core/lighthouse.png) no-repeat 40% 0;}
	#nav {
		background:url(/sites/harbourservicescomau/assets/images/core/nav_bg.png) no-repeat 0 0;
		width:730px; height:50px;
		margin:0; padding:10px 25px;
		position:absolute;
		top:180px; right:0;
	}

	/* billboard */
	#billboard {width:595px;}

	/* breadcrumbs */
	#home .breadcrumbs {display:none;}
	.breadcrumbs {color:#9b9b9b; font-size:.9em; padding:1em 0 0;}
	.breadcrumbs a {color:#9b9b9b;}

	/* content */
	#page {background:url(/sites/harbourservicescomau/assets/images/core/page_bg.png) repeat-y 50% 0;}
	#container {
		background:url(/sites/harbourservicescomau/assets/images/core/page_top.png) no-repeat 50% 0;
		margin-top:-5px;
		padding:25px;
		font-size:1.2em; line-height:18px;
		color:#6e6e6e;
	}
	#column1, #column2 {
		position:relative;
		display:block;
		float:left;
	}	
	#column1 {width:595px; padding-right:15px;}
	#column2 {width:305px; padding-left:15px;}

	#column1 h2.blue {
		background:url(/sites/harbourservicescomau/assets/images/core/panel_h2_wide.png) no-repeat 0 0;
		color:#fff;
		width:565px; height:40px; line-height:40px;
		margin:0; padding:10px 15px 0;
	}
	#column2 .panel {
		background:url(/sites/harbourservicescomau/assets/images/core/panel_bg.gif) repeat-y 0 0;
		width:275px;
		padding:.1em 15px 0;
		position:relative;
		margin:51px 0 66px;
		color:#242424;
		z-index:0;
	}
	#column2 .panel .btm {
		background:url(/sites/harbourservicescomau/assets/images/core/panel_btm.gif) no-repeat 0 bottom;
		width:305px; height:10px;
		margin:0 -15px;
		padding-top:.5em;
	}
	#column2 h2.blue {
		background:url(/sites/harbourservicescomau/assets/images/core/panel_h2.png) no-repeat 0 0;
		color:#fff;
		position:absolute; top:-51px; left:0;
		width:275px; height:40px; line-height:40px;
		margin:0; padding:10px 15px 0;
		z-index:0;
	}
	#column2 .details {margin-bottom:0;}


	/* foot */
	#foot {
		background: url(/sites/harbourservicescomau/assets/images/core/foot_bg.png) no-repeat 50% 0;
		text-align:center; color:#a3b9d0;
		font-size:1.1em;
		padding:20px 20px 10px;
		width:940px; height:100px;
		line-height:18px;
	}
	#foot a {color:#a3b8cf;}
	#footer {padding:1em 0 1.5em;}
	#footer a {margin-right:1em; color:#6392b6;}
	#footer p, #copyright p {margin:0;}
}

@media print {
	#billboard, #nav, #footer {display:none;}
}