/*
 * Dkblue		#0d365f
 * Blue 		#006da5
 * Medblue		#0570b6
 * Ltblue		#00a8e0
 * Bluegreen	#00a6af
 * Green		#61b251
 * Gold			#e1b823
 * Brown		#9b8b5a
 * Medbrown		#f4f2e9
 * Ltbrown		#edeadc
 * Cream		#fbf6e2
 */


* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	color: #0d365f;
	font-family: 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12px;
}

ul,
ol {
	margin: 10px 0 10px 30px;
}

#content ul li,
#content ol li {
	margin: 5px 0;
}

p {
	padding: 0.5em 0;
}

#nav p {
	padding: 0;
}

#nav ul,
#nav ol {
	margin: 0;
}

#page {
	margin: 0 auto;
	width: 980px;
}

#header {
	position: relative;
	height: 140px;
	margin-bottom: 8px;
}

#header-left {
	position: absolute;
	left: 0;
	top: 0;
	height: 140px;
	width: 782px;
}

#header-right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 190px;
}

#header h1 {
	line-height: 115px;
}

#header #ubtp_logo {
	vertical-align: middle;
}

#header #nav {
	background: #9b8b5a;
	color: #FFF;
	line-height:25px;
	padding-left: 25px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 757px;
}

#header #nav .menu {
	position: absolute;
	right: 0;
	top: 0;
	list-style-type: none;
}

#header #nav .menu li {
	float: left;
}

#header #nav .menu li a:link,
#header #nav .menu li a:visited {
	color: #FFF;
	text-decoration: none;
	line-height: 15px;
	display:  inline-block;
	border-left: 1px solid #FFF;
	margin: 5px 0px;
	padding: 0 10px;
	text-transform: uppercase;
}

#header-right a.quick_link:link,
#header-right a.quick_link:visited {
	background: #0570b6;
	color: #FFF;
	text-decoration: none;
	
	position: relative;
	margin-top: 5px;
	padding: 7px 10px 6px;
	text-transform: uppercase;
	bottom: 0;
	line-height: 1;
	display: block;
	word-spacing: 2px;
}

#content_outer {
	position: relative;
	width: 980px;
}

#content_inner {
	float: left;
	width: 980px;
}

#content table th,
#content table .tableHead td {
	background: #9B8B5A;
	color: #FFF;
}

#content table tr.altRow {
	background: #e7e3d0;	
}

#content table td {
	padding: 5px;
}

#left {
	float: left;
	margin-right: 8px;
	width: 190px;
}

#left #menu {
	padding-bottom: 30px;
	border-top: 1px solid #edeadc;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul.menu1 {
	list-style-type: none;	
}

#menu ul.menu1 li a:link,
#menu ul.menu1 li a:visited {
	color: #0d365f;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	padding: 6px 10px 6px 15px;
	text-decoration: none;
	border-bottom: 1px solid #edeadc;
}

#menu ul.menu1 li a:hover,
#menu ul.menu1 li.current a:link,
#menu ul.menu1 li.current a:visited {
	color: #9b8b5a;
}

#menu ul.menu2 {
	list-style-type: none;	
}

#menu ul.menu2 li a:link,
#menu ul.menu2 li a:visited {
	color: #9b8b5a;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	padding: 6px 10px 6px 15px;
	text-decoration: none;
	background: #e7e3d0;
	margin-bottom: 2px;
}

#menu ul.menu2 li a:hover,
#menu ul.menu2 li.current a:link,
#menu ul.menu2 li.current a:visited {
	color: #6d6240;
}

#menu ul.menu2 li.current a:link,
#menu ul.menu2 li.current a:visited {
	font-weight: bold;
}

#middle {
	background: #f4f2e9;
	float: left;
	margin-right: 8px;
	width: 584px;
	min-height: 400px;
}

#middle .feature_img {
	padding-right: 10px;
}

#middle .feature_img.last {
	padding-right: 0;
}

#content {
	padding: 15px 25px 25px;
	font-size: 15px;
	line-height: 1.25;
	float: left;
	width: 534px;
}

