@charset "utf-8";
body {
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url("/assets/art/bck_tile.png");
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.page #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* ------------------------------TEXT------------------------------------- */
#footer p {
	font-family: "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
#head1 {
	position:absolute;
	left:23px;
	top:235px;
	width:934px;
	height:40px;
	z-index:5;
	background-color: #CCC;
}

#headContact {
	left:23px;
	top:30px;
	width:630px;
	height:40px;
	z-index:5;
	background-color: #CCC;
}

#head1 h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #7B191D;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#headContact h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #7B191D;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.navlist {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.navlist h3 {
	font-size: 17px;
	color: #7B191D;
	margin: 0;
	padding: 0;
}
.navlist hr {
	border: 0;
	height: 1px;
	color: #CCC;
	background-color: #CCC;
}
.navlist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navlist li {
	padding-left: 10px;
	padding-top: 5px;
	font-size: 100%;
}
.navlist ul a {
	display: block;
	width: 175px;
	height: 20px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	text-indent: 5px;
}
.bodytxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
.bodytxt hr {
	border: 0;
	height: 1px;
	color: #CCC;
	background-color: #CCC;
}
.bodytxt h2 {
	font-size: 20px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	color: #333;
}
.bodytxt h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	color: #73171B;
	font-weight: normal;
	margin: 0px;
	padding-right: 8px;
}
.bodytxt p {
	font-size: 14px;
	color: #333;
	line-height: 22px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.bodytxt h1 {
	background-color: #CCC;
	font-size: 22px;
	line-height: 26px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	display: block;
	font-weight: normal;
	margin: 0px;
}

.show {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 685px;
	clear: left;
}
.show img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.show #title {
	padding-left: 35px;
	font-weight: bold;
	color: #333;
}
.show hr {
	border: 0;
	height: 1px;
	color: #999;
}


/* ---------------------------------------LINKS------------------------------------------- */
.navlist ul a:hover {
	background-color: #CCC;
}
.back {
	float: right;
	text-decoration: none;
}

.bodytxt a:link, .bodytxt a:visited {
	color: #069;
}
.bodytxt a:hover, .bodytxt a:active {
	color:#7B191D;
}


/* --------------------------------------TABLES-----------------------------------------------*/
#grad1
{
	line-height: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 575px;
	text-align: left;
	border-collapse: collapse;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#grad1 th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	color: #7B191D;
	text-align: left;
	background-color: #CCC;
	background-image: url("/assets/imgs/whatson/gradhead.png");
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #fff;
}
#grad1 td
{
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #666;
	border-top: 1px solid #fff;
	background-color: #CCC;
	background-image: url("/assets/imgs/whatson/gradback.png");
	background-repeat: repeat-x;
}
#grad1 tfoot tr td
{
	font-size: 12px;
	color: #069;
	background-color: #CCC;
}
#grad1 tbody tr:hover td
{
	color: #666;
	background-color: #CCC;
	background-image: url("/assets/imgs/whatson/gradhover.png");
	background-repeat: repeat-x;
}

#tiles {
	margin-bottom: 10px;
}

#whatson01
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 665px;
	text-align: left;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
#whatson01 th
{
	background-color: #CCC;
	color: #7B191D;
	text-align: left;
}
#whatson01 td
{
	border-bottom: 1px solid #fff;
	color: #333;
	border-top: 1px solid #fff;
	background-color: #FFF;
}
#whatson01 tfoot tr td
{
	font-size: 12px;
	color: #069;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	margin: 0px;
	padding: 0px;
}
.whatsonimg {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidenav03 {
	position:absolute;
	left:33px;
	top:297px;
	width:200px;
	z-index:5;
}
#bodytxt03 {
	position:absolute;
	left:261px;
	top:297px;
	width:688px;
	z-index:5;
	height: 2431px;
}
#sidenav01 {
	position:absolute;
	left:33px;
	top:297px;
	width:283px;
	z-index:5;
}
