/* ************ GLOBAL STYLES ************ */

* {
	margin:0;
	padding:0;
}
a {
	color: #000000;	
}
a:visited{
	color: #555555;
}
a:hover {
	color: #df272b;
}
a img {
	border: 0;
}
h1, h2 {
	display: none;
	background-color: #FF0000;
} 
h3, h4 {
	color: #10155e;
}
div.hr {
	background: #ffffff url(../images/bgHr.gif) repeat-x; 
	height: 2px; 
	margin: 10px 0;
/*	clear: both; */
}
	div.hr hr {
		display: none
	}
div.clear { 
	clear: both;
/*	margin: 0 0 15px 0; */
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}
.hideThis {
	display: none;
}

object {
	outline: none;
}

/***** BODY / CONTAINER ****************/

body  {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 683px;  
	margin: 0 auto;
	border: 0 none;
	text-align: left; 
}

/***  TOP ADDRESS AND UTIL BAR ****/

#utilBar {
	font-size: 10px; /* Fixed so that it stays constant when font size changes */
	height: 20px;	
	margin: 10px 0 0 0;
}
#utilBar #address {
	margin: 2px;
	float: left;
}
#utilBar #searchBox {
	float: right;
}
#utilBar #textResizer {
	margin-right: 5px;
	float: right;
}
.small {
	font-size:0.8em;
}
.medium {
	font-size:1em;
}
.large {
	font-size:1.2em;
}

/* ***** SEARCH BOXES ******* */

#searchBox #searchTerm,
#searchCourse {
	font: inherit;
	border: 1px solid #666699;
	width: 104px;
	height: 13px;
	font-size: 11px;
	padding: 2px 0 0 4px;
}
#searchBox #submit,
#btnSearchCourse {
	width: 22px;
	height: 13px;
}

/* ******* HEADER ******* */

#header { 
	background-repeat: no-repeat; 
	background-position: 0 9px; 
	background-image: url(../images/logoSelbyCollege.gif);
/*	height: 63px; 
	padding-bottom: 4px;*/
	min-height: 63px;
}
* html #header {
	height: 63px;
}
#header #title {
	margin-left: 156px;
	padding: 0;
	height: 43px;
	width: 527px;
	float: right;
	background-color: #ee2e24;
	background-position: 0 -1px;
	background-repeat: no-repeat;
	background-image: url(../images/bgHeaderRedCurve.gif); 	
}
#header #title span {
	display: block;
	padding: 15px 0 0 5px;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	float:left;
}
a.home {
	float: right;
	padding: 25px 10px 0 0;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff !important;
}

/* ******* TOP MENU ******* */

#topMenu {
	float: right;
	margin: 2px 0 0 0;
	padding: 0;
	background: #10155e;
	width: 527px;
	height: auto;
	color: #ffffff;	
	font-size: 0.9em;
	list-style: none;
	line-height: 1.0em;
	font-weight: normal;
	margin-bottom: 4px;
}
	#topMenu li {
		list-style: none;
		float: left;
		padding: 0;
		background: #10155e;
		border-right: 1px solid #ffffff;
	}
		#topMenu li#AboutSelbyCollege {
			width: 111px;	
		}
		#topMenu li#Governance {
			width: 80px; 
		}
		#topMenu li#NewsEvents {
			width: 90px; 
		}
		#topMenu li#PublicationScheme {
			width: 107px; 
		}
		#topMenu li#WorkingatSelbyCollege {
			width: 135px; 
			border-right: 0 none;
		}
		#topMenu li a {
			text-align: center;
			display: block;
			color: #ffffff;
			text-decoration: none;
			padding: 2px 0 4px 0; 
			margin: 0;
		}
		#topMenu li ul {
			position: absolute;
			left: -999em;
			height: auto;
			width: 128px;
			font-weight: normal;
			border-width: 1px;
			margin: 0;	
			background-color: #FFFFFF;
		}
			#topMenu li ul li {
				padding-right: 1em;
				background-color: #FFFFFF;	
				width: 13em;
				width: 128px;
				border-bottom: 1px solid #939598;
				border-right: 1px solid #939598;
				border-left: 1px solid #939598;
			}
				#topMenu li ul li a {
					color: #000000;
					width: 122px;
					text-align: left;
					padding: 2px 5px 4px 5px; 
				}
#topMenu li:hover ul ul, 
#topMenu li:hover ul ul ul, 
#topMenu li.sfhover ul ul, 
#topMenu li.sfhover ul ul ul {
	left: -999em;
}
#topMenu li.sfhover ul, 
#topMenu li li.sfhover ul, 
#topMenu li li li.sfhover ul {
	left: auto;
}
/* Modern browsers only (not IE 7) */
html>/**/body #topMenu li:hover ul, 
html>/**/body #topMenu li li:hover ul, 
html>/**/body #topMenu li li li:hover ul {
	left: auto; 
}
#topMenu li li:hover, #topMenu li li.sfhover {
	background: #666666;
}
	#topMenu li li a:hover {
		color: #FFFFFF;
	}

