html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background:#fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
p {
	font-size: 70%; 
	/* line-height: 140%; */ /* Opens up the spacing (leading) between lines of text. */
	margin:5px;
}
a:link, a:hover, a:focus, a:visited {
	color: #0000ff;
	text-decoration: none;
	font-weight:normal;
}
a:hover {
	text-decoration: underline;
}

h1{
	font-size:130%;
	line-height:160%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top:10px;
	margin-bottom:5px;
	border-bottom:0px solid #cccccc;
}
h2 {
    font-size:120%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-top:15px;
	margin-bottom:5px;
	border-bottom:1px solid #cccccc;
		border-top:1px solid #cccccc;
}

h3 {
	font-size:90%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-top:10px;
	margin-bottom:10px;
	}
h4, h5 {
    font-size:85%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-top:10px;
	margin-bottom:10px;
}
h6 {
    font-size:65%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-top:5px;
	margin-bottom:5px;
}
td {
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:80%;
margin:0px;
}

hr {
border: none 0;
border-top: 1px solid #ccc;/*the border*/
width: 99%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

/* wrapper styles */
#wrapper {
	width: 980px;
	background:#FFFFFF;
	text-align: left;
	margin:0px auto 0 auto;
}

/* header styles */
#headerhd {
	background: transparent;
	color:#000;
	background-color:#fff;
	border-bottom:1px solid #CCCCCC;
	/* height:20px; */
	padding:0px;
	margin-bottom:0px;
}


#headerhd a{
font-size:100%;
color:#0000ff;
background-color:transparent;
text-decoration:none;
padding: 0px 0px 0px 5px;
border-bottom:0px solid #EEEEEE;
font-weight: normal;
}
#headerhd a:hover, a:focus, a:visited {
font-size:100%;
text-decoration:underline;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
color:#0000ff;
font-weight: normal;
}



#header {
	background: #ffffff no-repeat scroll top left;
	border-bottom:0px solid #CCCCCC;
	height:243px;
	padding:0px;
	margin-bottom:0px;
}
#header p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#F9C535;
	font-size:0.8em;
	margin-right:10px;
	margin-top:5px;
}

#header a{
	color:#F9C535;
	font-weight: normal;
	background-color:transparent;
	text-decoration:inherit;
	padding: 0px 0px 0px 0px;
	border-bottom:0px solid #EEEEEE;
}
#header a:hover, a:focus {
	background-color:transparent;
	text-decoration:underline;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	color:#F9C535;
}

#search {
	width:180px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:100%;
	margin:0px;
	padding:4px;
}
#search .smallsearch {
	color: #333333; 
	font-size: 80%;  
	margin-top:5px;
}

/*globalnav*/

#menu_1 {
	position:relative;
	float:left;
	width:730px;
	padding:0 0 .1em 0;
	margin:0;
	list-style:none;
	line-height:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:normal;
	background: #fff;
	border-top:0px solid #FFFFFF;
	border-bottom:0px solid #dddddd;
}

#menu_1 img {
	vertical-align: middle;
	border: none;
}

#menu_1 LI {
	float:left;
	margin:0;
	padding:0;
}

#menu_1 A {
	display:block;
	color:#4e709c;
	text-decoration:none;
	font-weight:normal;
	background:transparent;
	margin:0;
	padding:0.25em 0.75em;
	border-left:0px solid #dddddd;
	border-top:0px solid #dddddd;
	border-right:0px solid #dddddd;
}

#menu_1 A:hover {
	color:#E79D00;
	background:#fff;
}
#menu_1 A:active,
#menu_1 A.here:link,
#menu_1 A.here:visited {
	color:#E79D00;
	background:#fff;
}

#menu_1 A.here:link,
#menu_1 A.here:visited {
	position:relative;
	z-index:102;
}

#menu_1.cymenu A
{
	padding:0.25em 0.6em;
}

/*subnav*/

#menu_1 UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	width:90%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:0px solid #fff;
}

#menu_1 UL LI {
	float:left;
	display:block;
	margin-top:0px;
}

#menu_1 UL A {
	background:transparent;
	color:#4e709c;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0;
}

