
#info a:hover {
	color: #9BA495;
	text-decoration: underline;
}

#pic {
	background-color: #FFFFFF;
	left: 9px;
	position: relative;
	top: 10px;
	width: 135px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 0px;
	display: block;
	height: 58px;
	left: 0;
	text-decoration: none;
	top: 200px;
	width: 221px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 0px;
	display: block;
	height: 106px;
	left: -180px;
	position: absolute;
	top: -697px;
	width: 603px;
}

#pic a.p1:hover .large_1 {
	border: 0px;
	display: block;
	height: 298px;
	left: 50px;
	position: absolute;
	top: -10px;
	width: 354px;
}
/* @group html */
/*
Points		Pixels		Ems			Percent
6pt			8px			0.5em		50%
7pt			9px			0.55em		55%
7.5pt		10px		0.625em		62.5%
8pt			11px		0.7em		70%
9pt			12px		0.75em		75%
10pt		13px		0.8em		80%
10.5pt		14px		0.875em		87.5%
11pt		15px		0.95em		95%
12pt		16px		1em			100%
13pt		17px		1.05em		105%
13.5pt		18px		1.125em		112.5%
14pt		19px		1.2em		120%
14.5pt		20px		1.25em		125%
15pt		21px		1.3em		130%
16pt		22px		1.4em		140%
17pt		23px		1.45em		145%
18pt		24px		1.5em		150%
20pt		26px		1.6em		160%
22pt		29px		1.8em		180%
24pt		32px		2em			200%
26pt		35px		2.2em		220%
27pt		36px		2.25em		225%
28pt		37px		2.3em		230%
29pt		38px		2.35em		235%
30pt		40px		2.45em		245%
32pt		42px		2.55em		255%
34pt		45px		2.75em		275%
36pt		48px		3em			300%
*/

html, body {
	font: 0.875em/1.3em Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
}

div, p, form, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, blockquote {
	margin: 0;
	padding: 0;	
}

a {
	text-decoration: none;
	color: #002b54;
}

a:hover {
	text-decoration: underline;
}

a.skip {
	display: none;
}

a img {
	border: none;
}

a:active,
input {
	outline: none;
	font-size: 1em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}

.overlabel {
	display: none;
}

.overlabel-apply {
	display: inline;
}

.sprite {
	overflow: hidden;
	display: block;
	height: 0;
	background-image: url(/images/home/bg_sprite.gif);
	background-repeat: no-repeat;	
	background-position:  0 0;
}


a.more {
	display: block;
	padding-left: 12px;
	background: url(/images/home/bg_arrow.gif) no-repeat 0 center;	
}

/* @group UL's */

ul.listing,
ul.horizontal {
	float: left;
	list-style: none;
}

ul.listing li,
ul.horizontal li {
	float: left;
}


ul.listing li {
	border-bottom: 1px solid #e5e5e6;
}

ul.listing li.last {
	border-bottom: none;
}
/* @end */
/* @group Input */
.textbox, textarea, select {
	border: 1px solid #e5e5e6;
	padding: 2px;
	font: 1em Helvetica, Arial, sans-serif;
	color: #666;
}



/* @group Buttons */


.button {
	float: left;
	padding: 21px 0 0 0;
	background-color: transparent;
	background-position:  0 -60px;
	background-image: url(/images/home/bg_sprite.gif);
	background-repeat: no-repeat;	
	cursor: pointer;
	border: none;	
	overflow: hidden;
	height: 0;
}


.buttons .search {
	width: 63px;
	background-position: 0 -60px;
}

.buttons .search:hover {
	background-position: 0 -81px;
}

.buttons .go{
	width: 39px;
	background-position: -63px -60px;
}

.buttons .go:hover {
	background-position: -63px -81px;
}

/* @end */
/* @end */


/* @end */

/* @group container */

#container {
	width: 964px;
	margin: 0 auto;
}

/* @group Header */

#header {
	width: 964px;
	background-color: #0f3d67;
}

#header .top {
	height: 87px;
	width: 964px;
	background: #0f3d67 url(/images/home/bg_header.gif) repeat-x 0 0;
}