/* ******* SIDE BARS ******* */

#sidebar1Wrapper {
	float: left; 
	height: 0;
	overflow: visible;
/*	display: inline; */
}
* html #sidebar1Wrapper { /* IE6 only */
	margin-right: 0;
}
#sidebar1 {
	float: none; 
	width: 152px;
	margin:0 0 0 0;
	padding:0;
}
#sidebar2 {
	float: right; 
	width: 136px; 
	padding: 0; 
	margin:0;
	overflow: hidden;
}
	#sidebar2 #quote {	
		min-height: 168px;
		margin-bottom: 5px;
	}
	* html #quote {
		height: 168px;
	}
		#sidebar2 #quote blockquote {
			color: #ffffff;
			font-size: 14px;
			font-weight: bold;
			margin: 0;
			padding: .3em;
		}
	#sidebar2 ul li {
		list-style: none;
	}
	#countdownClock {
		margin: 0 0 5px 1px;
	}

/* ******* LEFT MENU ******* */

#leftMenu {
}
ul#secondaryNav {
	border-bottom: 1px solid #939598;	 
	list-style: none;
	margin:0;
	padding:0;
}
ul#secondaryNav a {
	display: block;
	text-indent:-999em;
	height: 27px;
	border-top: 1px solid #939598;	 
	border-right: 1px solid #939598;
	border-left: 1px solid #939598;
	background-color: #ffffff;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	width: 150px;
	outline: none;
}
	ul#secondaryNav a:link, ul#secondaryNav a:visited {
		background-position: 0 0;
	}
	ul#secondaryNav a:hover, ul#secondaryNav a:active {
		background-position: -150px 0;
	}
	ul#secondaryNav a.years1011 {
		background-image: url(../images/btnSixthFormCourses.gif);
	}
	ul#secondaryNav a.fullTimeCourses {
		background-image: url(../images/btnFullTimeCourses.gif);
	}
	ul#secondaryNav a.partTimeCourses {
		background-image: url(../images/btnPartTimeCourses.gif);
	}
	ul#secondaryNav a.degreeLevelCourses {
		background-image: url(../images/btnHigherEducation.gif);
	}
	ul#secondaryNav a.apprenticeships {
		background-image: url(../images/btnAppreniceships.gif);
	}
	ul#secondaryNav a.businessServices {
		background-image: url(../images/btnBusinessServices.gif);
	}
	.years1011Section ul#secondaryNav .years1011, 
	.fullTimeCoursesSection ul#secondaryNav .fullTimeCourses, 
	.partTimeCoursesSection ul#secondaryNav .partTimeCourses, 
	.degreeLevelCoursesSection ul#secondaryNav .degreeLevelCourses, 
	.apprenticeshipsSection ul#secondaryNav .apprenticeships, 
	.businessServicesSection ul#secondaryNav .businessServices {
		background-position:-150px top;
	}
ul.leftLogos {
	list-style: none;
	width: 152px;
	padding: 11px 0 13px 0;
	border-top: 1px solid #939598;
}
ul.top {
	border-top: 0 none;
	padding-top: 14px;
}
	ul.leftLogos li {
		background-repeat: no-repeat;
		background-position: left top;
		text-indent: -10000px;
		display: block;
	}
		ul.leftLogos li.ofstedOutstanding {
			background-image: url(../images/logo_ofstedOutstanding.gif);
			width: 44px;
			height: 50px;
			float: left;
		}
		ul.leftLogos li.lsisBeacon {
			background-image: url(../images/logo_lsisBeacon.gif);
			height: 50px;
			background-position: 22px 0;
		}
		html>/**/body ul.leftLogos li.lsisBeacon {
			background-position: 66px 0;
		}
		ul.leftLogos li.successfulYears {
			background-image: url(../images/logo_25Years.gif);
			width: 152px;
			height: 31px;
		}
		ul.leftLogos li.bestCompany {
			background-image: url(../images/bestCompany.gif);
			width: 45px;
			height: 77px;
			float:left;
		}
		ul.leftLogos li.rospa {
			background: url(../images/rospa.gif) 1px 3px no-repeat #fff;
			width: 65px;
			height: 77px;
			float:left;
		}
		ul.leftLogos li.cse {
			background: url(../images/CSE_logo.gif) 0 0 no-repeat #fff;
			width: 42px;
			height: 77px;
			float:left;
		}
		.virtualTour ul.leftLogos li.rospa {
			background: url(../images/grey_rospa.gif) 0 3px no-repeat;
			width: 65px;
			height: 77px;
			float:left;
		}
		.virtualTour ul.leftLogos li.cse {
			background: url(../images/grey_CSE_logo.gif) 0 0 no-repeat #939598;
			width: 42px;
			height: 77px;
			float:left;
		}
			ul.leftLogos li.bestCompany a {
				width: 55px;
				height: 77px;
				display: block;
				outline: none;
			}
