/* @override http://uni.millstream.com.au/css/unimutual.css */

body {
	font-size: 62.5%;
	background-color: #8fa0b9;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #194583;
}

/* @group Panels */

#container {
	width: 940px;
	margin: 0 auto;
	background-color: #f0f0f0;
	border: 10px solid #f2f2f2;
	border-top: none;
	padding-top: 106px;
}

#main {
	background-color: #dadada;
}

#footer {
	padding: 25px 25px 50px 25px;
}

#footer img {
	margin-right: 25px;
}

#footer p {
	color: #464646;
	line-height: 1.4;
}

#memberpanel {
	background-color: #e9e9e9;
    padding: 26px;    
	margin-bottom: 15px;
}

#memberpanel img {
	float: none

}

#canvas #container #memberpanel p, 
#canvas #container #memberpanel img {
	float: none

}

#search {
	background-image: url(/upload/template/unimutual/uni-search-field2.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#search .field {
	border: none;
	margin: 0;
	padding: 0;
	height: 20px;
    width: 134px;
background-color: transparent;

}

#search .button {
	border: none;
    margin: 0;
    padding: 0;
text-indent: -1000em;
	width: 50px;
	height: 22px;
	background-color: transparent;
	color: #ccc;
	
}

/* @end */

/* @group Fonts */

#content p {
	font-size: 1.2em;
	margin-bottom: 0.7em;
	line-height: 1.4;
}

#content ul {
	padding: 1em 4em;
	list-style-type: disc;
}

#content li {
	font-size: 1.2em;
	margin-bottom: 0.7em;
	line-height: 1.4;
}

#content li p {
	font-size: 1.0em;
}

#content h1 {
	font-size: 2em;
	margin-bottom: 0.6em;
	line-height: 1.4;
}

#content h2 {
	font-size: 1.8em;
	margin-bottom: 0.6em;
	line-height: 1.2;
}

#content h3 {
	font-size: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.2;
}

#content h4 {
	font-size: 1.4em;
	margin-bottom: 0.6em;
	line-height: 1.2;
}

#content h5 {
	font-size: 1.2em;
	margin-bottom: 0.6em;
	line-height: 1.2;
}

#content h6 {
	font-size: 1em;
	margin-bottom: 0.6em;
	line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #e36c0a;
}

/* @end */

/* @group Navigation */

#navlist {
	position: absolute;
	z-index: 50;
	top: 0;
	width: 940px;
	height: 116px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 1;
	background-color: #194583;
}

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

/* Popup Menu Functions */

#navlist ul {
	display: none;
}

#navlist li:hover>ul {
	display: block;
	position: absolute;
	left: 0;
	top: 116px;
}

#navlist li li:hover>ul {
	display: block;
	position: absolute;
	left: 170px;
	top: 0;
}

#navlist>li.selected {
}

/* Specific to all levels */

#navlist  ul {
	width: 160px;
}

#navlist li {
	position: relative;
	float: left;
	display: block;
	z-index: 100;
	margin-right: 1px;
}

#navlist a {
	display: block;
	position: relative;
	z-index: 100;
	line-height: 1;
	float: left;
	padding: 20px 25px 20px 25px;
	padding-top: 80px;
	font-family: "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
}

#navlist .selected>a {
	background-color: #7f7f7f;
	background-image: url(../upload/template/unimutual/navigation-background-001.png);
	background-position: bottom center;
}

#navlist a:hover, #navlist li.d1:hover {
	background-color: #2871bd;
	background-image: none;
}

#navlist li li {
	margin-bottom: 0;
	margin-right: 0;
	float: left;
	text-align: left;
	border-bottom: 1px solid #2871bd;
	background-image: none;
}

#navlist li li a {
	margin: 0;
	display: block;
	width: 120px;
	color: #fff;
	background-image: none;
	background-color: #1c436c;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navlist li li:hover a {
	color: #fff;
}

#navlist li .selected>a {
	background-color: #1c436c;
}

#navlist li li li:hover a {
	background-color: #16385d;
}

/* @end */

/* @group Grid */

.row1 {
	overflow: hidden;
}

.row1 .column {
	float: left;
}

.row1 .column1 {
	padding: 25px;
	padding-bottom: 5000px;
	margin-bottom: -4975px;
}

.row1 .column2, .row1 .column3 {
	padding: 0;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}

#content .row1 .column2 p, #content .row1 .column3 p {
	float: left;
	line-height: 1;
	margin-bottom: 0;
}

#content .row1 .column2 img, #content .row1 .column3 img {
	float: left;
	line-height: 1;
	margin-bottom: 0;
}


.row1 .column1.one {
	width: 310px;	
}

.row1 .column1.two {
	width: 640px;	
}

.row1 .column2.one {
	width: 330px;
}

.row1 .column3.one {
	width: 250px;
}


/* @end */

/* @group Tables */

#content td {
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom: 0.6em;
}

#content td p {
	font-size: 1.0em;
}

table {
	width: 100%;
	margin-bottom: 0.6em;
}

td, th {
	padding: 6px 0;
}

/* @end */

/* @group General */

hr {
	background-color: transparent;
	border: none;
	padding: 10px 0;
}

img.left {
	padding-right: 10px;
}

blockquote {
	position: relative;
	padding: 10px 0 10px 135px;
	min-height: 120px;
	margin-bottom: 0.6em;
}

blockquote img {
	position: absolute;
	top: 14px;
	left: 0;
}

/* @end */

