/* ----------------- GLOBAL STYLES ------------------ */

* {
	padding: 0px;
	margin: 0px;
}
body {
	background: black url(../media/top-bar-bg.jpg) repeat-x scroll left top;
	font: 62.5% Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active {
	color: #00aeff;
}
a:hover {
	color: black;
}
img {
	border: none;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.clear-both {
	font-size: 1px;
	clear: both;
	height: 1px;
}

/* ----------------- HEADER ------------------ */

.header {
	width: 940px;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}
.top-bar {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	color: #ffcc00;
	font-size: 1.2em;
}
.top-bar a:link, .top-bar a:visited, .top-bar a:active {
	color: #ffcc00;
	text-decoration: none;
}
.top-bar a:hover {
	text-decoration: underline;
}
.top-bar ul {
	float: right;
	background: url(../media/top-link-divider.gif) no-repeat scroll right top;
	padding-right: 2px;
}
.top-bar li {
	display: inline;
	background: url(../media/top-link-divider.gif) no-repeat scroll left top;
	padding-left: 2px;
	float: left;
}
.top-bar li a:link, .top-bar li a:visited, .top-bar li a:active {
	display: block;
	background: url(../media/top-nav.jpg) repeat-x scroll left top;
	float: left;
	padding: 7px 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.top-bar li a:hover {
	background: #ffcc00;
	color: black;
}
.breadcrumbs {
	float: left;
	padding-top: 8px;
}
.sign-in-status {
	color: white;
	margin-bottom: 10px;
	font-size: 1.2em;
}
.white-bold {
	color: white;
	font-weight: bold;
}

/* ----------------- CONTAINERS ------------------ */

.bg-container {
	background: url(../media/sun-image.jpg) no-repeat scroll right top;
	float: left;
	width: 100%;
}
.box-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}
.box-content {
	width: 940px;
	float: left;
	margin-top: 20px;
	background: url(../media/panel-bg-repeat.gif) repeat-y scroll left top;
}

/* ----------------- LEFT COLUMN ------------------ */

.left-column {
	background: #ffffff url(../media/left-panel-top.gif) no-repeat scroll left top;
	width: 200px;
	float: left;
	margin-right: 5px;
	padding: 5px;
}
ul.left-nav {
	width: 200px;
	float: left;
	list-style-type: none;
	margin-top: 10px;
}
.left-nav li {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}
.left-nav a:link, .left-nav a:visited, .left-nav a:active {
	background: url(../media/left-nav-left.jpg) no-repeat left top;
	text-decoration: none;
	color: white;
	padding-left: 42px;
	display: block;
}
.left-nav a:hover {
	background-position: 0% -40px
}
.left-nav a:link span, .left-nav a:visited span, .left-nav a:active span {
	display: block;
	background: url(../media/left-nav-right.jpg) no-repeat right top;
	text-decoration: none;
	padding: 12px 12px 12px 0px;
}
.left-nav a:hover span {
	display: block;
	background-position: 100% -40px;
	color: black;
}
.left-nav a.about-us { /* ABOUT US ICON */
	background: url(../media/about-us.jpg) no-repeat scroll left top;
	display: block;
}
.left-nav a.about-us:hover {
	display: block;
	background-position: 0% -40px
}
.left-nav a.news { /* NEWS ICON */
	background: url(../media/news.jpg) no-repeat scroll left top;
	display: block;
}
.left-nav a.news:hover {
	display: block;
	background-position: 0% -40px
}
.left-nav a.podcasts { /* PODCASTS ICON */
	background: url(../media/podcasts.jpg) no-repeat scroll left top;
	display: block;
}
.left-nav a.podcasts:hover {
	display: block;
	background-position: 0% -40px
}
.left-nav a.info { /* INFO ICON */
	background: url(../media/info.jpg) no-repeat scroll left top;
	display: block;
}
.left-nav a.info:hover {
	display: block;
	background-position: 0% -40px
}
.left-nav a.blog { /* BLOG ICON */
	background: url(../media/blog.jpg) no-repeat scroll left top;
	display: block;
}
.left-nav a.blog:hover {
	display: block;
	background-position: 0% -40px
}
.left-nav a.home { /* HOME ICON */
	background: url(../media/home.jpg) no-repeat scroll left top;
	display: block;
}
.left-nav a.home:hover {
	display: block;
	background-position: 0% -40px
}
.left-nav a.distance { /* HOME ICON */
	background: url(../media/distance-learning.jpg) no-repeat scroll left top;
	display: block;
}
.left-nav a.distance:hover {
	display: block;
	background-position: 0% -40px
}
.left-nav a.hotel { /* HOME ICON */
	background: url(../media/hotel-learning.jpg) no-repeat scroll left top;
	display: block;
}
.left-nav a.hotel:hover {
	display: block;
	background-position: 0% -40px
}
.left-nav a.courses { /* HOME ICON */
	background: url(../media/hotel-learning.jpg) no-repeat scroll left top;
	background-position: 0% -40px;
	display: block;
}
.left-nav a.courses:hover {
	display: block;
	background-position: 0% -40px
}
.time {
	font-size: 1.2em;
	background: url(../media/clock.jpg) no-repeat scroll left center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-bottom: 1px dotted #000000;
}
.yellow-bold-text {
	color: #ffcc00;
	font-weight: bold;
}

/* ----------------- RIGHT COLUMN ------------------ */

.right-column {
	background: #ffffff url(../media/right-panel-top.gif) no-repeat scroll right top;
	width: 230px;
	float: right;
	padding: 10px;
}
.right-column h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
	background: url(../media/h2-arrow.gif) no-repeat scroll left center;
	padding-left: 20px;
}
.right-column h3 {
	font-size: 1.2em;
	color: #ffcc00;
}
.right-column p {
	font-size: 1.2em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;
	padding-top: 5px;
	margin-bottom: 5px;
}

/* ----------------- CENTRE COLUMN ------------------ */

.centre-column {
	background: #FFFFFF;
	float: left;
	width: 470px;
}
.centre-column h1 {
	background: #ffcc00 url(../media/h1-bg.gif) repeat-x scroll left top;
	font-size: 1.6em;
	padding: 5px 5px 5px 10px;
	font-weight: normal;
}
.centre-column h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
	background: url(../media/h2-arrow.gif) no-repeat scroll left center;
	padding-left: 20px;
}
.centre-column p {
	padding-bottom: 10px;
	font-size: 1.2em;
}
.centre-column-content {
	padding: 10px;
}
.centre-banner 
{
	display: inline;
	float: right;
	background: white;
	padding-bottom: 5px;
	padding-left: 5px;
}