#moodleLogin {
}
	#moodleLogin h3 {
		background: #12175e url(../images/moodleLoginBg.gif) no-repeat 0 3px;
		text-indent: -10000px;
		height: 36px;
		margin-bottom: 2px;
	}
	#moodleLogin li {
		list-style: none;
		clear: both;
		padding: 2px 0;
	}
		#moodleLogin li.textBox label {
			display: block;
			float: left;
			padding: 1px 0;
		}
		#moodleLogin li.textBox input {
			float: right;
			width: 90px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			padding: 1px 0 1px 4px;
			border: 1px solid #666699;
		}
		#moodleLogin li.submit input {
			float: right;
			margin-right: 62px;
		}
	
/* ******* FOOTER ******* */

#footer { 
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #939598;
	margin: 5px 0;
	padding: 5px 0;
	width: 386px;
} 
#footer a {
	color: #939598;
	font-size: 0.9em;
	text-decoration:none;	
}
#footerMenu {
	float: left;
	padding: 0;
	margin: 0;
}
	#footerMenu li {
		list-style: none;
		display: inline;
		padding: 2px 0;
	}
		#footerMenu li a {
			border-left: 1px solid #bbbbbb;
			padding: 0 0 0 4px;
		}
		#footerMenu li.first a {
			border-left-width: 0;
			padding: 0 1px 0 0;
		}
#footer #topLink {
	padding: 1px 0;
	float: right;
}
	#footer #topLink a {
		background-repeat: no-repeat;
		background-position: left 2px;
		background-image: url(../images/bulletArrowUp.gif);
		padding: 0 0 0 10px;
	}

/* ******* MAIN CONTENT ******* */

#mainContent { 
	margin: 0 136px 0 156px;
	text-align: left;
	line-height: 1.5em;
	width: 386px;
} 
* html #mainContent { /* IE6 only */
/*	height: 1%; */
	margin-left: 153px; 
}
#mainContent p {
	font-size: 1em;
	margin-bottom: 0.8em;
}
#mainContent h2 {
	margin-bottom: 0.8em;
}
#mainContent h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 0.8em;
}
#mainContent h4 {
	margin-bottom: 0.8em; 
}
#mainContent #mainBody {	
	padding: 10px 5px 0 5px;
	min-height: 300px;
}
* html #mainContent #mainBody {	
	height: 300px;
}
.para1 {
}
	.para1 p {
		color: #10155e;
		font-weight: bold;
	}
#mainContent #mainTop {
	height: 80px;
	margin: 0;	
}
.sectionIndex #mainContent #mainTop {
	height: 168px; 
}
.newsItemDetail #mainContent #mainTop {
	height: auto;
}
#mainContent #leftImage {
	width: 190px;
	height: 80px;
	float: left;
	margin: 0 0 0 0;
}
#mainContent #boxTitle {
	width: 189px;
	height: 80px;	
	float: left;
	margin: 0 0 0 5px;
}
#mainContent #boxTitle p {
	font-size: 15px;
	font-weight: bold;
	margin:5px 0 0 5px;
	color: #ffffff;
}
#mainContent #mainTop ul {
	padding: 0;
	margin: 0;
}
#mainBody ul{ 
	list-style: none;
	margin-bottom: 0.8em;
}
	#mainBody ul li{ 
		background: url(../images/bulletCircleRed.gif) left 5px no-repeat;
		padding: 0 0 0 10px;
	}
	#mainBody ul.noList  {
		list-style: none;
		background-image: none;
	}
		#mainBody ul.noList li {
			list-style: none;
			background-image: none;
			text-indent:0;
			margin: 0;
			padding: 0;
		}
#mainBody ol{ 
	margin-bottom: 0.8em;
}
	#mainBody ol li{ 
		margin: 0 0 0 2.5em;
	}
#topImage {
	height: 80px;
	overflow: hidden;
	margin-bottom: 6px;
}

/* ******** VIRTUAL TOUR ****** */

