/* @override 
	http://computer1.local:3000/stylesheets/master.css
	http://computer1:3000/stylesheets/master.css
	http://localhost:3000/stylesheets/master.css
	http://localhost:3000/stylesheets/master.css?1179333969
*/

/* @group Clear out defaults */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address{
        margin: 1em 0;
        padding: 0;
}

h2, h3, h4, h5, h6{
	margin: .5em 0;
}
li, dd, blockquote{
    margin-left: 1em;
}
form{
	margin-bottom:  1em;
}
form label {
    cursor: pointer;
    line-height: 23px;
    font-weight: bold;
    display:  block;
}
form select{
	width:  200px;
}
fieldset {
    border: none;
}
input, select, textarea {
    font-size: 100%;
    margin:  0;
}
input{
	padding-top:  3px;
}
input.button{
	font-size: 100%;
	width:  164px;
	text-align:  left;
	padding:  0 4px;
}

img{
	border: none;
}
a:focus {outline: none}
/* @end */

/* @group Typography */

 /* @group Typography - General */
html {
  font-size: 75%;
}
body{
	color:  #fff;
	background:  #000;
	color: #5a5e5b;
	font-size: 0.95em;
	line-height:  1.3em;
}
ul, li, ol{
	margin-left: 1em;
}
h2{
	font-size:  150%;	
	color:  #5a5b5e;
}
h3, h4, h5, h6{
	font-size:  140%;
}
h3{
	font-size: 105%;
	color:  #5a5b5e;
	margin: 10px 0;
}
h4{
	font-size: 110%;
	color:  #5a5b5e;
}
h5{
	font-size: 85%;
}
h6{
	font-size: 80%;
}
a{
	text-decoration: none;
	color:  #808386;
}
a:hover{
	color:  #fff;
}
table{
	clear:  both;
	width:  320px;
	border: none;
	padding: 0;
}
th{
	font-weight:  normal;
	vertical-align: top;
	text-align:  left;
	padding:  0;;
}
th, td{
	padding: 0 3px 0 0;
	vertical-align: top;
	line-height: 110%;
	border:  none;
	margin:  0;
}

  /* @end */
  
  /* @group Typography - Specific */

#hd h1{
	text-indent:  -9999px;
	overflow:  hidden;
	background: url(/images/hd-elior.png) left no-repeat;
	height: 60px;
	margin:  0;
}
#hd h1 a{
	display:  block;
	height:  100%;
}

#hd #nav a.active{
	color:  #fff;
}

.col p, .col table, .col h3, .col h4, .col h5, .col h6, .col fieldset, .col button{
	margin-left: 15px;
	margin-right: 15px;
}
.col ul, .col img.contextual{
	margin:  10px 15px;
}
.col li{
	margin-bottom:  .5em;
}
.col h2, .fake-h2{
	padding:  0 16px;
	height:  43px;
	line-height: 56px;
	background:  #c7c8cb;
	margin-top:  0;
	margin-bottom:  18px;
	border-bottom: 2px solid #000;
	overflow: hidden;
}
.col a:hover{
	color:  #000;
}

#bd .col ul {
	margin-left:  15px;
	margin-bottom: 1em;
	margin-top:  1em;
}
#bd .col ul.pagenav{
	margin-top: 0;
	margin-bottom: 0;
}
#bd .col ul li {
	line-height: 110%;
	list-style: none;
	padding-left: 15px;
	margin-left: 5px;
	background: transparent url(/images/bullet-arrow-s.gif) left no-repeat;
}
#bd .col ul.pagenav li {
	list-style: none;
	padding-left: 20px;
	margin-left: 0;
	background: transparent url(/images/bullet-arrow.png) left no-repeat;
}
p.paging{
	padding-left:  10px;
	background: url(/images/bullet-arrow-s.png) 0 5px no-repeat;
	margin-bottom:  5px;
	margin-top:  0;
	font-size: 90%;
}
p.paging.numbers {
	background-position: 0 4px;
}
p.paging a{
	margin: 0 1px;
}
p.paging a.active {
	color:  #000;
}
#bd .highlight ul{
	color:  #808386;
	font-size: 140%;
	margin-bottom: 20px;
	margin-top:  20px;
}
#bd div .highlight ul li{
	margin-bottom:  5px;
	background: transparent url(/images/bullet-venue.gif) left no-repeat;
}
a.pdf{
	padding-left: 20px;
	background: url(/images/icon-pdf.png) left no-repeat;
	font-weight: bold;
}
#ft{
	font-size: 96%;
}
#ft p,
#ft p a {
  color: #fff;
}
#ft p span{
	line-height: 30px;
	float: left;
	width:450px;
	padding-bottom: 20px;
}
#ft p span.contact a {
	margin-left: 0.6em;
}
#ft p span.contact a:hover {
  text-decoration: underline;
}
#ft span.slogan{
	float:  right;
	text-align: right;
	width: 250px;
	margin-top: -1px;
}
#ft span.slogan img {
  position: relative;
  top: 3px;
}
.row.second h3{
	display:  block;
	margin-bottom:  -1.2em;
	padding-bottom: 0.5em;
	font-size:  1.1em;
} 
.row.second h2{
	font-size: 1.2em;
}