#content a:link,
#content a:visited,
#footer3 a:link,
#footer3 a:visited
{
	color: #0570b6;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content h2,
#content h2 a:link,
#content h2 a:visited
{
	font-family: 'Cambria', 'Georgia', serif;
	font-style: italic;
	padding: 0 0 6px;
	font-size: 20px;
	border-bottom: 1px solid #c3b998;
	margin-bottom: 15px;
	color: #0d365f;
}

#content.index h2 {
	border: 0;
	margin: 8px 0 0 0;
}

#content h3,
#content h3 a:link,
#content h3 a:visited
{
	font-family: 'Cambria', 'Georgia', serif;
	font-size: 18px;
	margin-top: 12px;
	font-style: italic;
	color: #0d365f;
}

#content h4,
#content h4 a:link,
#content h4 a:visited
{
	font-family: 'Cambria', 'Georgia', serif;
	font-size: 17px;
	margin-top: 12px;
	font-style: italic;
	color: #0d365f;
}

#content h5, 
#content h5 a:link,
#content h5 a:visited {
	font-family: 'Cambria', 'Georgia', serif;
	font-size: 14px;
	margin-top: 12px;
	font-style: italic;
	color: #0d365f;
}

#content h6,
#content h6 a:link,
#content h6 a:visited
{
	font-family: 'Cambria', 'Georgia', serif;
	font-weight: bold;
	font-style: italic;
	color: #0d365f;
}

#content hr {
	border: 0;
	border-bottom: 1px solid #c3b998;
	color: #c3b998;
	height: 1px;	
}


#right {
	float: left;
	width: 190px;
}

#right .box {
	background: #fbf6e2;
	padding: 0px;
	margin-bottom: 8px;
	position: relative;
	width: 190px;
		
	
}

#right .box h2 {
	color: #e1b823;
	text-transform: uppercase;
	font-size: 14px;
	padding: 8px 8px 0;
}

/*#right #news_scroller_wrapper {
	overflow: hidden;
	width: 174px;
	position: relative;
	height: 100px;
	
}

#right #news_scroller {
	position: absolute;
	width: 1044px;

}

#right #news_scroller .news_item {
float: left;
	width: 174px;
}*/


#right .feature h3,
#right .event_item h3 {
	font-size: 13px;
	font-style: italic;
	padding: 6px 0 0;
	margin: 0;
}

#right h3 a:link,
#right h3 a:visited {
	color: #0D365F;
	text-decoration: none;
}

#right h3 a:hover {
	text-decoration: underline;
}

#right .slider {
	background: #e1b823;
	height: 12px;
	width: 190px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#right .quick_link {
    background: none repeat scroll 0 0 #e1b823;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    line-height: 1;
    margin: 10px 0;
    padding: 7px 10px 6px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    word-spacing: 2px;
    text-align: center;
}

#right .box ul {
	list-style-type: none;
	margin: 6px 0;
	padding: 0;
}

#right .box ul li {
	padding: 2px 0;
}

#right .box ul li a:link,
#right .box ul li a:visited
{
	color: #0d365f;
	text-decoration: none; 
}

#right .box ul#archived_news {
	padding-bottom: 15px;
	margin: 6px 10px;
}

#footer1 {
	float:left;
}

#footer1 #expansion {
	bottom: 0;
	width: 190px;
	float: left;
	margin-right: 8px;
}

#footer1 #expansion h2 {
	color: #9b8b5a;
	text-transform: uppercase;
	font-size: 13px;
	padding-left: 25px;
}

#footer1 #expansion a.expansion_link:link,
#footer1 #expansion a.expansion_link:visited {
	background: #0570b6;
	color: #FFF;
	text-decoration: none;
	position: relative;
	margin-top: 5px;
	padding: 7px 10px 6px 25px;
	text-transform: uppercase;
	bottom: 0;
	line-height: 1;
	display: block;
	word-spacing: 2px;
}

