/*

 Blue Plain - Style Sheet v1.0a

 COLORS: 
    #f2f1ed - v.light / bgfill

    #333333 - very dark grey
    #555555 - dark grey
    #A4A4A4 - light grey
    #ededed - very light grey

*/
html { margin: 0; padding: 0;}
body {
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    background: #c9c9c9 url(/uploads/images/main/page-bg.gif) top left;
    background-repeat: repeat-x;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 900px ! important;
    line-height: 16px;
    text-align: center;
}
h1, h2, img, form, div, input, select, span, textarea {
    padding: 0;
    margin: 0;
}
h1, h2 {
    pause: 20ms 30ms;
    voice-family: paul;
    stress: 30;
    richness: 90;
}
table {
    font-size: 11px;
}
h1 { 
    font-size: 28px ! important;
    line-height: 38px ! important;
}
h2 {
    font-size: 18px ! important;
    line-height: 32px ! important;
}
h3 {
    font-size: 16px;
    line-height: 22px;
}
strong, b, p {
    voice-family: juliet, female;
    stress: 50;
    richness: 50;
}
#container {
    position: relative;
    left: 0;
    top: 5px;
    width: 900px;
    padding: 0;
    margin: 0 auto;
    /* second stage background */
    background-color: #ffffff;
}
#container a {
    background-color: transparent;
}

#container p a {
    background-color: transparent;
}
/* Header */
#header-wrap {
    position: relative;
    text-align: center ! important;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
	white-space: nowrap;
}
#header-div {
    position: relative;
	padding: 0;
	margin: 0;
	height: 164px;
	z-index: 0 ! important;
    border-bottom: 1px solid #bababa;
    background-color: #f2f1ed; /* main bg colour for header section */
}
#header-line {
    position: absolute;
    right: 0;
    top: 120px;
	width: auto;
    min-width: 100%;
    height: 0px;
    border-bottom: 1px solid #ededed;
    background-color: #ffffff;
    padding: 0;
	white-space: nowrap;
    z-index: 1;
    visibility: hidden;
}
#header-address {
    position: absolute;
    top: 4px ! important;
    left: 8px;
    text-align: left;
    color: #A4A4A4; /* header, address text colour */
    padding: 0 ! important;
    margin: 0 ! important;
    visibility: hidden;
}
#clock {
    position: absolute;
    top: 10px ! important;
    right: 12px;
    padding: 0 ! important;
    margin: 0 ! important;
}
#date {
    position: absolute;
    top: 138px ! important;
    right: 12px;
    padding: 0 ! important;
    margin: 0 ! important;
}
#header-email {
    position: absolute;
    top: 20px;
    left: 8px;
    text-align: left;
    color: #A4A4A4; /* header email address text colour */
    visibility: hidden;
}
#header-telephone {
    position: absolute;
    top: 20px;
    left: 300px;
    text-align: left;
    color: #A4A4A4; /* header telephone no text colour */
    visibility: hidden;
}
#header-text {
    position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}
#header-text h1 { 
   background: transparent url(/images/header-smaller.jpg) no-repeat 0px 0px;
   width: 900px; 
   height: 164px; 
   float: right;
}
#header-text h1 span {
   display:none
}
#header-full-menu {
    visibility: hidden;
    display: none;
    position: relative;
	top: 137px;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 0 ! important;
	padding-right: 0 ! important;
	min-width: 100px;
	width: 100%;
    text-align: center;
    z-index: 2 ! important;
}
#header-full-menu ul {
    list-style: none ! important;
}
/* new menu tabs rounded */
#full-menu {
    padding:1px 0 0 41px;
    font-size:13px;
    font-weight:bold;
    z-index: 2 ! important;
}
#full-menu li {
    float:left;
    margin:0 5px 0 0;
}
#full-menu li a {
    display:block;
    overflow:hidden;
    background:url(/uploads/images/main/bg-tab.gif) repeat-x top;
    line-height:26px;
    color:#fff;
    cursor:pointer;
    text-decoration:none;
}
#full-menu li a:hover {
    display:block;
    overflow:hidden;
    background:url(/uploads/images/main/bg-tab.gif) repeat-x top;
    line-height:26px;
    color:#fff;
    cursor:pointer;
    color:#ccffff;
}
#full-menu li a span {
    background:url(/uploads/images/main/bg-tab-left.gif) no-repeat left top;
    display:block;
}
#full-menu li a span span {
    background:url(/uploads/images/main/bg-tab-right.gif) no-repeat right top;
    padding:0 10px;
}
#full-menu li.active a {background-position:0 -26px !important;color:#000;}
#full-menu li.active a:hover {background-position:0 -26px !important;color:#000;}
#full-menu li.active span {background-position:0 -26px !important;}
#full-menu li.active span span {background-position:100% -26px !important;}