#menu_1 UL A:hover {
color:#FFF;
	background:#4e709c;
}
#menu_1 UL A:active,
#menu_1 UL A.here:link,
#menu_1 UL A.here:visited {
color:#FFFFFF;
	background:#4e709c;
}

#centretop {
	position:relative;
	padding-top:10px;
	margin-top:0px;
	margin-left:0px;
	width:980px;
	background: #fff;
}
#centretop p {
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-size:1.2em;
	line-height:1.6em;
	padding-top:0px;
	padding-left:10px;
}
#centretop h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.0em;
	padding-bottom:5px;
	padding-top:0px;
	padding-left:10px;
}

#centretop .specialp {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	padding-left:15px;
}
#centretop .titlelink {
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	color:#000;
	font-size:60px;
	line-height:70px;
	padding-top:25px;
	margin-right:40px;
	text-decoration:none;
	text-align:right;
}

#centretop a{
font-size:100%;
color:#000;
background-color:transparent;
text-decoration:none;
padding: 0px 0px 0px 5px;
border-bottom:0px solid #EEEEEE;
}
#centretop a:hover, a:focus {
font-size:100%;
text-decoration:underline;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
color:#000;
}

#centretop UL {
	position:relative;
	left:0;
	top:0.0em;
	bottom:1.0em;
	float:left;
	background:#FFF;
	width:95%;
	font-size:1.2em;
	margin:0;
	padding:0.0em 0.5em 0.5em 0.5em;
	list-style:none;
	border-top:0px solid #fff;
	text-decoration:none;
}

#centretop UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#centretop UL A {
	background:#FFF;
	color:#999;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0;
	text-decoration:none;
}

#centretop UL A:hover,
#centretop UL A:active, {
	color:#444;
}
#centretopv UL A.here:link,
#centretop UL A.here:visited {color:#666666;}

#col_left {
	width: 210px;
	float: left;
	padding: 5px 5px; 
	margin-top:0px;
	background:#FFF;
	border-bottom: 0px solid #FFFFFF;
}
#col_left a{
    font-size:100%;
	font-weight:bold;  
	color:#0000ff;
	background-color:transparent;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	border-bottom:0px solid #EEEEEE;
}
#col_left a:hover, a:focus {
    font-size: 100%;  
	background-color:transparent;
	text-decoration:underline;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	color:#0000ff;
}
#col_left h2
{
	margin-top:5px;
	border-bottom: none;
}


/* content and centre column styles */
#col_centre {
	padding: 0px;
	margin-top: 0px;
	margin-right: 245px;
	margin-bottom: 0;
	margin-left: 220px;
	text-align: justify;
	padding-top: 5px;
}
#col_centre a{
    font-size:100%;  
	color:#0000ff;
	background-color:transparent;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	border-bottom:0px solid #EEEEEE;
}
#col_centre a:hover, a:focus {
    font-size: 100%;  
	background-color:transparent;
	text-decoration:underline;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	color:#0000ff;
}
#col_centre p {
    font-size: 90%;  
	line-height: 160%;
	margin-top:5px;
}
#col_centre .smallpara {
	color: #333333; 
	font-size: 70%;  
	margin-top:5px;
}
#col_centre td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:80%;
	margin:0px;
}
#col_centre ul {
	color: #000000; 
	font-size: 90%;
	line-height: 150%;
	margin-top:5px;
	margin-left:20px;
}
#col_centre ol {
	color: #333333; 
	font-size: 75%;  
	line-height: 130%;
	margin-top:5px;
	margin-left:30px;
}

#col_centre #xtra {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	margin-top:5px;
}
#col_centre #xtra a{
color:#000000;
font-weight: bold;
background-color:transparent;
text-decoration:inherit;
padding: 0px 0px 0px 0px;
border-bottom:0px solid #EEEEEE;
}
#col_centre #xtra a:hover, a:focus {
background-color:transparent;

text-decoration:underline;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
color:#000000;
}
#col_centre #nav {
font-family:Arial, Helvetica, sans-serif;
font-size:95%;
color:#999999;
}
#col_centre #nav a{
font-size:85%;
color:#999999;
background-color:transparent;
text-decoration:none;
padding: 0px 0px 0px 0px;
border-bottom:0px solid #EEEEEE;
}
#col_centre #nav a:hover, a:focus {
font-size:85%;
text-decoration:underline;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
color:#E79D00;
}

