﻿@charset "UTF-8";

/* --------- Please edit the below items for Look and Feel ---------- */

#topMenuContainer 	
/* Top Nav bar that includes "Help" and "DEEWR Jobs" */
{
   background: url(/Department/Style%20Library/TestProgramSite/CSSImages/topbar.jpg) top repeat-x #000;
   border-bottom: #114066 2px solid; /*Please set this as a highlight colour, usually the Hover color of the iPod menu */
}

.billboardbackground 	
/* Sets the location of banner file */
{
   /* Below sets location of your banner file --  Note, this will only display if there is a problem with the Banner.aspx, or if the user has Javascript turned off -- */
   background: url(/Department/Graduate2011/PublishingImages/Banner/banner.jpg) no-repeat #ffffff;
   /*Below alters the location of the banner to fit the site properly*/
   margin-left: -2px;
   margin-top: -2px;
   width: 640px;
   height:160px;
}

#ipodnavigation ul.top-level li ul.menuData li a    
/* iPod Menu button colour */
{
	/* Below sets menu Gradient, change the # value at the end based on the color provided from design */
   	background: url(/Department/Style%20Library/TestProgramSite/CSSImages/menu_gradient.png) repeat-y #165788;
	/* Below sets font colour */
	color: #ffffff;
	/*Removes useless border */
	border-left: 0px !Important;
}

#ipodnavigation ul.top-level li ul.menuData li a:hover      
/* Hover Over iPod Menu Colour */
{
	/* Below sets menu Gradient, change the # value at the end based on the color provided from design */
	background: url(/Department/Style%20Library/TestProgramSite/CSSImages/menu_gradient.png) repeat-y #1c6fad;
	/* Below sets font colour */
	color: #ffffff; 
	/*Removes useless border */	
	border-left: 0px !Important;
}

#ipodnavigation ul.top-level li.graduateprogram2011 a, #ipodnavigation ul.top-level li.graduateprogram2011 a:hover        	/* On this line the word "generic" needs to be replaced with the name of your Program, can be found in the source code of a page from the site, search for <div id="ipodnavigation", and whatever is set as the class, should be place above instead of Generic. */
/* Sets the colour of the Stream button */
{
	/* Below sets menu Gradient, change the # value at the end based on the color provided from design */
	background: url(/Department/Style%20Library/TestProgramSite/CSSImages/menu_gradient.png) repeat-y #114066; 
	/* Below sets font colour */
	color:#ffffff;
}




/* ----------------------------------------------------------------------- */
/* ------------------------ Don't Edit Below here  ----------------------- */
/* ----------------------------------------------------------------------- */


#ipodnavigation ul.top-level li ul.menuData li a
/* Changes the width of the iPod menu to bring it in line with the Stream Menu */
{
   width: 280px;
}

/* Start Banner Content */
.jquerybanner_slidecontent 
{
	display:none;
}

#jquerybanner_object 
{
	OVERFLOW: hidden; 
	WIDTH: 640px; 
	POSITION: relative; 
	HEIGHT: 160px; 
	BACKGROUND-COLOR: #000;
	bottom:0;
}
/* End Banner Content */

#ipodnavigation
/* Sets the colour behind the iPod menu during flyout */
{
   background: #DBDBDB !Important;
}

#rightcolumn
/* Not sure */
{
   background:#cecece !important;  
}

#column_right
/* Sets the graphic behind the "Video" section */
{
      background: url(/Department/Style%20Library/TestProgramSite/CSSImages/under_stream.jpg) #ffffff;
	  background-repeat: no-repeat;
}

#faux
/* A colour behind the right hand side area */
{
   background: #ffffff 
}

body.mossbody  
/* Fade on the left hand side, background-position secures it for page resizing */
{
	background:url(/Department/Style%20Library/TestProgramSite/CSSImages/header_bg.jpg) no-repeat #fff; 	
	background-position: center top;
}

#headerContent 
/* Background fade behind the banner and crest */
{
   background: url(/Department/Style%20Library/TestProgramSite/CSSImages/header_bg2.jpg) top repeat-x #000;	
}

.logo h1 
/* Australian Government Crest */
{
   text-indent:-9000px;
   background-image:url(/Department/Style%20Library/TestProgramSite/CSSImages/crest.jpg);
   background-repeat: no-repeat;
   height:59px;
}

#topMenuContainer a:hover 
/* Top Nav (Help, DEEWR Jobs) Bar text hover colour */
{
   color: #03A8D8 !Important;
}

#mainMenu ul li a 
/* Settings of the menu above the banner */
{
	color:#000000;
	border-right: dotted 1px #000000;
}

#mainMenu a:hover, #mainMenu a:active 
/* Hover for menu above banner */
{
	color:#03a8d8;	
}

.logo h1 a 
/* Required for Crest to display correctly */
{
   height: 59px;
   width: 471px;
   display: block;
}

