/* 
Version: July 2010
Author: ITS Web Publishing
Contents: 	LOG IN BAR
			BRANDING BANNER
			SEARCH
			CONTENT PANEL
			SITEMAP
			FOOTER 
			MISC 
			PROMO COLUMN
			SUB HOME PAGES
			ORIGINAL STYLES
			APPLICATION STYLES
Colours: 	#000	Default text black
			#fff 	Default background white
			#aa0000 Branding bar red 
			#353535 Dark grey 
			#999	Sitemap focus dark
			#eeeeee Sitemap focus light
			#ccc	Login bar background
			#e80000 Subhomepage red
			#454545 Subhomepage grey
			#d01a20 Promo red
			#333333 Searchbox grey
See also content.css
*/

html {
	overflow-x: hidden;
}

body {
	margin: 0;  
	padding: 0; 
	color: #000;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
	font-size: 0.8em; 
	text-align: left; 
}
	
#page { 
	margin: 0;  
	padding: 0; 
	background: #fff url(../images/pagebackground.jpg) top center repeat-x;
}

/* ---- LOG IN BAR -------------------------  */

#loginbar {
	width: 100%; 
	border-bottom: #000 1px solid; 
	background-color: #ccc;
}

#loginbar p {
	margin: 0;
	padding: 2px 10px;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
}

#loginbar ul {	
	float: right;	
	margin: 2px 10px;		
	padding: 0;
	list-style: none;
	font-size: 0.8em; 
}

#loginbar li {		
	margin: 0;		
	padding: 0 6px 0 3px;
	display: inline;
	font-weight: bold; 
}

#loginbar a:link, #loginbar a:visited { 
	color: #000;
	text-decoration: none;
}

#loginbar a:active, #loginbar a:focus, #loginbar a:hover { 
	color: #000;
	text-decoration: underline;
}

/* ---- BRANDING BANNER -------------------------  */

#head { 
	margin: 0 30px;
	height: 80px;
	padding: 0;	
	background: #aa0000 url(../images/mastheadbackground.gif) left 50% no-repeat;
}

#mastheadimage {
	margin: 0;
	background: url(../images/mastheadimage.gif) top right no-repeat; 
}

#mastheadimage .rmitlogo { 
	padding: 17px 61px 16px 61px;
	background: #fff;
}

/* ---- CONTENT PANEL -------------------------  */

#contentwrap {
	padding: 20px 0 32px 0;
	margin: 0 30px; 
	background: #fff;
}

#contenthome { 
	padding: 20px 0 32px 0;
	margin: 0 30px 0 30px;
	background: #fff;
}

#contentedit { 
	padding: 0;
	margin: 0; 
	background: #fff;
}

#contentpadding {
	margin: 0;
	padding: 0 30px 0 20px; 
	overflow: auto;
	height: 100%;
}

#contenthome #contentpadding {
	margin: 0 20px;
	padding: 0;
}

#print {
	margin: 0 20px;
	padding: 0;
}

/* ---- SITEMAP -------------------------  */

#sitemap {
	width: 154px;		
	margin: 0;
	padding: 1.4em 8px;
	float: left;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	border-right: 1px #ccc solid;
}

#contenthome #sitemap {
	width: 0;	
	padding: 0;
}

#sitemap ul {		
	margin: 0;		
	padding: 0;
	list-style: none;
}

#sitemap li {		
	margin: 0;		
	padding: 0;
	list-style: none;
}

#sitemap li li {		
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../images/listarrow.gif) 2px 0 no-repeat;	
}

#sitemap li.focus1 {	
	background: #444444 url(../images/listarrowwhite.gif) 2px 0 no-repeat;	
}

#sitemap li.focus2 {	
	background: #eeeeee url(../images/listarrow.gif) 12px 0 no-repeat;		
	margin-left: -10px;
	padding: 0 0 0 20px;
}

#sitemap h2, #sitemap strong {	
	font-weight: normal; 
	margin: 0;
	font-size: 1.4em;  
	line-height: 1.2em;
	color: #e80000; 
	border-bottom: #ccc 1px solid; 
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	display: block;
	padding: 0;
}

#sitemap ul a:link, #sitemap ul a:visited { 
	color: #000;
	text-decoration: none;
}

#sitemap ul a:active, #sitemap ul a:focus, #sitemap ul a:hover { 
	color: #000;
	text-decoration: underline;
}

#sitemap .focus1 a:link, #sitemap .focus1 a:visited, #sitemap .focus1 a:active, #sitemap .focus1 a:focus, #sitemap .focus1 a:hover { 
	color: #fff;
}

#sitemap .focus2 a:link, #sitemap .focus2 a:visited, #sitemap .focus2 a:active, #sitemap .focus2 a:focus, #sitemap .focus2 a:hover { 
	color: #000;
}

/* ---- FOOTER -------------------------  */

#footer {
	color: #353535;		
	font-size: 0.8em; 
	padding: 10px 30px;
	margin: 0 30px;
	background: #fff url(../images/footerbackground.jpg) top left no-repeat;
}

/* ---- MISC -------------------------  */

.clear {
	clear: both;
	margin: 0; 
	padding: 0;
}

/* ---- PROMO COLUMN -------------------------  */

#promocolumn {
	width: 110px;
	float: left;
}

#promocolumn img {
	margin: 0 0 10px 0; 
	padding: 0; 
	border: 0;
} 

