body{
	font-family				: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size				: 77%;
	color					: #666666;
	background-color		: #FFFFFF;
	background-image		: url(../images/background.gif);
	background-repeat		: no-repeat;
	background-position		: center top;
	text-align				: center;
	margin					: 0px;
	padding 				: 0px;
	height 					: 100%;
}


#container{
	width					: 750px;
	margin-right			: auto;
	margin-left				: auto;
	text-align				: left;
	display					: block;
	
}
.verticalline {
	vertical-align: baseline;
	white-space: normal;
}

#leftbar{
	float					: left;
	width 					: 151px;
	color 					: #E31836;
	background-image		: url(../images/red_stripe.gif);
	background-repeat		: no-repeat;
	background-position		: right;
	
}
#login{
	margin-left 			: 20px;
	margin-top 				: 40px;
	height 					: 75px;
}
#login a{
	/*color 					: #E31836;*/
	color 					: #666666;
	text-decoration 		: none;
}
#login img{
	border					: 0px none;
}
#login a:hover{
	/*color 					: #666666;*/
	color 					: #E31836;
}

#leftnav{
	background-image		: url(../images/nav_background.gif);
	height					: 515px;
	background-repeat		: no-repeat;
	padding-top 			: 60px;
}
#leftnav ul{
	list-style 				: none;
	margin 					: 0px;
	padding 				: 0px;
	text-transform			: lowercase;
}
#leftnav ul li a{
	font-size				: 115%;
	color					: #E31836;
	text-decoration 		: none;
	font-weight 			: bold;
	display					: block;
	line-height				: 200%;
}
#leftnav ul li a.main,#leftnav ul li a.mainGrey{
	padding-left			: 10px;
}
#leftnav ul li a.mainGrey{
	color 					: #999999;
	line-height				: 100%;
	font-size				: 100%;
	font-weight 			: bold;
	
}

#leftnav ul li a:hover{
	color 					: #666666;
}
	.hiddenNav{
		display 				: none;
	}
	li.subNav, li.subNavBig{
		font-size				: 75%;
		line-height				: 50%;
		padding-left			: 0px;
	}
	li.subNav a, li.subNavBig a{
		border-top 				: 1px solid #999999;
		margin-left				: 10px;
		margin-right			: 10px;
		width					: 129px;
		min-height					: 25px;
		color					: #666666 !important;
	}
	
	li.subNav a.last{
		border-bottom 			: 3px solid #999999;
		margin-bottom			: 20px;
	}
	li.subNav a:hover, li.subNavBig a:hover{
		background-color 		: #cccccc;
	}


#rightBar{
	width 					: 599px;
	float 					: left;
}
#header{
	height					: 275px;
	background-repeat		: no-repeat;
	margin-top 				: 40px;
	line-height				: 0.9em;
	text-align				: center;
}
#header ul{
	list-style 				: none;
	margin 					: 0px;
	padding 				: 0px;
}
#header ul li{
	display					: inline;
}

#header ul li a{
	font-size				: 100%;
	color					: #666666;
	text-decoration 		: none;
	display					: block;
	float 					: left;
	padding-left 			: 10px;
	width:68px;
}
#header ul li a:hover{
	text-decoration 		: none;
	color					: red;
}
#header img{
	float 					: right;
	margin-right 			: 30px;
}

#content{
	margin-left 			: 50px;
	margin-right 			: 20px;
	
}

#content_tour{
	margin-left 			: 50px;
	margin-right 			: 20px;
	margin-top				: -35px;
	
}

#content_tour a{
	color					: #E31836;
}
#content_tour a:hover{
	color					: #333333;
}

h1{
	color 					: #666666;
	font-size 				: 115%;
	text-transform			: lowercase;
}
#content a{
	color					: #E31836;
}
#content a:hover{
	color					: #333333;
}
#strapline{
	font-size				: 115%;
	color 					: #E31836;
	font-weight 			: bold;
	clear 					: both;
	margin-left 			: 450px;
	padding-top				: 20px;
}

/* CONTACT US */

#CU_content_left{
	float			: left;
	width			: 130px;
	padding-right	: 20px;
	text-align		: left;
}