body.virtualTour {
	background-color: #939598;
}
.virtualTour #header { 
	background-image: url(../images/grey_logoSelbyCollege.gif);
}
.virtualTour #header #title {
	background-image: url(../images/grey_bgHeaderRedCurve.gif); 	
}
.virtualTour #topMenu a {
	border-right: 1px solid #939598;
}
.virtualTour #topMenu li li a {
	border-right: 0px solid #939598;
}
	.virtualTour ul#secondaryNav a.years1011 {
		background-image: url(../images/grey_btnSixthFormCourses.gif);
	}
	.virtualTour ul#secondaryNav a.fullTimeCourses {
		background-image: url(../images/grey_btnFullTimeCourses.gif);
	}
	.virtualTour ul#secondaryNav a.partTimeCourses {
		background-image: url(../images/grey_btnPartTimeCourses.gif);
	}
	.virtualTour ul#secondaryNav a.degreeLevelCourses {
		background-image: url(../images/grey_btnHigherEducation.gif);
	}
	.virtualTour ul#secondaryNav a.apprenticeships {
		background-image: url(../images/grey_btnAppreniceships.gif);
	}
	.virtualTour ul#secondaryNav a.businessServices {
		background-image: url(../images/grey_btnBusinessServices.gif);
	}
	.virtualTour ul.leftLogos {
		border-top: 1px solid #FFFFFF;
	}
	.virtualTour ul.top {
		border-top: 0 none;
	}
		.virtualTour ul.leftLogos li.ofstedOutstanding {
			background-image: url(../images/grey_logo_ofstedOutstanding.gif);
		}
		.virtualTour ul.leftLogos li.lsisBeacon {
			background-image: url(../images/grey_logo_lsisBeacon.gif);
		}
		.virtualTour ul.leftLogos li.successfulYears {
			background-image: url(../images/grey_logo_25Years.gif);
		}
		.virtualTour ul.leftLogos li.bestCompany {
			background-image: url(../images/grey_logo_BCA2009.gif);
		}
.virtualTour #moodleLogin {
	display: none;
}

.virtualTour #mainContent { 
	margin: 0 0 0 156px;
	width: 527px;
} 
.virtualTour #footer { 
	border-top-color: #ffffff;
} 
.virtualTour #footer a {
	color: #ffffff;
}
.virtualTour #footer #topLink a {
	background-image: url(../images/grey_bulletArrowUp.gif);
}
#TourAltContent {
	width: 386px; 
}
	#TourAltContent p,
	#TourAltContent ul {
		padding: 0 5px;
		color: #ffffff;
	}
		#TourAltContent ul li {
			list-style: none;
			margin-bottom: 0.5em;
			height: 50px;
		}
			#TourAltContent ul li a {
				float: left;
				margin-right: 10px;
				border: 2px solid #666666;
			}
			#TourAltContent ul li a:hover {
				border: 2px solid #ffffff;
			}
			#TourAltContent ul li span {
				display: block;
			}
			#TourAltContent ul li span.title {
				font-weight: bold;
			}

/* ******* HOME PAGE ******* */

#frontPageNewsTicker {
	font-size: 1.2em; 
	color: white; 
	background: #12175E; 
	padding: 4px; 
	margin-top: 4px; 
}
#SelbyRotator {
}
#RotatorAltContent {
	min-height: 168px;
}
	#RotatorAltContent ul {
		border-top: 1px solid #aeb0b2;
		margin-bottom: 5px;
	}
		#RotatorAltContent ul li {
			list-style: none;
		}
		* html #RotatorAltContent ul li {
			margin-bottom: -20px;
		}
			#RotatorAltContent ul li a {
				border-left: 1px solid #aeb0b2;
				border-right: 1px solid #aeb0b2;
				border-bottom: 1px solid #aeb0b2;
				padding: 4px 5px 5px 5px;
				display: block;
				text-decoration: none;
				font-weight: bold;
				color: #10155e;
			}
				#RotatorAltContent ul li a:hover {
					color: #ffffff;
				}
				#RotatorAltContent ul.default li a:hover {
					background-color: #ee2e24;
				}
				#RotatorAltContent ul.years1011home li a:hover {
					background-color: #009c57;
				}
				#RotatorAltContent ul.fulltimecourseshome li a:hover {
					background-color: #a0ce67;
				}
				#RotatorAltContent ul.parttimecourseshome li a:hover {
					background-color: #d190bf;
				}
				#RotatorAltContent ul.degreecourseshome li a:hover {
					background-color: #f79727;
				}
				#RotatorAltContent ul.apprenticeshipsHome li a:hover {
					background-color: #e3701e;
				}
				#RotatorAltContent ul.businessServicesHome li a:hover {
					background-color: #009cdb;
				}
				
				
/* ******* SECTION SPECIFIC ******* */

