/* CSS Document */

/* GLOBAL STYLES */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #8d8d8d;
}
a {
	color: #252c89;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* END OF GLOBAL STYLES */

#wrapper {
	width: 900px;
	/*background: #ffffff;*/
	margin: 20px auto 20px auto;
}
#nav {
	background: url(../images/css/nav.gif) no-repeat top left;
	padding: 5px;
	float: left;
}
#nav ul {
	list-style: none;
	float: left;
	width: 890px;
	background: #484a66 url(../images/css/nav_ul.gif) no-repeat top left;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	padding: 10px 15px 23px 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
}
#nav li#homeButton a {
	background: #3e4170 url(../images/css/home.gif) top left no-repeat;
}
#nav li#facilitiesButton a {
	background: #77555b url(../images/css/facilities.gif) no-repeat;
}
#nav li#localButton a {
	background: #7eba66 url(../images/css/local.gif) no-repeat;
}
#nav li#visitorButton a {
	background: #3a6289 url(../images/css/visitor.gif) no-repeat;
}
#nav li#cateringButton a {
	background: #d86bef url(../images/css/catering.gif) no-repeat;
}
#nav li#pressButton a {
	background: #afa1a1 url(../images/css/press.gif) no-repeat;
}
#nav li#contactButton a {
	background: #aeaeb4 url(../images/css/contact.gif) no-repeat;
	margin-right: 1px;
}
#nav .line {
	background: url(../images/css/contact_line.gif) top right no-repeat;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav li#homeButton a:hover {
	background: #3a6289 url(../images/css/home-hover.gif) no-repeat;
}
#nav li#facilitiesButton a:hover {
	background: #3a6289 url(../images/css/facilities-hover.gif) no-repeat;
}
#nav li#localButton a:hover {
	background: #3a6289 url(../images/css/local-hover.gif) no-repeat;
}
#nav li#visitorButton a:hover {
	background: #3a6289 url(../images/css/visitor-hover.gif) no-repeat;
}
#nav li#cateringButton a:hover {
	background: #3a6289 url(../images/css/catering-hover.gif) no-repeat;
}
#nav li#pressButton a:hover {
	background: #3a6289 url(../images/css/press-hover.gif) no-repeat;
}
#nav li#contactButton a:hover {
	background: #3a6289 url(../images/css/contact-hover.gif) no-repeat;
}
#nav li#localButton a.menuButtonActive,
#nav li#localButton a.menuButtonActive:hover {
	text-decoration: underline;
	background: #3a6289 url(../images/css/local-hover.gif) no-repeat;
}
#nav li#visitorButton a.menuButtonActive,
#nav li#visitorButton a.menuButtonActive:hover {
	text-decoration: underline;
	background: #3a6289 url(../images/css/visitor-hover.gif) no-repeat;
}
#nav li#cateringButton a.menuButtonActive,
#nav li#cateringButton a.menuButtonActive:hover {
	text-decoration: underline;
	background: #3a6289 url(../images/css/catering-hover.gif) no-repeat;
}

ul.menuBar a.menuButton {
	z-index: 100;
}

.menu {
  background-color: #000000;
  left: 0px;
  position: absolute;
  visibility: hidden;
  z-index: 101;
  display: none;
}
.menu ul {
	list-style: none;
}
.menu a.menuItem {
	display: block;
	color: #ffffff;
	padding: 5px 15px 5px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	clear: both;
	white-space: nowrap;
}

#menuLocal {
  border-left: 1px solid #bfddb4;
}
#menuLocal li {
  border-top: 1px solid #bfddb4;
}
#menuLocal a.menuItem {
	background-color: #7fbb68;
	border-left: 10px solid #a6d096;
}
#menuLocal a.menuItem:hover {
	background-color: #40892b;
	border-left: 10px solid #65a352;
}

#menuVisitor {
  border-left: 1px solid #aedcf2;
}
#menuVisitor li {
  border-top: 1px solid #aedcf2;
}
#menuVisitor a.menuItem {
	background-color: #5cb9e5;
	border-left: 10px solid #8dceed;
}
#menuVisitor a.menuItem:hover {
	background-color: #2286ce;
	border-left: 10px solid #48a1d9;
}

#menuCatering {
  border-left: 1px solid #ecb5f7;
}
#menuCatering li {
  border-top: 1px solid #ecb5f7;
}
#menuCatering a.menuItem {
	background-color: #d86bef;
	border-left: 10px solid #e498f4;
}
#menuCatering a.menuItem:hover {
	background-color: #b72de0;
	border-left: 10px solid #c853e8;
}









