@charset "utf-8";
/* General */

/* zero margins and padding */ 
* {
	margin: 0;
	padding: 0;
}
	
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
/*	background: #006699; /* was dark blue 000033 */
	background: url(images/design/background.jpg) repeat;
	margin: 0; /* 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 */
	color: #000000;
}

p {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	line-height: 150%;
}

h5 {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	line-height: 150%;
	display:inline;
}

a {
	font: bold 0.7em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font: #9999ff;
}
	
label {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	float: right;
	text-align: right;
	margin-right: 0.5em;
}

.labelleft
{
	float: left;
	text-align: left;
	margin-left: 0;
	display: block;
}

input, textarea, select
{
	color: #000000;
	background: #ffffff;
	border: 1px solid #666666;
	margin: 6px 0 5px 0;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
}

.noborder
{
	border: 0px solid #000;
}

.greyborder
{
	border: 0px solid #b4b4b4;
}

.fullwidth {
	width: 90%;
}

.widesubmit 
{
		width: 110px;
		height: 35px;
		font-size: 0.7em;
		font-weight: bold;
		color: #eeeeee;
		margin: 0px;
		background: url(images/design/glassbutton.jpg) no-repeat;
		float: left;
} 

.extralarge 
{
		width: 160px;
		height: 35px;
		border: 1px solid #666666;
		font-size: 0.7em;
		color: #eeeeee;
		background: #000033;
		float: left;
} 

/* Main Container */
#container { 
	width: 1020px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #000033;

} 

/* Header */
#header {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #ffffff url(images/design/banner.jpg) no-repeat;
	padding: 0px;
	margin: 5px 5px 0px 10px;
	height: 80px;
}

#header h6 {
	font: 0.8em Verdana, Arial, sans-serif;
	color: #000033;
}

#header img {
	border: 0;
	margin-top: 5px;
	align: bottom;
}


/* -- Main Navigation -- */

#navigation{
/* --	margin-top: 3px;  -- */
	height: 20px;
	background: url(images/design/navbanner.jpg);
	padding: 3px 0;
/* --	margin-left: 10px; -- */
	font: bold 1.0em Verdana;
	border-bottom: 1px solid gray;
	list-style-type: none;
}

#navigation ul{
	padding: 0;
	margin: 0;
	text-align:right;
}

#navigation li{
	padding: 3px 2px;
	display: inline;
	margin: 0;
	border: 1px solid white; 
	border-bottom: none;
	background-color: #000033;
	color: #ffffff;
}

#navigation li a{
	font: bold 0.8em Verdana, sans-serif;
	text-decoration: none;
	padding: 3px 7px;
	border-bottom: none;
	background-color: #000033;
	color: #ffffff;
}

#navigation li a:hover{
	background-color: #00cccc;
	color: #000033;
}

#navigation li a:active{
	color: #000033;
}

#navigation li.selected a{ /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #00cccc;
	color: #000033;
}

.sectionHome #navigation #linkHome a, 
.sectionWhatsOn #navigation #linkWhatsOn a, 
.sectionPlacesToGo #navigation #linkPlacesToGo a, 
.sectionThingsToDo #navigation #linkThingsToDo a, 
.sectionGetInvolved #navigation #linkGetInvolved a, 
.sectionEatingOut #navigation #linkEatingOut a, 
.sectionAddListing #navigation #linkAddListing a { 
		background: #00cccc;
		border-top: 1px solid #5cc98d;
		}

.sectionHome #navigation #linkHome a:hover, 
.sectionWhatsOn #navigation #linkWhatsOn a:hover, 
.sectionPlacesToGo #navigation #linkPlacesToGo a:hover, 
.sectionThingsToDo #navigation #linkThingsToDo a:hover, 
.sectionGetInvolved #navigation #linkGetInvolved a:hover, 
.sectionEatingOut #navigation #linkEatingOut a:hover, 
.sectionAddListing #navigation #linkAddListing a:hover {/* hover over-ride for automated tab */ 
		color: #0e5424;
		}


/* -- Sub Menu -- */
#submenu { 
	border-bottom: 1px solid #6b6b6b;
	background: #00cccc;
	clear: both;
	height: 20px;
	padding-top: 2px;  
	padding-bottom: 2px;
} 

#submenu ul{
	text-align: center;
	margin-top: 0px;
}

#submenu li {
	display: inline;
	padding: 0px 10px;
}

#submenu a{
/*	margin: -1px; */
	font: bold 0.8em Verdana, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

#submenu a:hover {
	color: #000000;
}

/* ----------  Whitespace Formatting ---------- */

#whitespace { 
	height: 15px;
	background: #ffffff;
	clear: both;
} 


/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

/* ----------  Sidebar1 Formatting ---------- */
#sidebar1_cont {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 150px; /* since this element is floated, a width must be given */
	margin-left: 10px;
	margin-bottom: 10px; 
}

#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 130px;  /*since this element is floated, a width must be given */
	background: #ccccff; /* the bgrnd color will be displayed for length of the content in the column, but no further #EBEBEB */
	margin-bottom: 10px; 
	padding: 0px 10px 0px 10px ; /* top and bottom padding create visual space within this div  */
}

#sidebar1 img, #sidebar2 img {
	border: none;
	align: bottom;
}

#sidebar1 table.leftalign {
	border: none;
	margin: 0px;
	padding: 0px;
}

#sidebar1 h2.blueHeader {
	padding: 7px 3px 4px 3px;
	background: #000033;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.8em;
}

#sidebar1 h2.pinkHeader {
	padding: 7px 3px 4px 3px;
	background: #d72e84;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.8em;
}

