@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #666666;
	margin:0;
	padding:0;
	text-align:center;
	behavior: url(css/csshover.htc);
}

a:link {
	text-decoration:underline;
	color:#7f7f7f;
}

a:visited {
	text-decoration:underline;
	color:#7f7f7f;
}

a:hover {
	text-decoration:underline;
	color:#708113;
}

#container {
	width:799px;
	padding:242px 0 30px 0;
	background: url(../images/header.jpg) no-repeat;
	text-align:left;
	margin:auto;
}

div#listmenu {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	border-top:1px solid #d7dde1;	/* draws line on top edge of div */
	border-bottom:1px solid #d7dde1;	 /* draws line on bottom edge of div */
	border-left:1px solid #d7dde1;
	font-size:10px;	/* SET FONT-SIZE HERE */
	background-color:#ffffff; /* colors the div */
	padding:0;
	margin:0;
	}
div#listmenu ul {
	margin:0 0 0 0;/* indents ul from edge of container */
	padding:0 0 0 0;
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background:url(../images/menu-up.gif) repeat;
	border-right:1px solid #d1d1d1; /* creates dividing lines between the li elements */
	border-left:1px solid #ffffff;
	text-align:center;
	margin:0;
	padding:0;
	}
div#listmenu li:first-child {
	border-left:1px solid #d7dde1; /*the first vertical line on the menu */
	}
div#listmenu li:hover {
	background:url(../images/menu-down.gif) repeat;
	}
div#listmenu a {
	display:block;
	padding:6px 17px 6px 17px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#708113;	/* sets the type color */
	}

div#listmenu li#end {
	padding-right:3px;
}
	
div#listmenu a:hover {
	color:#ba2932;
	}
	
/* the drop-down starts here */
div#listmenu ul li ul {
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:189px; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	border-bottom:1px solid #d7dde1;
	left:-1px; /*aligns the drop exactly under the menu */
	z-index:100;
	}
div#listmenu ul li ul li {
	width:189px; /* makes the list items fill the list container (ul) */
	border-left:1px solid #d7dde1; /*  three sides of each drop-down item */
	border-right:1px solid #d7dde1;
	background:url(../images/transbg.png) repeat;
	text-align:left;
	}
div#listmenu ul li ul li:hover {
	background:url(../images/transbg.png) repeat;
	}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #d7dde1; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */
	
#content {
	float:left;
	width:542px;
	padding:32px 20px 30px 0;
}
#content object{
  z-index: 0;
}
#content h1 {
	font-size:15px;
	margin:0;
	color:#708113;
}

#content img {
	float:left;
	padding:0 10px 10px 0;
}

/*#content p {
	padding:5px 0 5px 0;
}*/

#side_bar {
	float:left;
	width:237px;
	padding:20px 0 0 0;
}

#whatson {
	width:235;
	border:solid 1px #cdcdcd;
	background-color:#fbfbfb;
}

#whatson_header {
	width:235px;
	height:25px;
	background:url(../images/whats-on-bg.gif) repeat-x;
	border-bottom:solid 1px #cdcdcd;
}

#whatson_header h2 {
	color:#7f7f7f;
	font-size:15px;
	margin:8px 0 0 18px;
}

#whatson_inner {
	width:195px;
	padding:20px;
}

#whatson_inner h3 {
	color:#ba2932;
	margin-bottom:0px;
	font-size:12px;
}

#whatson_inner h4 {
	color:#708113;
	margin-top:0px;
	font-size:11px;
}

#whatson_inner h3 a:link {
	color:#ba2932;
	margin-top:0px;
	font-size:11px;
	text-decoration:underline;
}

#whatson_inner h3 a:visited {
	color:#ba2932;
	margin-top:0px;
	font-size:11px;
	text-decoration:underline;
}

#footer {
	width:800px;
	clear:both;
	text-align:right;
	font-size:10px;
	padding-top:30px;
}

#quicklinks {
	width:197px;
	padding:30px 20px 20px 20px;
}

#quicklinks h3 {
	color:#ba2932;
	margin:0 0 10px 0;
	font-size:12px;
}

#quicklinks p {
	margin:5px 0 10px 0;
}

#quicklinks a:link {
	text-decoration:none;
}

#quicklinks a:visited {
	text-decoration:none;
}

#blank {
	height:20px;
}