/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #666;
	font: 75%/1.5em Arial, Helvetica, sans-serif;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			HEADER RULES

---------- ---------- ---------- ---------- ---------- ---------- */
#globalHead {
	font-size: 100%;
	color: #d30;
	font-family: Arial, Helvetica, sans-serif;
}

#globalHead h1 {
	font-size: 150%;
	display: none;
	color: #333;
}
	
#globalHead img {
	padding: 0;
	border: 0;
}

#top {
	margin: 0 0 0 130px;
	display: block;
	color: #272155;
	width: 800px;
	padding: 0;
	padding-top: 0px;
	font-weight: bold;
	letter-spacing: 0.7em;
	height: 108px;
	background-color: #fff; /* PR: Was #036 */
	border-bottom: 17px solid #FF7F00;
	font-size: 15px;
}

#search {
	display: none; /* PR: Changed from inline */
	margin: 0px;
	padding: 0px;
	color: #fff;
	white-space: nowrap;
	text-align: right;
	width: 100%;
}

#search form {
	padding-right: 20px;

}

#branding fieldset {
	margin: 0;
	padding: 0;
	border-width: 0;
	display: inline;
}

#a3phead{
	float: left;
}

/* ---------- Basic Style Rules ---------- */

em, cite, blockquote {
	font-style: italic;
}

acronym, abbr {
	cursor: help;
}

h1 {
	font-size: 180%;
	display: none;
}

h2 {
	font-size: 20px;
	text-transform: capitalize;
	margin: 0;
	padding: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background: #005794;
	width: 230px;
	display: block;
	z-index: 10;
	position: relative;
	top: -15px;
	left: -15px;
	border: 1px solid #ABC7CD; 
}
h3 {
	margin: 1.2em 0 0.6em 0;
	padding: 0;
	font-size: 110%;
	font-family: verdana, arial, Helvetica, sans-serif;
/*	text-transform: uppercase; */
	color: #6699CC;
}
a.bigredlink, a.bigredlink:link, a.bigredlink:visited{
	font: 180%/1em;
	text-transform: uppercase;
	text-align: centre;
	font-weight: normal;
	color: #c00;
}
h4 {
	margin: 0 0 0.3em 0;
	padding: 0;
	font-size: 100%;
	text-transform: uppercase;
	color: #555;
}
h5 {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	color: #666;
}

p {
	font-size: 100%;
	margin: 0 0 .8em 0;
	line-height: 1.4em;
	color: #555;
	text-align: justify;
}

.big {
	font-size: 130%;
	font-weight: normal;
	margin-top: .5em;
	line-height: 1.3em;
	color: #666;
}


/* ---------- ---------- ---------- ---------- ---------- ----------

			HYPERLINK RULES

---------- ---------- ---------- ---------- ---------- ---------- */

a:link {
	color: #6699CC; /* #36c; */
	text-decoration: none;
}

a:visited {
	color: #6699CC;
	text-decoration: none;
}

a:hover {
	color: #6699CC;
	text-decoration: underline;
}

a:active {
	color: #6699CC;
	text-decoration: none;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			LIST RULES

---------- ---------- ---------- ---------- ---------- ---------- */
ul, ol, dl {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 1em;
	color: #666;

}

ul li, ul li a, ul li a:visited {
    text-decoration: none;
}
ul li a, ul li a:hover, ul li a:active {
    text-decoration: underline;
}


ol li {
	margin-bottom: 1em;

}

ol li li {
	list-style-type: lower-roman;
}

ol li li li {
	list-style-type: lower-alpha;
}

ul.tree{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.tree  li{
	background-image: url("../images/bullet.png");
	background-repeat: no-repeat; 
	padding: 1px 0 0 20px;
	margin: 3px 0 3px 0;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			FORM RULES

---------- ---------- ---------- ---------- ---------- ---------- */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	margin-bottom: 3em;
	padding: 0 1.5em 1.5em 1.5em;
}

legend {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 110%;
	font-family: verdana, arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #6699CC;
}

input, select, option, button {
	color: #333;
	font: 100%/1.5em Arial, Helvetica, sans-serif;
}

textarea {
	color: #333;
	font: 100%/1.5em Arial, Helvetica, sans-serif;
}

label {
	display: inline;
	margin: 0.5em 0.5em 1em 1em;

}


/* ---------- ---------- ---------- ---------- ---------- ----------

			IMAGE RULES

---------- ---------- ---------- ---------- ---------- ---------- */
img {
	border: 0;
}

#picbox {
	color: #999;
/*	padding: 5px;
	/*background-color: #F4F4F4;*/
	margin-bottom:10px;
	width: 100%;
}

#picbox img	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
}
#picbox h3 {
	margin-top: 0;
	}

.image_with_caption {
	font-size: 85%;
	text-align: center;
	margin: 0 0 1em 0;
	margin-bottom: 3em;
	padding: 0;
}

