/*
	hiv & pregnancy - custom css
	paddy breen
*/


/* PKC's sneaky additions as requested by Dave */

	.right { float: right; }
	.left { float: left; }



/*increase font size*/
body{
 font-size:90%;
}


/*hide nav search*/
#nav_middle {
 width: 850px;
}
#nav_right {
 display:none;
}

body, #header_holder, #footer_bottom {
    background:#111B20;
}

#accessibility, #school_name{
	display:none;
}

#header_logo {
    padding-top: 25px;
}

#header_logo2 {
  width: 400px;
  margin-top: 20px;
  float: right;
}


#nav_top {
    background: #3BC1CD;
    border-bottom: 1px solid #3E9FA9;
}

#footer {
    display: none;
}


/*homepage*/

#home #nav_top{
  display:none; /*hide top nav on homepage only*/
}


#home-content {
    padding: 0;
    background: none;
}

#home-content #col_left {
    width: 960px;
    padding: 0;
}

#hiv-homepage-boxes {
	margin-left: 5px;
} 

#hiv-homepage-boxes h2 {
      background: #3BC1CD;
      padding: 10px;
      font-size: 1.2em;
      text-transform: uppercase;
      color: #fff !important;
	margin-bottom:0;
}

#hiv-homepage-boxes p {
    background:#5F6062;
    padding:10px;
    color:#fff;
    min-height: 160px;
}

#hiv-homepage-boxes a {
  color: #fff !important;
  text-decoration: underline;
  font-weight: bold;
  display: block;
}

#hiv-large-homepage-quote {
    font-size: 2em;
    line-height: 1.4em;
    text-align: center;
    margin: 0 140px;
    color: #fff;
}


#homepage-hsc-funding{
  background: #fff;
  color: #444;
  text-align: center;
  padding: 10px;
  margin: 0 10px;
}

/*levels*/
#levels #header_holder{
  background:url('/elearning/media/Media,511027,en.jpg') no-repeat right;
  margin-bottom: 0;
  height: 140px;
}

#levels #header_logo2 {
    display: none;
}

/*link to video for IE8 fallback*/
.link-to-video-file {
  padding: 20px 30px;
  margin:10px 0;
  background: url('/elearning/media/Media,206728,en.png') no-repeat 5px center #f5f5f5;
}

#col_right h1.page_title {font-size: 1.5em;}




/* show default dots for content <ul> elements */
#col_right ul li {
    list-style-image: none;
    list-style-type: disc;
}