/* --------------------------*/
/* ------ HTML AREA ----- */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}


a {
     color: #972520;
}

a:hover {
     color: #000000;
}

a:visited {
     color: #972520;
}


/* --------------------------*/
/* ------ CONTAINER ----- */
.container {
	background-color: #FFFFFF;
	width: 1000px;
	margin-right:auto;
	margin-left:auto;
}


/* --------------------------*/
/* ------ TOP BARS ----- */
.header {
	background-color: #ffffff;
	width: 1000px;
	height: 134px;
}

.navigation {
	background-color: #666666;
	width: 1000px;
	height: 39px;
}

.navigation-underbar {
	background-color: #666666;
	width: 1000px;
	height: 7px;
}

.ticker {
	background-color: #ffffff;
	width: 1000px;
	height: 25px;
	font-size: 9px;
	vertical-align: middle;
	line-height: 25px;
}

.logo {
	background-color: #ffffff;
	width: 456px;
	height: 134px;
	float:left;
}

.topbartitle {
	background-color: #ffffff;
	width: 544px;
	height: 134px;
	float:right;
}


/* --------------------------*/
/* ------ MIDDLE SECTION MAIN----- */

.middlecontainer {
	background-color: #ffffff;
	width: 1000px;
	overflow:auto;
}

.copy {
	background-color: #ffffff;
	width: 560px;
	float:left;
	padding-right: 20px;
	padding-left: 20px;
}

.adverts {
	background-color: #ffffff;
	width: 400px;
	float:right;

}


/* --------------------------*/
/* ------ FOOTER ----- */
.footer {
	background-color: #666666;
	width: 1000px;
	height: 36px;
	font-size: 9px;
	color: #ffffff;
	text-align: center;
	vertical-align:middle;
	line-height: 36px;
}

.footerspacer {
	background-color: #ffffff;
	width: 1000px;
	height: 5px;
}

.footerwebsitelinks {
	background-color: #ffffff;
	width: 1000px;
	font-size: 8px;
	text-align:center;
	padding-top: 10px;
	overflow:auto;
}


.footer a {
color: #ffffff;
font-size: 9px;
text-decoration: none;
}

.footer a:hover {
color: #000000;
}

.footer a:visited {
color: #ffffff;
}


/* --------------------------*/
/* ------ TEXT ----- */
.titlecopy {
	font-size: 12px;
	color: #972520;
	font-weight: bold;
}

.titleintro {
	font-size: 11px;
	color: #000;
	line-height: 16px;
}

.schoolsmain {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 16px;
}

.schoolsbody {
	font-size: 10px;
	color: #000;
}



/* --------------------------*/
/* ------ TEXT FOR WHAT"S ON----- */
.venuetime {
	font-size: 9px;
	color: #666666;
	font-variant: small-caps;
	line-height: 15px;	
}

.venuetitlecopy {
	font-size: 12px;
	color: #972520;
	font-weight: bold;
	line-height: 15px;
}

.venuebody {
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}


/* --------------------------*/
/* ------ IMAGE ADJUSTMENTS ----- */
.oldimage {
	padding-left: 15px;
}


/* ------ HR TAG ----- */
 hr {
	border: 0;
	width: 100%;
	color: #000;
	height: 1px;
	background-color: #000;
}



/* --------------------------*/
/* ------ TABLE STYLES ----- */
table.main { border: 0; width: 560px; }
td { padding: 0; }

table.schoolsprimary {
	border: 0;
	width: 560px;
	background-color: #FFFBCC;
}
td { padding: 0; }

table.schoolssecondary {
	border: 0;
	width: 560px;
	background-color: #E7E8E9;
}
td { padding: 0; }

table.navigation { border: 0; width: 1000px; height: 39px; } /* ------ MAKE 39 ----- */
td { padding: 0; }

table.whatson { border: 0; width: 260px; }
td { padding: 0; }

table.whatson560 { border: 0; width: 560px; }
td { padding: 0; }

/* --------------------------*/
/* ------ DROPDOWN BOX STYLE ----- */

.formdropdowntext { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	background-color: #ffffff; 
	color: #000000; 
	text-decoration: none;
}



/* --------------------------*/
/* ------ FORM FIELDS ----- */

.formfields { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
}



/* --------------------------*/
/* ------ GALLERY----- 
These change depending on the location as the
width of the borders need to stay the same
so they change from 5 to 10 px on teh top and 
bottom versions*/

.gallery-left {
	background-color: #cccccc;
	width: 185px;
	height: 110px;
	border:#666666;
	border-style: solid;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 10px;
	border-right-width: 5px;
	float:left;
}

.gallery-left-top {
	background-color: #cccccc;
	width: 185px;
	height: 110px;
	border:#666666;
	border-style: solid;
	border-top-width: 10px;
	border-bottom-width: 5px;
	border-left-width: 10px;
	border-right-width: 5px;
	float:left;
}
.gallery-left-bottom {
	background-color: #cccccc;
	width: 185px;
	height: 110px;
	border:#666666;
	border-style: solid;
	border-top-width: 5px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-width: 5px;
	float:left;
}

.gallery-right {
	background-color: #cccccc;
	width: 185px;
	height: 110px;
	border:#666666;
	border-style: solid;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-width: 10px;
	float:left;
}
.gallery-right-top {
	background-color: #cccccc;
	width: 185px;
	height: 110px;
	border:#666666;
	border-style: solid;
	border-top-width: 10px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-width: 10px;
	float:left;
}
.gallery-right-bottom {
	background-color: #cccccc;
	width: 185px;
	height: 110px;
	border:#666666;
	border-style: solid;
	border-top-width: 5px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-right-width: 10px;
	float:left;
}