#footer1 #expansion a.expansion_link.info_tech:link, 
#footer1 #expansion a.expansion_link.info_tech:visited 
{
	background: #00a6af;
}

#footer1 #expansion a.expansion_link.bio_tech:link, 
#footer1 #expansion a.expansion_link.bio_tech:visited 
{
	background: #00a8e0;
}

#footer1 #expansion a.expansion_link.energy_tech:link, 
#footer1 #expansion a.expansion_link.energy_tech:visited 
{
	background: #61b251;
}

#footer1 #testimonial {
	background: #FFF;
	padding-top: 8px;
	float: left;
}

#footer1 .testimonial {
	background: #00a6af;
	color: #FFF;
	font-size: 19px;
	float: left;
	width: 584px;
}

#footer1 .testimonial img {
	display: block;
	float: left;
	width: 172px;
}

#footer1 .testimonial .text {
	font-style: italic;
	float: left;
	padding: 0 15px;
	width: 382px;
}

#footer2 {
	position: relative;
	padding: 8px;
	height: 90px;
}

#footer2 h2 {
	padding-left: 17px;

	color: #9b8b5a;
	text-transform: uppercase;
	font-size: 13px;
}

#footer2 a {
	position: absolute;
}


#footer2 #ub_logo {
	position: absolute;
	top: 10px;
	right: 0;
}

#footer3 {
	position: relative;
	padding-bottom: 30px;
	float: right;
	font-family: trebuchet MS;
	font-size: 11px;
}

#footer3 a:hover {
	text-decoration: underline;
}


/** Gallery styles **/

#gallery .image_tile {
	background: #E7E3D0;
	border: 1px solid #928F75;
	display: block;
	float: left;
	margin: 2px;
	padding: 10px 5px;
	text-align: center;
	width: 30%;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	vertical-align: middle;
}

#gallery .image_tile span {
	display: block;	
	font-size: 11px;
	line-height: 1.2em;
}

#gallery .fixed_height {
	height: 180px;	
}

#gallery .image_tile:hover {
	border: 1px solid #777;
}

#gallery p {
	clear: both;
}

#gallery .prev,
#gallery .next,
#gallery .num {
	font-size: 11px;
	display: block;
	float: left;
	width: 18px;
	height: 18px;	
	margin: 0 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#gallery .num {
	background: #928F75;
	margin: 0 1px;
	color: #FFF;
	line-height: 17px;
	font-weight: bold;
	text-align: center;
}

#gallery span.num {
	background: #f5c827;	
}

#gallery a.num:link,
#gallery a.num:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}

#gallery .prev { background: #928F75 url('http://www.cecc.com.au/images/prev.gif') no-repeat center center; }
#gallery .next { background: #928F75 url('http://www.cecc.com.au/images/next.gif') no-repeat center center; }

#gallery span.prev {background-color: #f5c827; }
#gallery span.next {background-color: #f5c827; }


#gallery a.prev:hover,
#gallery a.next:hover,
#gallery a.num:hover { 
	background-color: #0B2B58; 
}

/**	End gallery styles **/

/** Style for sitemap.php **/

#content #sitemap {
	margin-left: 20px;
	float: left;
	margin-bottom: 25px;
}

#content #sitemap ul,
#content #sitemap li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	line-height: 1;
	background: none;	
}

#content #sitemap a {
	line-height: 1;
	padding: 0!important;
	margin: 0!important;
}

#content #sitemap a:link,
#content #sitemap a:visited {
	color: #0d365f;
}

#content #sitemap ul.menu1 {
	float: left;
	display: block;
	width: 100%;	
}

#content #sitemap ul.menu1 li
{
	font-weight: bold;
	font-size: 15px;
	font-family: 'Cambria', 'Georgia', serif;
	font-style: italic;
}

#content #sitemap ul.menu2 li,
#content #sitemap ul.menu3 li {
	font-weight: normal;
	font-size: 13px;
	font-family: 'Calibri', 'Trebuchet MS', sans-serif;
}

#content #sitemap ul ul {	
	margin: 0;
	margin-left: 42px;
	padding: 0;
}