#header a{
	color: #fff;
}


/* @group Logo */

.logo {
	width: 193px;
	height: 60px;
	padding: 12px 0 0 15px;
}

.logo a {
	width: 193px;
	padding: 60px 0 0 0;
}

.logo a img {
	display: none;
}

/* @end */


/* @group Toolbox */

.toolbox {
	padding-top: 29px;
}


.toolbox li {
	padding: 4px 6px 4px 8px;
	background: url(/images/home/bg_toolbox_divider.gif) no-repeat 0 center;
}




.toolbox li.search {
	position: relative;
	padding-top: 0.2em;
}


.toolbox li label {
	position: absolute;
	top: 5px;
	left: 12px;
	z-index:1;
}

.toolbox li .textbox {
	width: 131px;
	border: none;
	height: 1.1em;
	padding: 3px 2px;
	margin-right: 7px;
}



/* @end */

/* @group Primary Navigation */

.primary {
	width: 964px;
	background: #002b54 url(/images/home/bg_navigation.gif) repeat-x 0 0;
	
}

.primary ul.horizontal {
	float: right;
}

.primary li{
	padding: 0 0 0 2px;
	background: url(/images/home/bg_navigation_divider.gif) no-repeat 0 0;
}

.primary li a {
	display: block;
	padding: 0 10px 0 0;
	text-transform: uppercase;
}

.primary li a span {
	display: block;
	padding: 13px 0 7px 10px;
}

.primary li a:hover,
.primary li a:hover span,
.primary li.current a,
.primary li.current a span {
	text-decoration: none;
	background: #5686b2 url(/images/home/bg_navigation_hover.gif) no-repeat right 0;
}

.primary li a:hover span,
.primary li.current a span {
	background-position: 0 0;
}
/* @end */


/* @end */

/* @group Content */


#content {
	float: left;
	width: 944px;
	background: #fff;
	position: relative;
	padding: 10px;
}

/* @group Membership */

#content #membership {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 222px;
	border-top: 1px solid #e5e5e6;
}

#content #membership li {
	padding: 4px 0;
	border-bottom: 1px solid #e5e5e6;
	width: 222px;
}

#content #membership a {
	color: #999;
	font-size: 0.9em;
	display: block;
	padding: 8px 5px 8px 38px; 
	background-repeat: no-repeat;
	background-position: 0 center;
}

#content #membership a.member-eight {
	background-image: url(/images/group8_logo_gold.gif);
	margin-right:20px;
}

#content #membership a.member-21 {
	background-image: url(/images/uni21_logo2.gif);
}

#content #membership a.member-women {
	background-image: url(/images/logos/EOCW_web.jpg);
}


/* @end */

/* @group Main */

#content .main {
	width: 712px;
}


.main h1 {
	font-size: 2em;
	color: #002b54;
	margin: 0 0 0.75em 0;
}
.main h3 {
	font-size: 2em;
	color: #002b54;
	margin: 0 0 0.75em 0;
}
.heading {
	font-size: 1.2em;
	color: #002b54;
	margin: 0 0 0.75em 0;
	font-weight: bold;
}
.subheading {
	font-size: 1.1em;
	color: #002b54;
	font-weight: bold;
}


/* @group Two Column (Homepage) */

.two-column,
.two-column .cap {
	float: left;
	width: 712px;
	background-image: url(/images/home/bg_background_sprite.gif);
	background-repeat: repeat-y;
	background-position: -2524px 0;
}

.two-column .cap{
	height: 10px;
	background-repeat: no-repeat;
	background-position: -1812px -30px;
}

.two-column .left-side {
	margin-right: 10px;
}




.two-column h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #002b54;	
	width: 160px;
	padding-top: 4px;
	float: left;
	text-transform: uppercase;
}

/* @group Blocks */

.main .block,
.main .block .copy,
.main .block div.title {
	float: left;
	width: 351px;	
	background-image: url(/images/home/bg_background_sprite.gif);
	background-repeat: no-repeat;
	background-position: -1110px 0;
}

