/***********************************************
Macquarie University Main stylesheet
version:  20/04/2004
************************************************/
body { margin: 0; font-family: Verdana, Arial, sans-serif; font-size: .8em; color: #000; background-color: #fff; } /* Font size changed from .75em to .8em by Tony Dwyer CFL June 16 2004 */

h2 { font-size: 1.5em; }  /* Heading attributes changed by Tony Dwyer CFL June 16 2004 to increase margins between headings*/
h3 { font-size: 1.2em; }
h4 { font-size: 1.05em }  /* Heading attributes added by Tony Dwyer CFL June 16 2004 to ensure h4-h6 appeared smaller than h2-h3 */
h5 { font-size: 1em; }
h6 { font-size: 1.05em; margin-bottom: 0; margin-top: 0.1em; margin-left: 0.4em; }


a:link, a:visited, a:active { color: #9c0000; text-decoration: underline; }
a:hover { color: #999; text-decoration: underline; }

.breadcrumbs a:link, a:visited, a:active { color: #990000; text-decoration: none; }
.breadcrumbs a:hover { color: #ff0000; text-decoration: underline; }
.breadcrumbs  { font-size: .75em; padding-bottom: .5em; border-bottom: 1px solid #ccc;}


ul.homenav {
	margin : 0 0 10px 6px;
	padding: 0;	
	list-style-type: none;
}

ul.homenav li {
	padding-left: 15px;
	margin: 0;
	background: transparent url(../bullet.gif) no-repeat 0 0;
}


ul li a:link, ul li a:visited, ul li a:active { color: #9c0000; text-decoration: none; }
ul li a:hover { color: #999; text-decoration: underline; }

.hide {  /* use this class for anything that you want to hide from being seen by the browser */
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}

.nomargin {  /*you can use this style for when a list appears after a paragraph i.e. <p class="nomargin"></p><ul></ul>*/
	margin-bottom: 0;
}

.back {	/*styling for the "back to top" links*/
	text-align: right;
	height: 1em;
	margin-top: 2px;
}

.boxes {	/* styling for highlighted boxes - added by Tony Dwyer CFL June 16 2004 */
	border: 1px solid #455a21; 
	background-color: #faedcd; 
	margin-bottom: 20px;
	padding-bottom: 20px;


}

.boxtext {	/* styling for highlighted boxes - added by Tony Dwyer CFL June 16 2004 */
	margin: 10px; 
}



/**************************************************
 Main Navigation styling
**************************************************/
#main_nav { background-color: #000; }
#main_nav p { float: right; padding-right: 10px; margin: 0; }
#main_nav p, #main_nav a:link, #main_nav a:visited { color: #fff; text-decoration: none; }
#main_nav a:hover { color: #c93; text-decoration: none; }

/**************************************************
 Banner Styling
**************************************************/
#banner { border: 0; border-bottom: 2px solid #c93; }
#banner2 { background: #9c0000  url(../banner/banner1.jpg) no-repeat 86px 0; border-top: 2px solid #c93; height: 73px; padding: 0; }

/* this banner3 style is for displaying random images, it has golden lines around it added by Qinni Yang CFL 10 August 2004 */
#banner3 { background: #9c0000  url(../banner/banner1.jpg) no-repeat 86px 0; border-top: 2px solid #c93; height: 73px; padding: 0; }/* End of banner 3 style */

/* "Banner2 h1" is used for the homepage only - to be semantically correct */
#banner2 h1 { text-align: right; margin: 0; padding: 0; }
#banner3 h1 { text-align: right; margin: 0; padding: 0; }
#logo a img { border: 0; }
#logo  { background: #000; }

/**************************************************
 Main Content Box Styling
**************************************************/
#left { border-right: 1px solid #999; }
#right { border-left: 1px solid #999; }
html>body h2.hide { /* using this for opera browsers */ display: none; }

/**************************************************
 Homepage Content Heading styling
**************************************************/
h2.home {
	font-size: 1.2em;
	height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../heading_bg.gif) repeat-x left bottom;
	position: relative;
	margin: 0 0 10px 0;
}
h2.home span {
	width: 100%;
	height: 100%;
	background: transparent url(../heading_end_cap.gif) no-repeat right bottom;
	position: absolute;
	left: 2px;
}


/**************************************************
 Study & Explore styling
**************************************************/
.img-captions {
	margin: 10px 0;
}

.img-captions img {
	float: left;
	margin: 0;
}

.img-captions h3, .img-captions p {
	margin: 0;
	margin-left: 55px;
}

.img-captions h3 {
	font-size: 100%;
	color: #9c0000;
}

/**************************************************
 Form styling
**************************************************/
form { margin: 0 0 10px 0; padding: 0; }
label { font-weight: bold; color: #9c0000; }
label.above { display: block; }
.textfield, .pwfield, .dropdown, .textarea { font-size:11px; }
select {	font-size: 11px; }

.width1 {width:100px;}
.width1-5 {width:140px;}
.width2 {width:200px;}
.width2-5 {width:250px;}
.width3 {width:300px;}
.width3-5 {width:350px;}

textarea.width1 {width:118px;}
textarea.width1-5 {width:158px;}
textarea.width2 {width:218px;}
textarea.width2-5 {width:268px;}
textarea.width3 {width:318px;}
textarea.width3-5 {width:368px;}

/**************************************************
 Footer styling
**************************************************/
#footer { background: #9c0000  url(../innovative.gif) no-repeat center top; }
#footer2 { background-color: #fff; }
#f-left ul { margin: 0; padding: 0; }
#f-left ul li { display: block; background: none; margin: 0; padding: 0; }
#f-left li a:link, #f-left li a:visited { color: #333; text-decoration: underline; } /* Changed by Tony Dwyer CFL June 16 2004 to ensure links are underlined */
#f-left li a:hover { color: #9c0000; text-decoration: underline; }
#f-right ul { margin: 0; list-style: none; }
#f-right ul li { display: block; background: none; }