.years1011Section #boxTitle, .years1011Section #quote {
	background-color: #009c57;
}
.years1011Section #boxTitle {
	border-right: 1px solid #009c57;
}
.fullTimeCoursesSection #boxTitle, .fullTimeCoursesSection #quote {
	background-color: #a0ce67;
}
.fullTimeCoursesSection #boxTitle {
	border-right: 1px solid #a0ce67;
}
.partTimeCoursesSection #boxTitle, .partTimeCoursesSection #quote {
	background-color: #d190bf;
}
.partTimeCoursesSection #boxTitle{
	border-right: 1px solid #d190bf;
}
.degreeLevelCoursesSection #boxTitle, .degreeLevelCoursesSection #quote {
	background-color: #f79727;
}
.degreeLevelCoursesSection #boxTitle {
	border-right: 1px solid #f79727;
}
.apprenticeshipsSection #boxTitle, .apprenticeshipsSection #quote {
	background-color: #e3701e;
}
.apprenticeshipsSection #boxTitle{
	border-right: 1px solid #e3701e;
}
.businessServicesSection #boxTitle, .businessServicesSection #quote {
	background-color: #009cdb;
}
.businessServicesSection #boxTitle{
	border-right: 1px solid #009cdb;
}
.entryToEmploymentSection #boxTitle, .entryToEmploymentSection #quote {
	background-color: #e0e635;
}
.entryToEmploymentSection #boxTitle{
	border-right: 1px solid #e0e635;
}
.learningServicesSection #boxTitle, .learningServicesSection #quote {
	background-color: #79c6b4;
}
.learningServicesSection #boxTitle{
	border-right: 1px solid #79c6b4;
}
.leisureServicesSection #boxTitle, .leisureServicesSection #quote {
	background-color: #f7b931;
}
.leisureServicesSection #boxTitle {
	border-right: 1px solid #f7b931;
}
.aboutSelbyCollege #boxTitle, .aboutSelbyCollege #quote {
	background-color: #ee3024;
}
.aboutSelbyCollege #boxTitle {
	border-right: 1px solid #ee3024;
}
.aboutSelbyCollege .para1 {	
	font-size: 1.2em;
}
.aboutSelbyCollege h3{
	color: #ee3024;
}

/* ******* NEWS & EVENTS ******* */

.newsAndEvents #boxTitle, .newsAndEvents #quote {
	background-color: #ee3024;
}
.newsAndEvents #boxTitle {
	border-right: 1px solid #ee3024;
}
.newsAndEvents #mainContent h3 {
	font-size: 1.6em;
	color:#ee3024;
	font-weight: normal;
	margin: 10px 0;
}
newsAndEvents #mainContent h4 {
	font-size: 1.1em;
	color:#000000;
	font-weight: bold;
}
.newsItemSummary {	
	background: url(../images/bgHr.gif) bottom left repeat-x;
	padding: 0 0 10px 0;
	margin: 0 10px 10px 0;
}
.newsItemSummary h4 {
	width: 300px;
	display: block;
	float: left;
}
.newsItemSummary .date {
	text-align:right;	
}
.newsItemSummary p {
	clear: left; 
}
.newsItemSummary a.readFullArticle {
	padding: 0 0 0 15px;
	background: url(../images/iconDoubleArrowRightRed.gif) left top no-repeat;
}
.newsItemDetail .noList .clear {
	clear: none;
}

/* ******* CELEBRATING SUCCESS ******* */

.celebratingSuccessHome {
}
.celebratingSuccessHome #mainContent #mainTop #boxTitle {	
	background: #ee3024;	
}
.celebratingSuccessHome #mainContent h3 {
	color:  #ee3024;
}
.celebratingSuccess #mainContent #mainTop {
	height: auto;
	float: none;
}
.celebratingSuccess #mainContent #mainTop #leftImage {
	float: left;
	height: auto;
	padding: 0 0 10px 0;
}
.celebratingSuccess #mainContent #mainTop #textBesideImage {
	height: auto;
	margin: 0 0 0 190px;
}
.celebratingSuccess #mainContent #mainTop #textBesideImage div.para1 {
font-size: inherit;
}
.celebratingSuccess #mainContent #mainTop #textBesideImage div.para1 p {
	font-weight: normal;	
	font-size: inherit;
}
.celebratingSuccess #mainContent #mainBody {
}

/*************** GALLERY *****************/

