/* @override 
	http://ncetac5.fritsweb.net/themes/bmd/css/master.css
*/

@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #222;
	margin: 0px;
	padding: 0px;
	background: #545e5f repeat-x left top;
	text-align: left;
	text-decoration: none;
	behavior: url(../iepngfix.htc);
	font: normal 0.8em/1.5em Arial, Helvetica, Geneva, sans-serif;
}

a:link, a:visited {
	outline: 0;
	color: #0f79bc;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	outline: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 1em;
	margin-bottom: 1em;
	text-decoration: none;
	line-height: 1.2em;
}

h1 {
	
	color: #555;
	font-size: 220%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #444;
	font-size: 130%;
}

h4 {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #444;
	font-size: 120%;
}

h5 {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #444;
	font-size: 100%;
}

h3 span {
	color: #444 !important;
}

h3 a:link, h3 a:visited {
	text-decoration: none !important;
}

h3 a:hover, h3 a:active, h3 a:focus {
	text-decoration: underline !important;
}

hr {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	border-right: none;
	border-left: none;
	border-bottom: none;
	border-bottom: 1px solid #666;
	border-top : none;
}

p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

ul {
	margin: 1em 0 1em 2em;
	list-style-image: none;
}

ol {
	margin: 1em 0 1em 2em;
	list-style-image: none;
}

/* @group controls
 */
#ccm-page-controls-wrapper ul li {
	list-style-image: none;
}

.ccm-dialog-window-wrapper ul li {
	list-style-image: none;
}


/* @end */

li {
	padding-left: 10px;
	margin: 0.5em 0 2px;
	list-style-image: none;
}

img {
	border: none;
}

/* @group general */

.border {
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clear {
	clear: both;
}

.wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0 20px;
}

.hRule {
	width: 100%;
	height: 19px;
	margin: 15px 0 5px;
}

#wrapper .home {
		background-image: url(../images/hRule-home.gif);
	margin-bottom: 20px;
}

.breadcrumb {
	font-size: 85%;
	margin-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	color: #666;
	clear: both;
	width: 100%;
}

#content .breadcrumb a {
	color: #666;
	text-decoration: none;
}

#wrapper {
	width: 950px;
	margin: 20px auto 0;
	padding-right: 20px;
	padding-left: 20px;
}

#header {
	left: 0px;
	text-align: left;
	height: 95px;
}

#header img {
	margin: 0;
	float: left;
}

/* @end */

/* @group footer */

#footer {
	width: 100%;
	font-size: 10px;
	text-align: left;
	height: 40px;
	color: #FFF;
	margin: 0;
	background: url(../images/footer-bgd.gif) repeat-x;
}

#footer div.foot {
	width: 950px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: 40px;
	text-transform: uppercase;
}

#footer a {
	color: #FFF;
}

#footer li {
	display: inline;
	margin: 0;
	line-height: 40px;
	text-transform: uppercase;
}

#footer .nav {
	margin: 0;
}

#footer a:hover {
	color: #ccc !important;
}

/* @end */

/* @group search */

#search {
	height: 95px;
	margin-right: 10px;
	width: 170px;
	float: right;
}

#search p {
	margin: 40px 5px 0 0;
}

#search input {
	color: #444;
	margin: 0 10px 0 0;
	width: 110px;
	float: left;
	height: 14px;
}

#search input.btn {
	width: 18px;
	height: 18px;
	background: url(../images/search-btn.gif) no-repeat 0 0;
	border-style: none;
	text-indent: -999em;
	font-size: 1px;
	color: #009ee0;
	line-height: 1px;
}

#search input.btn:hover {
	background-position: -19px;
	cursor: pointer;
}

/* @end */

/* @group ----- NAV ----- */

#nav {
	position: relative;
	z-index: 5;
	height: 25px;
	background: #93989a;
}

#nav ul {
	text-align: center;
	list-style-type: none;
	height: 25px;
	padding: 0;
}

#nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#nav ul li a {
	line-height: 25px;
	color: #FFF;
	float: left;
	display: block;
	height: 25px;
	padding-left: 16px;
	padding-right: 16px;
	text-transform: uppercase;
	border-right: 1px dotted #d6d6d6;
	font-size: 11px;
	text-decoration: none;
}

#nav strong {
	color: #FFF !important;
}

#nav a:hover {
	text-decoration: none;
}

#nav .home a:hover {
	background-color: #0f2073;
}

#nav .workforce a:hover {
	background: #eb7546;
}

#nav .workplace a:hover {
	background: #9666de;
}

#nav .society a:hover {
	background: #67b849;
}

#nav .about a:hover {
	background-color: #0081c7;
}

/* @end */

/* @group col1 */

.colOne {
	width: 410px;
	padding-left: 20px;
	padding-right: 40px;
}

h1.heading {
	line-height: 150%;
	font-size: 220%;
	color: #333;
	height: 345px;
	margin: 0;
}

