body {
font: 80% "Trebuchet MS", arial, verdana, sans-serif;
background: none;
width: 100%;
}

/* default links */
a:link, a:visited, a:active {
color: #284160;
text-decoration: none;
}

/* logo and tourism logo */
#banner-image-container {
display: none;
}

#logo img, #tourist-board img {
display: none;
}

/* content structure */
#content-left {
display: none;
}

#side-img {
display: none;
}

#content-right {
position: relative;/*ie needs this to show float */
color: #000;
}

#content-right-inner {
width: 100%;
float: right;
}

/* right column styling */
#content-right-inner a:link, #content-right-inner a:visited, #content-right-inner a:active {
text-decoration: underline;
}

/* left column */
#content-left-inner {
display: none;
}

/* left column menu */

#side-menu {
display: none;
}

/* coloured room bullets */
li.bullet-1 { list-style-image: url(/images/pch/bullet-1.png); }
li.bullet-2 { list-style-image: url(/images/pch/bullet-2.png); }
li.bullet-3 { list-style-image: url(/images/pch/bullet-3.png); }
li.bullet-4 { list-style-image: url(/images/pch/bullet-4.png); }
li.bullet-5 { list-style-image: url(/images/pch/bullet-5.png); }

img.bullet-1 { border: none; border-top: 8px solid #00dcff; border-bottom: 8px solid #00dcff; }
img.bullet-2 { border: none; border-top: 8px solid #9966cc; border-bottom: 8px solid #9966cc; }
img.bullet-3 { border: none; border-top: 8px solid #280099; border-bottom: 8px solid #280099; }
img.bullet-4 { border: none; border-top: 8px solid #94006b; border-bottom: 8px solid #94006b; }
img.bullet-5 { border: none; border-top: 8px solid #008080; border-bottom: 8px solid #008080; }

#bann-foot {
display: none;
}

/* footer */
#footer {
clear: both;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}

#footer .hr  {
border-top: 5px solid #284160;
}

h1 {
font-size: 2.4em;
letter-spacing: -1px;
font-weight: bold;
color: #284160;
}

h2 {
font-size: 1.6em;
font-weight: bold;
color: #404040;
margin-top: 1em;
color: #284160;
}

table.withborders {border-collapse: collapse; margin-top: 10px; margin-bottom: 10px;}
table.withborders td {border: 1px solid #000000; padding: 4px; text-align: left; vertical-align: middle;}
table.withborders th {border: 1px solid #000000; padding: 5px; font-weight: 600; text-align: center; vertical-align: middle;}
table.withborders tr.center td {text-align: center;}
table.withborders tr.right td {text-align: right;}
table.withborders tr td.center {text-align: center;}
table.withborders tr td.right {text-align: right;}
table.withborders tr td.left {text-align: left;}

p {
margin: 0 0 1em 0;
letter-spacing: 0.01em;
word-spacing: 0.05em;
line-height: 1.4em;
}

span.italic {
font-style: italic;
}

img.right {
border: 1px solid #000000;
float: right;
margin: 5px 0 5px 5px;
}

img.left {
border: 1px solid #000000;
float: left;
margin: 5px 5px 5px 0;
}

img.center {
display: block;
margin-left: auto;
margin-right: auto;
border: 1px solid #000000;
margin-top: 5px;
}

table {
width: 100%;
}

td {
padding: 5px 0 0 5px;
}

td.right {
text-align: right;
}

td.center {
text-align: center;
}

td.left {
text-align: left;
}

td.enquiryRight {
text-align: left;
width: 50%
}

td.enquiryLeft {
text-align: right;
width: 50%;
}

span.bold {
font-weight: bold;
}

#content-right ul {
list-style-type: disc;
margin-left: 30px;
margin-bottom: 15px;
}

p.noBr {
padding: 0px;
margin: 0px;
}

p.center {
text-align: center;
}

p.right {
text-align: center;
}

input, textarea {
width: 250px;
border: 1px solid #000000;
padding: 2px;
}

.clearLeft {
clear: left;
}

.clearRight {
clear: right;
}

.separator {
margin-bottom: 2em;
overflow: auto;
width: 100%;
}