.galleryPage .newsItemSummary p {
	clear: none;
}
.galleryPage #boxTitle{
	border-right: 1px solid #ee3024;
}
.galleryPage #boxTitle, .galleryPage #quote {
	background-color: #ee3024;
}
.galleryPage #mainBody ul li{
	background-image: none;
	margin: 10px;
	padding: 0px;
	width: 96px;
	height: 165px;
	float: left;
	border: 1px solid #cccccc;
}
.galleryPage #mainBody ul li a {
	display: block;
}
.galleryPage #mainBody ul li span.thumb img {
}
.galleryPage #mainBody ul li span.fileName {
	display: block;
	background: url(../images/iconMagGlassO.gif) right 1px no-repeat;
	font-size:9px;
	color:#999999;
	text-decoration:none;
	border-top: 1px solid #cccccc;
	margin: 0;
	padding:0 0 0 2px;
	height: 20px;
}
.galleryPage .thumbOut {
	height: 140px; 
	width: 96px; 
	overflow: hidden; 
	position: relative;
	}
.galleryPage .thumbOut[class] {
	display: table; 
	position: static;
	vertical-align: middle;
	}
.galleryPage .thumbMid {
	position: absolute; 
	top: 50%;
	} /* for explorer only*/
	
.galleryPage .thumbMid[class] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}
.galleryPage .thumbIn {
	position: relative; 
	top: -50%; 
	padding: 3px;
} /* for explorer only */
.galleryPage .thumbIn[class] {
	position: static;
} 
#imgDisplayContainer {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;	
}
	#imgDisplay {
		border: 1px solid #253e61;
		width: 350px;
		padding: 10px;	
		margin: 96px auto 0px auto;	
		background:	#ffffff;			
	}
		#imgDisplay img {
			width: 350px;
		}
		#imgDisplay p {
			text-align: right;
			font-size: 11px;
		}
		#imgDisplay a {
			color: #4E579D;
			text-decoration: none;
		}
			#imgDisplay a:hover {
				color: #000;
				text-decoration: none;
			}
.galleryPage #imgDisplayContainer #imgDisplay a {
	color: #777777;
}

/********************/

.courseIndex h3{
	font-size: 1em;
}
.courseIndex h4 {
	color: #de2032;
	font-size:1.2em;
	margin: 5px 0 5px 0;

}
.leisureServicesSection h4 {
	color: #000000;
	margin: 5px 0;
}
ul.redArrows { 
	list-style: none;
	margin: 5px 0;
}
ul.redArrows li{ 
	background: url(../images/bulletArrow.gif) left 3px no-repeat;
	padding: 0 0 0 10px;
}
#itemHeadline {
	font-weight: bold;
}

/************ RIGHT COLUMN LINKS - icon links to courses / diary / guide etc ************/

#rightLinks ul {
}
#rightLinks li{	
	list-style: none;
	clear: both; 
	margin: 0;	
	padding: 0;
}
#rightLinks a {
	text-decoration: none;
	color: #10145E;
}
#rightLinks li h4{	
	font-size: 1.3em;
	color: #10145E;
	padding: 0 0 0 20px;
	margin: 0;
	background: url(../images/btnDoubleArrow.gif) no-repeat top left;
	float: left; 
}
#rightLinks li h4 a {
}
#rightLinks p {
	color: #10145E;
	font-size: 9.5px;
	font-weight: bold;
	clear: left;
}
#rightLinks li img {
	float: right;
	padding: 0 0 5px 0;
	margin:0 0 0 0;
}
#rightLinks li ul li .itemImage {
	float: right; 
	padding: 0 0 0px 0;
	margin: 0 0 0 0;
	display: inline;
	width: 50px;
}
#rightLinks li ul li .itemImage img {
	float: right; 
	padding: 0 0 5px 0;
	margin:0 0 0 0;
	display:inline;
}
#rightLinks li ul li .itemImageCaption {
	float: left; 
	padding: 0 0 0px 0;
	margin:0 0 0 0;
	display:inline;
	width: 70px;
}
#rightLinks li ul {
	margin: 5px 0;
	clear: left; 
}
#rightLinks li ul li {	
/*	list-style: none; */
	background: url(../images/bulletArrow.gif) left 4px no-repeat;
	padding: 0 0 0 12px;
	margin: 2px 0 0 0;
	min-height: 15px; 
}
#rightLinks li ul li a {
	text-decoration: underline;
	color: #000000;
	font-size: 9px;
}
#rightLinks li ul li a {
	margin: 0 0 5px 0;
}
#rightLinks .hr {
	clear: right;
	height: 10px;
	font-size: 0.1em;
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	height: 5px;
}

/********************************************************/

#mainBody #courseList, #mainBody #courseList ul {
	list-style:none;
}
#mainBody #courseList li {
	background: url(../images/bulletArrow.gif) left 5px no-repeat;
	padding-left: 12px;
}
#mainBody #courseList li li{
	list-style:none;
	background-image: none;
}
table {
	margin: 5px 0 0 0;
	width: 350px;
	border-collapse:collapse;	
}
table th {
	font-size: 1.1em;
	color: #dc2032;
}
table td {
	font-size:0.89em;
	color: #000000;
	vertical-align:top;
	padding: 0;
}
table td.eventDates {
	white-space: nowrap;
	width: 33%;
}

