html, body {margin: 0; padding: 0; font-size: 100%; }

body {
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-size: 80%;
	color: #000;
	background: #fff; }

#pagetitle {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 210%;
	color: #771464; }

pre {
	margin: 0 0 0 10px;
	padding-top: 8px;
	font-family: Verdana, sans-serif;
	font-size: 95%;
	font-weight: normal; }

p {margin: 0; padding: 8px 7px 0 10px; }

#contents p {font-weight: bold; }

.altcolor {color: #eef7e2; font-weight: bold; }

.altcolor2 {color: #cde7a8; }

.altcolor3 { color: #771464; font-weight: bold; }

#homepagebox {
	margin: 5px 5px 5px 10px;
	padding: 0 5px 5px 0;
	position:relative;
	z-index: -1;
	} /*** for IE6 ***/
  
	
a:link {color: #eef7e2; text-decoration: underline; padding: 1px; }

a:visited {color: #eef7e2; text-decoration: underline; padding: 1px; }

/*a:hover {color: #000; background: #eef7e2; text-decoration: underline; padding: 1px; }*/

#leftbox a:link, #leftbox a:visited {
color: #fff;
text-decoration: none;
 }

.right a:link strong, .right a:visited strong, .right a:link, .right a:visited {
	color: #000; text-decoration: underline; background: #fff; padding: 1px; }
/*** Redundancy in this selector and the one below allows Op6 to display links properly ***/

.right a:hover strong, .right a:hover {color: #771464; background: #fff; padding: 1px; }

#contents a:link, #contents a:visited {
	color: #000; text-decoration: underline; background: #f4e6ef; padding-top: 0; }

#contents a:hover {color: #f9f; background: #233622; padding-top: 0; }

#footer a:link, #footer a:visited {color: #771464; }

#footer {
font-size: 12px;
font-weight: normal;
color: #000;
}
strong {font-weight: bold; color: #233622; }
	
pre strong {color: #000; }

#contents strong {color:  #f9f; }

#contents pre.altcolor2 strong {color: #cde7a8; }

.alignright  {margin: 0; padding: 1em 10px 2em 0; text-align: right; }

.small {font-size: .9em; color: #771464; }

.alignright strong {color: #771464; font-weight: bold; }

.decoration {float: right; margin: 0.5em 1em; position: relative; } /*** for IE6 ***/

html[xmlns] .decoration {margin: 0 1em 0 0; } /*** Moz put the image too low ***/

.kudos {
	margin-top: 3em; 
	border-top: 3px double #233622; 
	border-bottom: 3px double #233622;
	padding-bottom: 5px; }

.dash {border-top: 1px dashed #233622; margin-top: 1em;  }

#bottom {font-size: 1px; line-height:0; margin:0; padding:0;}

/* >>>>> Sidepage extras <<<<< */

h3 {
	font-family: Verdana, sans-serif; 
	font-size: 1.3em; 
	color: #000000;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;}

#rightbox h3, .left h3, .right h3 {
	color: #86b413;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

#demotext h3 {color: #771464; font-size: 1.4em; }

ul {
	color: #000;
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0 10px 1.5em 10px; } 

#contents ul {color: #cde7a8; font-weight: bold; }

.right ul {padding-right: 5px; }

li {padding: 1px;} 

.description li {margin: 10px 0 0 0; padding: 0; }


/* *****>>>>> Demo Styles <<<<<***** */

/*** The #header div has a static position and a background image ***/

#header {
	margin: 0;
	padding: 0; 
	background: url("../images/stay_play_header.png") 76px 0 no-repeat; 
	height: 128px; /*** must be set so the following absolutely positioned divs are placed correctly on initial load of the page***/ 
	vertical-align: bottom;
	} 

#leftbox {
	position: absolute;
	left: 0px;
	width: 61px;
	background-color: #fff;
	color: #000;
	padding-top: 5px;
	top: 135px;
}

#container {
	margin-left: 61px;
	width: 932px;
 }

#navmenu {
	background-color: #879186;
	border: 1px solid #000;
	border-width: 1px 0;
	padding: 3px 0;
	position: relative; } /*** IE6 needs this to display the div ***/ 

/* Hide from IE5-Mac \*/
* html #navmenu {height: 1%;}
/* end hide *//*** This hack will make IE5-win display the background color for the nav ***/ 

#navmenu ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Verdana, sans-serif;
	text-align: center;
	line-height: 1.2em; } 

#navmenu ul li {
  	font-weight: bold;
  	display: block;
  	float: left;
  	position: relative; /*** IE6 needs this to display the links ***/
	padding: 1px 0;
	margin: 3px 0;
	width: 10em;  
	border-right: 2px solid #000; }

#navmenu ul li.first {
	margin-left: 0; 
	list-style: none; }

#navmenu ul li.last {
	border-right: none; }

#navmenu a {
	padding: 3px 0;
	color: #000; } 

#navmenu a:hover {
 	color: #eef7e2;
	background: #879186; }

#navclear {
  	display: block;
	clear: both; }

/*** IE5/Mac has trouble with right positioned boxes due to a secret margin. See  
     - http://www.l-c-n.com/IE5tests/right_pos/index.shtml - Philippe Wittenbergh's page 
     for an explanation of this problem and Sam Foster's page for an explanation of the 
     hack used  - http://www.sam-i-am.com/testsuite/css/mac_ie5_hack.html - ***/
 
#rightbox {
/* position: absolute;
	right: -106px;
	margin-right: -15px;
	width: 274px;
	padding-top: 5px;
	top: 450px;*/
	float: right;
	width: 688px;
}

#rightbox h6{
	font-size: 16px;
	color: #06367b;
	margin-left: 20px;
	width: 450px;
}

/* hide the following from IE5-Mac \*/
#rightbox {
	right: 307x;
	margin-right: 0; }
