/**
	CSS Reset provided by Yahoo!
**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }



/**
	Misc
**/
.clear {
	clear: both;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}



/**
	Basic page setup, HTML elements and typography
**/
body {
	color: #FFF;
	background: #161616 url(../images/body.bg.gif) repeat-x top center;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: small;
	line-height: 135%;
}

h1 {
	margin: 1em 0 .5em;
	font-size: x-large;
	font-weight: bold;
	line-height: 135%;
	color: #dc8a2a;
	text-transform: uppercase;
}

h2 {
	margin: 1em 0;
	color: #dc8a2a;
	font-size: medium;
	font-weight: bold;
	line-height: 135%;
}

h3 {
	margin: 1em 0;
	color: #888;
	font-size: medium;
	font-weight: bold;
	line-height: 135%;
}

h4 {
	margin: 1em 0;
	font-size: small;
	font-weight: bold;
	line-height: 135%;
}

h5,
h6 {
	margin: 1em 0;
	font-size: x-small;
	font-weight: bold;
	line-height: 135%;
}

p,
ul,
ol {
	margin: 1em 0 1.2em;
	font-weight: normal;
	line-height: 135%;
}

	ul li {
		margin-left: 2em;
		padding-left: .3em;
		list-style-position: outside;
		list-style-image: url(../images/arrow.gif);
	}
	
	ol li {
		margin-left: 2.3em;
		list-style-position: outside;
		list-style: decimal;
	}
	
a {
	outline-style: none;
}

a:link,
a:visited {
	color: #b91c2e;
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration: none;
}
	
	a img {
		border: 0;
	}

dt,
th {
	font-weight: bold;
}

dt {
	margin-top: 1em;
}

dd {
	margin-bottom: 1em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

strong.title {
	color: #dc8a2a;
}

blockquote {
	display: block;
	padding: 5px 20px;
	color: #FFF;
	background: #b91c2e;
	font-style: italic;
}

q {
	font-style: italic;
}

img.left {
	float: left;
	margin: 0 10px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 10px;
}

small {
	color: #888;
	font-size: x-small;
}

table {
	margin: 0 0 2em 0;
}

table,
th,
td {
	border-collapse: collapse;
	border: 1px solid #333;
}

	caption {
		padding: 7px 5px;
		color: #dc8a2a;
		background: url(../images/btn.hover.bg.gif) repeat-x top center;
		font-size: medium;
		font-weight: bold;
	}

	th {
		padding: 4px 5px;
		font-weight: bold;
	}

	td {
		padding: 2px 5px;
	}

		thead th {
			color: #FFF;
			background: #000;
		}
	
		thead td {
			color: #FFF;
			background: #666;
		}
	
		tfoot th,
		tfoot td {
			color: #888;
			font-size: x-small;
		}
	
			tfoot p:first-child {
				margin-top: 0;
			}
		
			tfoot p:last-child {
				margin-bottom: 0;
			}
	
	tr.even td,
	tr.even th {
		background: #222;
	}



/**
	Page Layout
**/
#bg {
	min-height: 667px;
	background: url(../images/bg.bg.jpg) no-repeat top center;
}

	#page {
		width: 960px;
		margin: 0 auto;
	}
	
/**
	Masthead
**/
#masthead {
	padding: 0 12px;
}

#masthead:after {
	display: block;
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
}

	#title {
		float: left;
		margin: 36px 0 0 0;
	}
	
/**
	Main Menu
**/
#mainmenu {
	float: right;
}

	#mainmenu ul {
		float: right;
		margin: 0;
		padding: 0;
	}
	
		#mainmenu ul li {
			float: left;
			margin: 0 13px;
			padding: 36px 0 0 0;
			background-position: top center;
			background-repeat: no-repeat;
			list-style: none;
		}
		
			#mainmenu ul li a {
				display: block;
				height: 112px;
				font-size: 0;
				text-indent: -9999px;
			}
			
			#mainmenu ul li a:hover {
				background: url(../images/btn.hover.bg.gif) repeat-x top center;
			}
			
		#mainmenu ul li.schoolies-week {
			width: 145px;
			background-image: url(../images/btn.schoolies.week.orig.jpg);
		}
		
		#mainmenu ul li.apply {
			width: 85px;
			background-image: url(../images/btn.apply.orig.jpg);
		}
		
		#mainmenu ul li.faq {
			width: 116px;
			background-image: url(../images/btn.faq.orig.jpg);
		}
		
		#mainmenu ul li.contact {
			width: 112px;
			background-image: url(../images/btn.contact.orig.jpg);
		}
		
		#mainmenu ul li.schoolies-week.active {
			background-image: url(../images/btn.schoolies.week.active.jpg);
		}
		
		#mainmenu ul li.apply.active {
			background-image: url(../images/btn.apply.active.jpg);
		}
		
		#mainmenu ul li.faq.active {
			background-image: url(../images/btn.faq.active.jpg);
		}
		
		#mainmenu ul li.contact.active {
			background-image: url(../images/btn.contact.active.jpg);
		}
		