#portfolio 
{
	position: relative;
}

/* ----------------- FOOTER ------------------ */

.footer {
	font-size: 1.2em;
	width: 940px;
	float: left;
	background: url(../media/footer-corners.gif) no-repeat scroll left top;
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: right;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: white;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

/* ----------------- FOOTER END ------------------ */

p.separate {
	border-bottom: dotted 1px black;
	padding-top: 5px;
	margin-bottom: 5px;
}
.content-separate {
	border-bottom: dotted 1px black;
	padding: 5px;
	float: left;
	background: url(../media/content-highlight2.jpg) repeat-x scroll left bottom;
	width: 440px;
}
.content-image {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.ipod-highlight {
	background: #cbcbcb url(../media/content-highlight.jpg) repeat-x scroll left top;
	padding: 5px 5px 0px;
	float: left;
	font-weight: bold;
	width: 440px;
}
.ipod-highlight p {
	padding-top: 10px;
}



/* -------   MASON'S STYLES ------- */
.login-slide 
{
}

.login-panel 
{
	height: 90px;
	background: url(../media/login-panel-bg.jpg) repeat-x;
	display: none;
}

.login-box 
{
	font: 62.5% Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: White;
	margin-left: 65%;
}

.login-box tr th 
{
	padding-right: 20px;
}

ul.styled-list
{
	list-style-image: url(/media/star-icon.png);
	font-size: 1.2em;
	margin-left: 18px;
	margin-bottom: 15px;
}

img.centred
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.marginbottom
{
	margin-bottom: 25px;
}

.enquiry-box 
{
	font: 62.5% Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: Black;
}

.enquiry-box tr th 
{
	padding-right: 20px;
}

p.endorsement-text
{
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 10px;
}

/* TELESCOPE SECTION */

.telescope 
{
	width: 225px;
	float: left;
}

/* END OF TELESCOPE SECTION */

/* ----------------- ADMIN LEFT COLUMN ------------------ */

.admin-left-column {
	background: #ffffff url(/media/left-panel-top.gif) no-repeat scroll left top;
	width: 200px;
	float: left;
	margin-right: 5px;
	padding: 5px;
}
ul.admin-left-nav {
	width: 200px;
	float: left;
	list-style-type: none;
}
.admin-left-nav li {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 5px;
}
.admin-left-nav a:link, .admin-left-nav a:visited, .admin-left-nav a:active {
	background: url(/media/left-nav-left.jpg) no-repeat left top;
	text-decoration: none;
	color: white;
	padding-left: 42px;
	display: block;
}
.admin-left-nav a:hover {
	background-position: 0% -40px
}
.admin-left-nav a:link span, .admin-left-nav a:visited span, .admin-left-nav a:active span {
	display: block;
	height: 25px;
	background: url(/media/left-nav-right.jpg) no-repeat right top;
	text-decoration: none;
	padding: 3px 12px 12px 0px;
}
.admin-left-nav a:hover span {
	display: block;
	background-position: 100% -40px;
	color: black;
}
.admin-left-nav a.admin-info { /* INFO ICON */
	background: url(/media/info.jpg) no-repeat scroll left top;
	display: block;
}
.admin-left-nav a.admin-info:hover {
	display: block;
	background-position: 0% -40px
}
.admin-header {
	font-size: 1.2em;
	font-weight: bold;
	background: url(/media/course-list.png) no-repeat scroll left center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-bottom: 1px dotted #000000;
	margin-bottom: 8px;
}

/* -------------- ADMIN RIGHT COLUMN ----------------- */


.admin-right-column {
	background: #ffffff url(../media/right-panel-top.gif) no-repeat scroll right top;
	width: 230px;
	float: right;
	padding: 10px;
}

ul.admin-right-nav {
	width: 230px;
	float: left;
	list-style-type: none;
}
.admin-right-nav li {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 5px;
}
.admin-right-nav a:link, .admin-right-nav a:visited, .admin-right-nav a:active {
	background: url(/media/left-nav-left.jpg) no-repeat left top;
	text-decoration: none;
	color: white;
	padding-left: 42px;
	display: block;
}
.admin-right-nav a:hover {
	background-position: 0% -40px
}
.admin-right-nav a:link span, .admin-right-nav a:visited span, .admin-right-nav a:active span {
	display: block;
	height: 25px;
	background: url(/media/left-nav-right.jpg) no-repeat right top;
	text-decoration: none;
	padding: 3px 12px 12px 0px;
}
.admin-right-nav a:hover span {
	display: block;
	background-position: 100% -40px;
	color: black;
}
.admin-right-nav a.admin-info { /* INFO ICON */
	background: url(/media/info.jpg) no-repeat scroll left top;
	display: block;
}
.admin-right-nav a.admin-info:hover {
	display: block;
	background-position: 0% -40px
}
.admin-right-header {
	font-size: 1.2em;
	font-weight: bold;
	background: url(/media/earth.png) no-repeat scroll left center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-bottom: 1px dotted #000000;
	margin-bottom: 8px;
}

/* ------------- ADMIN CENTRE COLUMN ----------------- */

.admin-centre-column {
	background: #FFFFFF;
	float: left;
	width: 470px;
}

.admin-alpha-bar {
	background-image: url(/media/alpha-bg.png);
	background-repeat: repeat-x;
	padding: 2px 14px;
	font-size: 1.4em;
	color: Black;
	text-align: center;
}

.admin-alpha-bar a {
	padding: 1.5px;
}

.admin-alpha-bar a:link {
	color: Black;
	text-decoration: none;
}
.admin-alpha-bar a:visited {
	color: Black;
	text-decoration: none;
}
.admin-alpha-bar a:hover {
	color: #FFCC01;
	text-decoration: none;
}
.admin-home-main 
{
	background-color: Black;
	background-image: url(/media/admin-home-background.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	height: 370px;
	font-size: 20px;
	color: White;
	padding-top: 10px;
}
.admin-header-large-text 
{
	font-size: 30px;
}
.admin-home-header 
{
	margin-left: 15px;
}

.admin-centre-column-content {
	padding: 0px;
}

#newsTickerContainer 
{
	height: 32px;
	overflow: hidden;
	width: 375px;
	background-color: Black;
	background-image: url(/media/news-left.png);
	background-position: left;
	background-repeat: no-repeat;
	color: White;
	font-size: 14px;
	padding: 0px 0px 0px 95px;
}

#newsTickerContainer .tickerText {
	color: White;
	line-height: 32px;
}

.glossary-left 
{
	width: 100px;
	padding: 2px;
	background-color: White;
	margin-top: 1px;
	border: solid 3px #1498C0;
	font-size: 12px;
}

.glossary-left ul
{
	margin-top: 0px;	
}

.glossary-left ul li
{
	list-style: none;
	background-image: url(/media/list-item-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 5px 0px 5px 3px;
}

.glossary-right 
{
	width: 349px;
	text-align: center;
	padding: 2px;
	background-color: White;
	margin-top: 1px;
	border: solid 3px #1498C0;
	font-size: 10px;
	float: right;
}

.astronomers-table
{
	margin: 10px;
	font-size: 12px;
	width: 450px;
	border: Solid 1px Black;	
	background-color: Gray;
}

.astronomers-table tr td
{
	border: Solid 1px Black;
	padding: 2px;
	background-color: White;
}