/* CSS Document 
-----------------------------------------------------------------------------------------------------*/
body	{
	margin:0px;
	text-align: center;
	min-width: 790px;
	background-color: #F4CC7D;
	
}




/* Layout 
-----------------------------------------------------------------------------------------------------*/

#wrapper {
	position: relative;
	text-align: left;
	width:782px;
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 700px;
}

#homePhoto {
	position:absolute;
	visibility:visible;
	top:68px;
	width:547px;
	height:420px;
	z-index:3;
	left: 210px;
}

#homeLogo {
	position: relative;
	visibility: visible;
	height: 205px;
	width: 208px;
	left: 0px;
	top: 0px;
}

#mainNavHome {
	 position:absolute; 
	 visibility:visible; 
	 left:0px; 
	 top:205px; 
	 width:275px; 
	 height:166px; 
	 z-index:2;
}

#newsBox {
	position:absolute; 
	visibility:visible; 
	left:460px; 
	top:149px; 
	width:322px; 
	height:275px; 
	z-index:4;
}

#newsText {
	position:absolute;
	visibility:visible;
	left:34px;
	top:36px;
	width:250px;
	height:87px;
	z-index:5;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;

}

#counter {
	position:absolute;
	visibility:visible;
	left:49px;
	top:503px;
	width:425px;
	height:32px;
	z-index:5;
}

#secondaryNav {
	position:absolute;
	visibility:visible;
	left:10px;
	top:539px;
	width:700px;
	height:16px;
	z-index:6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}

#loginCredit {
	position:absolute;
	visibility:visible;
	left:250px;
	top:563px;
	width:225px;
	height:17px;
	z-index:7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;

}





#newsText a {color: #fff000; text-decoration: none;}
#newsText a:hover {color: #ffa66f; text-decoration: none;}



/* Typography
-------------------------------------------------------------------------------------------------------*/

.footerMenulink {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none; text-align: center; vertical-align: bottom;}
a.footerMenulink:active {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none;}
a.footerMenulink:hover {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none;}
a.footerMenulink:link {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none;}
a.footerMenulink:visited {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none;}
.footerMenuText {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
.footerMenuTextBold {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none;}

.createdlink {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none; text-align: center; vertical-align: bottom;}
a.createdlink:active {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none;}
a.createdlink:hover {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none;}
a.createdlink:link {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none;}
a.createdlink:visited {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none;}


.newslink {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none; text-align: center; vertical-align: bottom;}
a.newslink:active {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none;}
a.newslink:hover {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none;}
a.newslink:link {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none;}
a.newslink:visited {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none;}




a#staffmail {position: absolute;
right: -220px; top: -20px;
color: #fff; font-weight: bold;
text-decoration: none;
font-family: verdana;}

a#staffmail:hover {color: #fff000;}


#vle a {
position: absolute;
display: block;
width: 200px;
height: 50px;
top: 450px;
right: 70px;
background: url(../images/vle.gif) no-repeat;
text-indent: -5000px;
z-index: 100;
}

/* CSS changes needed due to upgrade to 3+ final */
.newstitlehome, .eventhome{margin:0;font-weight:bold}
#MediaBlock .MediaFloat{width:33.3%}