/* ******* IN ASSOCIATION LIST ******** */

#associations {	
	clear: left;
	float: left;
	background: url(../images/bgAssoc.gif) left top repeat-x; 
	padding-top: 1px;
	margin: 10px -10px 0 0;
	height: auto;
	width: 376px; 
}
#associations ul {
	list-style: none;
	float: left;
	margin: 0;
}
#associations ul li {
	background: url(../images/bgHrVertical.gif) top right repeat-y;	
	display: block;
	float: left;	
	width: 78px; 
	height: 58px;
	overflow: hidden;
	margin: 0;
	padding: 10px 11px 10px 10px;
}
	#associations ul li.first {
		padding-left: 0;
	}
	#associations ul li.last {
		padding-right: 0;
		background: none;
	}
#associations ul li a {
}
#associations ul li img {
	margin: 0;
}
#associations a {
	text-decoration: none;
}

/* ******* COURSE GUIDES PDF LINKS ******* */

#mainBody .downloadCourseGuides ul {	
	list-style: none;	
	float: left;
	margin: 5px 0 0 0;	
}
#mainBody .downloadCourseGuides ul li {
	float: left;
	width: 123px;
	padding: 0px 0px 0px 0px;	
	font-size: 0.9em;
	background-image:none;
	list-style: none;
}
#mainBody .downloadCourseGuides ul li img {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 0 5px 0;
}
#fullTimeCourseGuide {
	background:url(../images/courseGuideFullTime.jpg) no-repeat left top;
}
#partTimeCourseGuide {
	background:url(../images/courseGuidePartTime.jpg) no-repeat left top;
}
#degreeLevelCourseGuide {
	background:url(../images/courseGuideDegreeLevel.jpg) no-repeat left top;
}

/* ******* MAPS ******* */

a.enlargeMap {
	background: url(../images/enlargeMap.gif) left top no-repeat;
	padding: 20px 0 0px 40px;
	margin: 10px 0px 10px 5px;
	height: 40px;
}

/* ******* SITEMAP LINKS ******* */

ul.sitemap {
	list-style: none;	
	margin: 0 0 0 20px;
}
ul.sitemap li {
	background:url(../images/bulletArrow.gif) left 4px no-repeat;
	padding: 0 0 0 12px;
	margin: 2px 0px 0px 0px;
}
	ul.sitemap li ul {
		list-style: none;	
	}
		ul.sitemap li ul li {
			padding: 0 0 0 12px;
			margin: 2px 0px 0px 0px;
		}
		ul.sitemap li ul li ul li {
			padding: 0 0 0 24px;
			margin: 2px 0px 0px 0px;
		}
		
/* ***** SEARCH RESULTS ***** */

.searchFieldContainer {
	margin: 5px 0 0 0;
}
	.searchFieldContainer .searchLabel {
		width: 100px;
		float: left;
	}
	.searchFieldContainer input {
		width: 200px;
	}
	.searchFieldContainer select {
		width: 200px;
	}
	.searchFieldContainer .formButton {
		width: auto;
	}
table#dgPages {
	border-width: 0px;
	margin: 0 0 0 10px;
	gridlines:none;
}
table#dgPages tr {
	border: 0px;
}
table#dgPages tr td {
	border-bottom: 1px solid #dddddd;
}
table#dgPages tr td strong {
	font-weight: normal;
}

/* ******* PAGINATOR LINKS ******* */

#mainContent #mainBody ul.pagintorLinks {
	margin: 5px 0px;
	list-style:none;
}
	#mainContent #mainBody ul.pagintorLinks li {
		display: inline;
		margin: 0 10px 0 0;
		padding: 0;
		font-size: 0.9em;
		list-style:none;
		background-image:none;
		float: none;
		width: auto;
	}
		#mainContent #mainBody ul.pagintorLinks li a {
			color: #333333;
			text-decoration: none;
		}	
			#mainContent #mainBody ul.pagintorLinks li a.notInUse {
				color: #cccccc;
			}
.paginator-toFirst {
}
.paginator-toLast {
}
.paginator-back {
}
.paginator-next {
}
.notInUse {
}

/************* FORMS *************/

.selbyForm #mainContent { 
	margin: 0 0 0 156px;
} 
.selbyForm #footer {
	width: 522px;
}
.selbyForm h3 {
	color: #ee3024;
}
.selbyForm h4 {
	clear: both;
	padding-top: 0.5em;
	border-top: 1px solid #CCCCCC;
}
	.selbyForm h4.top {
		padding-top: 0;
		border-top: 0 none;
	}
	.selbyForm h4.noMargin {
		margin-bottom: 0 !important; 
	}
	.selbyForm h4 span {
		font-weight: normal;
		font-size: 0.9em;
	}
