
html,body{
  margin:0; /*** Do NOT set anything other than a left margin for the page
as this will break the design ***/
  padding:0;
  border:0;
/* \*/
  height:100%;
/* Last height declaration is hidden from Mac IE 5.x */
}
body{
  background:#000;
  min-width:963px; /*** This is needed for moz. Otherwise, the header and footer will slide off the left side of the page if the screen width is narrower than the design.
Not seen by IE. Left Col + Right Col + Center Col + Both Inner Borders + Both Outer Borders ***/
  text-align:center; /*** IE/Win (not IE/MAC) alignment of page ***/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#000;
}

.clear{
  clear:both;
/*** these next attributes are designed to keep the div
height to 0 pixels high, critical for Safari and Netscape 7 ***/
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0;
  margin-bottom:-1px;
}

* html .clear{
height:auto;
margin-bottom:0;
} 
/*** stops IE browsers from displaying
the clear div/br in the page, as these are for Moz/Opera and
Safari only. If IE 5.x Win DID display these, the page is too high ***/

#fullheightcontainer{
  margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  text-align:left; /*** IE Win re-alignment of page if page is centered - i.e. text-align: centre in body ***/
  position:relative; /*** Needed for IE, othewise header and footer aren't contained directly above and below the body ***/
  width:963px; /*** Needed for Moz/Opera to keep page from sliding to left side of page when it calculates auto margins above. Can't use min-width. Note that putting
width in #fullheightcontainer shows it to IE and causes problems, so IE needs a hack to remove this width. Left Col + Right Col + Center Col + Both Inner Border + Both Outer Borders ***/
/* \*/
  height:100%;
/* the height declaration is hidden from Mac IE 5.x */
/*** Needed for Moz to give full height design if page content is
too small to fill the page ***/
background-image: url(images/lhs_jah2006.gif);
background-repeat: no-repeat;
padding-left: 36px;
}
#wrapper{
  min-height:100%; /*** moz uses this to make full height design. As this #wrapper is inside the #fullheightcontainer which is 100% height, moz will not inherit heights
further into the design inside this container, which you should be able to do with use of the min-height style. Instead, Mozilla ignores the height:100% or min-height:100% from this point inwards to the center of the design - a nasty bug. If you change this to height:100% moz won't expand the design if content grows. ***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Fixes height for non moz browsers, to full height ***/
  border-right:1px solid #000; /*** Sets the external right side border. ***/
  border-left:1px solid #ccc; /*** Sets the external left side border. ***/
  background:#211F20; /*** Set background color for side columns for Safari & IE ***/
background-image: url(images/logo_left.jpg);
background-repeat: no-repeat;
background-position: 0 33px;

}
#wrapp\65	r{ /*** for Opera and Moz (and some others will see it, but NOT Safari) ***/
  height:auto; /*** For moz to stop it fixing height to 100% ***/
}
/* \*/
* html #wrapper{
  height:100%;
}
/* this height declaration is hidden from Mac IE 5.x */
/*** Fixes height for IE, back to full height,
from esc tab hack moz min-height solution ***/
#outer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/
  margin-left:160px; /*** Critical left col dimension value = left col width ***/
  width:800px; /*** Critical left and right col/divider dimension value (moves inversly) = center col width ***/
  border-left:1px solid #ccc; /*** Sets the internal left side border. ***/
  height:100%;
/* this height declaration hidden from Mac IE 5.x */
/*** Needed for full height inner borders in Win IE ***/
/* outer gives background for center */
background-image: url(graphics/page3.jpg);
 background-repeat: repeat-y;

}
/*** The next style hack for widths are NOT needed if no internal side borders are needed ***/
* html #outer{ /*** IE5.x/win box model fix ***/
  width:801px; /*** Critical left and right col/divider dimension value
(moves inversly) = Center Col Width + Both Inner Borders ***/
  w\idth:800px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
background-position: 16px 33px;
}
#left{
  width:162px; /*** Critical left col/divider dimension value = Left Col Width + 1px + One Internal Border Width ***/
  float:left;
  display:inline;
  position:relative; /*** IE needs this or the contents won't show
outside the parent container. ***/
  margin-left:-161px; /*** Critical left col/divider dimension value = left col width + one internal border width ***/
}

*>html #left{
width:161px;
} /*** Fix only for IE/Mac = left col width + one internal border width ***/

#container-left{
  width:160px; /*** Critical left col dimension value = left col width - 1px ***/
 background-color: transparant;
}

/*** Static fixes ***/

/*** a Note on the Holly hack: if IE/Win shows bugs it's a good idea to apply the height:1%
     hack to different elements and see if that fixes the problem. Sometimes it may be
     necessary to use "position: relative;" on certain elements, but it's hard to tell in
     advance which elements will need such fixes. ***/
/*** This is a STATIC fix for IE5/Win at the largest text size setting. ***/
/* \*/

#container-center{
  width:730px; /*** Critical left col dimension value = left col width - 1px - padding ***/
background-color: #BA4F2B;
padding: 20px 0 60px 20px;
}


