body {
margin: 15px 7% 0 7%;
font: 80% "Trebuchet MS", arial, verdana, sans-serif;
background: #efefef url(/images/pch/bell-bg.png) no-repeat top center;
}

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

a:hover{
color: #3F6597;
}

/* logo and tourism logo */
#banner-image-container {
position: relative;
height: 250px;
}

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

#logo { width: 449px; height: 115px; position: absolute; left: 20px; top: 25px; }
html>body #logo { background: url(/images/pch/logo.png) no-repeat top center; }
* html #logo { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/pch/logo.png', sizingMethod='image'); }

/* content structure */
#content-left {
position: relative;/*ie needs this to show float */
width: 225px;
float: left;
}

#side-img {
position: relative;
width: 200px;
height: 145px;
margin: 20px auto 20px auto;
overflow: auto;
}

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

#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 {
margin-right: 0.2em;
}

#content-left-inner p a:link, #content-left-inner p a:visited, #content-left-inner p a:active {
text-decoration: underline;
}

/* left column menu */

#side-menu {
padding: 10px 0 10px 5px;
background: #7C9EC0 url(/images/pch/menu-fade.png) repeat-x;
margin-right: 10px;
}

#side-menu li {
font-size: 1.6em;
margin-bottom: 0.1em;
}

#side-menu li.selected {
list-style-image: url(/images/pch/main-bullet.png);
margin-left: 18px;
}

#side-menu li ul {
margin: 0.4em 0 0.4em;
}

#side-menu li ul li {
font-size: 0.7em;
margin: 0.1em 0 0.1em 3em;
}

#side-menu li ul li.selected2 {
font-weight: bold;
}

/* 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; }

/* how to find us */
h5 {
margin-top: 2em;
font-weight: bold;
}

h5 img{
display: block;
margin: 0 auto 0 auto;
}

#stb {
display: block;
margin: 20px auto 5px auto;
}

#bann-foot {
clear: both;
margin-bottom: 10px;
height: 150px;
width: 830px;
float: right;
}

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

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