﻿@charset "utf-8";
/* Developed by Nicole Lambon @ WebNow */
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F1F5F8;
	line-height: 1.5;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.5;
}

a:link, a:active, a:visited {
	font-weight: bold;
	color: #698BAE;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.leftShade {
	background-image: url('images/leftShade.gif');
	background-repeat: repeat-y;
	width: 24px;
}

.rightShade {
	background-image: url('images/rightShade.gif');
	background-repeat: repeat-y;
	width: 24px;
}

.menuBG {
	background-image: url('images/menuBG.gif');
	background-repeat: repeat-x;
}

.breadcrumb {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	height: 32px;
}

.breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.breadcrumb a:hover {
	color: #7D92AE;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.headShade {
	background-image: url('images/blueBG.gif');
	background-repeat: repeat-x;
	height: 32px;
}

.padding {
	padding: 6px;
}

.paddingSml {
	padding-right: 4px;
}

.paddingRight {
	padding-right: 20px;
}

.paddingSmall {
	padding: 2px;
}

.txtbox {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F1F5F8;
	border: transparent;
}

.txtboxSml {
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #698BAE;
}

.bannerOverlay {
	position: absolute;
	z-index: 1000;
	top: 0px;
	background-image: url(images/bannerOverlay.png);
	background-repeat: no-repeat;
	width: 814px;
	height: 200px;
}

.bannerCanvas {
	background-image: url(images/banner/banner_1.jpg);
	background-repeat: no-repeat;
	background-color: #7D92AE;
	height: 200px;
	width: 814px;
}

.sponsors {
	background-image: url(images/sponsors/banner_1.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 110px;
	width: 200px;
	vertical-align: middle;
	background-position: center center;
	text-align: center;
}

#flashcontent {
	float: left;
	z-index: 2000;
}

.whiteHead {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 6px;
}

ul {
	margin: 0px;
	padding-left: 20px;
}

li {
	margin-left: 2px;
	vertical-align: middle;
}

.blueBG {
    background-image: url('images/topGreyHead.gif');
    background-repeat: repeat-x;
}

.blueColour {
    background-color: #b4c4d6;
}

.lightBlue {
    background-color: #e1e6eb;
}

.sponsorsBG {
    background-color: #f7f7f7;
}

/* Main Grey Block */

.greyTop {
    background-image: url('images/topGreyHead.gif');
    background-repeat: repeat-x;
}

.greyBG {
    background-color: #F2F6F9;
}

.greyHead {
	font-weight: bold;
	color: #666666;
	font-size: 16px;
}

/* Flyouts */

.featuresDiv
{
	cursor:hand;
}

.dropDivRed
{
	position:relative;
	width:160px;
	height:137px;
	padding:10px;
	background-color: #000000;
	vertical-align:top;
}

.flyoutText
{
	width:170px;
	font-weight:bold;
	color: #FFFFFF;
}

/* Border Block */

.blockTop {
	background-image:url('images/topHead.gif');
	background-repeat: repeat-x;
}