/* IE5-Mac can see the rest */

#wrapper {
	margin-left: 10px;
	padding-top: 5px;
	width:230px;
	}

}

/*** Tan hack for IE. Only IE browsers see this selector.
     This replaces the old Tantek hack. Please see Edwardson Tan's page.
     http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html ***/

* html #wrapper {
	width: 100%; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
	w\idth: auto; } /*** resets the value for IE6 and IE5-Mac ***/

#wrapper h4, h5 {
color: #06367b;
font-weight;normal;
margin-top: 10px;
}

#wrapper h5 {
color: #06367b;
margin-top: 10px;
}

#wrapper h5 {
color: #d81172;
text-decoration: none;
font-size: 16px;
padding: 1px 0px;
}


#wrapper a:visited {
color: #d81172;
text-decoration: none;
font-size: 14px;
padding: 10px 0px;
}

.left {
	float: left;
	margin-left: 6px;
	width: 52%;
	padding: 5px 0px 5px 0; }

html>body .left {} /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.right {
	float: right;
	width: 45%;
	padding: 5px 0px 5px 0;
	background: #fff; }

html>body .right {margin-right: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.clear {
	clear: both;
	margin: 0;
	padding: 0; }

#contents {
	/*margin: 8px 149px 5px 10px;
	margin-right: 149px;*/
	padding: 0 0 15px;
	margin-left: 10px;
	position: relative;
	width: 652Px;
	font-size: 18px;
} /*** IE6 needs this to display the div ***/

#footer {
	background: #0056a2;
	width: 932px;
	height: 58px;
} 

#navlist {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    list-style:none;
}
#navlist a {
    display:block;
    width:103px;
    color:#fff;
    text-decoration:none;
    background:url("../images/top_buttons.png") no-repeat;

}
#navlist a:hover { 
    background-position:-103px;

}
#navlist a:active {
    background-position:-103px;

}

#navmenupos {
	position: absolute;
	left: 275px;
	top: 103px;
}

#ice {
	float: left;
	padding-right: 5px;
}
#logos {
	float: right;
}

#footertext {
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
	height: 56px;
	vertical-align:middle;
	padding-top: 5px;
}


.tboxg {background: url(../images/conkers_line_t.gif) 0 0 repeat-x; width: auto}
.bboxg {background: url(../images/conkers_line_b.gif) 0 100% repeat-x}
.lboxg {background: url(../images/conkers_line_l.gif) 0 0 repeat-y}
.rboxg {background: url(../images/conkers_line_r.gif) 100% 0 repeat-y}
.blboxg {background: url(../images/conkers_bl.gif) 0 100% no-repeat}
.brboxg {background: url(../images/conkers_br.gif) 100% 100% no-repeat}
.tlboxg {background: url(../images/conkers_tl.gif) 0 0 no-repeat}
.trboxg {background: url(../images/conkers_tr.gif) 100% 0 no-repeat; padding:25px 35px 15px 15px} 

.trboxg h4, h5 {
color: #c9006b;
font-weight: bold;
font-size: 14px;
}

.trboxg h5 {
color: #fff;
padding-bottom: 20px;
font-size: 12px;
}


#firstrow {
/*width: 662px;
margin: 25px;
margin-bottom: 200px;*/
  float: left; 
  font-size: 14px;
}

#c_firstrow {
border-top:0;
}

#firstrow h3 {
/*width: 662px;
margin: 25px;
margin-bottom: 200px;*/
  color: #86b413;
  font-size: 24px;
  }

#secondrow {
/*width: 662px;
margin: 25px;*/

  float: left; 
  margin-top: 10px;
  font-size: 14px;
	border-top:dashed #86b413;
	padding-top: 10px;
}

#secondrow h3 {
/*width: 662px;
margin: 25px;*/
  color: #86b413;
  font-size: 24px;
  }

#conkers_green_box {
background: url(../images/conkers_background.gif) no-repeat;
background-color: #86b413;
width: 313px;
margin-top: 15px;
}

.tall {
line-height: 90%;
}

.hotels h1 {
font-weight: bold;
font-size: 16px;
border: 0;
text-indent: 0;
}


.hotel {
float: left;
width: 178px;
border-right: 1px dashed #9d9e9f;
margin-left: 25px;
}

.hotels img {
float: left;
padding-right: 5px;
}

.hotels a {
text-decoration: none;
color: #000;
float:left;
}