@charset "utf-8";
/* CSS Document */

body {
	background-color:#fff;
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height:1.4em;
	margin: 0 0 15px 0;
	padding: 0;
}
/*typography*/
a {
	color: #900;
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
}
/*
h2 {
	background-image:url(images/cdu-logo-header.gif);
	background-repeat:no-repeat;
	height:59px;
	text-indent:-5000px;
	margin-top:0;
	margin-bottom:14px;
}
*/
h1 {
	font-size: 2.2em;
	margin: 0.5em 0em 1em 0em;
	font-weight: normal;
}

h2	{
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
#single-column h2 {
	height:auto;
	margin:1em 0 1em 0;
}
#body-container h2 {
	height:59px;
	margin-top:0;
	margin-bottom:14px;
}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
#body-container h3 a {
	display:block;
}
h4 {
	font-size:1.2em;
	font-weight: bold;
	margin:1em 0 0 0;
}
img {
	border: 0;
}
p {
	font-size: 1.0em;
	margin: 0 0 1em 0;
}
strong, b {
	font-weight: bold;
}
.clearfloat {
	clear:both;
	font-size:1px;
}
.float-right {
	float:right;
	margin-left:10px;
}
.float-left {
	float:left;
	margin-right:10px;
}
div.divider {
	/*background: url(images/dividerbg.gif) repeat-x center left;*/
      height: 1px;
	border-top:10px solid #fff;
	border-bottom:10px solid #fff;
	background:#900;
}
div.divider * {     /* for CSS2 browsers */
	display: none;
}
/****** header ******/

#header-container {
	background:#003359 url(../images/imageshp/header-bg.gif) repeat-x bottom;
}
#header {
	border:0;
	color:#fff;
	padding-top:7px;
	margin:0 auto;
	width:790px;
}
#search-form {
	margin:0;
	padding-bottom:20px; /* for ie6 */
}
#search-form input, #search-form select {
	font-size:11px;
	float:left;
}
#search-form input {
	margin-left:3px;
}
#query {
	width:138px;
}
#search-button {
	width:16px;
	height:19px;
}
#header-links {
	float:right;
	font-size:0.8em;
	text-align:right;
}
#header-links a {
	color:#fff;
	display:inline;
	padding:0;
	height:auto;
}
#header-links a:hover {
	border-bottom: 0;
	text-decoration:underline;
}
.display-none {
	display:none;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* remove the bullets, padding and margins from the lists */
.menu {

	}
.menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
	float:left;
	position:relative;
	z-index:100;
}
/* use the table to position the dropdown list */
.menu table {
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:24px;
}
/* style all the links */
.menu a, .menu :visited {
	display:block;
	width:5.3em;
	padding:4px 20px;
	color:#fff;
	background:#900;
	text-decoration:none;
	border-right:1px solid #000;
	text-align:left;
	font-weight:bold;
}
/* style the links hover */
.menu :hover {
	color:#fff;
	background:#333 url(../images/imageshp/bullet-white.gif) no-repeat 10px 0.8em;
	text-decoration:none;
}
/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:130px;
	height:0;
}
.menu ul ul a, .menu ul ul :visited {
	width:130px;
	border-bottom:1px solid #444;
	border-right:0;
	color:#F0F0F0;
	background:#333 url(../images/imageshp/bullet-white.gif) no-repeat 10px 0.8em;
	margin-right:0;
	font-weight:normal;
}
.menu ul ul :hover {
	color:#fff;
	background:#900 url(../images/imageshp/bullet-white.gif) no-repeat 10px 0.8em;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/****** body *******/

#body-container {
	background: url("../images/imageshp/vert-divider.gif") repeat-y 310px top;
	width:790px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#body-container1 {
	width:790px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border:1px solid #990000;}

#body-container1 h3 {
	display:block;
	height:15px;
	margin:0 0 2px 0;
	padding-bottom:2px;
	text-indent:-7777px;
}

#body-container2{
	width:790px;

}
#single-column {
	margin:15px auto 0 auto;
	width:790px;
}
#single-column ul,#single-column li {
	list-style-type:disc;
	}
#body-left-col {
	float:left;
	width:297px;
}
#body-right-col {
	float:right;
	width:468px;
	padding-left:12px;
}
#body-container h3 {
	display:block;
	height:15px;
	margin:0 0 2px 0;
	padding-bottom:2px;
	text-indent:-7777px;
}
hr {
	border: none 0;
	border-top: 1px solid #bdbdbd;
	width: 100%;
	height: 1px;
	margin:7px 0;
	padding:0;
	line-height:1px;
}
/****** left column styles ******/

#left-col-links ul {
	float: left;
	width: 297px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#left-col-links li {
	float: left;
	line-height:1.5em;
	margin: 0;
	padding: 0;
	width: 47%;
	padding-left:7px;
	background:url(../images/imageshp/bullet.gif) no-repeat left 0.5em;
}
#left-col-links li a {
	color: #3b3b3b;
}
#important-information {
	background:url(../images/imageshp/important-information.gif) no-repeat top left;
}
#cyclone-information {
	background:url(../images/imageshp/cyclone-info.gif) no-repeat top left;
}
#enrolment-process {
	background:url(../images/imageshp/enrolment-process.gif) no-repeat top left;
}
#computer-account {
	background:url(../images/imageshp/computerhead.gif) no-repeat top left;
}

#studentid{
	background:url(../images/imageshp/student_idmanager.gif) no-repeat top left;
}
#enrolment-list li {
	width:100%;
	line-height:1.3em;
	margin-bottom:0.3em;
	padding-left:7px;
	background:url(../images/imageshp/bullet.gif) no-repeat left 0.5em;
}
#enrolment-list li p {
	margin:0;
	padding:0;
}
#enrolment-list li a {
	color: #900;
}
#highlights {
	background:url(../images/imageshp/announcements.gif) no-repeat top left;
}
#news {
	background:url(../images/imageshp/news.gif) no-repeat top left;
}
/****** right column styles ******/
#highlights-body ul, #highlights-body li {
	list-style-type:disc;
	margin:0;
	padding:0;
}
#highlights-body1 {
	margin:10px;}
#highlights-body li {
	margin-left:25px;
	}
	
#highlights-body1 ul, #highlights-body1 li {
	list-style-type:disc;
	margin:0;
	padding:0;
}
#highlights-body1 {
	margin:15px;}
	
#highlights-body1 li {
	margin-left:25px;
	}	
#whats-new-promo {
	list-style-type:none;
	margin:0;
	padding:0;
}
#whats-new-promo li {
	clear:both;
}
#whats-new-promo p {
	line-height:1.3em;
	margin:0;
	padding:0;
}
#whats-new-promo h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin:0;
	padding:0;
}
#whats-new-promo h4 img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#news-list {
	margin:0;
	padding:0;
}
#news-list li {
	list-style-type:none;
	margin-bottom:0.3em;
	padding-left:7px;
	background:url(../images/imageshp/bullet.gif) no-repeat left 0.5em;
}
#news-list li a {
	color:#900;
}

/****** footer ******/

#footer {
	background:#fff;
	clear:both;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.2em;
}
#footer a {
	color:#333;
}
#footer a:hover {
	color:#900;
	text-decoration:none;
}
#footer-quick-links {
	font-size:1.1em;
	padding:5px 0;
}
#footer-quick-links img {
	margin:0 10px;
}
#footer-links {
	margin:0;
	padding:0;
}
#footer-highlights {
	margin:0;
	padding:0;
}
#footer-highlights li {
	display:inline;
	float:left;
	width:150px;
	margin-right:10px;
}
#activate {
	background-color:#333333;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size:16px;}