#CU_content_right{
	float			: left;
	text-align		: left;	
	width			: 220px;
}

#contactTable td{
	font-size		: 100%;
}

.textField{
	border			: 1px solid #666666;
	color			: #666666;
	font-family		: "Trebuchet MS";
	width			: 190px;
}

.textFieldShort{
	border			: 1px solid #666666;
	color			: #666666;
	font-family		: "Trebuchet MS";
	width			: 150px;
}

.textFieldTextArea{
	border			: 1px solid #666666;
	color			: #666666;
	font-family		: "Trebuchet MS";
	font-size		: 90%;
	width			: 190px;
}

.button{
	color			: #333333;
	background-color: whitesmoke;
	font-family		: "Trebuchet MS";
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/* END: CONTACT US */

.hiddenFAQ {
	display: none;
}

.folderImg{
	margin-right:8px;
	float:left;
	margin-bottom:20px;

}
.visibleFAQ{
	margin-left			: 25px;
	display				: block;
}

/* Login */

#Login_content_Left{
	float			: left;
	width			: 225px;
	padding-right	: 20px;
	text-align		: left;
	
}

#Login_content_right{
	float			: left;
	text-align		: left;	
	width			: 250px;
}

.tableRight{
	float:right;
	width:250px;
	font-size:100%;
	padding:2px;
	margin-left: 25px;
}

/* End: Login */

/* news */

#news_grid{
	float					: left;
	width					: 100%;
	min-height				: 350px;

}

*html #news_grid{
	height				: 350px;
}


#news_Holder{
	float					: left;
	width					: 232px;
	min-height				: 150px;
	border					: 1px solid #cccccc;
	margin					: 5px;
	padding					: 7px;
}

*html #news_Holder{
	height				: 150px;
	
}

#news_Holder_bottom{
	padding-left		: 10px;
	margin-top			: 5px;
	clear: both;
}

#news_holder_Image{
	min-height				: 100px;
}

*html #news_holder_Image{
	height				: 100px;
}

#news_holder_Content{
	min-height				: 100px;
	padding-top				: 7px;
}

*html #news_holder_Content{
	height				: 100px;
}

#news_Holder_bottom a
{
	font-size			: 100%;
}

#member_news_next_prev{
	float 				: left;
	width				: 485px;
	padding				: 2px;
	margin-top			: 15px;
	text-align			: right;
}

#supplier_downloads{
	/*float 				: left;*/
	width				: 200px;
	padding				: 2px;	

}

/* end: news */

/* newsletter */

#newsletter_Holder{
	float					: left;
	width					: 482px;
	min-height				: 100px;
	margin-bottom			: 25px;
}

*html #newsletter_Holder{
	height					: 100px;	
}

#newsletter_Holder_Left{	
	float					: left;
	width					: 20px;
	min-height				: 100px;
}

*html #newsletter_Holder_Left{
	height				: 100px;
}

#newsletter_Holder_Right{
	float					: left;
	width					: 462px;
	min-height				: 100px;
}

*html #newsletter_Holder_Right{
	height				: 100px;
}
/* end: newsletter */

/* bulletins */

#bulletin_Holder{
	float					: left;
	width					: 482px;
	min-height				: 20px;
	margin-bottom			: 15px;
}

a.post_Message{
	float					: left;
	width					: 150px;
	height					: 30px;
	border					: 1px solid red;
	text-align				: center;	
	padding-top				: 10px;
	display					: block;
}

a.post_Message:hover {
	background-color		: red;
	color					: #FFFFFF !IMPORTANT;
}

#bulletin_reply_Holder{
	float					: left;
	width					: 512px;
	min-height				: 50px;
	margin-top				: 15px;
	padding					: 5px;
	
}

*html #bulletin_reply_Holder{
	height				: 50px;
}

#bulletin_reply_left{	
	float					: left;
	width					: 30px;
	min-height				: 100px;
}

*html #bulletin_reply_left{
	height				: 50px;
}

#bulletin_reply_right{
	float					: left;
	width					: 430px;
	min-height				: 50px;
}

*html #bulletin_reply_right{
	height				: 50px;
}