/* Content */
#content {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    padding: 0;
}
/* three column div layout */
#content .column {
    top: 0;
    position: absolute;
    background-color: #ffffff;
    height: 600px ! important;
    text-align: center;
    overflow: hidden ! important;
}
#content-left {
    left: 0;           /* 2pixel Hack */
    width: 136px;          /* LC width */
    padding: 0;
    margin: 0;
}
#content-left img {
    width: 136px;
}
#content-right {
    left: 452px;
    padding: 0;
    margin: 0;
    width: 448px;
}
#content-middle {
    left: 136px;
    width: 316px;
    padding: 0;
    margin: 0;
}
#content .internalwrap {
    width: 460px;
    height: 100%; 
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
}
#content-middle p {
    display: block;
    font-family: trebuchet ms,geneva ! important;
    font-size: 16px ! important;
    font-weight: normal ! important;
    color: #777777;
    line-height: 22px;
}
/* content internals */
#content hr {
    border: 1px dashed #cccccc;
    height: 1px ! important;
    width: 96%;
    margin-bottom: 1.25em;
    padding: 0;
}
#content div.formwrap {
    text-align: center ! important;
    margin: 0 ! important;
    padding: 0 ! important;
    min-width: 440px ! important;
    width: 100%;
}
#content form {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.5em;
    padding-top: 0;
    margin: 0;
}
#content fieldset {
    border: 1px solid #cccccc;
    padding: 0.5em ! important;
    margin: 0 ! important;
}
#content legend {
    background-color: #ffffff;
    color: #16175a; 
    padding-left: 10px ! important;
    padding-right: 10px ! important;
    padding-top: 0 ! important;
    padding-bottom: 0 ! important;
    margin-right: 0;
    margin-left: 5px ! important;
    margin-top: 0;
    margin-bottom: 1em ! important;
}
html>body #content legend {
    margin-left: 12px ! important;
    margin-bottom: 0 ! important;
}
#content form div {
    line-height: 30px ! important;
}
#content form input, form label, form textarea {
    position: relative ! important;
    display: inline ! important;
    margin: 0 ! important;
    padding: 0 ! important;
}
#content form div.hidelabel label {
    display: none ! important;
    clear: both ! important;
}
#content form label {
    float: left ! important;
    clear: both ! important;
    font-size: 13px ! important;
    padding: .5em;
}
#content form input {
    float: right ! important;
    font-size: 13px ! important;
    padding: .5em;
    clear: right;
}
#content form textarea {
    float: right ! important;
    font-size: 13px ! important;
    padding: .5em;
    clear: right;
}
#content form select {
    float: right ! important;
    font-size: 13px ! important;
    padding: .5em;
    clear: right;
}
#content form p {
    line-height: 16px;
    padding: 0;
}
#content form .submitbutton {
    float: right ! important;
    font-size: 13px ! important;
    padding: .5em;
    clear: right;
}
#content form .inputnc {
    float: right ! important;
    clear: none ! important;
    margin-right: .3em ! important;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
#content div.buttonsdiv {
    clear: both ! important;
    padding-top: 6px ! important;
    padding-bottom: 6px ! important; 
    padding-left: 0; 
    padding-right: 0; 
}
#buttons label {
    display: none ! important;
    clear: none ! important;
}
#submitbtn {
    float: right;
    clear: right ! important;
    margin-left: 1em ! important;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 3px ! important;
    width: 110px;
    height: 28px;
}
#resetbtn {
    float: right;
    clear: none ! important;
    margin-left: 1em;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 3px;
    width: 80px;
    height: 28px;
}
#FindPwdBtn {
    width: 146px;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: .5em ! important;
}
#content p, span, h1, h2, h3 {
    text-align: left;
    margin: 0;
    padding: 0;
}
#content a {
    font-weight: bold;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}
