/* Swinburne International Students Homepage Styles
   
   Updated: Fri 05.12.081
   ----------------------------------------------------*/
* {
	padding: 0; 
	margin: 0; 
}

body {
	font-size: 0.75em;
	font-family: Arial,Geneva,Helvetica;
	color: #3A3939;
}


/* MAIN LINKS
   ----------------------------------------------------*/
#container {
	border-right: none;
}


/* HEADING STYLES
   ----------------------------------------------------*/
h1 {
	display: none;
}

h2 {
	background-color: #169cb6;
	border-left: 1px solid #088097;
	border-bottom: 1px solid #088097;
}

h3{
	text-indent: -9999px;
	padding: 0px 0px 17px 0px
}

#languages h3 {
	background:url('http://www.international.swinburne.edu.au/images/home/languages.gif') no-repeat left 8px;
}

#coursesearch h3 {
	background: url('/images/home/quickcoursesearch.gif') no-repeat top left;
}

#quicklinks h3 {
	background: url('http://www.international.swinburne.edu.au/images/home/quicklinks.gif') no-repeat top left;
}

#rightcolumn h3 {
	background: url('http://www.international.swinburne.edu.au/images/home/news.gif') no-repeat top left;
}

h4 {
	color: #583411;
	font-weight: bold; 
	font-size: 1em;
}

a, a:link, a:visited, a:hover {
	text-decoration: none;
}


/* TOP CONTENT
   ----------------------------------------------------*/
#content {
 	color: #333;
	width: 987px;
 	height: 420px;
 	padding: 0px;
 	margin: 0px 0px 0px 0px;
	background: #008aa4 url(http://www.international.swinburne.edu.au/images/home/secondary_links_background.gif) no-repeat 274px 198px;
}

#logo_home {
	position:absolute;
	top:66px;
	left: 171px; 
}

#home_banner {
	float:left;
	width: 273px;
	height: 419px;
	border-bottom: 1px solid #fff;
	background: url(http://www.international.swinburne.edu.au/images/home/banner_international_students.jpg) no-repeat;
	background-color:#008aa4;
}


/* SECONDARY LINKS
   ----------------------------------------------------*/
#secondary_links {
	float:left;
	width: 111px;
	height: 275px;
	padding: 124px 14px 20px 18px;
	border-bottom: 1px solid #fff;	
	color: #fff;
}

#secondary_links p {
	font-weight:bold;
	font-size: 1.15em;
}

#secondary_links ul {
	margin: 15px 0px 0px -12px;
 	padding:0 0 0 7px;
}

#secondary_links li {
	list-style-type: none;
	background: url(http://www.swinburne.edu.au/images/icons/arrow3.gif) no-repeat 5px 6px;
	padding-left: 1.0em;
	padding-bottom: 0.6em;
	color: #f7b7b7;
}

#secondary_links li a{
	color: #fff;
	text-decoration: none;
}

#secondary_links li a:hover{
	text-decoration: underline;
}



/* MAIN LINKS
   ----------------------------------------------------*/
#main_links {
	list-style-type: none;
	float:left;
 	width: 254px;
 	height: 419px;
 	background-color:#008aa4;
	border-bottom: 1px solid #fff	
}

h2 a {
	height: 66px;
	display:block;
	text-indent: -9999px
}

h2 a:hover {
	display:block;
	height: 66px;
}