.image_with_caption p {
	padding: 0.5em;
	background-color: #eee;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			FOOTER RULES

---------- ---------- ---------- ---------- ---------- ---------- */

#footer {
	clear: both;
	font-size: 100%;
	text-align:left;
	width: 100%;
	padding: 0;
	margin:0;
	color: #666;
	margin-top: 40px;
}

#footer div.content {
	border-top: 1px solid #CCC;
	border-bottom: 15px solid #FF7F00;
	width: 780px;
	text-align: left;
	margin: 0;
	margin-left: 130px;
	padding: 0 0 20px 0;
	margin-top: 0px;
	margin-bottom: 20px;
	}


#footer_left {
	float: left;
	width: 104px;
	margin: 0;
	padding: 0;
	text-align: left;

}
#footer p {margin-top: 5px;}
#footer_centre {
	margin: 0;
	padding: 15px 0 0 249px;
}

#footer_centre ul {
	margin: 0;
}

#footer_centre ul li {
/*	
	border-left: 1px solid #999;
*/	
	padding: 0px;
	list-style: none;
	margin-top: 2px;
}

#footer_centre li a, footer_centre li a:visited {
	color: #6699CC;
    text-decoration:none;
}

#footer_centre li a:hover, footer_centre li a:active {
	color: #999;
	text-decoration: underline;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			GLOBAL NAVIGATION RULES - Start

---------- ---------- ---------- ---------- ---------- ---------- */

div#globalNav {
	margin: 0 120px 0 130px; /* top right bottom left */
	padding: 0;
	background: url(header.jpg) no-repeat;
	height: 278px;
}
#nav {
	font-size: 14px;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	width: 400px;
	display: block;
	height: 20px;
	position: relative;
	top: -10;
	left: 0;
	text-align: left;
}
#nav ul {display: inline;
margin-left: -20px;
padding-left: 30px;
}
#nav ul li{display: inline;
}
#nav li a{display: inline-block;
text-decoration: none;
padding: 4px;
background: #272155; /* PR:  Was #005794 */
vertical-align: top;
border: 2px solid #ABC7CD;
color: #FFFFFF;
}
#nav li a:hover{display: inline-block;
text-decoration: none;
padding: 4px;
background: #FFFFFF;
vertical-align: top;
border: 2px solid #CCCCCC;
color: #000066;
}
/*
#nav {
text-align: right;
background: #CCCCCC;
color: #000000;
height: 20px;
font-size: 20px;
margin-right:120px;
padding: 5px;
font-weight: bold;
letter-spacing: 0.1em;
width: 230px;
display: inline-block;
z-index: 10;
float: right;
border: 1px solid #ABC7CD;
margin-bottom: 10px;
}
*/
/* ---------- ---------- ---------- ---------- ---------- ----------

			SECTION BANNER RULES

---------- ---------- ---------- ---------- ---------- ---------- */

#sectionbanner {
	margin: 8px 0 0 130px; /* top right bottom left*/
	width: 873px;
}

#sectionname {  /* blue block -  eg  Future Students, Current Students */
	margin: 0;
	width: 190px;	
	float: left;
}
#sectionpic {   /* mainpics */
	margin-left: 198px;
}

#breadcrumb {
	margin: 3px 10px 2px 198px;
	
	font-size: 10px;
	width: 543px;
	height: 20px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
	background-color: #eee;
	color: #666;
}

#breadcrumb ul {
	display: inline;
	margin-left: 6px;
	padding-left: 0;
	list-style-type: none;

}

#breadcrumb ul li {
	padding: 0 0 0 4px;
	display: inline;
	list-style-type: none;
	text-transform: lowercase;
}

#breadcrumb a {
	color: #369;
	text-decoration: none; 
}

#breadcrumb a:hover {
	color: #69c;
	text-decoration: underline;
}


/* Local menu */

/* --------	LOCAL MENU LIST RULES (starting here)---------- */
#localmenu {
  float: left;
  width: 200px;          /* menu width */
  color: #6699CC;
  font: 95%/1.5em verdana, arial, sans-serif;
  vertical-align: top;
  margin: 0;
}

#localmenu ul {
  list-style-type: none; /* get rid of the bullets */
  list-style-image: none;
  padding: 0;             /* no padding */
  margin: 40px 0 3em 0;      /* margin before Quicklinks */
}

#localmenu ul li {
  margin: 0;
  margin-left: 20px;
  padding: 0;
  display: block;
}

#localmenu ul li a {
  display: block;         /* lines extend to right, make area clickable */
  margin:0;
  color: #6699CC;
  text-decoration: none;
  list-style-image: none;
  height: 150px;
  width: 194px;
}

#localmenu ul li a:hover {
  display: block;         /* lines extend to right, make area clickable */
  margin:0;
  color: #6699CC;
  text-decoration: none;
  list-style-image: none;
  height: 150px;
}


/* ---------- ---------- ---------- ---------- ---------- ----------

			HOME PAGE STYLE

---------- ---------- ---------- ---------- ---------- ---------- */
/* need to be inside contentBox, and maincontent */




#news {
	width: 760px;
	margin-left: 130px;
}



#news .right {
	width: 500px;
	float: right;
	margin-top: .5em;
	padding: 10px;
	margin-bottom: 20px;
}