#col_centre .wel {
    font-size: 95%;  
	line-height: 130%;
	margin-top:5px;
}


/* third column styles */
#col_right {
	margin: 0px;
	margin-right:0px;
	width: 229px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	float: right;
	background-color:#fff;
}
#col_right h1{
	font-size:110%;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:0px solid #cccccc;
}
#col_right h2 {
	margin-top: 5px;
	border-bottom: none;
}
#col_right p {
	color: #666; 
	/* line-height: 130%; */
	margin-top:5px;
}
#col_right ul {
	color: #666; 
	font-size: 70%;  
	line-height: 130%;
	margin-top:5px;
margin-left:15px;
}
#col_right .smalltext {
	color: #333333; 
	font-size: 80%;  
	margin-top:5px;
}
#col_right .righttitle {
	color: #E79D00; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 240%;  
	line-height:100%;
	margin-top:5px;
	padding:0px;
	background:transparent;
	font-weight:200;
}
#col_right .righttitle2 {
	color: #E79D00; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;  
	line-height:100%;
	margin-top:5px;
	padding:0px;
	background:transparent;
	font-weight:200;
}

#col_right .righttitlebl {
	color: #0099cc; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;  
	line-height:100%;
	margin-top:5px;
	padding:0px;
	background:transparent;
	font-weight:200;
}
#col_right a{
    font-size: 100%;  
color:#0000ff;
background-color:transparent;
text-decoration:none;
padding: 0px 0px 0px 0px;
border-bottom:0px solid #EEEEEE;
}
#col_right a:hover, a:focus {
    font-size: 100%;  
background-color:transparent;
text-decoration:underline;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
color:#0000ff;
}

#col_right #xtra {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	margin-top:5px;
	margin-right:20px;
}
#col_right #xtra a{
color:#000000;
font-weight: bold;
background-color:transparent;
text-decoration:inherit;
padding: 0px 0px 0px 0px;
border-bottom:0px solid #EEEEEE;
}
#col_right #xtra a:hover, a:focus {
background-color:transparent;
text-decoration:underline;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
color:#000000;
}
/* footer styles */
#footer {
	padding: 5px;
	border-top: 0px solid #CCCCCC;
	font-size: 85%;
	color: #003501;
	background:#fff;
	line-height:160%;
	margin-left:0px;
}
#footer p {
	padding: 5px;
	font-size: 75%;
	color: #666666;
	line-height:110%;
}

#footer a{
color:#0035019;
background-color:transparent;
text-decoration:none;
padding: 0px 0px 0px 0px;
border-bottom:0px solid #EEEEEE;
}
#footer a:hover, a:focus {
text-decoration:underline;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
color:#003501;
}

#footerright {
	float:right;
	width:200px;
	font-size: 100%;
	color: #736B5E;
	padding:5px;
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}


.horiz_box h2, .vert_box h2 {
	font-size: 12pt;
	color: grey;
	font-weight: bold;
}

.horiz_box h3, .vert_box h3 {
	font-size: 10pt;
	color: grey;
	font-weight: bold;
	padding: 0;
}

#col_centre fieldset.tabular ol {
	margin-left: 0px;
}

#col_centre p.event_times {
	font-size: small;
	color: #cc9966;
	text-align: left;
}

#col_centre p.event_prices {
	font-size: small;
	color: #6699cc;
	text-align: left;
}

div.control_block label {
	font-size: x-small;
}


#phoneno {
	float: left;
	color: #2971bd;
	font-size: 20px;
	padding-top: 3px;
}

ul#box_area_top {
	width: 100%;
	padding: 0;
}

#centretop ul div.eventbox_rollover a {
	margin: 3px;
	padding: 0;
}

/* Fixup some box styles */
.vert_box_area {
	margin: 0;
}

.vert_box {
	margin-bottom: 20px;
	padding: 0;
}

#col_left h2,
#col_right h2 {
	padding: 8px 0 8px 0;
	margin: 0;
}

#col_left {
	margin-top: 29px;
}

#col_right {
	margin-top: 20px;
}