h2.undergraduate a {
	background: url(http://www.international.swinburne.edu.au/images/home/main_undergraduate.gif) no-repeat;
}

h2.undergraduate a:hover {
	background-position: 0 -68px;
}

h2.elicos a{
	background: url(http://www.international.swinburne.edu.au/images/home/main_elicos.gif) no-repeat;
}

h2.elicos a:hover {
	background-position: 0 -68px;
}

h2.transfer-programs a {
	background: url(http://www.international.swinburne.edu.au/images/home/main_transfer_programs.gif) no-repeat;
}

h2.transfer-programs a:hover {
	background-position: 0 -68px;
}

h2.tafe a {
	background: url(http://www.international.swinburne.edu.au/images/home/main_tafe.gif) no-repeat;
}

h2.tafe a:hover {
	background-position: 0 -68px;
}

h2.postgraduate a {
	background: url(http://www.international.swinburne.edu.au/images/home/main_postgraduate.gif) no-repeat;
}

h2.postgraduate a:hover {
	background-position: 0 -68px;
}

h2.research a {
	background: url(http://www.international.swinburne.edu.au/images/home/main_research.gif) no-repeat;
}

h2.research a:hover {
	background-position: 0 -68px;
}

/* MAIN LINKS
   ----------------------------------------------------*/
#main_links h2 a { 
	text-indent:0; 
	color:#fff; 
	height: 66px; 
	background:none; 
}

#main_links {
	list-style-type: none;
	margin:0; padding:0;
	background:#008aa4;
	float:left;
 	width: 254px;
 	height: 419px;
 	background-color:#008aa4;
	border-bottom: 1px solid #fff;
}

/* fixes missing gap between each menu item in IE */
* html #main_links li { 
	margin-bottom:1px;
}

/* shifts items 1px left to fix alignment issues (not sure why they've been pushed 1px too far to the right) */
#main_links li { 
	margin-left:-1px; 
}

#main_links li a:hover {
	visibility: visible; /* This needs to be in place so that the images return to their non-hover state in IE */
}

h2 a {
	height: 66px;
	display:block;
	color:#fff; 
	position: relative;
}

*:first-child+html h2 a {
	border-bottom:1px solid #A21A06;
}

h2 a span {
	background-repeat:no-repeat;
	position: absolute;
	width: 254px;
	height: 66px;
	cursor: pointer;
}

h2 a:hover span {
	background-position: 0 -66px;
}

h2.elicos a span { 
	background-image: url(http://www.international.swinburne.edu.au/images/home/main_elicos.gif);
}

h2.transfer-programs a span {
	background-image: url(http://www.international.swinburne.edu.au/images/home/main_transfer_programs.gif);
}

h2.tafe a span {
	background-image: url(http://www.international.swinburne.edu.au/images/home/main_tafe.gif);
}

h2.undergraduate a span {
	background-image: url(http://www.international.swinburne.edu.au/images/home/main_undergraduate.gif);
}

h2.postgraduate a span {
	background-image: url(http://www.international.swinburne.edu.au/images/home/main_postgraduate.gif);
}

h2.research a span { 
	background-image: url(http://www.international.swinburne.edu.au/images/home/main_research.gif); 
}


/* FLASH CAMPAIGN 
   ----------------------------------------------------*/
#campaign {
	float:left;
 	width: 303px;
 	height: 419px;
 	background-color:#fff;
	padding: 0px 0px 0px 13px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}


/* BOTTOM CONTENT
   ----------------------------------------------------*/
#bottom {
 	background: #E7DFD1 url('http://www.international.swinburne.edu.au/images/home/bottom_background.gif') repeat-y;
 	margin-bottom: 0px;
 	overflow: auto; 
 	width: 987px;
}

#bottom_bg {
  	background: url(http://www.international.swinburne.edu.au/images/home/tram-row-background.gif) no-repeat bottom left;
	margin-bottom: 0px;
 	overflow: hidden; 
 	width: 987px;
}

/* NEWS COLUMN
   ----------------------------------------------------*/
#leftcolumn { 
 	color: #333;
 	margin: 0px;
 	padding: 23px 25px 25px 32px;
 	width: 355px;
 	float: left;
	/*background:url(http://www.international.swinburne.edu.au/images/home/trees_background.gif) no-repeat top left;*/
}

#leftcolumn p {
	/*color: #583411;
	line-height: 1.5em;*/
	padding-bottom: 10px;
}

#leftcolumn ul {
	margin: 0px 0px 0px 0px;
 	padding:10px 0px 0px 0px;
	width: 300px; 
}

#leftcolumn li {
	list-style-type: none;
	background: url(http://www.international.swinburne.edu.au/images/home/arrow-languages.gif) no-repeat left 5px;
	padding-left: 10px;
	color: #583411;
	float:left;
	width: 100px;
	height: 22px;
}


#leftcolumn a{
	color: #583411;
	text-decoration:none; 
}

#leftcolumn a:hover{
	text-decoration:underline; 
}

div#leftcolumn  #int-news ul {
 	margin: 5px 0px 10px 0px;
 	padding:0;
  	width:100%;
}

div#leftcolumn #int-news ul li {
	list-style-type: none;
	padding-bottom: 16px;
 	min-height: 60px;
 	color: #7e5936;
 	background: none;
 	width:100%;
 	padding-left: 0px;
}

* html div#leftcolumn #int-news ul li {
	height: 60px;
}

div#leftcolumn #int-news a{
	color: #583411;
	text-decoration:none;
}

div#leftcolumn #int-news a:hover{
	text-decoration:underline;
}

div#leftcolumn #int-news a.all{
	background: url(http://www.swinburne.edu.au/images/home/news_all_arrow.gif) no-repeat left 5px;
	padding: 0px 0px 0px 10px;
	color: #583411;
	text-decoration:none;
}

#int-news ul li a.all:hover{
	text-decoration:underline;
}

#int-news h3 {
	background:transparent url(http://www.future.swinburne.edu.au/images/home/newsevents.gif) no-repeat scroll left top;
}

  
/* COURSE SEARCH AND QUICKLINKS
   ----------------------------------------------------*/
#middlecolumn { 
 	float: left;
 	color: #333;
 	margin: 0px 0px;
 	padding: 0px;
 	width: 258px;
 	display: inline;
 	position: relative;
	background-color: #F2E4CB;
}

