/* -------------------------------
 * DEEPEND SYDNEY
 * ------------------------------*/
/* -------RESETS-----------------------------------------------------------------*/
* 			{	margin: 0; padding: 0; }
a 			{	text-decoration: underline; }
a img		{ border: none;}
a:focus, a:active { outline: none; }
ul li 	{	list-style-type: none; }

.cleardiv {clear: both; height: 1em;}
/* -------END-RESETS-------------------------------------------------------------*/

/* -------GLOBALS----------------------------------------------------------------*/

html { height: 100%; overflow:hidden;} 

body { 
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border-top:	1px transparent solid;
	margin-top: -1px;
	z-index:0;
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;	
	
} 

img#background { height: 100%; width: 100%; z-index: -2; position:absolute; color: white; } 

/*body {
background:url(../images/Master_bg.jpg);
background-position:center top;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;	
/*font-size: 0;
}  */


h1 			{ font-size: 15px; }
h2 			{ font-size: 12px; }
h3, h4 	{ font-size: 11px; }



/* -------PAGE STRUCTURE / LAYOUT------------------------------------------------*/
  
div#MasterContainer{
	width: 1076px;
	height:337px;
	position: relative;
	left: 0px;
	top: 25%;
}

#Intro {
	width: 592px;
	height: 337px;
	padding-right: 12px;
	float:left;

}

#IntroLeft_Logo {
/*	width: 257px;*/
	width: 234px;
	background-color:#000;
	float: left;
	height: 337px;
	position:relative;
}

#IntroRight_Copy {
/*	width: 335px;*/
	width: 358px;
	height: 337px;
	float:right;
	background-color:#000;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}

#WhatsOn {
	float: left;
	height: 337px;
	width: 258px;
	padding-right: 12px;
}

#Downloads {
	float: left;
	height: 337px;
	width: 258px;
}
/* -------INTRO COLUMN STYLES ------------------------------------------------*/

img.NASLogo {
	position: absolute;
	right: 0px;
}


p.Intro {
	font-weight:bold;
	padding-top:30px;
}

#IntroRight_Copy p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;	
	color:#fff;
	padding-left: 25px;
	width: 310px;
	line-height:140%;
}

/* -------WHATS ON COLUMN STYLES ------------------------------------------------*/

#WhatsOnHeader {
	background-color:#000;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	height: 57px;
	width: 258px;
	margin-bottom: 1px;
}

#WhatsOnContent {
	background-image:url(../images/WhatsOn_bg.png);
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	height: 264px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

p.Event {
	color: #1b1410;
	font-style:italic;
	line-height:140%;
	
}

p.Date {
	color:#959595;
	line-height:130%;	
}

img.WhatsOnSeperator {
	padding-bottom: 5px;
	padding-top: 10px;
}

img.WhatsOnDownload {
	position:relative;
	left: 105px;
	top: 30px;
}

a.WhatsOnDownload {
	position:relative;
	left: 105px;
	top: 30px;
	display: block;
	width: 112px;
	height:16px;
	background-image:url(../images/WhatsOn_downloadPDF_bg.png);
	background-repeat:no-repeat;
	text-indent:-5000px;
}

a.WhatsOnDownload:hover {
	background-position:0 -16px; 
}


/* -------DOWNLOADS COLUMN STYLES ------------------------------------------------*/

#Downloads {
	width: 200px;
}

#DownloadsHeader {
	background-color: #1b1410;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	height: 57px;
	margin-bottom: 1px;
}

/* -------DOWNLOADS LINKS STYLES ------------------------------------------------*/
#Downloads li{
	margin-bottom:1px;
}

#Downloads a{
	display:block;
	width: 200px;
	height: 34px;
	background-color:#241d0e;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	text-indent: -5000px;
}

img.DownloadPDF {
	cursor:pointer;
	position:relative;
	top:19px;
	display:block;
	width: 159px;
	height: 16px;
	background-image:url(../images/DownloadsDropButton_bg.png);
	background-position:0 0;
	background-repeat:no-repeat
}

img.DownloadPDF:hover {
	cursor:pointer;
	width: 159px;
	height: 16px;
	background-position:0 -16px;
}

#Downloads a:hover{
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
	background-position:0 -200px;
}

#Downloads a.History{
	background-image:url(../images/DownloadLinks_sprite.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#Downloads a.History:hover{
	background-image:url(../images/DownloadLinks_sprite.png);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#Downloads a.Programs{
	background-image:url(../images/DownloadLinks_sprite.png);
	background-repeat:no-repeat;
	background-position: 0 -34px;
}

#Downloads a.Programs:hover{
	background-image:url(../images/DownloadLinks_sprite.png);
	background-repeat:no-repeat;
	background-position: -200px -34px;
}

#Downloads a.Staff{
	background-image:url(../images/DownloadLinks_sprite.png);
	background-repeat:no-repeat;
	background-position: 0 -68px;
}

#Downloads a.Staff:hover{
	background-image:url(../images/DownloadLinks_sprite.png);
	background-repeat:no-repeat;
	background-position: -200px -68px;
}

#Downloads a.News{
	background-image:url(../images/DownloadLinks_sprite.png);
	background-repeat:no-repeat;
	background-position: 0 -102px;
}

#Downloads a.News:hover{
	background-image:url(../images/DownloadLinks_sprite.png);
	background-repeat:no-repeat;
	background-position: -200px -102px;
}

#Downloads a.Contacts{
	background-image:url(../images/DownloadLinks_sprite.png);
	background-repeat:no-repeat;
	background-position: 0 -136px;
}

#Downloads a.Contacts:hover{
	background-image:url(../images/DownloadLinks_sprite.png);
	background-repeat:no-repeat;
	background-position: -200px -136px;
}

/* -------STUDENT INFO STYLES ------------------------------------------------*/

div#StudentInfo {
	height: 103px;
	width:201px;
		background-color:#111105;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	background-image:url(../images/StudentInfo_bg.png);
	background-repeat:no-repeat;
	background-position: 20px 13px;
	
}

div#DropDown {
	position:relative;
	left: 20px;
	top: 35px;
}

select.DownloadList {
	width: 159px;
	border-style:solid;
	border-width:1px;
	border-color:#cebd97;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}



/* -------NEW SITE BANNER STYLES ------------------------------------------------*/
div#Banner {
	position:fixed;
	bottom:0px;
	right: 0px;
	margin:0;
	padding:0;
	height:134px;
	width: 219px;
	z-index:-1;
}










