blockquote.testimonial{
	margin-left:  0;
	font-weight:  bold;
	font-size: 120%;
	line-height: 1.3em;
	color:  #5a5b5e;
}

body.venue .row.first .col {
  color: #333333;
	font-size: 1.1em;
	line-height: 1.3em;
}

.smallcaps {
  font-size: 0.8em;
}

/* @end */

/* @end */

/* @group Layout */
body{
	padding-left: 30px;
}
#doc{
	text-align: left;
	width: 706px;
}

/* Primary Nav */
#hd *{
	margin: 0;
	padding: 0;
}
#hd #nav{
	border-top:  1px solid #323032;
	border-bottom: 	1px solid #323032;
	height: 30px;
}
#hd #nav #ul, #hd #nav li{
	margin:  0;
	padding:  0;
	display:  inline;
	line-height: 30px;
}
#hd #nav a{
	margin-left: 20px;
}

#hd #nav fieldset {
	height: 30px;
	display: inline;
}
#hd form #nav label{
	font-weight: normal;
	color: #808386;
}
#hd #nav li fieldset, #hd #nav li label, #hd #nav li select{
	display:  inline;
	margin: 0;
	float:  left;
	padding:  0;
}
#hd #nav li #frmEvent label{
  margin-left: 20px;
}
#hd #nav fieldset{
	position: relative;
	top: 4px;
}
#hd #nav li select{
	width:  110px;
	font-size:  80%;
	margin:  4px 5px 0 5px;
}

/* Secondary Nav */
#secnav, #hd .banner{
	height:  4.8em;
	padding: 0.8em 0;
}
#secnav ul{
	margin:  0; 
	padding: 0;
}
#secnav ul li{
	display:  inline;
	margin-left:  0;
	padding: 0 14px 0 0;
	background:  url(/images/bullet-secnav.png) right no-repeat;
	line-height:160%;
	list-style-type: none;
}
#secnav ul li.prev a, #secnav ul li.more a, #secnav li.active a{
	color:  #fff;
}
#secnav ul li.first{
	padding-left: 0;
}
#secnav ul li.last{
	background:  0;
	padding-right: 0;
}

/* Rows */
.row{
	float: right;
	width: 706px;
	display: inline;
	background: #e1e2e2 url(/images/row-bg.png) top repeat-y;
	border-bottom:  2px solid #000;
	padding: 0;
	clear:  right;
}
.row.w-right{
	background: #e1e2e2 url(/images/row-bg-w-r.png) top repeat-y;
}
.home .row{
	margin-top: 59px;
	background: #e1e2e2 url(/images/row-bg-home.png) top repeat-y;

}
.booking .row{
	background: #e1e2e2 url(/images/row-bg-1-3.png) top repeat-y;
}

/* cols */

.col{
	width:  352px;
	min-height: 345px;
	display: block;
	float:  left;
	color:  #5b5b5b;
	display: inline;
	padding-bottom: 15px;
	position:  relative;
}

p.paging{
	position: absolute;
	bottom:  5px;
	left: 0;
}

p.paging.next{
	right: 0;
	left: auto;
	bottom: 15px;
}
#bd .col.non-text{
	padding: 0;
}
.col.second{
	float:  right;
}
.col.non-text img{
	padding: 0;
	border: 0;
	margin:  0;
	float: left;
}

.home .col{
	float: left;
	margin-right: 2px;
	width: 175px;
}

.booking .col{
	width:  175px;
	float: left;
}
.booking #frmBooking .col{
	width: 264px;
	float:  left;
}
.home .col.flash{
	width: 531px;
	margin-right: 0;
}
.home .col.flash .col {
	margin-top: 10px;
}
.home .col.fourth {
	margin-right: 0;
}
.home .col {
  padding-bottom: 0;
}
.calendar table th.dtstart{
	width: 70px;
}
/* @end */