#header {
	background-color: #ffffff;
	float: left;
	clear: both;
}
#header img {
	padding: 0 5px 2px 5px;
}
#strip {
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background: #ffffff url(../images/css/strip.gif) top left;
	clear: both;
	float: left;
	width: 870px;
	padding: 2px 10px;
}
#strip h2 {
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.2em;
}
#mainWrapper {
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #d3d3d5;
	clear: both;
	float: left;
	width: 870px;
	padding: 10px;
}
#main {
	float: left;
	width: 636px;
}
#breadcrumbs {
	padding: 3px 20px 5px 45px;
}
#content #breadcrumbs p {
	text-align: right;
	color: #b2b2b2;
	font-size: 1em;
	margin: 0;
}
#breadcrumbs a {
	color: #b2b2b2;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#facilitiesPage #breadcrumbs {
	background: url(../images/css/facilities_breadcrumbs.gif) top left no-repeat;
}
#localPage #breadcrumbs {
	background: url(../images/css/local_breadcrumbs.gif) top left no-repeat;
}
#visitorPage #breadcrumbs {
	background: url(../images/css/visitor_breadcrumbs.gif) top left no-repeat;
}
#cateringPage #breadcrumbs {
	background: url(../images/css/catering_breadcrumbs.gif) top left no-repeat;
}
#pressPage #breadcrumbs {
	background: url(../images/css/press_breadcrumbs.gif) top left no-repeat;
}
#contactPage #breadcrumbs {
	background: url(../images/css/contact_breadcrumbs.gif) top left no-repeat;
}
#calendarPage #breadcrumbs {
	background: url(../images/css/calendar_breadcrumbs.gif) top left no-repeat;
}
#qlinks {
	width: 623px;
	float: left;
	min-height: 20px;
}
#homePage #qlinks {
	display: none;
}
#facilitiesPage #qlinks {
	background: url(../images/css/facilities_qlinks.gif) bottom left no-repeat;
}
#localPage #qlinks {
	background: url(../images/css/local_qlinks.gif) bottom left no-repeat;
}
#visitorPage #qlinks {
	background: url(../images/css/visitor_qlinks.gif) bottom left no-repeat;
}
#cateringPage #qlinks {
	background: url(../images/css/catering_qlinks.gif) bottom left no-repeat;
}
#pressPage #qlinks {
	background: url(../images/css/press_qlinks.gif) bottom left no-repeat;
}
#contactPage #qlinks {
	background: url(../images/css/contact_qlinks.gif) bottom left no-repeat;
}
#calendarPage #qlinks {
	background: url(../images/css/calendar_qlinks.gif) bottom left no-repeat;
}
#content {
	width: 623px;
	float: left;
	min-height: 450px;
}
#homePage #content {
	width: 377px;
	background: #ffffff url(../images/css/home_content.gif) bottom left no-repeat;
	float: left;
}
#facilitiesPage #content {
		background: #ffffff url(../images/css/facilities_content.gif) top left repeat-y;
}
#localPage #content {
		background: #ffffff url(../images/css/local_content.gif) top left repeat-y;
}
#visitorPage #content {
		background: #ffffff url(../images/css/visitor_content.gif) top left repeat-y;
}
#cateringPage #content {
		background: #ffffff url(../images/css/catering_content.gif) top left repeat-y;
}
#pressPage #content {
		background: #ffffff url(../images/css/press_content.gif) top left repeat-y;
}
#contactPage #content {
		background: #ffffff url(../images/css/contact_content.gif) top left repeat-y;
}
#calendarPage #content {
		background: #ffffff url(../images/css/calendar_content.gif) top left repeat-y;
}
/*#content h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #252c89;
	text-transform: uppercase;
	margin-bottom: 1em;
}*/
#content h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #252c89;
	margin: 0 20px 1.5em 45px;
}
#homePage #content h1 {
	margin: 0 0 1em 0;
	padding: 15px 20px 0 20px;
	text-transform: uppercase;
	background: url(../images/css/home_h1.gif) top left no-repeat;
}
#homePage #content h2 {
	margin-left: 20px;
}
#homePage #content p {
	margin-left: 20px;
}
#homePage #content ul {
	margin-left: 20px;
}
#content h2 {
	font-size: 1.2em;
	margin: 0 20px 1em 45px;
}
#content p+h2 {
	margin-top: 2.5em;
}
#content h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 2.5em 20px 0.2em 45px;
}
#content p {
	font-size: 1.1em;
	margin: 0 20px 1em 45px;
	line-height: 1.5em;
}
#content ul {
	list-style: none;
	margin: 0 20px 2em 45px;
}
#content li {
	font-size: 1.1em;
	margin-bottom: 0.8em;
	background: url(../images/css/bullet.gif) no-repeat 0 3px;
	padding-left: 15px;
}
#content dl {
	margin: 0 20px 2.5em 45px;
}
#content dt {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.2em;
}
#content dd {
	font-size: 1.1em;
	margin-bottom: 0.7em;
}
#content address {
	font-size: 1.1em;
	margin: 0 20px 1.5em 45px;
}
#content img {
	float: right;
	margin-left: 10px;
	border: none;
}
.border {
	border: 1px solid #484a66;
}
#content form {
	margin: 0 20px 2em 40px;
	background-color: #eeeeef;
	padding: 10px;
}
#content form .label {
	width: 90px;
	vertical-align: top;
	float: left;
	border-bottom: 1px solid #cccccc;
	margin-right: 10px;
}
#content form .field {
	width: 300px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