#coursesearch {
	background-color: #644528;
	margin: 8px 0px 0px 0px; 
	padding: 17px 10px 20px 13px;
	border-left: 4px solid #febc3e;
	color: #fff;
	min-height:80px;
}

* html #coursesearch form { 
	height:1px; 
}

form#coursesearch-form fieldset { 
	width:150px; 
}

form#coursesearch-form fieldset p label { 
	width:auto; 
	float:none; 
	line-height:1;
	margin:0; 
	font-weight:normal; 
	padding-left: 3px; 
}

.searchbox {	
	width: 150px; 
	background:#e7dfd1 url(/images/search-input-bg.gif) scroll repeat-x;  
	border:1px solid #4f331c; 
	padding:4px 3px 4px; 
	color: #644528;
}
#coursesearch-form fieldset#submitsearch { 
	float:right;
	position: relative;
	margin:0;
	top: -6.1em;
	width:65px; 
}

* html #coursesearch-form fieldset#submitsearch  { 
	top: -5.5em; /* For IE6 */ 
}

*:first-child+html #coursesearch-form fieldset#submitsearch  { 
	top: -4.3em; /* For IE7 */
}

#search_error_msg { 
	background-color:#d8cdba; 
	border:1px solid #4f331c; 
	color:#583411; 
	margin:0 0 5px; 
	padding:5px; 
	/*_height:1em; *//* hack height required for IE6 */
}

* html #search_error_msg {
	height:1em; /* hack height required for IE6 - background colour disappears */
}

#quicklinks {
	background-color: #E4CEA7;
	margin: 0px 0px 0px 4px; 
	padding: 17px 10px 20px 13px;
}

* html #quicklinks {
	padding: 17px 10px 20px 19px;
}

#quicklinks ul {
	margin: 0px 0px 0px 0px;
 	padding:0;
}

#quicklinks li {
	list-style-type: none;
	background: url(/images/home/quicklinks_arrows.gif) no-repeat 5px 6px;
	padding-left: 1.0em;
	padding-bottom: 0.4em;
	font-size: 1.05em;
}

#quicklinks li a {
	color: #453A27;
	text-decoration: none; 
}

#quicklinks li a:hover {
	text-decoration: underline; 
}

* html h3, #quicklinks li {
	height: 1% /* IE 6 background image disappearing issue*/
}


/* RIGHT COLUMN
   ----------------------------------------------------*/
#rightcolumn { 
 	position: relative;
	color: #7e5936;
 	margin: 0px 0px 0px 0px;
	padding: 25px 10px 60px 30px;
 	width:276px;
 	float: left;
 	border-right: 1px solid #fff;
}

#rightcolumn ul {
	margin: 5px 0px 10px 0px;
 	padding:0;
}

#rightcolumn li {
	list-style-type: none;
	padding-bottom: 16px;
	min-height: 60px;
	color: #7e5936;
}

* html #rightcolumn li {
	height: 60px;
}

#rightcolumn a{
	color: #583411;
	text-decoration:none; 
}

#rightcolumn a:hover{
	text-decoration:underline; 
}


#rightcolumn a.all{
	background: url(http://www.swinburne.edu.au/images/home/news_all_arrow.gif) no-repeat left 5px;
	padding: 0px 0px 0px 10px;
	color: #583411;
	text-decoration:none; 
}

#rightcolumn a.all:hover{
	text-decoration:underline; 
}

.news {
	margin-left: 70px;
}

.thumb {
	float:left;
	vertical-align:top;
	margin-right: 8px;
	border: 1px solid #fff;
}

#int-news .border  {
	border:1px solid #FFFFFF;
	float:left;
	margin-right:8px;
	vertical-align:top;
}

div#rightcolumn {
	padding: 0px;
    width: 302px;
    float: right;
}

.padding-wrapper {
    padding: 10px;
}
                
div#rightcolumn div.sidebar-button a:hover {
	text-decoration: none;
}
                               
div#rightcolumn #languages ul {
 	margin: 0px 0px 0px 0px;
 	padding:10px 0px 0px 0px;
 	width: 280px;
}

div#rightcolumn #languages li {
 	list-style-type: none;
 	background: url(http://www.international.swinburne.edu.au/images/home/arrow-languages.gif) no-repeat left 5px;
 	padding-left: 10px;
 	color: #583411;
 	float:left;
 	width: 100px;
 	height: 22px;
 	min-height: 22px;
 	padding-bottom: 0px;
}


div#rightcolumn #languages a{
 	color: #583411;
 	text-decoration:none;
}

div#rightcolumn #languages a:hover{
 	text-decoration:underline;
}

div#rightcolumn #languages h3 {
	background:transparent url(http://www.international.swinburne.edu.au/images/home/languages.gif) no-repeat scroll left 8px;
}