#button_Div{
	float					: left;
	width					: 482px;
	margin-top				: 35px;
	padding					: 5px;
}

/* end: bulletins */

p.generalContent{
	width:500px;
}

/* Supplier Divs */

.supplier_Div{

	width						: 96px;
	float						: left;
	margin-bottom				: 15px;
	margin-left					: 3px;
	margin-right				: 3px;
}

a.supDiv{
	color: #666666 !important;
	text-decoration: none;
}

.tableContent td{		
	padding: 5px;
	font-size: 90%;
}

#tableHolder{
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	height: 290px;
	background-color: #F6F6F6;
	margin-top: -5px;
}

.supplier_Div_Image{
	width						: 100px;
	float						: left;	
}

.supplier_Div_Text{

	width						: 350px;
	height						: 35px;
	float						: left;
	padding-left				: 10px;
	padding-top					: 8px;
}

/* End: Supplier Divs */

/* SUPPLIER LIST */

#leisure_supplier_content{
	margin-top:10px;
	width:430px;
	min-height: 350px;
}

*html #leisure_supplier_content{
	height: 350px;
}

#leisure_supplier_content_image{
	width:100px;
	min-height: 350px;
	float: left;
	margin-top: -3px;
	margin-right: -2px;
}

#left_Col{
	float: left;
	width: 100px;
}

.div_leftcol_item{
	float: left;
	width: 100px;
	min-height: 30px;
}

.visible{
	float: left;
	position: absolute;
	width: 270px;
	padding: 7px;
	visibility: visible;
	margin-left: 135px;
	overflow: hidden;
}

.hidden{
	/*float: left;
	position: absolute;
	width: 270px;
	padding: 7px;
	visibility: hidden;*/
	display:none;
	/*margin-left: 135px;*/
}

.html div_leftcol_item{
	height: 30px;
}

*html #leisure_supplier_content_image{
	height: 350px;
	
}

#leisure_supplier_content_text{
	width:280px;
	float: left;
	padding-left: 15px;
	padding-top: 35px;	
}
*html #leisure_supplier_content_text{
}

#leisure_supplier_details_content{
	margin-top:10px;
	width:520px;
	min-height: 350px;
}

*html #leisure_supplier_details_content{
	height: 350px;
}


#leisure_supplier_details_left_col{
	float 				: left;
	width				: 200px;
	min-height			: 350px;	

}

*html #leisure_supplier_details_left_col{
	height				: 350px;	

}

#leisure_supplier_details_right_image{
	float 				: right;
	width				: 270px;
	min-height			: 150px;	
	text-align			: center;
	vertical-align		: top;
	margin-right		: -15px;
	text-align:right;
}

*html #leisure_supplier_details_right_image{
	height				: 150px;	

}
#supplier_logo{
	/*float 				: left;*/
	width				: 200px;
	min-height			: 50px;
	margin-bottom		: 30px;	
	padding				: 5px;
	/*text-align			: center;*/
	vertical-align		: top;
}

*html #supplier_logo{
	height				: 50px;	

}

#supplier_info{
	float 				: left;
	width				: 230px;	
	padding-left:5px;
}


#supplier_info ul{
	margin-left:15px;
}
#supplier_downloads{
	/*float 				: left;*/
	width				: 180px;
	padding				: 5px;	

}

#supplier_downloads a{
	/*font-size			: 80%;*/
}

#supplier_terms{
	/*border					: 1px solid red; */
	text-align				: left;
	padding					: 5px;
	min-height				: 140px;
	overflow				: hidden;
	overflow-y				: auto;
	width					: 270px;
	margin-left				: 9px;
}

*html #supplier_terms{
	height					: 140px;
}

#supplier_next_prev{
	float 				: left;
	width				: 285px;
	padding				: 2px;
	margin-top			: 15px;
	text-align			: left;
	text-align			: center;
}

#member_supplier_next_prev{
	float 				: left;
	width				: 285px;
	padding				: 2px;
	margin-top			: 15px;
	text-align			: center;
}

#member_news_next_prev{
	float 				: left;
	width				: 485px;
	padding				: 2px;
	margin-top			: 15px;
	text-align			: right;
}


