/* general
--------------------------------------------------- */

body * {
	padding: 0;
	margin: 0;
}

body {
	background: rgb(212,212,212);
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 10px 0;
	padding: 0;
	color: rgb(80,80,80);
	font-size: 10pt;
}

img {
	display: block;
	border: 0;
}

em, cite {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.hide {
	display: none;
}



/* globalwrapper, toolswrapper
--------------------------------------------------- */

#globalnavwrapper, #toolswrapper {
	display: none;
}



/* mainwrapper
--------------------------------------------------- */

#mainwrapper {
	clear: both;
	position: relative;
	margin: 0 auto;
	background: #fff;
	width: 100%;
}



/* header
--------------------------------------------------- */

#header {
	display: none;
}



/* primarynav
--------------------------------------------------- */

#primarynav {
	display: none;
}



/* localnav
--------------------------------------------------- */

#localnav {
	display: none;
}



/* contentandpromoswrapper
--------------------------------------------------- */

#contentandpromoswrapper {
	width: 100%;
}



/* contentwrapper
--------------------------------------------------- */

#contentwrapper {
	width: 100%;
	font-size: 100%;
}

#nopromos #contentwrapper {
	width: 100%;
}



/* content
--------------------------------------------------- */

#content {
	width: auto;
}

#nocontentsidebar #content, #nopromos #content {
	width: 100%;
}

#content h2 {
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: rgb(57,104,33);
}

#content h3 {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0.1em;
	color: rgb(57,104,33);
}

#content h4 {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0.1em;
	color: rgb(57,104,33);
}

#content p {
	line-height: 1.4em;
	margin-bottom: 1em;
}

#content ul, #contentsidebar ul {
	margin-bottom: 1em;
	line-height: 1.4em;
	padding-left: 1.5em;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: rgb(33,71,18);
	border-bottom: 1px rgb(33,71,18) dotted;
}

#content a:hover, #content a:active {
	text-decoration: none;
	color: rgb(57,104,33);
	border-bottom: 1px rgb(57,104,33) dotted;
}



/* infotable
--------------------------------------------------- */

#infotable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

#twocolwrapper {
	width: 50%;
}

#infotable th, #infotable td {
	padding: 5px 10px;
	margin: 0;
	vertical-align: top;
	border: 1px rgb(200,200,200) solid;
	font-size: 75%; /* for IE5/IE5.5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 85%; /* actual height */ 
}

html>body #infotable th, html>body #infotable td { /* be nice to Opera 5 */
	font-size: 85%;
}

#infotable th {
	background: rgb(225,225,225);
	color: rgb(57,104,33);
	font-weight: normal;		
}

#infotable img, #infotable a:link, #infotable a:visited, #infotable a:hover, #infotable a:active {
	border: 0;
}



/* contentsidebar
--------------------------------------------------- */

#contentsidebar {
	float: right;
	width: 25%;
	margin: 0 0 10px 10px;
	font-size: 75%;
	border: 1px #ccc solid;
}

#contentsidebar h3 {
	font-size: 160%;
	margin-bottom: 0.5em;
}

#tariff, #facilities {
	background: rgb(240,231,117);
	padding: 5px 10px 10px 10px;
	width: 145px; /* for IE5/IE5.5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 125px; /* actual width */
}

html>body #tariff, html>body #facilities { /* be nice to Opera 5 */
	width: 125px; 
}

#tariff {
	border-bottom: 10px #fff solid;
}



/* listitem
--------------------------------------------------- */

.listitem {
	position: relative;
	background: rgb(241,241,241);
	border: 1px rgb(225,225,225) solid;
	width: 100%;
	margin-bottom: 1em;
}

#content h3.listitemheading {
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 0.1em;
	color: rgb(57,104,33);
}

.listitem td {
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

.infobox {
	background: rgb(240,231,117);
	padding: 5px 10px 7px 10px;
	border: 1px rgb(222,201,118) solid;
	width: 128px;	
}

#content h4.infoboxheading {
	font-size: 120%;
	font-style: normal;
	margin-bottom: 0.5em;
}

#content .infobox p {
	margin: 0;
}

#content .submit, #content .submitroll {
	margin-top: 0.5em;
}



/* gallery
--------------------------------------------------- */

#gallery {
	position: relative;
	width: 740px;
	padding-bottom: 30px;
}

#gallery img#placeholder {
	margin-bottom: 1px;
}

#gallery dd#caption {
	padding: 2px 5px;
	color: rgb(204,204,204);
	background-color: rgb(90,90,90);
	font-size: 75%;
	width: 740px; /* value for IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 730px; /* actual value */
}

html>body #gallery dd#caption {
	width: 730px; /* be nice to Opera 5 */
}

#gallery ul {
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
}

#gallery ul li {
	float: left;
	padding: 0 2px 2px 0;
	margin: 0;
	width: 146px;
	line-height: 0;
}

#gallery ul li a:link, #gallery ul li a:visited, #gallery ul li a:hover, #gallery ul li a:active {
	border: 0;
	padding: 0;
	margin: 0;
}

#gallery ul img {
	display: inline;
	margin: 0;	
}

#gallery p.extrapadding {
	padding-top: 1em;
	color: #fff;
}



/* form
--------------------------------------------------- */

#form {
	width: 100%;
	border: 0;
	margin-top: 0.5em;
}

#form th, #form td {
	vertical-align: top;	
	padding: 0.5em 1em;
	text-align: left;	
}

#form th {
	width: 40%;
	font-size: 85%;	
	font-weight: normal;
	background: rgb(225,225,225);
}

#form td {
	width: 60%;
	background: rgb(241,241,241);
}

#form td.radio {
	font-size: 85%;
}

#form input, #form textarea, #form select {
	font-size: 85%;
	padding: 2px;
	width: 250px;
	color: rgb(90,90,90);
	background: #fff;
	border: 1px rgb(185,185,185) solid;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#form textarea {
	height: 100px;
}

#form select {
	width: auto;
	padding: 0;
}

#form td.checkbox input {
	width: auto;
	padding: 0;
	border: 0;
	background: 0;
}

#form select option {
	padding-right: 2px;
}

#form input.radioinput {
	width: 25px;
	background: none;
	border: 0;
}

#form input.radioinput {
	width: 25px;
	background: none;
	border: 0;
}

#form input:focus, #form textarea:focus {
	background: rgb(245,245,245);
}

#enquiriessubmit input.submit, #enquiriessubmit input.submitroll {
	color: #fff;
	font-size: 70%;
	padding: 2px 5px;
	border: 0;
	width: 300px;
	letter-spacing: 0.1em;
	margin-top: 1em;
	text-transform: uppercase;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border: 1px #ccc solid;
}



/* promos
--------------------------------------------------- */

#promos {
	display: none;
}



/* footer
--------------------------------------------------- */

#footer {
	display: none;
}