#content ul {
    text-align: left;
    padding-right: 0;
    padding-left: 3em;
    padding-top: 0;
    padding-bottom: 1.5em;
    margin: 0;
}
#content ol {
    text-align: left;
    padding-right: 0;
    padding-left: 3em;
    padding-top: 0;
    padding-bottom: 1.5em;
    margin: 0;
}
#content p {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 1.5em;
}
/* Footer */
#footer {
    clear: both;
	position: relative;
	left: 0;
	padding-top: 6px ! important;
	margin: 0 ! important;
	width: 100%;
    background: transparent url(/uploads/images/main/footer-bg.gif) bottom left no-repeat;
}
#footer-inner {
    position: relative;
    height: 80px;
	right: 0;
	padding: 0 ! important;
	margin: 0 !  important;
	overflow: hidden;
}
html>body #footer-inner {
    height: 80px;
}
#footerdiv {
    position: relative;
    bottom: 0;
    text-align: left;
    padding: 0 ! important;
    margin-left: 0 ! important;
    margin-right: 0 ! important;
    margin-top: 0 ! important;
    margin-bottom: 0 ! important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    /* border-top: 1px solid #cccccc; */
}
#footerdiv a, 
#footerdiv p a, 
#footerdiv a:visited 
{ 
    color: #000000 ! important;
    padding: 2px ! important;
    margin: 0 ! important;
    text-decoration: none;
}
#footerdiv a:hover { 
    color: #000000 ! important;
    background-color: #ededed;
    text-decoration: underline;
}
#footerdiv ul {
    padding-left: .5em ! important;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#copyright
{
    margin: 0 ! important;
    padding-top: 0 ! important;
    padding-bottom: 0 ! important;
    padding-right: 0 ! important;
    padding-left: .75em ! important;
    font-size: 10px ! important;
    font-style: oblique;
}
#copyright a {
    color: #000000 ! important;
    font-weight: bold;
}
#footer-address
{
    margin: 0 ! important;
    padding-top: 0 ! important;
    padding-left: .75em ! important;
    padding-right: 0 ! important;
    font-size: 10px ! important;
    font-variant: small-caps;
}
#validation {
    position: relative;
    right: 0;
    padding: 0 ! important;
    top: -32px;
}
#validation p {
    position: relative;
    float: right;
    display: inline;
    height: 34px;
    padding-right: .5em;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