/**
	Feature
**/
#feature {
	position: relative;
	margin: 0 0 -1em 0;
}

	#feature ul {
		margin: 0;
		padding: 0;
	}
	
	#feature ul:after {
		display: block;
		clear: both;
		content: ".";
		height: 0;
		visibility: hidden;
	}
	
		#feature ul li {
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
#drugfree {
	margin: 0 0 .5em 0;
	padding: 5px 0 2px 0;
	color: #FFF;
	background: #000;
	border: 2px solid #FFF;
	text-align: center;
	font-size: medium;
}
		
/**
	Column layouts
**/
#teaser,
#theweek,
#faqs,
#contact,
#whoissu {
	clear: both;
}

#whoissu {
	margin: 0 1% !important;
	margin: 0 2%;
}

#teaser:after,
#theweek:after,
#faqs:after,
#contact:after,
#whoissu:after {
	display: block;
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
}

	#events,
	#faq,
	#general {
		float: left;
		width: 64%;
	}
	
	#intro {
		float: left;
		width: 63%;
		margin-left: 1%;
	}
	
		#sunnycoast08,
		.notice {
			margin: 2em 0;
			padding: 3px 5px;
			color: #FFF;
			background: #114495;
			border: 1px solid #FFF;
			text-align: center;
		}
		
		.notice {
			padding-left: 15px;
			padding-right: 15px;
			text-align: left;
		}
			
			#sunnycoast08 a,
			.notice a {
				color: #FFF;
			}
	
	#overview,
	#testimonials,
	#moreinfo,
	#webmaster {
		float: right;
		width: 33%;
	}
	
		#testimonials p,
		#testimonials li {
			color: #888;
			font-style: italic;
			font-size: small;
		}
		
		#testimonials h2,
		#testimonials ul,
		#testimonials p {
			margin: .5em 0;
		}
		
		#events .event {
			margin: 2em 0 4em;
		}
		
		#events .actions:after,
		#addresses:after  {
			display: block;
			clear: both;
			content: ".";
			height: 0;
			visibility: hidden;
		}
		
		#events .actions ul {
			float: right;
			margin: 0;
			padding: 0;
		}
		
			#events .actions ul li {
				display: block;
				float: left;
				margin: 0 0 0 2em;
				padding: 0;
				list-style: none;
			}
		
		#contact h2 {
			font-size: small;
		}
		
		#addresses ul {
			float: left;
			margin: 0;
			padding: 0;
		}
		
			#addresses ul li {
				display: block;
				float: left;
				clear: both;
				margin: 0 .5em 1em 0;
				padding: 0;
				list-style: none;
			}
			
				#addresses ul li a {
					display: block;
					padding: 4px 8px;
				}
				
				#addresses ul li.newzealand a {
					color: #FFF;
					background: #000;
				}
				
				#addresses ul li.thewhitsundays a {
					color: #000;
					background: #dc8a2a;
				}
				
				#addresses ul li.tonga a {
					color: #FFF;
					background: #69ADC2;
				}
				
				#addresses ul li.sunnycoast a {
					color: #FFF;
					background: #bb1c2f;
				}
	
/**
	Footer
**/
#footer {
	clear: both;
	margin: 1em 0 0 0;
	padding: 1em;
	color: #888;
	background: url(../images/btn.hover.bg.gif) repeat-x top center;
	font-size: x-small;
}

#footer:after  {
	display: block;
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
}

	#footer a {
		color: #888;
	}
	
	#footer p.su {
		float: right;
	}
