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

/* -------- DIVs ------- */
.pageWrap {
	padding: 0px;
	float: none;
	height: auto;
	width: 800px;
	margin: 0px auto 0px auto;
}

.header {
	float: left;
	height: 255px;
	width: 800px;
}

.centre {
	background-color:#CCC;
	width: 800px;
	height: 297px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sidebar {
	padding: 0px 0px 0px 12px;
	float: left;
	height: 297px;
	width: 110px;
	margin: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #000;
}

/* --------- FRAME DIVs ---------- */

.videoFrame {
	background-image: url(images/flash_frame.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 320px;
	margin: 10px auto 0px auto;
	float: none;
	padding: 241px 0px 0px 5px;
	text-align: left;
}

.videoFrame2 {
	background-color: #000;
	height: 255px;
	width: 320px;
	margin: 10px auto 0px auto;
	float: none;
	padding: 0px;
}

.contactFrame {
	height: 220px;
	width: 500px;
	margin: 10px auto 0px auto;
	float: none;
	left: 375px;
	top: 268px;
}

.prospectusFrame {
	height: 280px;
	width: 500px;
	margin: 10px auto 0px auto;
	float: none;
	left: 375px;
	top: 268px;
}

/* ------- FRAME DIVS end -------- */

.tag {
	height: 15px;
	width: 800px;
	text-align:center;
	text-transform:uppercase;
}

.footer {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 800px;
}

.sponsor {
	background-image: url(images/sponsor.png);
	background-repeat: no-repeat;
	width: 164px;
	height: 41px;
	float: right;
	margin-top: 50px;
}

.encounter {
	width: 164px;
	height: 12px;
	float: right;
}

/* -------- TEXT -------- */

h1 {
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
}

h2 {
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

p1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	font-weight: normal;
}

/* -------- Video Playback Text Format -------- */

p2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#FFF;
	font-weight:100;
	text-transform: uppercase;
	}
	
p2.videoFrame2 {
	line-height: 14px;
	}
	
p3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#FFF;
	text-transform: uppercase;
}
	
/* -------- Video Playback Text Format END -------- */
	
ul.menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFF;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* -------- LINKS -------- */

ul.menu li a.menuLink:link {
	text-decoration: none;
	color: #000;
}

ul.menu li a.menuLink:visited {
	text-decoration: none;
	color: #000;
}

ul.menu li a.menuLink:hover {
	text-decoration: none;
	color: #FFF;
}

/* -------- Email Links -------- */

p1 a.emailLink:link{color: #000; text-decoration:none;}

p1 a.emailLink:visited{text-decoration: none;}

p1 a.emailLink:hover{text-decoration:underline; color:#F00;}


/* -------- PDF Links -------- */

p1 a.pdfLink:link{color: #F00; text-decoration:underline;}

p1 a.pdfLink:visited{text-decoration: underline;color:#333;}

p1 a.pdfLink:hover{text-decoration:underline; color:#000;}


/* -------- Video Playback Links -------- */

p2 a.videoLink:link{color: #FFF; text-decoration:none;}

p2 a.videoLink:visited{text-decoration: none; color:#FFF;}

p2 a.videoLink:hover{text-decoration:none; color:#FFFF00;}


