/* QUT template - "homepage" stylesheet */
/* Should be used in conjunction with common and corpstyle stylesheets */
/* Copyright QUT 2009 */
/* Version 4.0 */


/* HOMEPAGE-SPECIFIC LAYOUT SETTINGS ------------------------- HOMEPAGE-SPECIFIC LAYOUT SETTINGS */

h2 {
  padding-top:0;
  line-height: 1em;
}

h3, h4, h5, h6 {
  padding-top:0;
}

#content {
	width: 1100px;
}

#col-wrapper	{
	padding-top:0;
	margin-top:0;
	width:auto;
}

#home {
    color: #fff;
    background-color: #0E487F;
    text-decoration: none;
}

.page_title {
  margin-left: 20px;
}

.sidenav {
  display: none;
}

.content{
  margin: 0 auto;
  text-align: left;
  line-height: 1.1em;

}

.right_margin {
	display:none;
}

#middle-col	{
	width:auto;
}

/******* home page-specific overrides *******/

div#col-wrapper {
	background-image: url(/images/col-wrapper-bg.png);
    background-position: left 405px;
    background-repeat: repeat-x;

}

h1 {
    position: absolute;
    left: -99999px;
}

#content h2 {
    color: #000;
    font-weight: bold;
    font-size: 2em;
}

#content a {
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

#content img {
    padding: 0;
}

#content ul > li {
    background-image: none;
    margin-bottom: auto;
    padding-left: auto;
    zoom: auto;
}

/************* promo area ***************/

#promo-area {
    height: 377px;
}

.quick-links {
    font-family: arial, sans-serif;
    left: 20px;
    position: absolute;
    top: 43px;
    width: 213px;
    z-index: 3;
}

.quick-links li a {
    background: url(/images/quicklinks-bg.png) repeat-x center center;
    color: #fff;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 49px;
    padding: 0 10px 0 20px;
    text-decoration: none;
    width: auto;
}

#promo-area .quick-links li a:hover{
    background: #559a01;
    text-decoration: none;
}

#promo-banner {
	background-image: url(/images/SEC_nightShot.jpg);
    background-repeat: no-repeat;
    background-position: center top;
	height: 404px;
    left: 0px;
    position: absolute;
    top: 23px;
    width: 1100px;
    z-index: 1;
}

.promo-overlay {
    background: url(/images/banner-overlay.png) left top no-repeat;
    width: 510px;
    height: 334px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.promo-content {
    left: 40px;
    line-height: 1.4em;
    position: absolute;
    top: 20px;
}

#content div.pre-heading {
    background-color: #7f8083;
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1em;
    padding: 5px 10px;
    left: 40px;
    position: absolute;
    top: 90px;
}

#content div.pre-heading p {
    line-height: 1em;
	padding: 0;
}

#content div.pre-heading p a {
	color: #fff;
}

.promo-heading {
    background-color: #008B83;
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 2.8em;
    font-weight: bold;
    left: 40px;
    line-height: 1em;
    min-width: 220px;
    overflow: hidden;
    padding: 10px 12px;
    position: absolute;
	top: 130px;
    z-index: 2;
}

.promo-heading_a {
    background-color: #008b83;
    color: #ffffff;
    font-family: arial,sans-serif;
    font-size: 2em;
    font-weight: bold;
    left: 40px;
    line-height: 1.2em;
    min-width: 220px;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    top: 100px;
    z-index: 2;
}
.promo-heading_b {
    font-size: 0.8em;
    font-weight: normal;
    left: 40px;
    padding: 15px 0 2px;
}

/************* search and quick links ***************/

#links {
    background: url(/images/home-sprite.png) #fff no-repeat -409px -35px;
	height: 174px;
	/*background: url(/images/home-sprite.png) #fff no-repeat -409px -75px;
	height: 100px;*/
    margin: 0 auto 20px auto;
	padding: 20px 0 0 0;
    position: relative;
    width: 1060px;
    z-index: 10;
}

#links h2 {
    font-size: 1.3em;
	line-height: 1.1em;
    margin-bottom: 10px;
	padding: 0;
}

#links .col {
    border-right: 1px dotted #C7C7C7;
    float: left;
    height: 163px;
	height:100px;
    padding: 0 30px;
}

#links .col-1 {
    margin-left: 90px;
    width: 238px;
}

#links .col-2 {
    width: 258px;
}

#links .col-3 {
    width: 288px;
	border: none;
}

#links .col-4 {
    width: 188px;
	border: none;
}

#links .col ul {
    margin: 0;
}

#links .col li {
    margin-bottom: 10px;
}



/************* content columns ***************/

#content-cols {
    margin: 0 auto;
    width: 1060px;
}

#content-cols h2 {
    border-bottom: 1px dotted #00467f;
    margin-bottom: 20px;
    padding-bottom: 12px;
	margin-top:0;
}

/* Two columns */

#content-cols .two-left-col{
    width: 520px;
    float: left;
	margin-right: 20px;
}

#content-cols .two-right-col{
    width: 520px;
    float: left;
}

/* Three columns */

#content-cols .three-left-col {
    float: left;
    margin-right: 20px;
    width: 340px;
}
#content-cols .three-mid-col{
	width: 340px;
	margin-right: 20px;
	float: left;
}

#content-cols .three-right-col {
    float: left;
    width: 360px;
}

/* Four columns */

#content-cols .four-left-col {
    float: left;
    margin-right: 20px;
    width: 250px;
}
#content-cols .four-mid-col{
	width: 250px;
	margin-right: 20px;
	float: left;
}

#content-cols .four-right-col {
    float: left;
    width: 250px;
}

#content-cols .col {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 16px 20px;
    position: relative;
    overflow: hidden;
}

/* Action Links */
.action_link {
    background: url(/images/home-sprite.png) #fff no-repeat -490px -337px;
    height: 20px;
    margin: 0 0 0 0;
	padding: 0 0 0 0;
    /*position: absolute;
	top: 165px;*/
    width: 258px;
    z-index: 12;
}
.action_link a {
    margin-left: 20px;
    width: 258px;
	position: relative;
	bottom: 4px;
	font-weight: bold;
}

.dark_blue_font {
    color: #1F4F95;
}

.word_spacing {
	letter-spacing:3px;

}

