/* Swinburne Future Students Homepage Styles

   Updated: Tue 02.12.08 - Caroline Rojas - Fixed Main links no image issue
   ----------------------------------------------------*/

* {
	padding: 0; 
	margin: 0; 
}

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

#container {
	border-right: none;
}


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

h2 {
	background-color: #9ac36a;
	border-left: 1px solid #6fa035;
	border-bottom: 1px solid #6fa035;
}

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

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

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

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

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

#news-events h3 {
	background: url('http://www.future.swinburne.edu.au/images/home/newsevents.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: #8ab853 url(http://www.future.swinburne.edu.au/images/home/secondary_links_background.gif) no-repeat 273px 342px;
}

#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.future.swinburne.edu.au/images/home/banner_future_students.jpg') no-repeat;
	background-color:#8ab853;
}


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

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

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

#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 h2 a { 
	text-indent:0; 
	color:#fff; 
	height: 66px; 
	background:none; 
}

#main_links {
	list-style-type: none;
	margin:0; padding:0;
	background:#8ab854;
	float:left;
 	width: 254px;
 	height: 419px;
 	background-color:#8ab854;
	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: hand;
}

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

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

h2.school a span {
	background-image: url(http://www.future.swinburne.edu.au/images/home/main_school.gif);
}

h2.mature a span {
	background-image: url(http://www.future.swinburne.edu.au/images/home/main_mature.gif);
}

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

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

h2.research a span { 
	background-image: url(http://www.future.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;
}

/*#background {
	margin-left: 986px;
	height: 420px;
	background:#FEBC3E url('/images/home/fishbackground.gif') no-repeat top left;
}*/


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

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

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

#leftcolumn ul {
	margin: 0px 0px 8px 0px;
 	padding:0;
}

#leftcolumn li {
	list-style-type: none;
	padding-bottom: 16px;
	min-height: 60px;
	color: #583411;
}

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

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

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


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

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

.news {
	margin-left: 70px;
}

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

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

.intro-blurb {
	font-size: 1.15em;
	color: #583411;
	padding-top: 10px;
}

.intro-blurb a {
	font-weight: bold; 
}
  

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


/* COURSE SEARCH
   ----------------------------------------------------*/
#coursesearch {
	background-color: #644528;
	margin: 8px 0px 0px 0px; 
	padding: 17px 10px 20px 13px;
	border-left: 4px solid #f11c00;
	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; /**/
}

#coursesearch-form fieldset.radio-button {
	/*height: 25px;*/
}

#coursesearch-form fieldset#submitsearch { 
	float:right;
	position: relative;
	margin:0;
	top: -6.0em;
	width:65px; 
}

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

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

#search_error_msg { 
	background-color:#d8cdba; 
	border:1px solid #4f331c; 
	color:#583411; 
	margin:0 0 5px; 
	padding:5px; 
}

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

#error-student, #error-input {
	display:block;
	outline: none;
	color: #583411;
}

.searchbox {	
	width: 150px; 
	background:#e7dfd1 url(../images/search-input-bg.gif) scroll repeat-x;
	border:1px solid #4f331c; 
	padding:4px 3px 4px; 
	color: #644528;
}

div.coursesearch-advanced {
	/*clear: both;*/
	padding-top: 10px;
}

div.coursesearch-advanced a, div.coursesearch-advanced a:visited {
	background:transparent url(/images/icons/arrow4.gif) no-repeat scroll 0 5px;
	color:#D0C3AB;
	font-size:0.95em;
	padding-left:6px;
	text-decoration:none;
}

div.coursesearch-advanced a:hover {
	color:#D0C3AB;
	text-decoration:underline;
}


/* QUICKLINKS
   ----------------------------------------------------*/
#quicklinks {
	background-color: #d8cdba;
	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: #493d2a;
	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: #656565;
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 60px 15px;
 	width:301px;
 	float: left;
 	border-right: 1px solid #fff;
}

#rightcolumn li {
	list-style-type: none;
}

#information ul {
	margin: 8px 0px 22px 0px;
 	padding:0;
}

#information li {
	list-style-type: none;
	background: url(http://www.swinburne.edu.au/images/icons/arrow2.gif) no-repeat 3px 5px;
	padding-left: 0.8em;
	padding-bottom: 0.4em;
	font-size: 1.05em;
}

#information li a {
	color: #CC1A00;
	text-decoration: none; 
}

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

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

#experience li a{
	color: #CC1A00;
	list-style-type: none;
	background: url(http://www.swinburne.edu.au/images/icons/arrow2.gif) no-repeat 3px 5px;
	padding-left: 1.0em;
	padding-bottom: 0.4em;
}

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

#information, #experience {
	padding: 10px;
}

#experience {
	padding-top: 0px;
}

