/* CSS Document */

/* Structure Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body {
    height: 100%;
}
td {font: 95% "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font: 0.8em/2em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #134068;
	text-align: left;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
h1,h2,h3,h4 {
	padding:0px;
	margin:0px;
	color: #FF303E;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
}
h1 {font-size: 130%;}
h2 {font-size: 120%;}
h3 {font-size: 110%;}
h4 {font-size: 100%;}

td h4 {padding:0px; margin:0px;}

/* Layout Wrappers - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topsection {
	height:140px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 40px 40px;
	background-color: #2A427D;
}
#topsection h1, #mainadvert h2, #secondadvert h2 { text-indent:-2000px;}
#topnav {
	height:60px;
}
#content {
	margin-left: 0px;
	background-color: #251F47;
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: 240px 40px;
	color: #FFFFFF;
	min-height: 400px;
}

#footer {
	height:60px;
	background-color: #251F47;
	font-size: 90%;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #332B63;
	line-height: 1.5em;
	padding-top: 20px;
	padding-right: 40px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}


/* Various Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.clear {clear:both;}
.hr {
	border-top:1px solid #B9CEE1;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.left {float:left;}
.right {float:right;}
.bordertop {border-top:1px solid #FF6600}


/* Custom Text Styles  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - */

.red {
 color:#FF303E;
}
.serif-red {
	color:#FF303E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.serif-white {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 18px;
	}
.medium-red {
	color:#FF303E;
	font-size:14px
	}
.medium-white {
	color:#FFFFFF;
	font-size:16px}
.large-red {
	color:#FF303E;
	font-size:16px
	}
.large-white {
	color:#FFFFFF;
	font-size:18px	}
/* TOP NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topnav {
	list-style: none;
	background-color: #2A427D;
	padding-left: 240px;
	height: 50px;
}
#topnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
}
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topnav li a#last{
	background-image: none;
}
#topnav  li a {
	font: normal 11px/50px Arial, Helvetica, "Lucida Grande";
	color: #003366;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	margin: 0px;
	height: 50px;
	float: left;
	padding: 0px 10px;
	background-image: url(../images/navfade.gif);
	background-repeat: repeat;
	background-position: right center;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#topnav li a:hover {
	color: #990000;
	border-top-color: #66CCFF;
}
#topnav li.selected a, #nav li.selected a:hover  {
	background-color: #251F47;
	background-image:none;
	color:#FFFFFF;
	border-right-color: #251F47;
}

/* SUB NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#subnav {
	margin: 20px 0px 0px;
	padding:0px;
	width: 200px;
}	
#subnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#subnav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subnav li a {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 15px;
	font: normal 10px/20px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	background-position: 1px center;
	border-bottom: 1px solid #2A427D;
	background-image: url(../images/arrow-blue.gif);
	background-repeat: no-repeat;
}
#subnav li a:hover {
	color:#0099CC;
	font-weight: normal;
}
/* Advert / Promo  - - - - - - - - */

.adverts{
	display:block;
	height: 370px;
	overflow: hidden;
	width: 230px;
	position: relative;
}

.advert{position:absolute; top:0; left:0}

.advert180{
	border:1px solid #CCCCCC;
height:80px;
padding:1px;
width:200px;
}
.advert-text180{
	padding:3px;
	width: 180px;
	margin-left: 20px;
	height: 200px;
	overflow: hidden;
	font-size: 90%;
}
.advertheader{
	margin-left: 20px;
	font-size:x-small;
	color:#999999;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* CSS Properties */

table.properties .schedule {
	padding:10;
	text-align: center;
	background-image: url(../images/PDF-icon.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 80px;
}
table.properties .schedule a {
	display:block;
	width:100%;
	text-align: center;
	padding-top: 45px;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
}
table.properties .details {padding:10px;}
table.properties {
	width:100%;
	border: 1px solid #332B63;
	border-collapse:collapse;
}
table.properties td {border: 1px solid #332B63;}
table.properties td.pic {
	width:20px;
	display: table-cell;
}
table.properties td.schedule {}
table.properties td.details {}