#formContainer {
	float: left;
	margin: 0;
	border: 0 none;
	text-align: left;
	width: 512px;
}
.bold {
	font-weight: bold;
}
.row {
	float: left;
	padding-bottom: 0.5em;
	width: 512px;
}
	.row h2 {
		padding-left: 1em;
		font-size: 1.2em;
	}
	.bottom_row {
		float: left;
		height: auto;
		padding: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}	
	.row .left {	
		float: left;
		width: 220px;
		color: black;
		margin-right: 12px;
		text-align: right;
	}
	.row .right {
		float: left;
		padding-top: 1pt;
		height: 100%;
	}
.navLinks {
	width: 512px;
	float: left;
	padding-top: 1em;
}
	.navLinks .left {
		float: left;
		padding-bottom: 1em;
	}
	.navLinks .right {
		float: right;
		padding-bottom: 1em;
	}
		.navLinks .left a {
			background: url(../images/arrowLeft.gif) no-repeat left 3px;
			padding-left: 12px;
		}
		.navLinks .right a {
			background: url(../images/arrowRight.gif) no-repeat right 3px;
			padding-right: 12px;
		}
label {
	display: block; 
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 0.5em; 
}
.fldNameReq {
	font-weight: bold;
}
.row input, 
.row textarea, 
.row select {
	border: 1px solid #cccccc;
}
.row textarea {
	width: 512px;
}
.row .radio {
	border: 1px solid #ffffff;
	width: 278px;
}
	.row .radio input {
		width: auto !important;
		border: none !important;
		margin: 0 2px;
	}
	.row .radio label {
		display: inline;
		padding-left: 5px;
	}
	.row .right input, 
	.row .right textarea, 
	.row .right select {
		width: 278px;
	}
.rowError input,
.rowError textarea,
.rowError .radio {
	border: 1px solid #ee2e24;
}
.rowError .fldNameReq {
	color: #ee2e24;
}
.itemHeadline {
}
div.itemImage {
/*	width:201px; */
	float:left;
}
div.itemImage img {
	margin:5px 5px 0 0;
}
.addAnother,
.addAnother:visited {
	background:url(../images/add_jobFormSec.gif) no-repeat 0 -1px #12175E;
	color:#fff !important;
	text-decoration:none;
	padding:0 4px 1px 21px;
	float:right;
	margin:0 0 10px 0;
}
.addAnother:hover {
	color:#ED3024 !important;
}
.divide {
	padding:15px 0 0 0;
	margin-top:10px;
	border-top:1px solid #ED3024;
}

/* ASPIRE */

body.aspire {
	background:#000;
	color:#fff;
}
body.aspire #mainWrap {
	width:608px;
	height:250px;
	margin:35px auto;
}
body.aspire #aspireTop {
	text-align:center;
	height:158px;
}
	body.aspire #aspireTop h1 {
		width:154px !important;
		height:50px !important;
		background:url(../images/aspireHeadline.gif) 0 0 no-repeat !important;
		display:block;
		text-indent:-9999px;
		margin:0 auto ;
		padding-bottom:10px;
	}
	body.aspire #aspireTop h2 {
		display:block;
		margin:0 auto;
		padding-bottom:35px;
		background:none;
		font-weight:normal;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color:#c6b174;
		font-size:15px;
	}
	body.aspire #aspireTop h3 {
		width:254px;
		height:19px;
		text-indent:-9999px;
		background:url(../images/aspireRRR.gif) 0 0 no-repeat;
		margin:0 auto;
	}
	body.aspire img {
		margin-bottom:27px;	
	}
	body.aspire #aspireBottom h4 {
		width:278px;
		height:18px;
		background:url(../images/aspireFourWords.gif) 0 0 no-repeat;
		margin:0 auto;
		text-indent:-9999px;
		padding:0 0 34px;
	}
	.aspireLeft {
		float:left;
		width:304px;
		height:100px;
		text-align:left;
		font-family:Tahoma, Geneva, sans-serif;
	}
		.aspireLeft h5 {
			color:#d7f134;
			font-size:15px;
			font-weight:normal;
		}
		.aspireLeft p {
			font-size:11px;	
			font-family:Tahoma, Geneva, sans-serif;
		}
	.aspireRight {
		float:left;
		width:304px;
		height:100px;
		text-align:right;
		color:#d7f134;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:15px;
	}
	.aspireRight span {
		color:#fff;			
	}
	.aspireRight a {
		color:#d7f134 !important;
		text-decoration:none !important;
	}
	p.smaller {
		font-size:10px;
		color:#fff;
		margin:14px 0 0 0;
	}