#sidebar1 label.sidebarSearchLabel {
	clear: left;
	float: left;
	width: 100%;
	text-align: left;
	font: 0.7em/100% Verdana, sans-serif;
	display: block;
	margin-right: 0px;
	margin-top: 10px;
}

#sidebar1 label.LabelCheckBox {
	text-align: left;
	float:left;
	font: 0.7em/100% Verdana, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
}


#sidebar1 input{
	border: 1px solid #666666;
	background-color: #ffffff;
	color: #000000;
	font: 0.7em/100% Verdana, sans-serif;
	padding: 1px;
	clear: both;
	float: left;
	display: block;
	margin-right: 20px;
}
	
#sidebar1 input.sidebarPostCode {
	text-transform: uppercase;
}
		
#sidebar1 input.sidebarcheckbox {
	clear: left;
	float: left;
	border: 1px solid #666666;
	background-color: #ffffff;
	color: #000000;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	}
	
#sidebar1 input.sidebarSearchSubmit {
	clear: both;
	float: left;
	width: 50px;
	border: 1px solid #666666;
	font-size: 1.0em;
	background-color: #000033;
	color: #ffffff;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* ----------  Sidebarmenu Formatting ---------- */

#sidebar1menu {
	display: block;
	clear:left;
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 140px;  /*since this element is floated, a width must be given */
	background: #000033; /* the bgrnd color will be displayed for length of the content in the column, but no further #EBEBEB */
	margin-bottom: 10px; 
	padding: 0px 0px 0px 0px ; /* top and bottom padding create visual space within this div  */
}

#sidebar1menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 13px Verdana;
	width: 140px; /* Main Menu Item widths */
	border-bottom: 1px solid #ccc;
}
 
#sidebar1menu ul li{
	position: relative;
}

/* Top level menu links style */
#sidebar1menu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

#sidebar1menu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #012D58; /*background of tabs (default state)*/
}

#sidebar1menu ul li a:visited{
color: white;
}

#sidebar1menu ul li a:hover{
background-color: black;
}

/*Sub level menu items */
#sidebar1menu.sidebarmenu ul li ul{
position: absolute;
width: 140px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

#sidebar1menu.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}
 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

/* ----------  Sidebar1a Formatting ---------- */

#sidebar1a {
	display: block;
	clear:left;
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 140px; /* since this element is floated, a width must be given */
	margin-bottom: 10px; 
}

#sidebar1a img {
	border: thin;
	align: bottom;
}

/* ----------  Sidebar2 Formatting ---------- */

#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 210px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	margin-left: 10px;
}

#sidebar1 p, #sidebar1 h3, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
/* -- Maincontent -- */

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

#mainContent { 
	margin: 0 19% 0 18%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

#mainContent fieldset { 
	padding: 10px 10px 10px 10px;
}

#mainContent input.mainUpperCase {
	text-transform: uppercase;
}

#mainContent h1 { 
	font: 1.2em/100% Verdana, sans-serif;
	font-weight: bold;
	color: #000033;
	padding-top: 5px;
}

#mainContent h2 { 
	font: 1.0em/100% Verdana, sans-serif;
	font-weight: bold;
	color: #000033
}

#mainContent h3 { 
	font: 0.9em/100% Verdana, sans-serif;
	color: #000033;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

#mainContent h4 { 
	font: 0.7em/100% Verdana, sans-serif;
	letter-spacing: normal;
	color: #000033;
	line-height: 150%;
}

#mainContent p { 
	color: #000033;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

#mainContent p.helptext {
	font: 0.6em Verdana, Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
}

#mainContent p.errmsg {
	color: #C11B17;
}

#mainContent p.infoheading {
	font-weight: bold;
}

/* -- Sponsored Listings -- */

#mainContent p.sponsoredlisting {
	font: 0.8em Verdana, Arial, sans-serif bold;
	color: #696969 ;
}

#mainContent td.sponsoredtitle {
	background-color: #ccccff;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid black;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
}

#mainContent td.sponsored_td_right {
	background-color: #ccccff;
	border-right: 2px solid black;
}

#mainContent td.sponsored_td_left {
	background-color: #ccccff;
	border-left: 2px solid black;
}

#mainContent td.sponsored_td_middle {
	background-color: #ccccff;
	border-left: 2px solid black;
}

#mainContent tr.sponsored_tr_top {
	background-color: #ccccff;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

#mainContent tr.sponsored_tr_middle {
	background-color: #ccccff;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

#mainContent tr.sponsored_tr_spacer {
	border-top: 2px solid black;
}

#mainContent td.eventstartdate {
	padding-left: 5px;
	vertical-align: bottom;
}

#mainContent td.eventenddate {
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

#mainContent td.textcentre {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}


/* -- Listnumbers -- */

#mainContent ul{
    list-style:none;
    margin:0px;
    padding:0;
	clear: both;
}
#mainContent ul li{
    display:inline;
    padding:5px 8px;
    float:left;
    text-decoration:none;
	font: 1.1em/100% Arial, sans-serif;
	color: #827B60;
}
#mainContent ul li a{
    text-decoration:none;
    margin:0;
}
#mainContent ul li a:hover{
    text-decoration:none;
}
#mainContent li a.active{
    text-decoration:none;
}

/* -- Footer -- */
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#9999ff;
} 

#footer p {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: underline; 
}

#disclaimer {
	margin: 0; 
	padding: 10px  10px;
	font: 0.8em Verdana, Arial, sans-serif;
	background:#000033;
	color: #ffffff;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
[if IE]>
/* place css fixes for all versions of IE in this conditional comment */ 
	#sidebar2 #sidebar1 { padding-top: 5px; }
	#sidebar1 { zoom: 1;}
	#mainContent { zoom: 1; padding-top: 5px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