.colOne .news {
	height: 90px;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #707173;
}

.news h4 {
	font-size: 140%;
	line-height: 120%;
	margin: 0;
}

.readmore {
	width: 100px;
	float: left;
}

.nextPrev {
	width: 20px;
	float: right;

}

.nextPrev a {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	border-style: none;
	text-indent: -999em;
}

.nextPrev a.prev {
	background: url(../images/prev-btn.gif) no-repeat 0 0;
	display: none;
}

.nextPrev a.next {
	background: url(../images/next-btn.gif) no-repeat 0 0;
}

.nextPrev a:hover {
	background-position: 0 bottom;
}

/* @end */

/* @group col2 */

.colTwo {
	width: 480px;
	background: url(../images/panel-bgd.gif) no-repeat 0 0;
}

#wrapper .colTwo .workforce, #wrapper .colTwo .workplace, #wrapper .colTwo .society, #wrapper .colTwo .about {
	float: left;
	width: 230px;
	height: 230px;
}

.colTwo a {
	color: #FFF;
	display: block;
	width: 230px;
	height: 115px;
}

.colTwo h2 {
	height: 95px;
	padding: 10px;
	color: #FFF;
	margin: 0;
}

.colTwo .workforce {
	background: #eb7546;
	margin-right: 5px;
	margin-bottom: 5px;
}

.colTwo .workforce a {
	background: #eb7546 url(../images/workforce-panel.jpg) no-repeat left bottom;
}

.colTwo .workplace {
	background: #9666de;
	margin-left: 5px;
	margin-bottom: 5px;
}

.colTwo .workplace a {
	background: #9666de url(../images/aod-workplace-panel.jpg) left bottom;
}

.colTwo .society {
	background: #67b849;
	margin-right: 5px;
	margin-top: 5px;
}

.colTwo .society a {
	background: #67b849 url(../images/aod-society-panel.jpg) no-repeat 0 0;
}

.colTwo .about {
	background-color: #0081c7;
	margin-left: 5px;
	margin-top: 5px;
}

.colTwo .about a {
	background: #0081c7 url(../images/about-panel.gif) no-repeat left bottom;
}

/* @end */

.flinders {
	width: 230px;
}

.flinders h3 {
	width: 188px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #707173;
	padding-left: 20px;
	margin: 0 0 20px;
}

/* @group Latest */

.latest {
	width: 711px;
	margin-bottom: 10px;
	padding-left: 9px;
}

.box {
	width: 340px;
	float: left;
	border-top: 5px solid #6bd4ff;
	height: 135px;
	margin-top: 15px;
	margin-right: 20px;
	position: relative;
}

.box.one {
		border-bottom: 1px solid #a3a3a3;
}

.two, .four {
	margin-right: 0;
}

.latest h3 {
	text-transform: uppercase;
	font: 100% Arial, Helvetica, Geneva, sans-serif;
	color: #099ddb;
	margin-bottom: 0;
}

.summary {

	border-top: 1px solid #a3a3a3;
	padding-top: 5px;
	margin: 0;
	color: #009ee0;
	line-height: 120%;
	overflow: hidden;
	height: 46px;
}

.box h4 {
	height: 45px;
	font-size: 150%;
	line-height: 160%;
	color: #707173;
	margin: 0;
}

.box ul.slider-holder {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 340px;
	overflow: hidden;
	height: 98px;
	border-top: 1px solid #a3a3a3;
}

.box ul.slider-holder li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #a3a3a3;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	color: #009ee0;
	line-height: 120%;
	width: 340px !important;
	height: 79px;
}

ul.slideshow-back-next {
	list-style-type: none;
	margin: 0;
	position: absolute;
	top: 5px;
	right: 0;
	width: 30px;
	height: 30px;
}

li.back-button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

li.next-button {
	display: none;
}

/*li.next-button a {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	border-style: none;
	text-indent: -999em;
	background: url(../images/next-btn.gif) no-repeat 0 0;
}*/

li.back-button a {
	display: block;
	width: 18px;
	height: 18px;
	border-style: none;
	text-indent: -999em;
	background: url(../images/next-btn.gif) no-repeat 0 0;
}

li.back-button a:hover {
	background-position: 0 bottom;
}

.box .proj-list {
	
}

/* @end */

/* @group side */

#side {
	width: 243px;
}

#treemenu1 {
	list-style: none;
	margin: 0 0 30px;
}

#treemenu1 ul {
	display: none;
}

#treemenu1 ul ul {
	display: none;
	/*_display: block;  IE 6 and below*/ 
}

#treemenu1 ul ul ul ul {
	display: none;
	/*_display: block;  IE 6 and below*/ 
}

#treemenu1 ul ul ul ul ul {
	display: none;
	/*_display: block;  IE 6 and below*/ 
}

#treemenu1 ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}

#treemenu1 li {
	background: #FFF none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	height: auto;
}

