@charset "utf-8";
/* CSS Document */

body  {
	font-size:12px;
	font-weight:normal;
	line-height: 1.6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#container { 
	width: 960px;
	margin: 0 auto 25px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto;
} 


/* --------------------------------------------------------------------------- header */
#headerhome {
 	margin: 0;	
	background: url(../images/header-home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:300px;
}
#header-jobs {
 	margin: 0;	
	background: url(../images/header-jobs.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:300px;
}
#header-life {
 	margin: 0;	
	background: url(../images/header-life.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:300px;
}
#header-moving {
 	margin: 0;	
	background: url(../images/header-moving.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:300px;
}
/* --------------------------------------------------------------------------- left content */
#main-content {
	margin: 0;
	width:615px;
	height: auto;
	background-color: #FFF;
	padding: 15px 16px 0 16px;
	float: left;
}
#main-content a {
	color:#0f6f9c;
	text-decoration:none;
}
#main-content a:hover {
	color:#9A0A0D;
	text-decoration:none;
}

#box-top {
	width:614px;
	height:16px;
	background-image:url(../images/box-top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#box-mid {
	width:614px;
	height:auto;
	background-image:url(../images/box-mid.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#box-bottom {
	width:614px;
	height:16px;
	background-image:url(../images/box-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#box-c-left {
	width:287px;
	height:auto;
	float:left;
	padding-right:20px;
}
#box-c-right {
	width:287px;
	height:auto;
	float:left;
	padding-right:20px;
}
.faculty {
	widows: auto;
	height:auto;
	padding:4px 4px 4px 8px;
	background-color:#710407;
	color:#ffffff;
	font-size:1.4em;
	font-weight:bold;
	margin:5px 0 1px 0;
}
#jobs {
	color:#000000;
}
.jobs-title p {
	widows: auto;
	height:auto;
	padding:4px 4px 4px 8px;
	background-color:#dadada;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 1px 0;
}
#jobs a {
	color:#0f6f9c;
	text-decoration:none;
}
#jobs a:hover {
	color:#FF0443;
	text-decoration:none;
}
#enhanced-apply {
	width: 114px;
	height: 27px;
	background-image: url(../images/apply-online.gif);
	background-repeat: no-repeat;
	background-position: left top;
  border: 0px; 	
  float:left;
}

#enhanced-apply:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
	text-decoration: none;
  }
/* --------------------------------------------------------------------------- right content */
#right-content {
	margin: 0;
	width:313px;
	height: auto;
    float: left;
	background-image: url(../images/right-content-bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#vc-photo {
	margin: 5px 16px 0 16px;
	width:281px;
	height: 200px;
	float: left;
	background-image: url(../images/vc-profile-img.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#quote {
	color:#4D4D4D;
	font-weight:bold;
	text-align:center;
	padding: 0 30px 10px 30px;
	}
#vc-name {
  width:293px;
	color:#a11421;
	font-weight:bold;
	text-align:center;
  font-size: 13px;
	margin: 0 10px 0 10px;
  padding-top: 10px;
  background-image: url(../images/vc-line.gif);
	background-repeat: no-repeat;
	background-position: top center;
	}  
#useful-links {
	margin-top:20px;
	margin-bottom:10px;
	height: 45px;
	background-image: url(../images/useful-links.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#links {
	line-height:1.6;
	padding: 0 20px 0 20px;
	float:left;
	width:273px;
	height: auto;
}
#links a {
	color:#b80c0b;
	text-decoration: none;
	height:26px;
	display:block;
	vertical-align:middle;
}
#links a:hover {
	color:#515151;
	background-image: url(../images/useful-links-over.png);
	background-repeat: no-repeat;
	height:26px;
	padding-left:26px;
	display:block;
	vertical-align:middle;
}
 /* ---------------------------------------------------------------------------main navigation */
#nav-area {
	margin: 0;
  padding:0;
	height:117px;
  width:960px;
  float:left;
}

#nav-txt {
	margin: 0;
	width: 730px;
	height:117px;
	float:left;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	}
#logo {
	margin: 0;
	width: 230px;
	height:117px;
	background-image: url(../images/macquarie-logo.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
	float:left;
}
#welcome-tab {
	margin: 65px 0 0 0;
	padding-top: 5px;
	width: 105px;
	height:33px;
	background-image: url(../images/tab-bg.gif);
	background-repeat: repeat-x;
	background-position:0px 0px;
	float:left;
	text-align:center;
	font-size:1.4em;
}
#jobs-tab {
	margin: 65px 0 0 0;
	padding-top: 5px;
	width: 205px;
	height:33px;
	background-image: url(../images/tab-bg.gif);
	background-repeat: repeat-x;
	background-position:0px 0px;
	float:left;
	text-align:center;
	font-size:1.4em;
}

