@charset "UTF-8";
/* CSS Document */

/*
**------ Web design by Scribblevision Designs ------**
**------ Copyright 2008. All rights reserved ------**

**------ Melbourne Radio School -------**
*/

/*------ Screen ------*/

/*------ Global ------*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
}
body {
	background-image: url(../mrs_images/bg.png);
	background-repeat: repeat-x;
	background-position: left 50px;
}
.play {
	float: left;
	padding-right: 10px;
}
/*------ header -------*/
#header {
	height: 491px;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#header #mic {
	height: 200px;
	width: 80px;
	z-index: 1;
	position: absolute;
	top: 160px;
	background-image: url(../mrs_images/mic.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header #mrsLogo {
	position: absolute;
	left: 0px;
	top: 16px;
}
#header #waves {
	height: 198px;
	width: 434px;
	background-image: url(../mrs_images/header_waves.png);
	z-index: 0;
	top: 190px;
	position: absolute;
	right: 271px;
}
/*------ IE 6 hacks ------*/
*html #headerImage1 {
	bottom: -1px;
}
*html #headerImage2 {
	bottom: -1px;
}
/*------ End Hack ------*/

#headerImage1 {
	height: 301px;
	width: 271px;
	background-image: url(../mrs_images/header_bg_3.png);
	right: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 0;
	background-repeat: no-repeat;
}
#headerImage2 {
	height: 301px;
	width: 271px;
	background-image: url(../mrs_images/header_bg_2.jpg);
	right: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 0;
}
#headerImage3 {
	height: 301px;
	width: 271px;
	background-image: url(../mrs_images/header_bg_5.jpg);
	right: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 0;
}
#headerImage4 {
	height: 301px;
	width: 271px;
	background-image: url(../mrs_images/header_bg_4.jpg);
	right: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 0;
}
#headerImage5 {
	height: 301px;
	width: 271px;
	background-image: url(../mrs_images/header_bg_3.jpg);
	right: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 0;
}
#header h1{
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 35px;
	padding-top: 30px;
	padding-bottom: 25px;
	position: absolute;
	top: 160px;
	z-index: 1;
	left: 70px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	right: 0px;
	top: 55px;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	float: left;
	text-align: center;
	background-image: url(../mrs_images/sep.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 80px;
	padding-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
#menu ul li a:hover {
	background-color: #FFF;
}
.last {
	background-image: url(../mrs_images/sep.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#details ol {
	list-style-type: none;
	left: 90px;
	top: 250px;
	position: absolute;
	z-index: 2;
}
#details ol li{
	color: #FFF;
	font-size: 13px;
	line-height: 22px;
	padding-left: 20px;
	display: block;
	background-image: url(../mrs_images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}
.smallTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 20px;
}
#header #welcomeText {
	position: absolute;
	bottom: 20px;
	color: #333;
	letter-spacing: -1px;
	z-index: 4;
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*------ Content -------*/
#contentWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#contentWrapper #leftCol {
	width: 600px;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	float: left;
}
.photo {
	float: right;
	background-image: url(../mrs_images/photo_bg.png);
	height: 227px;
	width: 289px;
	background-repeat: no-repeat;
	position: relative;
}
.photo2 {
	float: right;
	background-image: url(../mrs_images/photo_bg.png);
	height: 400px;
	width: 289px;
	background-repeat: no-repeat;
	position: relative;
	background-position: center bottom;
}
.pic {
	position: absolute;
	left: 19px;
	bottom: 19px;
}
.formText {
	font-size: 16px;
	color: #C1272D;
	padding: 4px;
	width: 300px;
	background-image: url(../mrs_images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #999;
}
#leftCol h1 {
	font-size: 24px;
	line-height: 28px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #C1272D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
#leftCol h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 28px;
}
#leftCol h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 10px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 26px;
}
#leftCol h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: -1px;
}
#leftCol h5 {
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	padding-bottom: 5px;
}
#leftCol ol li {
	list-style-type: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../mrs_images/tick.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}
#leftCol a {
	color: #C1272D;
	text-decoration: underline;
	font-weight: bold;
}
#leftCol a:hover {
	text-decoration: none;
	color: #666;
}
#leftCol ul {
	list-style-type: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}
#leftCol ul li {
	float: right;
	display: inline;
}
#leftCol ul li a {
	display: block;
	padding-left: 20px;
	background-image: url(../mrs_images/mrs_bullet.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
#leftCol ul li a:hover {}
.redItalic {
	color: #C1272D;
}
#contentWrapper #rightCol {
	float: right;
	width: 260px;
	font-size: 14px;
	color: #666;
}
.clearBoth {
	clear: both;
}
/*------ right Col ------*/
#rightCol h1{
	font-weight: normal;
	font-size: 24px;
	color: #C1272D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
#rightCol ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#rightCol ul li {}
/*----- ie 6 Hack -----*/
*html #rightCol ul li a {
	line-height: 35px;
	text-decoration: none;
	color: #666;
	padding-left: 20px;
	background-image: url(../mrs_images/mrs_bullet.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1272D;
	font-weight: normal;
	font-size: 13px;
	margin: 0px;
	display: block;
	width: 260px;
}
#rightCol ul li a {
	display: block;
	line-height: 35px;
	text-decoration: none;
	color: #666;
	padding-left: 20px;
	background-image: url(../mrs_images/mrs_bullet.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1272D;
	font-weight: normal;
	font-size: 13px;
}
#rightCol ul li a:hover {
	color: #C1272D;
	text-decoration: underline;
}

/*------ Footer ------*/
#footerStretch {
	height: 200px;
	background-image: url(../mrs_images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#footerStretch #footerWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 25px;
	font-size: 13px;
	line-height: 22px;
}
#footerMenu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
#footerMenu ul li {
	display: inline;
}
#footerMenu ul li a {
	display: inline;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	color: #000;
	background-image: url(../mrs_images/sep.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footerMenu ul li a:hover {
	color: #C1272D;
	text-decoration: none;
}
#footerWrapper p a {
	display: block;
	text-decoration: none;
	color: #999;
	padding-right: 30px;
	background-image: url(../mrs_images/sd.png);
	background-repeat: no-repeat;
	background-position: 558px center;
}
#footerWrapper p a:hover {
	display: block;
	text-decoration: none;
	color: #A1CD31;
	padding-right: 30px;
	background-image: url(../mrs_images/sd_hover.png);
	background-repeat: no-repeat;
	background-position: 558px center;
}