#treemenu1 li a {
	display: block;
	color: #FFF;
	line-height: 19px;
	margin-bottom: 1px;
	text-decoration: none;
	margin-right: 0;
	margin-left: 30px;
	padding: 3px 10px;
}

#treemenu1 li.submenu a {
	padding-left: 10px;
}

#treemenu1 .nav-selected {
	background-position: left;
}

#treemenu1 li li a {
	color: #333;
}

/*#treemenu1 li li li a {
	color: #333;
	border-top: 1px solid #555;
	margin-bottom: 0;
}*/

/*#treemenu1 li li li li a {
	color: #333;
	background-image: none;
	border-top: 1px solid #555;
	background-color: #ccc;
	margin-bottom: 0;
}*/

/*#treemenu1 li li a:hover, #SideNav li li li a:hover {
	color: #000;
}*/

/* @end */

/* @group content */

.table {
	width: 90%;
	margin: 20px 0;
	padding: 0;
	cell-spacing: 0;

}

.table tr {
	
}

.table th {
	padding: 5px 5px 5px 15px;
}

.table td {
	padding: 5px;
}

.table.workforce th {
	background: #7c2300;
	color: #FFF;
}

.table.workplace th {
	background: #31007c;
	color: #FFF;
}

.table.society th {
	background: #31007c;
	color: #FFF;
}

.table.about th {
	background: #31007c;
	color: #FFF;
}

.table.workforce {
	border: 1px solid #7c2300;
}

.table.workplace {
	border: 1px solid #31007c;
}

#content {
	width: 668px;
	padding-left: 30px;
	padding-bottom: 30px;
}

#content p img {
	margin: 5px 15px 15px !important;
	float: left;
	clear: both;
}

#content img.large {
	margin: 15px;
	float: none;
	clear: both;
}

caption {
	margin-bottom: 20px;
	color: #666;
}

.pubs td {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
}

.pubs {
	padding-top: 20px;
}

table.pubs {
	border-top: 1px solid #666;
	margin-top: 30px;
}

table.pubs img {
	max-height: 250px;
	min-height: 250px;
	min-width: 170px;
	background: #f3f3f3;
	padding-right: 0 !important;
	border: 1px solid #e5e5e5 !important;
}

#content input, textarea, select {
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	background: #f3f3f3;
	border: 1px solid #e5e5e5;
	outline: 0;
	width: 150px;
}

#content input:focus, textarea:focus, select:focus {
	background: #ebebeb;
	border: 1px solid #0081c7;
}

#content input[value="Clear"],
#content input[value="Submit Order"],
#content input[value="Search"], 
#content input[value="Reset"]
 {
	width: 100px;
	padding: 5px;
	background-color: #CCC;
	border: 1px solid #7e7e7e;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#content input[type=radio], #content input[type=checkbox] {
	width: 20px;
}

#content input[value="Submit Order"] {
	background-color: #0081c7;
	border: 1px solid #005c8e;
	color: #FFF;
}

#content .submitTD input[value="Search"] {
	background-color: #ec7c4e;
	border: 1px solid #8a482d;
	color: #FFF;
}

.ccm-input-select {
	width: 80px !important;
}

.searchForm select {
	width: 280px !important;
	margin-bottom: 20px;
	border: 1px solid #666;
	margin-left: 0;
	height: 80px;
	margin-top: 2px;
}

.searchForm select#sort {
	height: 20px;
}

table.searchForm td {
	width: 50%;
}

td.submitTD {
	text-align: right;
	padding-right: 52px;
}

td.resetTD {
	text-align: right;
	padding-right: 52px;
}

/* @end */

/* @group jCarousel */

.box .pubs-list {
	width: 340px !important;
	overflow: hidden;
}

.proj-list {
	width: 340px !important;
	overflow: hidden;
}

.pres-list {
	width: 340px !important;
	overflow: hidden;
}

.nextItem {
	position: absolute;
	right: 20px;
	color: #009ee0;
	top: 4px;
}

.slider-wrapper {width: 340px; height: 100px;}

.slider-wrapper {position:relative; overflow:hidden; width: 340px; height: 100px;}
.slider-holder {overflow:hidden; width: 340px; display:block; height: 100px; padding:0; margin:0;}
.slider-holder li {padding:10px; margin:0; display:block; width: 340px; height: 90px; float:left; list-style:none; color:#000;}
.slider-holder ul ul {height:auto; padding-left:18px;}
.slider-holder li li {padding:0; margin:0; display:list-item; width:auto; height:auto; float:none; list-style:disc;}
.s-active {position:relative; top:0; left:0;}


.newsbox {
	border-top: 5px solid #6BD4FF;
	margin-top: 15px;
	margin-right: 20px;
	position: relative;
}

.newsbox h3 {
	text-transform: none;
}

.news_list .ccm-page-list-description{
	border-bottom: 1px solid #6BD4FF;
	padding-bottom:  10px;
}

/* @end */
