/*LAYOUT*/

div#main-banner {
	height:400px;
	padding-bottom:0;
	position:relative;
	z-index:1;
}

div#home-main {
	float:left;
	width:717px;
	padding:0 15px;
}

div.news-subsection {
	float:left;
	width:351px;
	margin-bottom:15px;
	margin-right:15px;
}

div.news-last {
	margin-right:0;
}

div#home-extras {
	width:717px;
	clear:both;
}

div.home-extras-section {
	float:left;
	width:168px;
	margin-right:15px;
	padding-bottom:15px;
	}

div#home-extras-section-right {
	margin-right:0;
	}

div#home-right-sidebar {
	float:left;
	padding-right:15px;
	width:168px;
	}

div.sub-wrapper {
	background-color:#eee;
	padding:15px;
	}



/*HOME MAIN TITLE*/
h1#main-title {
	display:none;
	}



/*MAIN BANNER IMAGE*/
#main-banner-content p, #main-banner-content ul {
	display:none;
}	

#main-banner-image {
	display:block;
	height:400px;
	width:930px;
	}

#banner-image {
	height:370px;
	left:15px;
	overflow:hidden;
	position:absolute;
	top:15px;
	width:578px;
}

img#camera {
	cursor:pointer;
	position:absolute;
	left:558px;
	top:20px;
	z-index:1;
	}

div#credit {
	position:absolute;
	background-color:#fff;
	display:none;
	font-size:11px;
	top:36px;
	left:336px;
	width:200px;
	padding:15px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	}

div#credit p {
	font-size:11px;
}

div#credit p strong {
	font-size:13px;
}



/*SECTIONS*/
.notices {
	background-color:#F4F4F4;
	padding:15px 15px 7px;
	margin-bottom:15px;
}

.notices ul {
	list-style:disc;
	margin-left:15px;
}

.notices a {
	color:#C30;
	font-size:1.4em;
	line-height:1em;
}

h2.home-sub-heading {
	background:#eee;
	color:#000;
	font-size:0.75em;
	font-weight:bold;
	line-height:30px;
	margin-bottom:15px;
	padding-left:7px;
	text-transform:uppercase;
	}

div#home-main h3 {
	font-weight:bold;
	padding-bottom:7px;
}

div#home-main p, div#home-main li {
	font-size:0.75em;
	line-height:1.4em;
	margin-bottom:7px;
	}

.section-heading {
	font-weight:bold;
	}

div.home-section .link {
	font-size:0.75em;
	line-height:1.5em;
	}

div.home-section p {
	line-height:1.5em;
	}


/*HOME EXTRAS SECTION*/

	div.home-extras-section img {
		margin-bottom:15px;
		}
	
	.home-extras-section h3 {
		/*border-top:double #ccc;*/
		font-weight:bold;
		line-height:1.5em;
		padding-bottom:7px;
		text-transform:uppercase;
	}
	
	.home-extras-section a {
		font-weight:bold;
	}


/*HOME RIGHT SIDEBAR*/

div#home-right-sidebar h4 {
	border-top:solid #ccc 1px;
	font-size:0.75em;
	font-weight:bold;
	margin-bottom:15px;
	padding-top:7px;
	text-transform:uppercase;
	}

div#home-right-sidebar p {
	font-size:0.75em;
	clear:both;
	line-height:1.5em;
	margin-bottom:15px;
	}