#content #sitemap ul ul li {
	background: none;
	padding: 0;
}

#content #sitemap ul ul ul {
	margin: 0 0 0 40px;
}

#content #sitemap ul ul li {
	list-style-image: url('../images/sitemap_l2_mid.gif');
}

#content #sitemap ul ul ul li {
	list-style-image: url('../images/sitemap_l3_mid.gif');	
}

#content #sitemap ul ul li.first {
	list-style-image: url('../images/sitemap_l2_top.gif');
}

#content #sitemap ul ul ul li.first {
	margin-top: 2px;
	list-style-image: url('../images/sitemap_l3_top.gif');	
}

#content #sitemap ul ul li.last {
	list-style-image: url('../images/sitemap_l2_end.gif');
}

#content #sitemap ul ul ul li.last {
	list-style-image: url('../images/sitemap_l3_end.gif');	
}

#content #sitemap li,
#content #sitemap a {
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}

/**	End sitemap styles **/

/** Form styles **/

#form1 {
	margin-top: 15px;
}

#form1 fieldset {
	padding: 10px;
	border: 0;
}

#form1 label {
    display: inline-block;
    min-width: 120px;
    padding: 0 4px 8px 0;
    vertical-align: top;
    text-align: right;
}

#form1 fieldset {
	border: 1px solid #c3b998;
}

#form1 input,
#form1 textarea {
	border: 1px solid #c3b998;
	font-size: 11px;
	height: 18px;
}

#form1 #recaptcha_widget {
	margin: 0 auto;
}

#form1 input.form1_button,
input.form1_button {
	border: 1px solid #c3b998;
	float: right;
	margin: 15px 0;
	color: #0d365f;
	font-size: 90%;
	padding: 3px;
	cursor: pointer;
	height: 23px;
	font-size: 11px;
}

#content .error_div {
	margin: 10px auto;
	text-align: center;				
}

#content .error_div {
	border: 1px solid #c0442b;
	width: 390px;	
	margin-bottom: 10px;
}

#content .error_div h4 {
	background-repeat: no-repeat;
	background-position: 1em;
	background-color: #f48467;
	color: #FFF;	
	font-size: 12px;
	padding: 4px;
	margin:0;
	font-family: Arial;
}

#content .error_div ul {
	padding: 4px;
	text-align: left;
	background-repeat: no-repeat; 
	padding-left: 3.4em; 
	margin-bottom: 5px; 
	background-position: 2em; 
}
	
#content .error_div ul li {
	padding-left: 15px;	
}

/** End Form styles **/

/** Banner styles **/

#banner_viewport {
	height: 103px;
	float: left; 
	width: 584px;
}

#banner_gradient {
	position: absolute;
	top: 0px;
	left: 104px;
	z-index: 100000;
}

#banner {
	height: 103px;
	position: relative;
	overflow: hidden;
	width: 584px;
}

.banner_item {
	float: left;
	height: 130px;
	margin: 0; 
	width: 584px;
}

.banner_item .img {
	float: left;
	width: 172px;
}

.banner_item .copy {
	color: #FFF;
	float: left;
	padding: 10px 15px;
	width: 382px;
	background: #00a6af;
	font-size: 16px;
	height: 172px;
	font-style: italic;
}

.banner_item .copy p {
	padding: 0;
}

/** End Banner styles **/










.feature_viewport {
	position: relative;
	overflow: hidden;
	height: 150px;
	width: 190px;
}

.feature_frame {
	position: absolute;
}


.feature {
	float: left;
	width: 174px;
	padding: 0 8px;
	height: 150px;
	overflow: hidden;
}

.feature_controls {
	background: #e1b823;
	height: 16px;
	padding: 3px 7px 0;
	width: 176px;
	position: absolute;	
	bottom: 0;
	left: 0;
}

.feature_controls .feature_control {
	background: url('../images/dots.png') no-repeat 0 0;
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 4px;
	cursor: pointer;
}

.feature_controls .current {
	background-position: -8px 0;
}


