/* @override http://activitiesindustrymutual.millstream.com.au/css/activities.css */

body {
	background-image: url(../upload/template/activities/body-background-001.png);
	background-repeat: repeat-x;
	background-color: #0297cb;
	color: #000;
}

/* @group Fonts */

body {
	font-size: 62.5%;
	font-family: arial, helvetica, sans-serif;
}

#content p, #content li {
	color: #4c4433;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom: 1em;
	line-height: 1.6;
}

#content h1 {
	text-transform: uppercase;
	font-family: "Arial Narrow", arial, helvetica, sans-serif;
	font-weight: normal;
	color: #7f7353;
	font-size: 4em;
	margin-top: 0;
	margin-bottom: 0.6em;
}

#content h2 {
	text-transform: uppercase;
	font-family: "Arial Narrow", arial, helvetica, sans-serif;
	font-weight: normal;
	color: #7f7353;
	font-size: 2em;
	margin-bottom: 0.6em;
	line-height: 1.2;
}

#content h3 {
	text-transform: uppercase;
	font-family: "Arial Narrow", arial, helvetica, sans-serif;
	font-weight: normal;
	color: #7f7353;
	font-size: 1.5em;
	margin-bottom: 1em;
	line-height: 1.2;
}

#content .column2 ul {
	margin: 1em 3em;
	list-style-type: disc;
}

/* @end */

/* @group Panels */

#container {
	position: relative;
	width: 760px;
	margin: 0 auto 33px auto;
	background-color: #fff;
}

#banner {
	position: relative;
	background-image: url(../upload/template/activities/banner-001.png);
	background-repeat: no-repeat;
	width: 760px;
	height: 376px;
}

#banner h1 {
	position: absolute;
	top: 118px;
	background-image: url(/cache/random/:upload:template:activities:banners:/name/random.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 258px;
	text-indent: -1000em;
}

#main {
	background-image: url(../upload/template/activities/content-background-002.png);
	background-position: left bottom;
	z-index: 10;
	padding-bottom: 33px;
}

#content {
	padding: 35px;
	background-image: url(../upload/template/activities/content-header-001.png);
	background-repeat: no-repeat;
}

#footer {
	padding: 5px 35px 15px 35px;
	font-size: 1.1em;
}

/* @end */

/* @group Grid */

.row {
	overflow: hidden;
}

.column {
	float: left;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

.column1 {
	width: 200px;
	padding-right: 20px;
}

.column2 {
	width: 470px;
}

.column2.three {
	margin-left: 220px;
}

/* @end */



/* @group Navigation */

#container .depth-0 {
	list-style-type: none;
	background-color: #bcc7ca;
	height: 30px;
}

#container .depth-0 li {
	float: left;
}

#container .depth-0 a {
	float: left;
	padding: 8px 16px;
	border-right: 1px solid #7a959c;
	font-size: 14px;
	text-decoration: none;
	color: #4c4433;
	text-transform: uppercase;
	font-family: "Arial Narrow", arial, helvetica, sans-serif;
}

#container .depth-0 .selected>a, #container .depth-0 a:hover {
	background-color: #fff;
}

/* Level 1 */

#container .depth-1 {
	text-align: left;
	z-index: 10;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 6px solid #7f7353;
	background-color: #bcc7ca;
	overflow: hidden;
}

#container .depth-1 a {
	float: left;
	display: block;
	padding: 10px;
	width: 178px;
	font-size: 1.1em;
	text-decoration: none;
	border-left: 1px solid #bfb7a1;
	border-right: 1px solid #bfb7a1;
	border-top: 1px solid #7f7353;
	color: #7f7353;
}

#container .depth-1 .selected>a {
	background-color: #fff;
}

#container .depth-1 a:hover {
	background-color: #eff5f7;
}

/* @end */

.top {
	display: block;
	clear: both;
	text-indent: -1000em;
}