#news .right p {
	margin: 0 0 .5em 0;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
}

#news .right h3 {
	font-size: 110%;
	line-height: 1em;
	margin: 1.3em 0 .4em 0;
    color: #FF7F00; /* PR: was 6699CC */
	text-transform: none;

}

/* ---------- ---------- ---------- ---------- ---------- ----------

			TABLE RULES

---------- ---------- ---------- ---------- ---------- ---------- */

table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 3em;
	font-size: 96%;
	width: 100%;
}
.noborder {
	border: 1px solid #fff;;
}

caption {
	padding: 0.2em 0.4em;
	border: 1px solid #ccc;
	background-color: #eee;
	color: #333;
	text-align: left;
}

tr {
	background-color: #fff;
}
tr input, tr select, tr option, tr button {
	font-size: 110%;
}

tr.alternate {
	background-color: #f2f5f8;
}

th {
	padding: 0.3em 0.4em;
	background-color: #7e9cb8;
	text-align: left;
	vertical-align: top;
	color: #fff;
	font-size: 115%;
	font-variant: small-caps;
}

td {
	border: 1px solid #ccc;
	padding: .2em 0.4em .2em 0.4em; /* top right bottom left*/
	vertical-align: top;
}

tfoot td {
	background-color: #eee;
	font-size: 90%;
}
 table.box2 {width: 300px; margin: 20px; float: left;}
 table.box2 td.header {background-color: #336699; color: #FFFFFF; font-weight: bold;}
/* ---------- ---------- ---------- ---------- ---------- ----------

			INFO NAV

---------- ---------- ---------- ---------- ---------- ---------- */


table#info {width:200px; height: 200px; margin-top: 20px;}
table#info td {padding: 5px; margin: 0;} 
table#info tr.header td {background: #0F76BA; color: white; font-weight: bold; height: 30px; text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif !important; font-size: 16px;} 
table#info ul {margin: 0; border-collapse: collapse;}
table#info ul li {margin: 0; height: 40px !important; margin-top: 4px; display: block; vertical-align: middle; padding: 0;}
table#info li.this {margin: 4px 0 -12px 12px; font-weight: bold; font-size: 1.1em;}
table#info ul li a{height: 15px !important; display: block; font-weight: bold; padding: 10px; border: 1px solid #CCCCCC;}
table#info ul li a:hover{background: #CCCCCC; display: block;}
/* ---------- ---------- ---------- ---------- ---------- ----------

			INFO CONTENT

---------- ---------- ---------- ---------- ---------- ---------- */
table.info-content {margin-top: 20px; margin-bottom: 10px;}
table.info-content tr.header td{background: #0F76BA; font-weight: bold; color: #FFFFFF;}
table.info-content tr.even td {background: #D8E7E9}
table.info-content td.title {font-weight: bold;}

/* ---------- ---------- ---------- ---------- ---------- ----------

			MEDIA

---------- ---------- ---------- ---------- ---------- ---------- */
p.adobe {text-align: right; margin-left: 70%;}
ul.media, ul.tv li {font-weight: bold; list-style-image:url(bullet.gif);}
ul.media li ol li {margin-top: 7px; list-style-type: decimal; list-style-image: none !important;}
ul.media li ol li a{font-style: italic; list-style-type: decimal; list-style-image: none !important;}

/* ---------- ---------- ---------- ---------- ---------- ----------

			FIND SUPPLIER

---------- ---------- ---------- ---------- ---------- ---------- */
#find-supplier {font-weight: bold; text-align: center; font-size: 20px; margin-top: 50px; line-height: 1.2em;}
table.suppliers {width: 500px; padding: 2px; border: 1px solid #31479B; margin: 5px; font-size: 13px; color: #333333}

table.suppliers tr.contact-sub td {border: 1px solid #FC9701; border-bottom: 2px solid #2553FF; padding: 2px; font-weight: bold;}
table.suppliers tr.contact-details td {border: 1px solid #FC9701; border-bottom: 2px solid #FC9701; padding: 2px;}
table.suppliers tr.title td {background: #6982DE; color: #FFFFFF; padding: 2px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;}


/* ---------- ---------- ---------- ---------- ---------- ----------

			PR: Added

---------- ---------- ---------- ---------- ---------- ---------- */
form.jump1{
	width: 100%;
	padding: 10px 0px 10px 25px;
}

table.supplier-content tr.header{
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	border-bottom: 2px solid #999;
	border-top: 2px solid #999;
}

div#news h2{
	background-color: #fff;
	color: #272155;
	border: 0;
	border-bottom: 1px solid #ccc;
	width: 490px;
	margin-left: 15px;
	padding-left: 0;
}

td.th-phone{
	width: 95px;
}

td.th-postcode, td.th-company, td.th-street, td.th-suburb, td.th-phone{
	vertical-align: middle;
	
}

td.td-postcode, td.td-company, td.td-street, td.td-suburb, td.td-phone{
	vertical-align: middle;
}

td.td-postcode{
	text-align: center;
}