#validateHTML,
#validateCSS,
#validateWCAG {
    padding: 0;
    margin: 0;
}
#validateHTML a img,
#validateCSS a img,
#validateWCAG a img {
    border: 0;
    padding: 0;
    margin: 0;
}
#validateHTML a:hover,
#validateCSS a:hover,
#validateWCAG a:hover {
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent url(/images/transpix.gif);
}
ul.pipe {
    margin: 3px;
    padding:0;
    list-style-type: none;
}
.pipe li {
    margin: 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("/images/pipe.gif");
    padding-left:5px;
    padding-right:0;
    padding-top:0;
    padding-bottom:0;
    display: inline;
}
fieldset { border: 0; margin: 0; padding: 0.5em; position: relative;}
.nowrap {
	white-space: nowrap;
}
.clear {
	clear: both;
}
.centertext {
    text-align: center ! important;
}
.righttext {
    text-align: right ! important;
}
.lefttext {
    text-align: right ! important;
}
.hidden {
    display: none ! important;
}
a img {
    border: 0;
}
#content .floatright {
    clear: both;
    float: right ! important;
}
#content .fixed220 {
    width: 220px ! important;
}
#content select.fixed220 {
    width: 224px ! important;
}
#content .fixed156 {
    width: 156px ! important;
}
#content select.fixed156 {
    width: 160px ! important;
}
#content .fixed120 {
    width: 120px ! important;
}
#content select.fixed120 {
    width: 124px ! important;
}
#content .fixed56 {
    width: 56px ! important;
}
#content select.fixed56 {
    width: 60px ! important;
}
#content .fixed40 {
    width: 40px ! important;
}
#content select.fixed40 {
    width: 44px ! important;
}
#content .uppercase {
    text-transform: uppercase ! important;
}
#content .fileupload {
    padding: .5em ! important;
    margin: 0;
}
span.red {
    color: #cc0000 ! important;
}
.mainheader {
    color: #666666 ! important;
}
#content ul.subcatlist li a {
    color: #aaaaaa ! important;
    font-size: 11px ! important;
}
.titlepage {
    color: #16175a ! important;
    padding-left: .5em ! important;
    padding-right: 0 ! important;
    padding-top: 0 ! important;
    padding-bottom: 0 ! important;
    margin-left: 0 ! important;
    margin-right: 0 ! important;
    margin-top: 0 ! important;
    margin-bottom: 1em ! important;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background: #ffffff url("/images/silver-shade-down.jpg") ! important;
}
.title {
    color: #888888;
    padding-top: 0 ! important;
    padding-top: .5em ! important;
    padding-bottom: .5em ! important;
    padding-right: 1em ! important;
    /*
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background-repeat: repeat;
    background-position: left center;
    background-image: url("/images/silver-shade-up.jpg");
    */
    min-width: 100px;
    width: auto;
    font-weight: bold;
    font-size: 18px ! important;
    position: relative;
    margin: 0;
}
/* side menu plugin */
#side-menu {
    top: 0 ! important;
    padding-top: 0 ! important;
    padding-bottom: 0 ! important;
    padding-left: 0 ! important;
    padding-right: 0 ! important;
    margin: 0 ! important;
    width: 100%;
}
#side-menu ul {
    padding: 0 ! important;
    margin: 0 ! important;
    width: 100% ! important;
    list-style: none;
}
#side-menu li {
    padding: 0 ! important;
    margin-top: 0 ! important;
    margin-bottom: 0 ! important;
    margin-left: 0 ! important;
    margin-right: 0 ! important;
    width: 150px ! important;
    clear: both ! important;
    height: auto;
    min-height: 27px;
}
#side-menu a {
    float: left;
    color: #000000 ! important; /* side menu text color */
    padding-top: 5px ! important;
    padding-bottom: 7px ! important;
    padding-left: 6px ! important;
    padding-right: 0 ! important;
    margin: 0 ! important;
    font-size: 10px ! important; /* side menu font size */
    font-weight: normal ! important; /* normal or bold */
    width: 150px ! important;
}
#side-menu a.underscore {
    border-bottom: 1px solid #333333 ! important;
}
#side-menu a.normal {
    border-bottom: 1px solid #ffffff ! important;
    background: #f2f1ed url(/images/transpix.gif); /* menu heading block colour */
    color: #666666 ! important;
    font-weight: bold ! important;
}
#side-menu a.underscore:hover {
    border-bottom: 1px solid #ffffff ! important;
    text-decoration: none ! important;
    background-color: #f5f2d5; /* side menu tabs hover colour */
}
#side-menu a.normal:hover {
    border-bottom: 1px solid #ffffff ! important;
    text-decoration: none ! important;
    color: #ffffff ! important;
}
/* side menu rounded corner extras */
#side-menu .cornersDiv {
    height: 0 ! important;
    width: 0 ! important;
    display: none ! important;
    visibility: hidden ! important;
    padding: 0 ! important;
    margin: 0 ! important;
}
#side-menu .cornerTL {
    height: 0 ! important;
    width: 0 ! important;
    display: none ! important;
    visibility: hidden ! important;
    padding: 0 ! important;
    margin: 0 ! important;
    float: left ! important;
    left: 0 ! important;
}
#side-menu .cornerTR {
    height: 0 ! important;
    width: 0 ! important;
    display: none ! important;
    visibility: hidden ! important;
    padding: 0 ! important;
    margin: 0 ! important;
    float: right ! important;
    right: 0 ! important;
}
#side-menu .cornerBL {
    height: 0 ! important;
    width: 0 ! important;
    display: none ! important;
    visibility: hidden ! important;
    padding: 0 ! important;
    margin: 0 ! important;
    float: left ! important;
}
#side-menu .cornerBR {
    height: 0 ! important;
    width: 0 ! important;
    display: none ! important;
    visibility: hidden ! important;
    padding: 0 ! important;
    margin: 0 ! important;
    float: right ! important;
}
#side-menu img.side-menu-image {
    display: inline;
    height: 136px ! important;
    width: 180px ! important;
    padding: 3px ! important;
    border: 1px solid #cccccc ! important;
    clear: both ! important;
    margin-top: 0 ! important;
    margin-bottom: .5em ! important;
    margin-left: auto ! important;
    margin-right: auto ! important;
    visibility: hidden;
}
/* side news */
#side-news {
    color: #666666 ! important;
    padding-top: 0 ! important;
    padding-bottom: 0 ! important;
    padding-left: 0 ! important;
    padding-right: 0 ! important;
    margin: 0 ! important;
    height: auto ! important;
    border: 1px solid #f2f1ed ! important;
}
#side-news h4.newshead {
    background-color: #f2f1ed ! important; /* side news top block colour */
    color: #666666; /* top block text colour */
    padding-top: .5em ! important;
    padding-bottom: .5em ! important;
    padding-left: 1em ! important;
    padding-right: 1em ! important;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent; 
    width: auto;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    margin: 0;

}
#side-news p {
    margin: 5px ! important;
    padding: 0 ! important;
    width: auto;
    text-align: left;
}
#side-news a.headline {
    font-style: normal;
    font-weight: bold;
    color: #999999 ! important;
    font-size: 10px;
}
#side-news p.date {
    text-align: left;
    font-size: 9px;
}
#side-news p.summary {
    text-align: left;
    font-weight: normal;
    color: #333333 ! important;
    font-size: 10px;
}