.main .block div.title {	
	width: 331px;
	background-position: -1110px 0;
	padding: 10px 10px 6px;
	background-color: #e5e5e6;
	min-height: 2em;
}


.main .block a.more {	
	color: #999;
	padding-top: 0.3em;
	background-position: 0 0.5em;
}


.main .block a.rss {	
	width: 46px;
	padding: 21px 0 0 0;
	background-position: 0 -102px;
	margin-left: 10px;
}



.main .block .copy {
	padding: 10px 10px 0;
	width: 331px;
	background-position: -1461px 0;
}

.main .block li .image {
	float: left;
	width: 70px;
}

.main .block li .details {
	float: left;
	width: 250px;
	padding-left: 10px;
}

/* @end */

/* @group News Block */

ul.news li {
	padding: 0 0 10px;
	margin-bottom: 10px;
}

ul.news li.last {
	padding: 0;
	margin-bottom: 0;
}

ul.news li .details a.title {
	width: 250px;
	color: #002b54;
	font-size: 1.1em;
	margin-bottom: 5px;
}

ul.news li .details .dateline {
	margin-bottom: 5px;
}

/* @end */

/* @group UNSWTV */

ul.unswtv li {
	padding: 0 0 10px;
	margin-bottom: 10px;
}

ul.unswtv li.last {
	padding: 0;
	margin-bottom: 0;
}

ul.unswtv li .youtube {
	padding-bottom: 10px;
}

ul.unswtv li p.title {
	color: #002b54;
	font-size: 1.1em;
	margin-bottom: 5px;
}




ul.unswtv li .image {
	float: left;
	
}

/* @end */

/* @end */

/* @group Body Copy */

.body-copy {
	width: 650px;
	color: #333;
}

.body-copy a {
	color: #0099CC;
}

.body-copy .bread-crumbs {
	font-size: 0.9em;
	color:#ccc;
	margin-bottom: 1.5em;
}

.body-copy .bread-crumbs a{
	color:#999;
	text-decoration: underline;
}

.body-copy p {
	margin-bottom: 1.5em;
}

.body-copy ul {
	padding-left: 20px;
	margin-bottom: 1.5em;
}

.body-copy a.right img {
	margin: 0 0 15px 15px;
}

/* @end */

/* @end */

/* @group Sidebar */

#content .sidebar {
	width: 222px;
	padding-right: 10px;
}


.sidebar .block,
.sidebar .block .cap,
.sidebar .block .copy,
.sidebar .block .title {
	float: left;
	width: 222px;	
	background-image: url(/images/home/bg_background_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.sidebar .block {
	background-position: -666px 0;
	background-repeat: repeat-y;
	margin-bottom: 10px;
}



.sidebar .block a {
	display: block;
	color: #002b54;
	padding-left: 12px;
	background: url(/images/home/bg_arrow.gif) no-repeat 0 0.2em;	
}

.sidebar .block li {
	border-bottom: 1px solid #e5e5e6;
	width: 202px;
	padding: 5px 0;
}


.sidebar .block li.last {
	border-bottom: none;
	padding-bottom: 0;
}

.sidebar .block .title {
	display: block;
	background-position: 0 0;
	width: 202px;
	padding: 10px 10px 6px;
	background-color: #e5e5e6;
	color: #002b54;
	text-transform: uppercase;
	font-size: 1.1em;
} 


.sidebar .block .copy {
	width: 202px;
	padding: 10px 10px 0;
	background-position: -888px 0;
} 

.sidebar .navigation .copy {
	padding: 5px 10px 0;
	background-position: -222px 0;
} 

.sidebar .block .cap {
	height: 10px;
	background-position: -444px -30px;
}

.sidebar .block .quick-links {
	width: 145px;
	margin-right: 10px;
}

/* @end */

/* @end */

/* @group Footer */


#footer {
	width: 944px;
	background: #fff;
	padding: 30px 10px 10px;
	color: #999;
}

#footer a {
	color: #999;
	
}

#footer p {
	font-size: 0.9em;
	
}


#footer .navigation {
	width: 944px;
	padding: 8px 0;
	border-top: 1px solid #e5e5e6;
	border-bottom: 1px solid #e5e5e6;
	margin-bottom: 10px;
}