* html #left{margin-right:-3px;}
/* Above style hidden from Mac IE */
/*** All the IE fixes that are inside seperate "Mac-hacks" may be grouped within
     just one Mac-hack for convenience if desired. However, each fix must come
     later than the rule it is fixing or the fix itself will be overridden. ***/


#center{
  width:800px; /*** Set to = center col width ***/
  float:right;
  display:inline;
/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */

}
/*** clearheader heights are made from header height + borders +
any sidebar box height, less any sidebar intrusion.
Similar calcs for footers. ***/
#clearheadercenter{
  height:59px; /*** needed to make room for header in center column ***/
  overflow:hidden;
}
#clearheaderleft{
  height:59px; /*** needed to make room for header in left column ***/
  overflow:hidden;
}
#clearfootercenter{
  height:107px; /*** needed to make room for footer in center column ***/
  overflow:hidden;
}
#clearfooterleft{
  height:107px; /*** needed to make room for footer in left column ***/
  overflow:hidden;
}
#footer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  clear: both;
  width:963px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders + Both External Borders ***/
  height:107px; /*** = Bottom Margin + One Outer Border + body to footer divider depth + subfooter1 height + any other subfooter heights ***/
  overflow:hidden;
  margin-top:-107px; /*** negative height to show footer ***/
  font-size: 11px;
}

#subfooter2 a:link, #subfooter2 a:visited {
	color:#000;
	font-weight: normal;
}

#subfooter2 a:hover, #subfooter2 a:active {
	color:#f4c962;
	font-weight: normal;
}

#subfooter1 a:link, #subfooter1 a:visited {
	color:#f4c962;
	font-weight: normal;
}


#subfooter1 a:hover, #subfooter1 a:active {
	color:#c15b2d;
	font-weight: normal;
}

#subfooter1{
  background:#000; /*** Background Color of Sub-footer #1 ***/
  color: #fff;
  text-align:center;
  margin:0; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:75px; /*** sub-footer1 row height ***/
  border-bottom: 1px solid #666;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
    background-image: url(graphics/footer2.jpg);
	 background-position: top left;
	 background-repeat: repeat-x;
	padding-top:20px;
	width: 984px;
}
#subfooter2{
  color: #000;
  text-align:center;
  margin:0; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:32px; 
  line-height:32px;
  border-top: 1px solid #c8632b;
  border-right: 1px solid #000; 
  border-bottom: 1px solid #000;
  border-left: 1px solid #ccc;
  background-color: #BA4F2B;
 margin-left:161px;
}
#subfooter3{
  background:#000; /*** Background Color of Sub-footer #3 ***/
  text-align:center;
  margin:0 1px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:30px; /*** sub-footer3 row height ***/
}
#header{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  top:0;
  width:963px; 
  /*** Set to Left Col (not if left sidebar fully intrudes into header or left sidebar is off)
 + Center Col + Both Inner
Borders (not if any sidebar intrudes into header or footer, or Inner Borders are off) + Both External Borders
(not if external borders are off) ***/
  height:59px; /*** = Top Margin + One Outer Border + header to body divider depth +
subheader1 height + any other subheader heights ***/
  overflow:hidden;
}

.outer_horiz_border, .sb_outer_horiz_border{
  background: #000;
  height:0;
  overflow:hidden;
  font-size:0;
}

#subheader1{
  background:#000; /*** Background Color of Sub-header #2 ***/
  text-align:center;
  margin:0; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
padding:0;
  height:15px; /*** sub-header row height ***/
}

#subheader2{
  background:#000; /*** Background Color of Sub-header #1 ***/
  text-align:center;
  margin:0; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
padding:0;
  height:44px; /*** sub-header row height ***/
  line-height: 44px;
  color: #FFF;
}
 
#subheader3{
  background:#fff; /*** Background Color of Sub-header #3 ***/
  text-align:center;
  margin:0 1px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:20px; /*** sub-header row height ***/
}
#gfx_bg_middle{
  top:0;
  position:absolute;
  height:100%;
  overflow:hidden;
  width:800px; /*** = Center Col Width ***/
  margin-left:160px; /*** = Left Col Width ***/
  background: transparent; /*** Set background color for center column for Mozilla & Opera ***/
  border-left:1px solid #000000;
  border-left:1px solid #000000;
}

* html #gfx_bg_middle{
  display:none; /*** Hides the moz fix from IE ***/
}


/** navigation **/
/* horisontal navbar - navmain*/

.navmain {
padding:3px 0 0 0; /* for space between start of nav & page side */
margin:0; 
background-image: url(images/bg_menu.jpg);
background-repeat: repeat-x;
background-position: top left;
color: #fff;
height: 44px; /* NB NB NB to position text in the navbar */
line-height: 44px; /* NB NB NB to position text in the navbar */
width: 963px; /* paddings not deducted */
text-align: center;
}

.navmain ul {
/*remove default values: */
margin: 0; 
padding: 0;
}