#life-tab {
	margin: 65px 0 0 0;
	padding-top: 5px;
	width: 195px;
	height:33px;
	background-image: url(../images/tab-bg.gif);
	background-repeat: repeat-x;
	background-position:0px 0px;
	float:left;
	text-align:center;
	font-size:1.4em;
}
#moving-tab {
	margin: 65px 0 0 0;
	padding-top: 5px;
	width: 225px;
	height:33px;
	background-image: url(../images/tab-bg.gif);
	background-repeat: repeat-x;
	background-position:0px 0px;
	float:left;
	text-align:center;
	font-size:1.4em;
}
.red-nav {
	margin: 67px 0 0 18px;
	width: auto;
	height:38px;
	float:left;
	color:#be1010;
	font-size:1.4em;
}
#red-nav-welcome {
	margin: 65px 0 0 0;
	padding-top: 5px;
	width: 105px;
	height:33px;
	float:left;
	color:#be1010;
	font-size:1.4em;
	text-align:center;
}
#job-nav {
	margin: 65px 0 0 0;
	padding-top: 5px;
	width: 205px;
	height:33px;
	float:left;
	color:#be1010;
	font-size:1.4em;
	text-align:center;
}
#life-nav {
	margin: 65px 0 0 0;
	padding-top: 5px;
	width: 195px;
	height:33px;
	float:left;
	color:#be1010;
	font-size:1.4em;
	text-align:center;
}
#moving-nav {
	margin: 65px 0 0 0;
	padding-top: 5px;
	width: 225px;
	height:33px;
	float:left;
	color:#be1010;
	font-size:1.4em;
	text-align:center;
}
#nav-txt a {
	color:#be1010;
	text-decoration:none;
	}
#nav-txt a:hover {
	color:#4F4F4F;
	}	
#jobs-tab a {
  color:#ffffff;
  text-decoration:none;
  }
#jobs-tab a:hover {
  color:#be1010;
  }  
/* ---------------------------------------------------------------------------useful links */



/* --------------------------------------------------------------------------- pics */
#montage-life {
	margin: 25px 0 25px 0;
	background: url(../images/montage-life.jpg);
	background-repeat: no-repeat;
	background-position:0px 0px;
	width:614px;
	height:320px;
}
#montage-moving {
	margin: 25px 0 25px 0;	
	background: url(../images/montage-moving.jpg);
	background-repeat: no-repeat;
	background-position:0px 0px;
	width:614px;
	height:370px;
}
#map-macquarie {
	margin: 25px 0 25px 0;	
	background: url(../images/map-macquarie.jpg);
	background-repeat: no-repeat;
	background-position:0px 0px;
	width:614px;
	height:250px;
}
	
/* --------------------------------------------------------------------------- footer */
#ftr {
  margin: 0;
  width: 960px;
  height:95px;
  float:left;
  margin-top:20px;
}

#jobs-ac-uk-logo {
	margin: 0 0 0 20px;
	width: 119px;
	height:65px;
	float:left;
	background-image: url(../images/jobs-ac-uk.gif);
	background-repeat: no-repeat;
	background-position:0px 0px;
	border: 0;
	border:none;
}
#url {
	margin: 0 40px 0 60px;
	padding-top:15px;
	text-align:center;
	width: 400px;
	height:50px;
	float:left;
	color:#ad0d0c;
	font-size:1.5em;
	font-weight:bold;
}
#twitter {
	width: 40px;
	height:40px;
    background-image: url(../images/twitter-icon.gif);
	background-repeat: no-repeat;
	background-position:0px 0px;	
	float: left;
	margin-left:20px;
	margin-top:10px;
	border:none;
}
#facebook {
	width: 40px;
	height:40px;
    background-image: url(../images/facebook-icon.gif);
	background-repeat: no-repeat;
	background-position:0px 0px;	
	float: left;
	margin-left:20px;
	margin-top:10px;
	border:none;
}
#macquarie-ftr {
	width: 157px;
	height:55px;
    background-image: url(../images/macquarie-logo-ftr.gif);
	background-repeat: no-repeat;
	background-position:0px 0px;	
	float: left;
	margin-left:30px;
	margin-top: 5px;
	border:none;
}
/*--------------------------------------------------------------------------- h1,h2,h3 */
h1 {
	margin: 0;
	text-align:center;
	font-size:1em;
}

#main-content h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#610100;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:7px;
}

#main-content h3 {
	font-size:1.3em;
	font-weight:bold;
	color:#4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0;
	}
  
#main-content h4 {
	font-size:1.2em;
	font-weight:bold;
	color:#636363;
	font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0;
	}
