body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, Tahoma, Verdana;
}
#header {
	background: #5485C5;
	text-align: center;
}

/* Phark the footer */
#footer h1 {
	text-indent: -5000px;
	background: url(images/footerbg.jpg) top center;
	height: 118px;
	margin-top:0px;
}
#outer_wrapper {
	background: #fff url(background_3.gif) repeat-y left;
}
#wrapper {
	background: url(background_2.gif) repeat-y right;
}

#container {
	width: 100%;
	float: left;
	margin-right: -55px;
}
#content {
	margin-right: 55px;
	background: url(images/home_leftbg.gif) repeat-y left bottom;
	min-height: 300px;
}
#main {
	margin-left: 265px;
	text-align: left;
}

#content_direntry {
	margin-right: 55px;
}
#main_direntry {
	margin-left: 50px;
	text-align: left;
}

#left {
	width: 213px;
	float: left;
	padding-left: 22px;
	padding-right: 30px;
	text-align: left;
	background: url(images/home_left_top.gif) no-repeat top center;
}
#sidebar {
	width: 240px;
	float: right;
	padding-left: 15px;
	background: url(images/home_right_top.gif) no-repeat top center;
}
#footer {
	text-align: center;
	height: 145px;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}

/* Additional Styling  */
#search_form label, #search_form_activities label {
	display:block;
	width: 115px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	margin-top: 10px;
}
#search_form select, #search_form_activities select {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
}
#search_form input, #search_form_activities input {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
}

/* Phark the header */
#header h1 {
	text-indent: -5000px;
	background: url(images/headerpics/pic6.jpg) top center;
	height: 132px;
	margin-top:0px;
}
#header p {
	font-family: Helvetica, Tahoma, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: -14px;
	text-decoration: none;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Main font styling */
#wrapper h1 {
	font-family: Helvetica, Tahoma, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #2F5D99;
	margin-top: 10px;
}

/*footer Styling */
#footer p {
	padding: 6px;
	border: 1px solid #000000;
	background-color: #EEEEEE;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #2F5D99;
}

#footer a {
	text-decoration: none;
	color: #2F5D99;
}

#footer a:hover {
	text-decoration: underline;
	color: #2F5D99;
}

/* main paragraph styling */
p {
	font-family: Helvetica, Tahoma, Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #2F5D99;
	line-height: 18px;
}

hr {
	background-color: #283794;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #2F5D99;
}

h2 a {
	color: #2f5d99;
    text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}


h3 {
	font-size: 15px;
	font-weight: bold;
	color: #2F5D99;
}

#accommodation {
	font-size: 13px;
	color: #2F5D99;
}

#accommodation caption {
	font-weight:bold;
	text-align: left;
	margin-left: -1000px;
}

#accommodation .odd {
	background: #E5E8FF;
}

/*Logo padding */
.logopadding {
	padding: 6px;
}

/*Image padding*/
.img_left {
	float: left;
	text-align: left;
	padding: 5px 15px 5px 5px;
}

.img_right {
	float: right;
	text-align: right;
	padding: 5px 5px 5px 15px;
}

.imgpadding {
	padding: 5px 5px 5px 15px;
}

/* Styling for symbols key page */
.symbolkey {
	padding: 0px;
	margin: 10px 10px 10px 10px;
	width: 100px;
	height: 75px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #2F5D99;
}


/* Form Styling */
.clear {
  clear: both;
}

#main form {
  font-size: 1.4em;
}


/* fieldset styling */
#main fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#main legend {
	font-weight: bold;
	color: #000000;
}

#main form p {
  position: relative;
	width: 100%;
}

#filter_results {
	margin-left: 180px;
}

/* style for  labels */
#main label {
	float: left;
	width: 18em;
	margin-bottom: 3px;
}

#filter label {
	float: left;
	width: 10em;
	font-size: 0.8em;
}

/* style for required labels */
#main  label .required {
	font-size: 0.83em;
	color:#760000;
}

/* style error messages */
#main label .feedback {
	position: absolute;
	margin-left: 11em;
	left: 200px;
  right: 0;
	font-weight: bold;
	color:#760000;
	padding-left: 18px;
	background: url(images/error.png) no-repeat left top;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#main input {
  width: 200px;
}

#main  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#main  input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#main  input:focus, textarea:focus {
	background: #ffc;
}

#main  input.radio {
  float: left;
	margin-right: 1em;
}

#main  textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}


#formoffers {
  	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#formoffers div {
  width: 15em;
  margin-left: -50px;
  float: left;
}

#formoffers label {
	margin-left: -65px;
  width: 3em;
  float: none;
  display: inline;
}

#formoffers p {
	margin: 0.3em 0;
}

/* external link styling */
/* external links
================================== */

a[href^="http:"] {
  background: url(images/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}

a[href^="http://www.s-h-a.co.uk"] {
  background-image: none;
  padding-right: 0;
}
#brochure_left{
	width: 450px;
	float: left;
}
#brochure_right{
	width: 200px;
	float: left;
}
#share, #print, #embed {
	display: none;
}