#content form p {
	margin-left: 10px;
	margin-right: 10px;
}
#content form input {
	margin-right: 5px;
}

#calendar {
	display: none;
}
#homePage #calendar {
	width: 234px;
	background: #ffffff url(../images/css/content_top.gif) no-repeat top left;
	float: left;
	margin-right: 12px;
	display: block;
}
#calendar table {
	width: 234px;
	border: 1px solid #ffffff;
	border-collapse: collapse;
	margin: 5px 0 15px 0;
}
#calendar td {
	font-size: 1em;
	font-weight: bold;
	padding: 8px 5px;
	border-right: 1px solid #d9d9d9;
}
#calendar td a {
	color: #000000;
}
#calendar .alternate td {
	background-color: #ecedef;
	border-right: 1px solid #c9cacb;
}
#calendar td + td, #calendar .alternate td + td {
	border-right: none;
}
#calendar .event {
	width: 60%;
}
#calendar .date {
	width: 40%;
}
#calendar p {
	text-align: right;
	background: #9192a3 url(../images/css/calendar_foot.gif) no-repeat bottom left;
	padding: 3px 10px;
}
#calendar p a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}

#sidebar {
	float: left;
	width: 234px;
}
.banner {
	float: right;
	width: 234px;
	background: #ffffff url(../images/css/banner.gif) no-repeat bottom left;
	margin-bottom: 17px;
}
.banner h2, #calendar h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff;
	padding: 5px 10px;
}
.banner p {
	float: left;
	width: 80px;
	padding: 5px 4px 5px 10px;
}
.banner img {
	float: right;
	border: none;
}
.upcoming p {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 8px;
}
.upcoming p a {
	color: #000000;
}
.upcoming img {
	margin-bottom: 5px;
}
#panthers p {
	width: 120px;
}
#panthers img {
	margin: 5px 5px 5px 0;
}
#find h2 {
	background: #5ab8e5 url(../images/css/find_h2.gif) no-repeat top left;
}
.upcoming h2 {
	background: #836ec7 url(../images/css/upcoming_h2.gif) no-repeat top left;
}
#exec h2 {
	background: #ec8a65 url(../images/css/exec_h2.gif) no-repeat top left;
}
#panthers h2 {
	background: #606060 url(../images/css/panthers_h2.gif) no-repeat top left;
}
#calendar h2 {
	background: #656aac url(../images/css/calendar_h2.gif) no-repeat top left;
}
#footer {
	clear: both;
	background: url(../images/css/footer.gif) bottom left no-repeat;
	min-height: 33px;
}
#footer ul {
	list-style: none;
	float: left;
	width: 890px;
	margin: 2px 5px;
	border-top: 2px solid #b2b3bf;
	padding-top: 4px;
}
#footer li {
	float: left;
	color: #ffffff;
}
#footer .copyright {
	float: right;
	margin-right: 10px;
}
#footer li a {
	margin: 0 10px;
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
#ticker {
	float: right;
	color: #ffffff;
	font-size: 1.1em;
}
#ticker a {
	color: #ffffff;
}
#ticker a:hover {
	text-decoration: underline;
}

.eventList {
	margin: -15px 20px 1.5em 45px;
	border-collapse: collapse;
	width: 550px;
}
.eventList td {
	border-bottom: 1px solid #cccccc;
	font-size: 1.1em;
	padding: 3px 10px 3px 0;
}
.eventList td a {
	font-weight: bold;
}
#content td img {
	float: none;
	margin-left: 0;
}
.eventList th {
	text-align: left;
	padding: 15px 0 3px 0;
	border-bottom: 1px solid #333333;
}
#eventDetail {
	margin-top: 20px;
	margin-right: 20px;
}
.calLogo {
	width: 15%;
}
.calEvent {
	width: 45%;
}
.calDate {
	width: 20%;
}
.calType {
	width: 10%;
}
.calDetail {
	width: 10%;
}
.viewLink {
	text-align: right;
	font-weight: bold;
	padding-left: 10px;
	background: url(../images/css/arrow.gif) no-repeat center left;
}
.linkCell {
	text-align: right;
}
#content .typeCell {
	text-align: center;
	color: #484a66;
	font-size: 1em;
}
.organiser {
	clear: both;
	margin-top: 3em;
	margin-bottom: 3.5em;
}
#content .organiser p {
	clear: left;
}
#content .organiser .item {
	float: left;
	width: 60px;
}
#eventDetail h2 {
	margin-bottom: 0.2em;
}
#eventDetail h2+p {
	font-style: italic;
	color: #484a66;
}
#eventDetail .viewLink {
	font-size: 1.3em;
	color: #7c80b8;
}
iframe {
	margin-top: 2.5em;
}