#promocontent {
	margin: 0 0 0 130px;
	padding: 0;
}

/* "IE6 Three Pixel Gap" fix. Hide from IE5-mac. Only IE-win sees this. \*/
* html #promocolumn {
  margin-right: 10px;
  }

* html #promocontent {
  height: 1%;
  margin-left: 0;
  padding-left: 10px;
  }
  
* html #subhomepageLeft {
  margin-right: 10px;
}
  
* html #subhomepageCentre {
  height: 1%;
  margin-left: 0;
  padding-left: 10px;
}
/* End hide from IE5/mac */


/* ---- SUB HOME PAGES -------------------------  */

#subhomepage {
	padding: 0; 
	width: 99%;
	margin: 0;
}

#nositemap #subhomepage {
	width: 100%;
	padding: 0;
	margin: 0;
}

#subhomepageLeft {
	padding: 0; 
	margin: 0; 
	float: left; 
	width: 150px;
}

#subhomepageLeft .subhomepageLeftcontent {
	padding: 0;
	margin: 0; 
}

.subhomepageLeftcontent a {
	font-size: 85%;
}

.subhomepageLeftcontent ul {
	margin-top: 0; 
	margin-bottom: 0;
}

.subhomepageLeftcontent li {
	margin: 0 0 0 -23px; 
	list-style-image: url(../images/subhomelistarrow.gif); 
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.subhomepageLeftcontent .normal {
	font-weight: normal;
}

.subhomepageLeftcontent .subdividegreybottom {
	margin-bottom: 0.7em; 
	padding-bottom: 0.7em; 
	width: 100%; 
	border-bottom: #999999 1px solid;
}

.subhomepageLeftcontent .subdivideredbottom {
	margin-bottom: 0.7em; 
	padding-bottom: 0.7em; 
	width: 100%; 
	border-bottom: #e80000 1px solid;
}

.subhomepageLeftcontent .subdivideredtop {
	border-top: #e80000 1px solid; 
	margin-top: 0.7em; 
	width: 100%; 
	padding-top: 0.7em;
}

.subhomepageLeftcontent h1 {
	padding: 0; 
	font-weight: normal; 
	font-size: 130%; 
	margin: 0 0 0.5em; 
	width: 100%; 
	color: #e80000; 
	line-height: 150%; 
	border-bottom: #e80000 1px solid; 
	font-family: Arial, Helvetica, sans-serif;
}

.subhomepageLeftcontent h2 {
	padding: 0; 
	margin-top: 0; 
	font-weight: bold; 
	font-size: 100%; 
	margin: 0 0 0.5em 0; 
	color: #454545; 
	line-height: 120%; 
	font-family: Arial, Helvetica, sans-serif;
}

.subhomepageLeftcontent p {
	padding: 0; 
	margin: 0; 
}

.subhomepageLeftcontent img {
	margin: 4px 0; 
}

.subhomepageLeftcontent a:link, .subhomepageLeftcontent a:visited {
	color: #454545; 
	text-decoration: none;
}

.subhomepageLeftcontent a:active, .subhomepageLeftcontent a:hover {
	color: #454545; 
	text-decoration: underline;
}

#subhomepageCentre {
	padding: 0; 
	margin: 0 185px 0 155px;
}

#subhomepageCentre .subhomepageCentrecontent {
	padding-right: 15px; 
	padding-left: 20px; 
	margin: 0;
}

#subhomepageCentre h1, #subhomepageCentre h2, #subhomepageRight h1, #subhomepageRight h2 {
	padding: 0;
	font-weight: normal; 
	font-size: 130%; 
	margin: 0 0 1em 0; 
	color: #e80000; 
	line-height: 150%; 
	border-bottom: #cccccc 1px solid; 
	font-family: Arial, Helvetica, sans-serif;
}

#subhomepageRight {
	padding: 0; 
	margin: 0; 
	float: right; 
	width: 180px; 
}

#subhomepageRight #subhomepageRightcontent {
	padding: 0; 
	margin: 0; 
}

#subhomepageRight img {
	margin: 4px 0; 
}

#subhomepageRight #promo1 img, #subhomepageRight #promo2 img  {
	margin: 0; 
}




/* ---- ORIGINAL STYLES -------------------------  */
/* #searchbox styles might not be needed any more  */

#searchbox .txt-field {
	background-image: url(../images/stripebackground.gif)
}

#searchbox select, #searchbox input {
	font-size: 90%; 
	color: #333333;
}

#searchbox .style1 {
	font-weight: bold; 
	font-size: 1.1em; 
	margin: 0;
}

#searchbox .style2 {
	font-size: 90%;
}

.gnavnew {
	padding: 0; 
	font-size: 11px; 
	background: #353535; 
	margin: 0; 
	color: #ff0000;
}

.gnavnew a {
	font-weight: normal; 
	background-color: #353535; 
	text-decoration: none;
}

.gnavnew a:link, .gnavnew a:visited, .gnavnew a:active {
	color: #fff; 
	text-decoration: none;
}

.gnavnew a:hover, .gnavnew a:focus {
	color: #fff; 
	text-decoration: underline;
}

/* ---- APPLICATION STYLES -------------------------  */

/* Progress indicator */

.progress { 
	font-size: 85%;
	margin-bottom: 1em;
}

.progress .progresscurrent {
	background: #ccc;
	padding: .1em;
	font-weight: bold;
} 

.progress .progressother {
	color: #999;
}