/* single full width middle column */
#content-middle .full-middle-column {
    float: left;
    width: auto;         /* CC fixed width for IE */
    min-width: 500px;
    margin-right: 0 ! important;
    margin-left: 0 ! important;
    margin-top: 1em ! important;
    margin-bottom: 0;
    clear: both;
}
/* split two equal columns after a previous full width middle column */
#content-middle .left-middle-sub-column {
    float: left;
    width: 220px ! important;         /* CC fixed width for IE */
    margin-right: 0 ! important;
    margin-left: 0;
    margin-top: 1em ! important;
    margin-bottom: 0;
    padding: 0;
}
#content-middle .right-middle-sub-column {
    float: right;
    width: 220px ! important;         /* CC fixed width for IE */
    margin-left: 0 ! important;
    margin-right: 1em ! important;
    margin-top: 1em ! important;
    margin-bottom: 0;
}
#content-middle h4.subhead {
    font-size: 14px;
    color: #555555;
}

/* gallery */
.gallery {
    padding: 3px ! important;
    margin: 3px 3px ! important;
    border: 1px solid #cccccc ! important;
}
.gallery-heading {
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #555555 ! important;
    text-decoration: none ! important;
}
#content-middle a.gallery-heading {
    color: #555555 ! important;
    text-decoration: none ! important;
}

/* two images side by side */
#content-middle .imageL {
    vertical-align: top;
    margin-left: 0;
    margin-right: 2em ! important;
    margin-top: 0;
    margin-bottom: 2em ! important;
}
#content-middle .imageR {
    vertical-align: top;
    margin-left: 2em ! important;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2em ! important;
}

/* three sized images side by side */
#content-middle div.image1 {
    float: left;
    width: 100px ! important;
    height: 140px ! important;
    padding: 4px;
    border: 1px solid #cccccc;
}
#content-middle div.image2 {
    width: 100px ! important;
    height: 140px ! important;
    margin: 0 auto ! important;
    padding: 4px;
    border: 1px solid #cccccc;
}
#content-middle div.image3 {
    float: right;
    width: 100px ! important;
    height: 140px ! important;
    padding: 4px;
    border: 1px solid #cccccc;
}
#content-middle .image1 img,
#content-middle .image2 img,
#content-middle .image3 img {
    margin-top: 0;
    margin-bottom: .5em;
    margin-left: 0;
    margin-right: 0;
    display: inline;
}

/*contact us form */
#contactus legend { padding-top: 8px ! important; font-family: Verdana; font-size: 14px; font-weight: bold; color: #777777; padding-left: 0 ! important; padding-bottom: 10px ! important; }
#contactus input { font-size: 13px; font-family: Arial; padding: 3px 6px; margin: 10px 4px; background-color: #ffffff ! important; line-height: 30px } 
#contactus label { top: 0; font-weight: bold; font-family: Verdana; font-size: 12px; color: #333333; } 
#contactus input, 
#contactus textarea, 
#contactus select { top: 6px; border: 1px solid #7f9db9;  font-size: 13px; font-family: Verdana; color: #333333; padding: 4px; }
.smltitle {
    float: left;
    clear: both;
}
span.contactuspost {
    top: 0; margin: 0; padding: 0; font-family: Verdana; font-size: 14px; font-weight: bold; color: #777777; padding-left: 0 ! important; line-height: 32px ! important;
}
span.smltitle {
    padding-bottom: .5em;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.smltitlehr {
    clear: both;
    width: 100%;
}
.leftsplitdiv {
    float: left;
    width: 50% ! important;
    padding: 0 ! important;
    margin-left: 0 ! important;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 1em;
}
.leftsplitdiv a {
    padding: 0 ! important;
    margin: 0 ! important;
}
.leftsplitdiv img {
    padding: 4px ! important;
    border: 1px solid #cccccc;
}
.rightsplitdiv {
    float: right;
    width: 50% ! important;
    padding: 0 ! important;
    margin-left: 0;
    margin-right: 0 ! important;
    margin-top: 0;
    margin-bottom: 1em;

}
#header-flash-anim {
    position: absolute;
    left: 0;
    top: 0;
	width: 900px;
    height: 240px;
    background-color: transparent;
    padding: 0;
	white-space: nowrap;
    z-index: 1 ! important;
}
.Link_internalpage {
    color: #777777;
    text-decoration: none ! important;
    line-height: 22px;
    font-weight: normal ! important;
    border-bottom: 1px dashed #cccccc;
}
.Link_internalpage:hover {
    color: #777777;
    text-decoration: none ! important;
    line-height: 22px;
    font-weight: normal ! important;
    border-bottom: 1px dashed #777777;
}
.smltitle {
    color: #777777;
}