.blockBot {
	background-image:url('images/bottomBorder.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
}

.blockLeft {
	 background-image: url('images/LeftBorder.gif');
	 background-repeat: repeat-y;
}

.blockRight {
	 background-image: url('images/rightBorder.gif');
	 background-repeat: repeat-y;
}

.blockBorderTop {
	background-image: url('images/topBorder.gif');
	background-repeat: repeat-x;
}

.blockHead {
	font-weight: bold;
	color: #666666;
	font-size: 14px;
}

/* Newsletter */

.newsTop {
    background-image: url(images/blockTop.gif);
    background-repeat: repeat-x;
}

.newsBot {
    background-image: url(images/blockBottom.gif);
    background-repeat: repeat-x;
}

.newsLeft {
    background-image: url(images/blockLeft.gif);
    background-repeat: repeat-y;
}

.newsRight {
    background-image: url(images/blockRight.gif);
    background-repeat: repeat-y;
}

/* SubPages */

.subTopBG {
    background-image: url(images/subTop.gif);
    background-repeat: repeat-x;
    height: 35px;
}

.subTopSmlBG {
    background-image: url(images/subTopSml.gif);
    background-repeat: repeat-x;
}

.subBotBG {
    background-image: url(images/subBot.gif);
    background-repeat: repeat-x;
	background-position: bottom center;
}

.subLeftBG {
    background-image: url(images/subLeft.gif);
    background-repeat: repeat-y;
}

.subRightBG {
    background-image: url(images/subRight.gif);
    background-repeat: repeat-y;
	background-position: right center;
}

.GreyBlueBG {
	background-color: #F0F2F5;
}

.subGreyBotBG {
    background-image: url(images/subGreyBot.gif);
    background-repeat: repeat-x;
	background-position: bottom center;
}

.subGreyLeftBG {
    background-image: url(images/subGreyLeft.gif);
    background-repeat: repeat-y;
}

.subGreyRightBG {
    background-image: url(images/subGreyRight.gif);
    background-repeat: repeat-y;
	background-position: right center;
}

.subTopGretBG {
    background-image: url(images/subTopGrey.gif);
    background-repeat: repeat-x;
}

.WhiteBG {
	background-color: #FFFFFF;
}

.subTopHead {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
    height: 35px;
}

.subTopHeadSml {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
}

.subGreyHead {
	font-weight: bold;
	color: #808B99;
	font-size: 14px;
	height: 30px;
	padding-left: 13px;
	text-transform: uppercase;
}

.GreyBorder {
	border-left: 3px solid #E1E6EB;
	border-right: 3px solid #E1E6EB;
}

.menuSubBG {
	background-image: url('images/subMenuBG.gif');
	background-repeat: repeat-x;
}

/* News */

.news ul {
	margin: 0px;
	padding-left: 20px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.news li {
    margin: 0px;
    padding: 0px;
	vertical-align: middle;
	list-style-image: url(images/bullet.gif);
}

/* Footer */

.footerBG {
	background-image: url('images/footerBG.gif');
	background-repeat: repeat-x;
	height: 94px;
	background-color: #e4e7ec;
}

.footer {
	font-size: 10px;
	text-align: center;
	width: 80%;
}

/* Main Menu */

.nav {
    margin: 0;
    padding: 0;
	background-image: url('images/menuBG.gif');
	background-repeat: repeat-x;
    list-style-type: none;
    width: 814px;
    float: left; /* Contain floated list items */
}
.nav ul{
    list-style: none;
}
.nav li {
    margin: 0;
    padding: 0;
    float: left;
}
.nav a {
    float: left;
    line-height: 2.5;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 34px;
    border-right: 2px solid #000000;
}
.nav .nav_his a {
    border: none;
}

.nav a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	background-image: url('images/menu_over.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	vertical-align: middle;
	height: 34px;
    line-height: 2.5;
}

.body_hom .nav_hom a, .body_med .nav_med a,
.body_gal .nav_gal a, .body_blo .nav_blo a,
.body_spo .nav_spo a, .body_sho .nav_sho a,
.body_his .nav_his a, .body_eve .nav_eve a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	background-image: url('images/menu_over.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	vertical-align: middle;
	height: 34px;
    line-height: 2.5;
}

/* Features Menu */

.menu {
    margin: 0;
    padding: 0;
	background-image: url('images/blueSubBG.gif');
	background-repeat: repeat-x;
    list-style-type: none;
    width: 268px;
    float: left; /* Contain floated list items */
    line-height: 1.5;
	vertical-align: middle;
}

.menu li {
    margin: 0;
    padding: 0;
    float: left;
	vertical-align: middle;
}

.menu a:link, .menu a:active, .menu a:visited {
    float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 87px;
	height: 34px;
    border-right: 2px solid #666666;
    text-transform: uppercase;
    font-size: 10px;
}

.menu .menu_lat a {
    line-height: 3;
}

.menu .menu_nat a {
    border: none;
}

.menu .menu_nat a:link,.menu .menu_nat a:active, .menu .menu_nat a:visited, .menu .menu_nat a:hover {
    border: none;
}

.menu a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-image: url('images/menu_over.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	vertical-align: middle;
	height: 34px;
    text-transform: uppercase;
    font-size: 10px;
}

/* Sub Menu */

.AspNet-Menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	float: left; /* Contain floated list items */
	white-space: nowrap;
}

.AspNet-Menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	height: 30px;
	float: left; /* Contain floated list items */
}

.AspNet-Menu li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
}

.AspNet-Menu a {
	display: inline; /* to increase clickable area as a’s default to inline */
	font-weight: bold;
	color: #698BAE;
	text-decoration: none;
	padding-left: 30px;
	line-height: 2.5;
	background-image: url('images/subMenu_off.png');
	background-repeat: no-repeat;
	background-position: 1px center;
}

.AspNet-Menu a:hover {
	font-weight: bold;
	color: #333333;
	background-image: url('images/subMenu_on.png');
	background-repeat: no-repeat;
	background-position: 1px center;
}

ul.AspNet-Menu li a, ul.AspNet-Menu li span {
    height: 30px !important;
}

/* SubSub Menu */

.subSub {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	float: left; /* Contain floated list items */
}

.subSub li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
}

.subSub a {
	display: block; /* to increase clickable area as a’s default to inline */
	font-weight: bold;
	color: #66768C;
	text-decoration: none;
	padding: 0 10px;
	line-height: 2;
}

.subSub a:hover {
	font-weight: bold;
	color: #C4151C;
}

.body_eve .subSub_eve a,
.body_map .subSub_map a, .body_jou .subSub_jou a,
.body_his .subSub_his a, .body_ref .subSub_ref a,
.body_con .subSub_con a {
	color: #C4151C;
	font-weight: bold;
}