/* END: SUPPLIER LIST */

/* POP UP BOX */

/* Classes used by popup box functionality */

.popupBox {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 200;
	border: 1px #696969 solid;
	background-color: white;
	padding: 5px;
	padding-left: 7px;
}

.popupBoxResponseMessages {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
}

/* Definitions for specific implemenations of popup boxes */

#lightboxPopupBox {
	position: absolute;
	visibility: hidden;
	width: 210px;
}

#trailimageid
{
	font-size: 0.75em;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 0px;
	z-index: 200;
}
.printLogo{
	display:none;
}
/*----------------------------------------------------------*/

.left_Col_A{
	color 					: #666666 !important;
	text-decoration 		: none;
}

.left_Col_A:hover{
	color 					: #FFFFFF !important;
}

.imageLeft{
	float		:left;
	margin-right: 15px;
	margin-left	: 5px;
	width: auto;
}

#newsletter_textRight{
	float		: left;
}

/* TOUR NAV STYLES */
li.subNavTour, li.subNavTourBig{
		font-size				: 75%;
		line-height				: 50%;
		padding-left			: 0px;
		
	}



li.subNavTour a, li.subNavTourBig a{
		border-top 				: 1px solid #999999;
		margin-left				: 10px;
		margin-right			: 10px;
		width					: 129px;
		min-height				: 25px;
		color					: #666666 !important;
		padding: 1px;
	}
	
	
	
	li.subNavTour a.last{
		border-bottom 			: 3px solid #999999;
		margin-bottom			: 20px;
	}
	li.subNavTour a:hover, li.subNavTourBig a:hover{
		background-color 		: #cccccc;
	}

	
#leftnavtour{
	background-image		: url(../images/nav_background.gif);
	height					: 515px;
	background-repeat		: no-repeat;
	padding-top 			: 60px;
}
#leftnavtour ul{
	list-style 				: none;
	margin 					: 0px;
	padding 				: 0px;
	text-transform			: lowercase;
}

#leftnavtour ul li a{
	font-size				: 115%;
	color					: #E31836;
	text-decoration 		: none;
	font-weight 			: bold;
	display					: block;
	line-height				: 200%;
}

#leftnavtour ul li a.main{
	padding-left			: 10px;
}
#leftnavtour ul li a:hover{
	color 					: #666666;
}

.hiddenNav{
	display 				: none;
}

#headertour{
	height					: 87px;
	background-repeat		: no-repeat;
	margin-top 				: 40px;
	line-height				: 0.9em;
	text-align				: center;
}

li.subNavTourCurrent a{
		border-top 				: 1px solid #999999;
		margin-left				: 10px;
		margin-right			: 10px;
		width					: 129px;
		color					: #FFFFFF !important;
		background-color		: #999999;
		padding: 1px;
		font-size: 90% !important;
		line-height: 200%;
	}

/* END: TOUR NAV STYLES */

#tour_Pages{
	float: right;
	clear: both;
	margin-right: 20px;
	margin-top: 50px;
	list-style 				: none;
	padding 				: 0px;
}

#tour_Pages li{
	display					: inline;	
	border					: 1px solid #666666;
	height					: 22px;
	width					: 25px;
	margin					: 5px;
	display					: block;
	float					: left;
	text-align				: middle;
	vertical-align			: middle;
	padding-top: 4px;
	color					: #666666;
	background-color		: #FCFCFC;
}
#tour_Pages li a{	
	color					: #666666;
	background-color		: #FCFCFC;
	text-decoration: none;
	height					: 19px;
	width					: 25px;
	display: block;
}
#tour_Pages li.current{
	
	color					: #FFFFFF;
	background-color		: #999999;
}
.testClass {
	color: #000066;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.greyLink {
	color: #666666 !important;
}
h2 {
	font-size: 105%;
}

#footer{
	margin-top		: 20px;
	width			: 100%;
	clear			: both;
	display			: block;
	float			: left;
	text-align		: center;
	color			: #C3C3C3;
	font-size		: 85%;
}

#footer a {
	color			: #CECECE;
	font-weight		: bold;
}
Atag {
}
