html, body {
    height: 100%;
}

body {
/*
    background: #181818 url('/images/background.jpg') top center no-repeat;
    background-attachment: fixed;
    font: 12px arial;
    color: #eeeeee;
    margin-top: 160px;
*/
}

#tinymce, body.mceContentBody {
    background: none;
}

#container {
    background-color: #ECECEC;
    border: 1px solid #000;
    margin: 0px auto;
    width: 1170px;
    text-align: center;
}

p, td, a {
/*
    font: 12px arial;
    color: #eeeeee;
*/
}

h1,
h2,
h3,
h4,
h5
{ 
    font-family: Trebuchet MS;
}

input#button {
    background: url('/images/searchButton.jpg') no-repeat;
    border: 0px;
    height: 24px;
    width: 25px;
}

.leftmenu, a.level-0 {
/*
    background: transparent url('/images/nav-item-background.jpg') repeat-x;
    border-left: 1px #000 solid;
    line-height: 38px;
    display: block;
*/
    color: #a6a6a6;
    font: 15px arial;
    text-align: center;
    text-decoration: none;
    width: 216px;
}

a.selected, 
a.level-0:hover 
{
    color: #000 !important;
}

.slideshow { height: 250px; width: 232px; margin: auto; position: relative; display: block; }
.slideshow img { padding: 10px; border: 1px solid #ccc; background-color: #eee; display: block; }

.cycle {
    border: 0px #000 solid;
}

li.lightbox {
    list-style: none !important;
}

#copyright-region a,
#copyright-region td
    {
	color: #000;
	font: 10px arial;
	text-decoration: none;
    }

.plain-section
{
    padding: 0px 6px;
}

#content-block
{
    padding: 0 15px 0 10px;
}

#copyright-region
{
    padding: 0px 10px;
}

/* Custom Button Colours */

.button-cblue .btn-info,
div.button-cblue .btn-primary
{
    color: #fff;
    background-color: #00557C;
    border-color: #00557C;
}

.button-cblue .btn-info:hover,
.button-cblue .btn-info:focus,
.button-cblue .btn-info.focus,
.button-cblue .btn-info:active,
.button-cblue .btn-info.active,
.button-cblue .open > .button-cblue .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #006696 !important;
    border-color: #00557C !important;
}