/* @group Niggly bits */
.home #hd {
	margin-bottom: 11px;
}
.home .flash {
	margin: -59px 0 0 0;
	padding-bottom: 0;
}
.home .flash embed {
  margin-bottom: -3px;
}
h1.t_weare {
	margin: 18px 0 8px 0;
	height: 23px;
}

.sitelist ul#partners, .sitelist ul#partners li{
	margin:  0;
	padding: 0;
	list-style: none;
}
.sitelist ul#partners li{
	border-bottom:  1px solid #ccc;
	float:  left;
	clear:  both;
	overflow:  hidden;
	width:  100%;
	background: #fff;
	line-height: 1.3em;
}
.sitelist ul#partners li.last { border-bottom: 0; }

.sitelist ul a.image {
	display:  block;
	float:  left;
	width:  135px;
	text-align:  center;
}
.sitelist ul a img{
	margin:  0 auto;
}
.sitelist ul h4 a{
	color: #5a5b5e;
}
.sitelist ul div{
	display: block;
	width:  195px;
	float:  right;
	margin-right:  10px;
	padding-bottom: 5px;
}
.sitelist h4{
  font-size: 0.95em;
  margin: 0.5em 0 0.3em 0;
}
.sitelist p{
	margin:0
}
/* @end */

/* @group Booking Form */

#frmBooking fieldset{
	margin-top:  20px;
	margin-bottom:  20px;
}
#frmBooking input{
	width:  auto;
}
#frmBooking input.txt{
	height: 14px;
}
#frmBooking input.txt, #frmBooking select, #frmBooking #booking_futher_info{
	width:  155px;
}
#frmBooking div.fields{
	margin-bottom:  10px;
}
#frmBooking label{
	float:  left;
	clear: left;
	width:  70px;
	font-weight:  normal;
	line-height:  18px;
}
#frmBooking p{
	padding-left: 0;
	margin-left: 0;
}
body #frmBooking div.checkboxes{
	margin-bottom:  15px;
	padding:  0;
	clear:  both;
	float:  left;
}
#frmBooking .checkboxes div{
}
#frmBooking .checkboxes input{
	margin-right: 5px;
	padding:  0;
	display: inline;
	float:  left;
	clear:  left;
	line-height:22px;
}
#frmBooking .checkboxes label{
	width:  190px;
	line-height:1.4em;
	float:  none;
	clear:  right;
}
#frmBooking .fields.dates label, #frmBooking #booking_number_days, #frmBooking label.Comments{
	width: 70px
}
#frmBooking .fields.dates{
	margin:  15px 0;
}
#frmBooking .fields.dates select{
	font-size:  80%;
	width:  45px;
}


/* @end */

/* @group Titles */

h2.t_testimonials, h2.t_ethical, h2.t_partners, h4.t_yourdetails, h4.t_venueandevent,
h2.t_register, h2.t_why, h2.t_promotions, h2.t_latestprojects, h2.t_rafmuseum, h2.t_calendar,
h2.t_legal{}
h1.t_weare{
	text-indent: -9999px;
	overflow: hidden;
	background-position: bottom left;
	background-repeat: no-repeat;
}
/*
h2.t_testimonials{
	background-image:  url(/images/titles/title_testimonials.gif);
}
h2.t_ethical{
	background-image:  url(/images/titles/title_ethical.gif);
}
h2.t_partners{
	background-image:  url(/images/titles/title_partners.gif);
}
h2.t_register{
	background-image:  url(/images/titles/title_register.gif);
}
h2.t_why{
	background-image:  url(/images/titles/title_why.gif);
}
h2.t_promotions{
	background-image:  url(/images/titles/title_promotions.gif);
}
h2.t_latestprojects{
	background-image:  url(/images/titles/title_latestprojects.gif);
}
h2.t_rafmuseum{
	background-image:  url(/images/titles/title_rafmuseum.gif);
}
h2.t_calendar{
	background-image:  url(/images/titles/title_calendar.gif);
}
h2.t_legal{
	background-image:  url(/images/titles/title_legal.gif);
}
#frmBooking h4.t_yourdetails{
	background-image:  url(/images/titles/title_yourdetails.gif);
	margin-top: 6px;
}
#frmBooking h4.t_venueandevent{
	background-image:  url(/images/titles/title_venueandevent.gif);
	margin-top: 6px;
}
*/
h1.t_weare{
	background-image:  url(/images/titles/title_weare.gif);
}
/* @end */