/* 100% high layouts attempt */

html, body {
            height:99.5%
}
html > body div#allAreas {
            height: auto;

}

body {

	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-color: #FFFFFF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}


div#allAreas {
    height:100.5%;
    min-height:100.5%;
    position: relative;
    margin: 0 auto 0px auto;
    width: 848px;
	padding-bottom:0px;
	background-color:#FFFFFF;
}

div#headerArea {
	position: relative;
    height: 199px;
    margin:0px auto 0px auto;
}

img#logo {
	position: absolute;
    height: 199px;
    z-index: 0;
	left:0;
}


#topNavigationArea {
	width:100%;
	height:22px;
	z-index:2;
	position: relative;
	top: 169px;
	left: 0px;
}

div#topNavigationArea ul{
	position:relative;
	margin: 0px 0px 0px 0px;
	list-style: none;	
	z-index:1;
	line-height:10px;
	display:inline;
}

div#topNavigationArea ul li {
	position: relative;
	float: left;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size:10px;
	font-weight: bold;
	text-align: center;
	left:525px;
}

div#topNavigationArea ul a {
	position: relative;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size: 10px;
	left:0px;
	font-weight: bold;
	color: #FFFFFF;
	float:left;
	border-right:1px solid white;
	padding-right:7px;
	padding-left:7px;
}
div#topNavigationArea ul a:hover {
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size: 10px;
	font-weight: bold;
	color: #a70c40;
	float:left;
}
/******************SEARCH AREA*****************/

div#headerTopAreaBorder{
	position:relative;
	margin:0px auto 0px auto;
	right:0px;
	top:142px;
    height:30px;
	z-index:33;
	width:220px;
	float:right;
}

div#headerTopAreaBorder form {
	position:relative;
	margin: 0;
	padding: 0;
	z-index: 33;
	float:left;
	right:0px;
	display:inline;
	top:0px;
}

div#headerTopAreaBorder form p {
	position: relative;
	color: #FFFFFF;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-weight:normal;
	font-size: 10px;
	font-weight:bold;
	padding-right:4px;
	margin-top:2px;	
	/*display:inline;*/
	float:left;
	left:15px;
}

div#headerTopAreaBorder form input#textInput {
	position: relative;
	display: inline;
	width: 110px;
	height: 15px;
	border: 1px solid #203E58;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight:normal;
	float:left;
	left:15px;
}

div#headerTopAreaBorder form input#submitInput {
	position: relative;
	display: inline;
	width: 20px;
	height: 18px;
	border: 0px solid #203E58;
	background-image: url(img/search.gif);
	background-position:top center;
	background-repeat: no-repeat;
	padding: 0;
	cursor:pointer;
	float:left;
	top:0px;
	left:20px;
	/*background-color:#203E58;*/
}
/*******************END SEARCH AREA**********/

div#mainNavigationArea{
	position:relative;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 848px;
    height: 32px;
    z-index:1;
    overflow:visible;
	background-image: url(img/navbg.gif);
	background-repeat: no-repeat;
    background-position: top left;
}

/* --------------------- MAIN AREA START ------------------------ */

div#mainArea{                      
    margin: 0px auto 0px auto;
	width:848px;
    min-height:550px;
	_height:500px;	
	bottom:0px;
	left:0px;
    background-color: #FFFFFF;
    z-index:0;
	background-image: url(img/containerbg.gif);
    background-repeat: repeat-y;
    background-position: top left;
	overflow:auto;
	_overflow:visible;	
}

div#leftArea{                
	position:relative;
    margin:0;
	width: 210px;
    padding:0px;   
    min-height:650px;
	_height:650px;	
    z-index:1;
	float:left;
}

#whatsonArea {
	position:relative;
	margin:0 auto 0 auto;
	left:7px;
	width:165px;
	padding-left:15px;
	height:25px;
	text-align:left;
	color:#FFFFFF;
	background-color:#85153a;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	border-bottom:3px solid white;
}

#whatsonArea a{
	color:#FFFFFF;
	background-color:#85153a;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
}


div#calenderArea {
	position:relative;
	margin:0 auto 0 auto;
	width:165px;
	left:8px;
	height:130px;
	margin-top:30px;
	border:0px solid red;
	text-align:left;
	color:#85153a;
	padding-top:5px;
}

div#calenderArea a{
	color:#85153a;
	padding-top:5px;
}
div#calenderinsideArea {
	position:relative;	
	width:140px;
	left:10px;
	height:102%;
	margin-top:0px;
	border:1px solid #859FB6;	
	color:#85153a;
}
div#eventsDate {
	position:relative;
	margin:0 auto 0 auto;
	width:125px;
	padding-left:20px;
	margin-top:30px;
	height:30px;
	text-align:left;
	color:#85153a;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;

}