#footer ul li {
	padding: 0 8px;
	border-right: 1px solid #e5e5e6;
}

#footer ul li.last {
	padding: 0 0 0 8px;
	border-right: none;
	
}

/* @end */

/* @group SlideShow */

#slideshow {
	margin-bottom:10px;	
	width: 469px;
	height: 189px;
	overflow: hidden;
	position: relative;
}

#slideshow #slideshowloader {
	position: absolute;
	top: 101px;
	left: 340px;
	background: url(/images/home/loading.gif) no-repeat center center;
	z-index: 6;
	width: 32px;
	height: 0;
	padding: 32px 0 0 0;
	display: block;
	overflow: hidden;
}


#slideshow ul#imageviewer {
	width: 712px;
	height: 234px;
	overflow: hidden;
	z-index: 1;
}
#slideshow ul#imageviewer li {
	width: 469px;
	height: 189px;
	position: absolute;
	left: -3px;
	top: -1px;
}

#slideshow #controllers {
	width: 712px;
	height: 26px;
	position: absolute;
	top: 208px;
	left: 0;	
	z-index: 5;
	background: url(/images/home/bg_sprite.gif) no-repeat 0 -128px;
}


#slideshow #controllers ul {
	list-style: none;
	float: left;
	position: absolute;
	left: 228px;
	top: 1px;
}


#slideshow #controllers ul li {
	float: left;
	padding: 0 2px;
	text-align: center;
}

#slideshow #controllers ul li a {
	width: 25px;
	display: block;
	height: 17px;	
	padding-top: 4px;
	overflow: hidden;
	color: #002b54;	
	background: url(/images/home/bg_sprite.gif) no-repeat -119px -102px;
}

#slideshow #controllers ul li a:hover,
#slideshow #controllers ul li a.active {
	text-decoration: none;
	color: #f25a31;
	background-position: -94px -102px;
}


#slideshow #controllers a#previous,
#slideshow #controllers a#next,
#slideshow #controllers a#control {
	height: 0;
	width: 12px;
	padding: 13px 0 0 0;
	display: block;
	overflow: hidden;
	background-image: url(/images/home/bg_sprite.gif);
	background-repeat: no-repeat;
}


#slideshow #controllers #previous {
	position: absolute;
	left: 202px;
	top: 5px;
	background-position: -70px -102px;
}

#slideshow #controllers #next {
	position: absolute;
	left: 442px;
	top: 5px;
	background-position: -82px -102px;
}

#slideshow #controllers #control {
	position: absolute;
	left: 471px;
	top: 5px;
}

#slideshow #controllers .play {
	background-position: -46px -102px;
}

#slideshow #controllers .pause {
	background-position: -58px -102px;
}
/******* HORIZONTAL BOX *********/
div.hbHorizontalBox {
position: relative;
min-height: 94px;
height: 94px;
padding: 0;
background-image: url('/images/HBsearch/hbBoxHorizontal.gif');
background-repeat: repeat-x;
margin-bottom:30px;
width:550px; 
margin-left:20px;
}
div.hbHorizontalBox img {
position: absolute;
top: 0;
}
div.hbHorizontalBox img.left {
	position: absolute;
	left: -15px;
}
div.hbHorizontalBox img.right {
	right: -15px;
}
div.hbHorizontalBox h2 {
font-size:12px;
}
div.hbHorizontalBox h3 {
font-size:13px;
margin-top: 10px;
}
html .fb_share_link { 
padding:2px 0 0 20px; 
height:16px; 
background:url(http://static.ak.fbcdn.net/images/share/facebook_share_icon.gif?0:26981) no-repeat top left; 
}


/* RSS feed links */
ul.rss-feed-linkset{margin-left:0;padding:0;list-style-type:none;}
ul.rss-feed-linkset li{margin:5px 0;padding-left:20px;list-style-type:none;background:url(/images/pad/rss-feed-icon.gif) no-repeat;padding-right:20px;}
ul.rss-feed-linkset li a{text-decoration:underline;}

/* @end */

/* @end */