.logo h1 a:link, #banner h1 a:visited, #banner h1 a:hover, #banner h1 a:focus, #banner h1 a:active 
/* Required for Crest to display correctly */
{
   outline: none;
}

#rightcolumn 
/* Sets the background colour of the content area */
{
   background:#000000;
}

#headerBanner 
/* Sets background colour behind the banner */
{
 background: #ABBEBE;
}

#banner 
/* Sets height and width for banner */
{
   background-color: #000000;
   width: 640px;
   height: 158px;
}

.title, .moduletitle 
/* Colours the bar located under the banner */
{
   background-color: #E7E7E7;
}

.title, .moduletitle a 
/* Colours the text located in the bar under the banner */
{
   color: #000000;
}

h2.centretitle   
/* Sets colour of text in bar located under the banner */
{
   color: #000000;
}

#footerWrapper 
/* Adds faded footer graphic */
{
   background:url(/Department/Style%20Library/TestProgramSite/CSSImages/bottom_bg.jpg) top #e7e6e7 repeat-x;
}

#footer a 
/* Updated footer text link colour to suit new graphic */
{
   color: #000000;
}

.footerContentColumn1 .copyright, .footerContentColumn2 .copyright, .footerContentColumn3 .copyright 
/* Updated footer text link colour to suit new graphic */
{ 
	color: #000000 !Important; 
}

#footer a:hover, #footer a:active 
/* Updated footer text link hover colour to suit new graphic */
{
   color: #03a8d8;
}

#a1 
/* Sets "Advanced Search" colour */
{
   color: #000000; 
}

.advancedSearch a:hover 
/* Updated Hover "Advanced Search" colour */
{
   color: #03A8D8 !Important;
}

a.Smaller 
/* Updated text resizer graphics colour for new fade */
{
   background: url(/Department/Style%20Library/TestProgramSite/CSSImages/font-size-small.gif) no-repeat center left;
   width:6px;
   text-indent:-9000px;
   display:inline-block;
}

a.Larger 
/* Updated text resizer graphics colour for new fade */
{
   background: url(/Department/Style%20Library/TestProgramSite/CSSImages/font-size-large.gif) no-repeat center left;
   width:8px;
   text-indent:-9000px;
   display:inline-block;
}

a.Reset 
/* Updated text resizer graphics colour for new fade */
{
   background: url(/Department/Style%20Library/TestProgramSite/CSSImages/font-size-reload.gif) no-repeat center left;
   width:4px;
   text-indent:-9000px;
   display:inline-block;
}

.searchlink 
/* Updated search icon graphics for new fade */
{
   background-image: url(/Department/Style%20Library/TestProgramSite/CSSImages/search.jpg);
   background-repeat: no-repeat;
   width: 29px;
   height: 25px;
   display: inline-block;
   margin-left: -4px;
   margin-top: -1px;
}

.searchbox 
/* Removes border around the search box */
{
   margin: 0;
   padding: 8px 10px 10px 10px;
   border: 0px !Important;
}

#ipodnavigation ul li a, #ipodnavigation ul li a:hover, #ipodnavigation ul li a:focus, #ipodnavigation ul li a:active
/* Sets colour of Stream menu */
{
    background:#718d04;
    color:#fff;
}

#ipodnavigation ul.top-level li ul.menuData
/* Sets display of iPod menu */
{
	display:block;
}

#ipodnavigation UL.top-level LI        
/* Background colour behind iPod */
{
   background-color:#f2f2f2; 				
}

#ipodnavigation ul.top-level li a         
/* iPod Menu section that displays Streams */
{
	color: #5C566A;
	background: url(/Department/Style%20Library/TestProgramSite/CSSImages/menu_gradient.png) repeat-y #ececec;
}

#ipodnavigation ul.top-level li a:hover      
/* Hover over iPod Menu section that displays Streams */
{
	background: url(/Department/Style%20Library/TestProgramSite/CSSImages/menu_gradient.png) repeat-y #e0e0e0;
	color: #5C566A;
}

#ipodnavigation ul li a, #ipodnavigation ul.top-level li ul.menuData li a, #ipodnavigation ul.top-level li ul.menuData
/* Sets border for iPod and Stream menus */
{
   border-top: 0px;
   border-bottom: 1px solid #dbdbdb;
   border-right: 1px solid #dbdbdb;
   border-left: 1px solid #dbdbdb;
}

#subMenu ul li#fontsize 
/* Sets colour of "Text:" from menu above iPod menu */
{
   color: #000000;
}

#subMenu .pipe 
/* Renders pipes invisible */
{ 
	border-right: 0px !Important;
}

#subMenu ul li a:hover 
/* Updates hover color of "Site Guide" and "RSS" */
{
   color: #03A8D8 !Important;
}

#subMenu ul li a 
/* Updates color of "Site Guide" and "RSS" */
{
   color: #000000 !Important;
}