div#eventsDate a{
	color:#85153a;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

div#membersArea {
	position:relative;
	margin:0 auto 0 auto;
	left:7px;
	width:135px;
	padding-left:0px;
	height:25px;
	text-align:left;
}

div#membersArea a{
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	border:0px;
}





div#middleArea{
	width:426px;	
	margin: 0 auto 0px auto;
	float:left;
	left:0;
	z-index:100;
    min-height:550px;
    _height:500px;
}

div#bannerArea {
	margin:0 auto 0 auto;
	margin-left:0px;
	text-align:left;
	padding-left:15px;
	top:0;
	z-index: 4;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
	background-color:#85153a;
	letter-spacing:2px;
	width:411px;
	text-transform: uppercase;
}

div#bannerArea a {
    z-index: 4;
	color:#405260;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size: 26px;
	line-height:30px;
}

div#subArea {
	position:relative;
	margin:0 auto 0 auto;
	margin-left:0px;
	text-align:left;
	padding-left:15px;
	top:0;
	z-index: 4;
	font-size:11px;
	font-weight:bold;
	color:#85153a;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
	height:30px;
	background-color:#E7EFFA;
	letter-spacing:1px;
	width:411px;

}

div#subArea a {
    z-index: 4;
	color:#85153a;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:30px;
}


div#contentArea {
	left:0;
    margin-left: 10px;
	margin-right:10px;
    padding-top:10px;
    z-index:1000;
    min-height:520px;
    _height:520px;
	text-align:left;
}

div#contentArea a{ 
   color:#202020;
   font-weight:bold;
}

div#contentArea a:visited{       
    color:#205F9E;
    font-weight:bold;         

}

div#contentArea a:hover{        
    color:#CA3A07;
    font-weight:bold;         

}

div#rightArea{               
    margin: 0px 23px 0px auto;
	float:right;
	width: 180px;
    padding-bottom:0px;   
    min-height:650px;
	_height:650px;	
    z-index:999;
	text-align: left;
}

#newsContainer {
	padding: 0px 8px;
}

#newsArea {
	position:relative;
	right:0px;
	margin-top:0px;
	width:172px;
	padding-left:8px;
	height:25px;
	color:#FFFFFF;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;	
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:3px solid white;
	background-color:#85153a;
	letter-spacing:2px;
}

 #newsArea a{
	color:#FFFFFF;
	background-color:#85153a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
}
/* usefull br style */

br.clearAll {
	position: relative;
    clear: both;
    line-height: 0px;
    height: 0px;
}

 

/* Hack IE Float bug. Hide from IE5-mac. Only IE-win sees this. \*/

* html div#leftArea {
	margin-right: 0;
}


* html div#rightArea {
	height: 1%;
    margin-top: 0;

}

/* End hide from IE5/mac */

 

/* --------------------- FOOTER AREA START ------------------------ */

div#footerArea {		
    position:relative;		
	height: 63px;		
	z-index:0;
	bottom:0px;
	top:0px;
	margin:0px auto 0px auto;
	left:0;
	width:848px;
	background-image: url(img/footerbg.gif);
	background-repeat: no-repeat;	
}

div#footerAreaCenter{
	position:relative;
	top:13px;
	width: 200px;
	margin: 0px auto 0px auto;
	float:right;
	z-index:10;
}

div#footerAreaCenter ul{
	position:relative;
	margin: 0px 0px 0px 0px;
	list-style: none;	
	z-index:1;
	line-height:10px;
	display:inline;
}

div#footerAreaCenter ul li {
	position: relative;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	text-align: center;
}

div#footerAreaCenter ul a {
	position: relative;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	right:260px;
	font-weight: normal;
	color: #FFFFFF;
	float:left;
	padding-right:10px;
	padding-left:10px;
	border-right:1px solid white;
}
div#footerAreaCenter ul a:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CDDC82;
	float:left;
}

div#footerAreaCenter ul.NIMLastItem a {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	float:left;
	padding-right:1px;
	padding-left:4px;	
	border-right:none;
}
div#footerAreaCenter ul.NIMLastItem a:hover {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #90A81D;
	float:left;
	border-right:none;
}

div#locations {
	position: relative;
	margin: 0px 0px 0px 0px;
	top:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
	font-size:10px;
	font-weight:normal;
	float:left;
	left:30px;

}
div#locations a{
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
	font-size:10px;
	font-weight:normal;
	float:left;
}


div#design {
	position:absolute;		
	width:320px;
	left:530px;
	top:12px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
    color: #FFFFFF;
	font-weight:normal;
}

div#design a{  
   font-size:10px;
   font-family:Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   text-decoration:none;
   font-weight:normal;
}

/* --------------------- FOOTER AREA END ------------------------ */