.navmain li {
display: inline;
list-style: none;
margin: 0 0 0 -4px;	/*	use -3px to minimise space between buttons */
padding:0;
height:44px;
line-height: 44px;
}

.navmain li a:link, .navmain li a:visited { 
color: #fff;
background-color: transparent; 
font-weight: normal;
letter-spacing: 2px;
text-decoration:none; /* to remove underline of the hyperlinks */
margin: 0; /* for the items */
padding: 10px 4px 6px 4px; /* for items: top, right bottom left for space around*/
border-top: 1px solid #C15B2D;
border-right: 1px solid #C15B2D;
border-bottom: 1px solid #C15B2D;
border-left: 1px solid #C15B2D;
height:44px;
}

.navmain li a:hover, .navmain li a:active {
color: #000; 
background-color:  #C15B2D;
/* to set hover color for the hyperlinks */
border-top: 1px solid #9f4924;
border-right: 1px solid #000;
border-bottom: 1px solid #ad5027;
border-left: 1px solid #ad5027;
}


/** basics **/


a {
	text-decoration: none;
	font-weight: bold;
	color: #f4c962; 
	outline: none;
	}
	
.a {
	color:#c15b2d;
}
	
a:visited {
	}
	
a:active {
	}
	
a:hover {
	text-decoration: underline;
	}
	
strong, b {
	font-weight: bold;
	}
hr {
	margin: 0; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #666; /* for ie */
	background-color: #666; /* for everyone else */
	height: 1px;
	}
p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px; 
	padding:0 40px 0 25px;
	text-align: justify;
	color: #fff;
	background: transparent;
	}
	
li {
	font-size: 12px;
	line-height: 18px;
	margin-top: 1px;
	margin-bottom: 2px; 
	color: #fff;
	list-style: square;
	}
	
ul {
	margin-top: 5px;
	margin-bottom: 5px; 
	margin-left: 45px;
	}
td {
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom:10px; 
	text-align: justify;
	color: #fff;
	background: transparent;
	}
 
label {
	width:220px;
	font-weight: bold;
	float: left;
}
	
img {
	border: 0;
	}

/* special */

.picframe {
border : 1px solid #000;
}


img.cntr {
    display: block; /* NB NB!! */
    margin-left: auto;
    margin-right: auto;
}

.pictorial {
position: relative;
width: 430px;
border: 1px solid #c8632b;
padding:5px;
margin:10px 0 25px 25px;
}
.picpicture {
position: absolute;
top: 7px;
left: 252px;
width: 180px; 
font-size:11px;
	line-height: 15px;
	text-align: left;
	color: #fff;			
}

.pictorial h2{
	font-family: Georgia, Verdana, "MS Sans Serif", sans-serif;
	font-size: 13px;
	margin: 0;
	font-weight: bold;
	color: #000;
	padding:0;
}

.pictext{
	top: 0;
   left: 0;
	margin: 0;
	width:230px;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	color: #fff;	
	}

.input {
background: #f4c962;
border: 1px solid #000;
}

.button {
	background: #cf722f;
	color: #000;
	border: 1px solid #000;
	font-weight: normal;
	font-size: 12px;
	height: 25px;
}

.frame {
	border: 3px double #000;
	padding: 3px;
}

h1 {
	text-align: left;
	font-family: "Lucida Handwriting", Georgia, Verdana, "MS Sans Serif", sans-serif;
	font-size: 20px;
	line-height: 20px;
	margin-top: 30px;
	padding-bottom: 8px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}
.h1 {
	text-align: center;
	color: #FFF;
}

h2 {
	text-align: left;
	font-family: "Lucida Handwriting", Georgia, Verdana, "MS Sans Serif", sans-serif;
	font-size: 18px;
	line-height: 16px;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	padding-left:10px;
}

.h2 {
	font-size: 16px;
	text-align: center;
	color: #FFF;
}

.h3{
	text-align:left;
	color:#000; 
	padding-left:25px;
}

.single{
	margin:0;
	padding:0;
}

h3, h4, h5 {
	text-align: left;
	font-family: Georgia, Verdana, "MS Sans Serif", sans-serif;
	font-size: 15px;
	line-height: 15px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
	padding-left:5px;
}

.navsecond{
	text-align: left;
	padding-bottom: 16px;
	font-family: Verdana, Tahoma, Arial, "MS Sans Serif", sans-serif;
	font-size: 13px;
	line-height: 13px;
	margin-top: 0;
	font-weight: bold;
	color: #f4c962;
	padding-left:5px;
}

.navsecond a{
color: #f4c962;
}

.events h2 {
	background-color: #B8B900;
	text-align: center;
	color: #fff;
	font-size: 15px;
	height:22px;
	line-height: 22px;
		margin: 20px 0 0 0;
		padding:0;
		width:695px;
}

.events {
	background-color: #000;
	padding: 5px;
	width:695px;
	margin-left:5px;
}
.events h3, .events h4 {
	color: #F4C962;
}

.topshow{
	width:705px;
	background-color: black;
	margin: 0 0 25px 5px;
}