/*

 Blue Plain - Style Sheet v1.0a

 COLORS: 
    #ede8dd - vlight bgfill
    #00925C - light blue hover-fill
    #00925c - mid blue header
    #AAB6A2 - light green
    #87907D - mid green
    #00925c - dark blue links

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

*/
html { /* height: 100%; */ margin: 0; padding: 0;}
body {
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #494949; /* full page bg */
    color: #ffffff;
    font-family: Tahoma, Verdana, sans-serif ! important;
    font-size: 12px;
    /* height: 98.8%; */
    width: 900px ! important;
    line-height: 16px;
    text-align: center;
    /* letter-spacing: 1px; */
}
h1, h2, img, form, div, input, select, span, textarea, a {
    padding: 0;
    margin: 0;
}
h1, h2 {
    pause: 20ms 30ms;
    voice-family: paul;
    stress: 30;
    richness: 90;
}
table {
    font-size: 11px;
    margin-bottom: 1em;
    clear: both;
}
h1 { 
    font-size: 28px ! important;
    line-height: 38px ! important;
}
h2 {
    font-size: 18px;
    line-height: 32px;
}
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;
    background-color: #343434; /* second stage background */
    /* overflow: hidden; */
    /* border: 1px solid #00925c; */
}
#container a {
    /* color: #333333 ! important; */
    background-color: transparent;
}

#container p a {
    /* color: #333333 ! important; */
    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: 281px;
	z-index: 0;
    /* border-bottom: 16px solid #cccccc; */
    background-color: #494949; /* main bg colour for header section */
}
#date {
    position: absolute;
    top: 256px ! important;
    right: 16px;
    padding: 0 ! important;
    margin: 0 ! important;
}
#header-text {
    position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}
#header-text div {
   position: absolute;
   left: 0 ! important;
   top: 0;
   background: transparent url(/uploads/images/main/header5.png) no-repeat 0px 0px;
   width: 900px; 
   height: 281px; 
}
#header-full-menu {
    position: absolute;
	left: 12px ! important;
	top: 250px;
	margin: 0;
	padding-top: .5em ! important;
	padding-bottom: .5em ! important;
	padding-left: 0 ! important;
	padding-right: 0 ! important;
	min-width: 100px;
	width: auto;
    text-align: left;
}
#header-full-menu ul {
    margin: 0;
	padding: 0;
    /* border-top: 1px solid #cccccc; */
}
#header-full-menu li {
    margin: 0;
    padding: 0;
    display: inline;
}
#header-full-menu a,
#header-full-menu a:visited
{
    padding: 4px;
    background: transparent url(/images/transpix.gif); /* header menu, main block non hover background color */
    text-decoration: none;
    color: #ffffff; /* non hover text color */
    border-bottom: 0 ! important;
}
#header-full-menu a:hover {
    background-color: transparent; /* header menu, main block hover colour */
    /* background: url(../images/menu_row_hover.gif) center left no-repeat; */
    background: url(/uploads/images/main/menu_li_a_hover.gif) top center no-repeat;
    color: #cccccc ! important; /* hover text colour */
    text-decoration: underline ! important; /* underline or none */
}
#full-menu a {
    margin-left: 0;
    margin-right: 1px ! important;
    margin-top: 0 ! important;
    margin-bottom: 0 ! important;
    padding-left: 9px ! important;
    padding-right: 9px ! important;
    padding-top: 4px ! important;
    padding-bottom: 4px ! important;
    font-weight: bold ! important;
}
#full-menu a.underscore {
    /* border-bottom: 1px solid #666666 ! important; */
}
#full-menu a.normal {
    border: 0 ! important;
    background-color: transparent ! important;
    color: #cccccc ! important;
    background: url(/uploads/images/main/menu_li_a_hover.gif) top center no-repeat;
}
#full-menu a.underscore:hover {
    /* border-bottom: 1px solid #666666 ! important; */
    text-decoration: none ! important;
}
#full-menu a.normal:hover {
    /* border-bottom: 1px solid #666666 ! important; */
    text-decoration: none ! important;
}
#auth-user-opts {
    position: absolute;
    right: 2em;
    top: 100px;
    margin: 0;
    padding: 0;
    background: #343434;
    color: #ffffff;
    z-index: 1;
    letter-spacing: 0;
}
#auth-user-opts ul {
        margin: 0;
	padding: 0;
	list-style-type: disc;
}
#auth-user-opts li {
    margin: 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("/images/bullet.jpg");
    padding-left:17px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: inline;
}
#auth-user-opts a,
#auth-user-opts a:hover,
#auth-user-opts a:visited
{
    padding: 2px;
    color: #ffffff;
    background: #343434 url(/images/transpix.gif);
    text-decoration: none;
}
#auth-user-opts a:hover {
    background: #99ccff;
    text-decoration: underline;
}


/* Content */
#content {
    position: relative;
    text-align: center ! important;
    display: block;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    min-height: 400px;
    padding-top: 22px;
    padding-bottom: 8px;
    background: #343434 url(/uploads/images/main/content-top2.png) top left no-repeat;
    font-size: 125% ! important;
}
/* three column div layout */
#content .column {
    top: 0;
    position: absolute;
    background-color: transparent ! important;
}
#content-left {
    left: 0;           /* 2pixel Hack */
    width: 0px;          /* LC width */
    padding-right: 1em;
    padding-left: 1em;
    padding-top: 0px;
    padding-bottom: 0px;
    visibility: hidden;
}
#content-right {
    right: 1px;
    width: 240px;          /* RC width */
    padding-right: 2em;
    padding-top: 2.5em;
    padding-bottom: 4px;
}
#content-middle {
    left: -1px;
    width: 570px;
    padding-right: 1em;
    padding-left: 2em;
    padding-top: 2.5em;
    padding-bottom: 4px;
    text-align: center ! important;
}
#content-middle-full {
    left: -1px;
    width: 90%;
    padding-right: 2em;
    padding-left: 2em;
    padding-top: 2.5em;
    padding-bottom: 4px;
    text-align: center ! important;
}
#content a.blanklink, 
#content a.blanklink:hover, 
#content a.blanklink:visited {
    text-decoration: none ! important;
    background-color: transparent ! important;
}
#content-middle .pagetop {
    padding-top: 0 ! important;
    padding-bottom: 2em ! important;
    padding-left: 0;
    padding-right: 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: Tahoma, Verdana, sans-serif ! important; */
    font-family: arial, sans-serif ! important;
    font-size: 16px ! important;
    font-weight: normal ! important;
    color: #ededed;
    line-height: 22px;
}
#content-middle-full p {
    display: block;
    /* font-family: Tahoma, Verdana, sans-serif ! important; */
    font-family: arial, sans-serif ! important;
    font-size: 16px ! important;
    font-weight: normal ! important;
    color: #ededed;
    line-height: 22px;
}
#content-middle ul.faqlist {
    background-color: #ededed;
}
#content-middle .faqlist p {
    display: block;
    /* font-family: Tahoma, Verdana, sans-serif ! important; */
    font-family: arial, sans-serif ! important;
    font-size: 80% ! important;
    font-weight: normal ! important;
    color: #333333;
    line-height: 18px;
    text-align: justify;
    margin-right: 20px;
}
#content-middle .faqlist li {
    padding-top: 10px;
    padding-left: 20px;
    text-align: left;
    font-size: 125% ! important;
    font-weight: normal ! important;
    color: #aa0000;
    line-height: 20px;
}
#content-middle-full h2 {
    color: #00aa00 ! important;
}
#content-left img
{
    padding: 3px ! important;
    border: 1px solid #00925C ! important;
    margin-bottom: 1em ! important;
}
#content-right img
{
    padding: 3px ! important;
    border: 1px solid #00925C ! important;
    margin-bottom: 1em ! important;
}

/* 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;
    margin: 0;
}
#content legend {
    color: #ffffff; 
    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, 
#content form label, 
#content form textarea {
    position: relative ! important;
    display: inline ! important;
    margin: 0;
    padding: 0;
}
#content form div.hidelabel label {
    display: none ! important;
    clear: both ! important;
}
#content form label {
    float: left;
    clear: both;
    font-size: 13px;
    padding: .5em;
    white-space: nowrap;
}
#content form input {
    float: right;
    font-size: 13px;
    padding: .5em;
    clear: right;
    height: 24px;
    width: 200px;
    margin-bottom: 1em;
}
#content form textarea {
    float: right ! important;
    font-size: 13px ! important;
    padding: .5em;
    clear: right;
    margin-bottom: 1em ! important;
    width: 200px;
}
#content form select {
    float: right ! important;
    font-size: 13px ! important;
    padding: .5em;
    clear: right;
    height: 24px;
    margin-bottom: 1em ! important;
    width: 198px;
}
#content form p {
    line-height: 16px;
    padding: 0;
}
#submitbtn {
    float: right ! important;
    font-size: 13px ! important;
    padding: .5em;
    clear: right;
    width: 160px ! important;
}
#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, 
#content span, 
#content h1, 
#content h2, 
#content h3 {
    text-align: left;
    margin: 0;
    padding: 0;
}
#content a {
    text-decoration: none;
}
#content a:hover {
    text-decoration: none;
}
#content ul {
    text-align: left;
    padding-right: 0;
    padding-left: 3em;
    padding-top: 0;
    padding-bottom: 1.5em;
    margin: 0;
    font-size: 14px;
}
#content li p {
    padding-top: 1em;
    font-size: 14px;
}
#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: 24px;
}
/* Footer */
#footer {
    clear: both;
	position: relative;
	left: 0;
	height: 86px ! important;
	margin: 0 ! important;
	width: 100%;
    background: transparent url(/uploads/images/main/footer2.png) bottom left no-repeat;
}
#footer-inner {
    position: relative;
    height: 80px;
	right: 0;
	padding: 0 ! important;
	margin: 0 !  important;
	overflow: hidden;
}
#footerdiv {
    position: relative;
    bottom: 0;
    text-align: left;
    padding-top: 24px ! important;
    padding-bottom: 0px ! important;
    padding-left: 0px ! important;
    padding-right: 0px ! important;
    margin-left: 0 ! important;
    margin-right: 0 ! important;
    margin-top: 0 ! important;
    margin-bottom: 0 ! important;
    font-family: Tahoma, Verdana, sans-serif ! important;
    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;
    background: transparent url(/images/transpix.gif);
    text-decoration: none;
}
#footerdiv a:hover { 
    color: #000000 ! important;
    text-decoration: underline;
}
#footerdiv ul {
    padding-left: .5em ! important;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#copyright
{
    color: #666666 ! important;
    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: #666666 ! 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;
    color: #666666 ! important;
}
#validation {
    position: relative;
    right: 0;
    padding: 0 ! important;
    top: 0;
}
#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;
}
.title {
    color: #ededed ! important;
    margin-bottom: .75em ! important;
    font-weight: bold ! important;
    font-style: italic ! important;
    font-family: arial, sans-serif ! important;
}
/* 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%;
    font-family: Tahoma, Verdana, sans-serif ! important;
}
#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: 160px ! 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: 11px ! important; /* side menu font size */
    font-weight: normal ! important; /* normal or bold */
    width: 150px ! important;
}
#side-menu a.underscore {
    border-bottom: 1px dashed #AAB6A2 ! important;
    font-weight: bold ! important;
    color: #666666 ! important;
}
#side-menu a.normal {
    border-bottom: 1px solid #ffffff ! important;
    background: #00925c url(/images/transpix.gif); /* menu heading block colour */
    color: #ffffff ! important;
    font-weight: bold ! important;
}
#side-menu a.normal:hover {
    border-bottom: 1px solid #AAB6A2 ! important;
    text-decoration: none ! important;
    color: #AAB6A2 ! important;
    background-color: #00925C; /* side menu tabs hover colour */
}
#side-menu a.underscore:hover {
    border-bottom: 1px solid #AAB6A2 ! important;
    text-decoration: none ! important;
    background-color: #AAB6A2; /* side menu tabs hover colour */
    color: #ffffff ! important;
}
#side-menu a.selecteditem {
    border-bottom: 1px solid #ffffff ! important;
    text-decoration: none ! important;
    background-color: #AAB6A2; /* side menu tabs current item highlight colour */
    color: #454545 ! important;
    font-weight: bold ! 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 {
    background-color: #ededed;
    color: #666666 ! important;
}
#side-news img {
    margin-top: 20px ! important;
    margin-bottom: 5px ! important;
}
#side-news p {
    margin: 5px ! important;
    padding: 0 ! important;
    width: auto;
    text-align: left;
}
#side-news h4.newshead {
    color: #bb0000; /* top block text colour */
    position: relative;
    margin: 0;
    padding: 0;
}
#side-news a.headline {
    font-style: normal;
    font-weight: bold;
    color: #00703a ! important;
    font-size: 12px;
    text-transform: capitalize;
}
#side-news p.summary {
    text-align: justify;
    font-weight: normal;
    color: #333333 ! important;
    font-size: 10px;
    padding-left: 10px ! important;
    padding-right: 10px ! important;
    padding-bottom: 10px ! important;
    padding-top: 0 ! important;
}

/* side search */
#side-search {
    color: #666666 ! important;
    padding-top: 0 ! important;
    padding-bottom: 0 ! important;
    padding-left: 0 ! important;
    padding-right: 0 ! important;
    margin-top: 0 ! important;
    margin-left: 0 ! important;
    margin-right: 0 ! important;
    margin-bottom: 1.5em ! important;
    height: auto ! important;
    border: 1px solid #00925c ! important;
}
#side-search h4.searchhead {
    background-color: #00925c ! important; /* side news top block colour */
    color: #ffffff; /* 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-search p {
    margin: 5px ! important;
    padding: 0 ! important;
    width: auto;
    text-align: left;
}
#side-search fieldset {
    margin: 5px ! important;
}
#side-search form {
    margin: 0 ! important;
    padding: 0 ! important;
}
#side-search .textinput {
    padding: 0;
    width: 84px;
    margin-bottom: .25em ! important;
}
#side-search .selectinput {
    padding: 0;
    width: 88px;
    margin-bottom: .25em ! important;
}
#side-search .buttoninput {
    width: 60px;
}
#side-search label {
    display: inline ! important;
    padding: 0 ! important;
    margin: 0 ! important;
}
#side-search label.hidden {
    visibility: hidden;
    height: 0;
    width: 0;
}
/* 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 { font-family: Verdana; font-size: 12px; font-weight: bold; color: #999999; }
#contactus input { font-size: 13px; font-family: Arial; padding: 3px 6px; margin: 10px 4px; } 
#contactus label { margin-bottom: 2px; font-weight: bold; font-family: Verdana; font-size: 12px; color: #333333; } 
#contactus input, 
#contactus textarea, 
#contactus select { border: 1px solid #7f9db9;  font-size: 13px; font-family: Verdana; color: #333333; padding: 4px;  }
.smltitle {
    float: left;
    clear: both;
}
span.smltitle {
    padding-bottom: .5em;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.smltitlehr {
    clear: both;
    width: 100%;
}
.leftsplitdiv {
    float: left;
    width: 200px ! 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: 200px ! important;
    padding: 0 ! important;
    margin-left: 0;
    margin-right: 0 ! important;
    margin-top: 0;
    margin-bottom: 1em;

}


/* NEWS PLUGIN */

#newsplugin h1,
#newsplugin h2,
#newsplugin h3,
#newsplugin h4 {
    display: inline ! important;
    padding: 0 ! important;
    margin: 0 ! important;
}
#newsplugin {
    padding: 0 ! important;
    margin: 0 ! important;
}
#newsplugin div {
    padding: 0 ! important;
    margin: 0 ! important;
    width: 520px;
    text-align: left ! important;
}
#newsplugin p {
    text-align: left ! important;
    font-size: 12px;
    width: 520px;
}
#newsplugin img {
    padding: 0;
    margin-left: 0;
    margin-right: 20px ! important;
    margin-top: 0;
    margin-bottom: 20px ! important;
}
#newsplugin .floatright {
    float: right;
}
#newsplugin a.newsheadline {
   display: block;
   font-size: 18px;
   font-weight: bold;
   color: #CC3300 ! important;
   line-height: 24px ! important;
   margin-left: 0;
   margin-right: 0;
   margin-top: 0;
   margin-bottom: .75em ! important;
}
#newsplugin div.newsarticle {
   position: relative;
   display: block;
}
#newsplugin div.newsline {
   clear: both ! important;
   height: 1px ! important;
   border-top: 1px dashed #cccccc ! important;
   padding: 0 ! important;
   margin-left: 0;
   margin-right: 0;
   margin-top: 0;
   margin-bottom: .75em ! important;
}
.pagetop {
    padding-top: 0 ! important;
    padding-bottom: 2em ! important;
    padding-left: 0;
    padding-right: 0;
}


#previouscommercialproperties {
    clear: both;
    position: relative;
}

/* listing fields - bespoke */
.ProjectTitle {
    float: right;
    width: 300px;
    text-align: left;
    clear: right;
    margin-right: 1em;
    font-weight: bold;
    color: #00925c;
    font-size: 16px ! important;
}
.Description {
    float: right;
    width: 300px;
    text-align: left;
    clear: right;
    margin-right: 1em;
    margin-top: 1.25em;
}
#content-middle .ProjectTitleLink {
    color: #00925c ! important;
}
.PropertyImage1 img {
    padding: 4px;
    border: 1px solid #dddddd;
    width: 135px;
    height: 101px;
    margin-left: 0 ! important;
    margin-top: 0 ! important;
}
.PropertyImage1Full {
    position: absolute;
    top: 70px;
    left: 112px;
}
.PropertyImage1Full img {
    padding: 4px;
    border: 1px solid #dddddd;
    margin: 0;
    width: 280px;
}
.ProjectTitleFull {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    color: #00925c;
    width: 340px;
    height: 40px;
    text-align: left;
    margin-top: 1em;
    margin-left: 20px;
    font-size: 24px ! important;
    line-height: 110%;
}
.DescriptionFull {
    position: relative;
    display: block;
    text-align: left ! important;
    margin-right: 1em;
    margin-left: 20px;
    margin-bottom: 1em;
    margin-top: 136px;
    font-size: 14px ! important;
}
#content-right img {
    border: 0 ! important;
    padding: 0;
}
#content-right p {
    text-align: center;
    padding: 4px;
}
/* rounded overlay search box */
#cool-search {
    position: absolute;
    top: 12px ! important;
    left: 0px;
	height: 22px;
	width: 177px;
	background: url(/uploads/images/main/cool-search.png) 0 0 no-repeat;
    z-index: 3 ! important;
}
#cool-search input {
	padding: 2px 0 0 24px;
	overflow: hidden;
	width: 150px;
	font-size: 15px;
    color: #888;
	border: 0;
	background: none;
	font-weight: normal;
}

/* rounded corners content subs */
#content-middle-full a, 
#content-middle-full a:visited, 
#content-middle-full a:hover {
    color: #cccccc ! important;
    text-decoration: none;
    border-bottom: 1px dashed #cccccc;
}
#content-middle-full h2 a {
    color: #00aa00 ! important;
    text-decoration: none;
    border-bottom: 1px dashed #00aa00;
}


#welcomeblock {
    margin-top: 1.5em;
    width: 100%;
}
#welcomeblock h3 {
    text-transform: capitalize;
    background-color: #ededed ! important;
    color: #bb0000;
    padding: 20px;
    font-size: 130%;
}
#welcomeblock p {
    background: #ededed;
    text-align: justify;
    color: #333333;
    min-height: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
#welcomeblock a, 
#welcomeblock a:visited, 
#welcomeblock a:hover {
    color: #333333 ! important;
    text-decoration: none;
    border-bottom: 1px dashed #333333;
}
#msgblock {
    width: 100%;
}
#datamain {
    background-color: #ededed;
    width: 100%;
    height: 140px;
}
#joinblock1 {
    margin-top: 1.5em;
    width: 100%;
    height: 264px ! important;
    padding: 0 ! important;
    overflow: hidden;
    white-space: none ! important;
    border: 0;
}
#joinblock a {
    padding: 0 ! important;
    margin: 0 ! important;
    border: 0;
}
#joinblock1 p {
    padding: 0 ! important;
    margin: 0 ! important;
    background: #ededed;
    text-align: justify;
    color: #333333;
    overflow: hidden;
    height: 263px ! important;
}
#joinblock1 img {
    top: 0 ! important;
    padding: 0 ! important;
    margin: 0 ! important;
    border: 0;
    height: 264px ! important;
}
#joinblock1 img.left {
    float: left;
}
#joinblock1 img.right {
    float: right;
}

#bettingexblock {
    margin-top: 1.5em;
    width: 100%;
}
#bettingexblock h3 {
    text-transform: capitalize;
    background-color: #ededed ! important;
    color: #bb0000;
    padding: 10px;
    font-size: 130%;
}
#bettingexblock p {
    background: #ededed;
    text-align: justify;
    color: #333333;
    min-height: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
#bettingexblock a, 
#bettingexblock a:visited, 
#bettingexblock a:hover {
    color: #333333 ! important;
    text-decoration: none;
    border-bottom: 1px dashed #333333;
}
#howitworksblock {
    margin-top: 1.5em;
    width: 100%;
}
#howitworksblock h3 {
    text-transform: capitalize;
    background-color: #ededed ! important;
    color: #bb0000;
    padding: 10px;
    font-size: 130%;
}
#howitworksblock p {
    background: #ededed;
    text-align: justify;
    color: #333333;
    min-height: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
#howitworksblock a, 
#howitworksblock a:visited, 
#howitworksblock a:hover {
    color: #333333 ! important;
    text-decoration: none;
    border-bottom: 1px dashed #333333;
}
#content div.midboxclass {
    margin-top: 1.5em;
    width: 100%;
}
#content div.midboxclass h3 {
    text-transform: capitalize;
    background-color: #ededed ! important;
    color: #bb0000;
    padding: 10px;
    font-size: 130%;
}
#content div.midboxclass p {
    background: #ededed;
    text-align: justify;
    color: #333333;
    min-height: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
#content div.midboxclass a, 
#content div.midboxclass a:visited, 
#content div.midboxclass a:hover {
    color: #333333 ! important;
    text-decoration: none;
    border-bottom: 1px dashed #333333;
}
#niftyfull {
    clear: both;
    width: 100%;
    background-color: #343434 ! important;
}
#niftyfull div {
    margin-bottom: 1.5em;
    background-color: #ededed ! important;
    overflow: hidden;
}
#niftyfull img {
    padding: 0;
    margin: 0;
    background-color: #ededed ! important;
}
#niftyfull h3, 
#niftyfull h2.title {
    padding-left: 10px;
    padding-bottom: 0 ! important;
    margin: 0 ! important;
    background-color: #ededed ! important;
    color: #343434 ! important;
}
#niftyfull p {
    background-color: #ededed ! important;
    text-align: justify;
    color: #333333;
    min-height: 20px;
    padding: 20px;
}
#niftyfull form {
    background-color: #ededed ! important;
    text-align: justify;
    color: #333333;
    min-height: 80px;
    padding: 20px;
}
#niftyfull a, 
#niftyfull a:visited, 
#niftyfull a:hover {
    color: #333333 ! important;
    text-decoration: none;
    border-bottom: 1px dashed #333333;
}
#niftyfull table {
    background-color: #ededed;
    color: #343434;
    font-size: 115%;
    width: 90%;
    margin-left: 5%;
}
#niftyfull table td {
    width: 20%;
    border: 1px dashed #343434;
    height: 36px;
}
#niftyfull table .headerrow {
    font-weight: bold;
}
#niftyfull ul {
    padding: 0;
    margin-bottom: 1.5em ! important;
    background-color: #343434;
    text-align: center;
    list-style-type: none;
    color: #343434;
    width: 100%;
    overflow: hidden;
}
#niftyfull li {
    background-color: #ededed ! important;
    width: 100%;
}
#niftyfull li img {
    padding: 20px;
}
#niftyfull ul.ulnormal {
    list-style-type: disc ! important;
    background-color: #ededed;
    text-align: left;
    color: #343434;
    padding-left: 40px;
}
#niftyfull ul.ulnormal li {
    line-height: 32px;
    color: #343434;
    font-weight: bold;
}
#niftyfull ul.ulnormal li a {
    border-bottom: 0;
}
#niftyfull ul.ulnormal li a:hover {
    border-bottom: 1px dashed #343434;
}

#niftyfull ul.ulnormal p {
    margin-right: 80px;
}


/* right column blocks */
#rpara1 {
    width: 100%;
}
#rpara1 p {
    background-color: #ededed;
    text-align: center;
    color: #333333;
    padding-bottom: 0 ! important;
    margin-bottom: 0 ! important;
}
#rpara1 p a {
    color: #bb0000 ! important;
}
#rpara1 img {
    border: 0 ! important;
    padding-bottom: 8px ! important;
    margin: 0 ! important;
}
#rpara1 a {
    border-bottom: 0 ! important;
    
}

#rparafree {
    width: 100%;
    margin-top: 1.5em;
}
#rparafree p {
    background-color: #ededed;
    text-align: center;
    color: #333333;
    padding-bottom: 0 ! important;
    margin-bottom: 0 ! important;
}
#rparafree p a {
    color: #bb0000 ! important;
}
#rparafree img {
    border: 0 ! important;
    padding-bottom: 8px ! important;
    margin: 0 ! important;
}
#rparafree a {
    border-bottom: 0 ! important;
    
}

#rpara1b {
    margin-top: 1.5em;
    width: 100%;
}
#rpara1b p {
    background-color: #ededed;
    text-align: center;
    color: #333333;
    padding-bottom: 0 ! important;
    margin-bottom: 0 ! important;
}
#rpara1b p a {
    color: #bb0000 ! important;
}
#rpara1b img {
    border: 0 ! important;
    padding-bottom: 8px ! important;
    margin: 0 ! important;
}
#rpara1b a {
    border-bottom: 0 ! important;
    
}

#rpara2 {
    margin-top: 1.5em;
    width: 100%;
}
#rpara2 p {
    background-color: #ffffff;
    text-align: center;
    padding-left: 6px ! important;
    padding-right: 6px ! important;
    color: #000000 ! important;
    font-size: 120% ! important;
    line-height: 130%;
}
#rpara3 {
    margin-top: 1.5em;
    width: 100%;
}
#rpara3 p {
    background-color: #ededed;
    text-align: center;
    padding-left: 6px ! important;
    padding-right: 6px ! important;
    color: #000000 ! important;
}
#rpara3 img {
    border: 0 ! important;
    padding: 0;
    margin-top: 20px ! important;
    margin-bottom: 20px ! important;
}

#rpara4 {
    margin-top: 1.5em ! important;
    width: 100%;
    text-align: center ! important;
}
#rpara4 a {
    text-decoration: none;
    border-bottom: 0 ! important;
    background-color: transparent;
}
#rpara4 .topimg {
    border: 0 ! important;
    padding: 0;
    margin-top: 20px ! important;
}
#rpara4 fieldset {
    background-color: #ededed;
    text-align: center;
    padding-left: 6px ! important;
    padding-right: 6px ! important;
    color: #000000 ! important;
    border: 0 ! important;
    text-align: center ! important;
}
#rpara4 .subscribe {
    position: relative;
    top: 22px ! important;
    width: 156px ! important;
    background-color: transparent ! important;
}
#rpara4 span {
    padding: 0 ! important;
    margin: 0 ! important;
}
#cool-email {
    position: absolute ! important;
    top: 140px ! important;
    left: 25px ! important;
	height: 22px;
	width: 177px;
	background: url(/uploads/images/main/cool-email.png) 0 0 no-repeat;
    z-index: 3 ! important;
}
#cool-email input {
    padding-top: 2px ! important;
    padding-bottom: 0 ! important;
    padding-left: 0 ! important;
    padding-right: 0 ! important;
    margin: 0 ! important;
	overflow: hidden;
	width: 150px ! important;
	font-size: 15px;
    color: #888;
	border: 0;
	background: none;
    background-color: transparent ! important;
	font-weight: normal;
}
#rpara5 {
    margin-top: 1.5em;
    width: 100%;
}
#rpara5 p {
    background-color: #ededed;
    text-align: center;
    padding-left: 6px ! important;
    padding-right: 6px ! important;
    color: #000000 ! important;
}
#rpara5 img {
    border: 0 ! important;
    padding: 0 ! important;
    margin-top: 20px ! important;
    margin-bottom: 20px ! important;
}
#rpara6 {
    background-color: #ededed;
    margin-top: 1.5em;
    width: 100%;
}
#rpara7 {
    margin-top: 1.5em;
    width: 100%;
}
#rpara7 p {
    background-color: #ededed;
    text-align: center;
    padding-left: 6px ! important;
    padding-right: 6px ! important;
    color: #000000 ! important;
}
#rpara7 img {
    border: 0 ! important;
    padding: 0;
    margin-top: 20px ! important;
    margin-bottom: 20px ! important;
}
#rpara8 {
    margin-top: 1.5em;
    width: 100%;
}
#rpara8 p {
    background-color: #ededed;
    text-align: center;
    padding-left: 6px ! important;
    padding-right: 6px ! important;
    color: #000000 ! important;
}
#rpara8 img {
    border: 0 ! important;
    padding: 0;
    margin-top: 20px ! important;
    margin-bottom: 20px ! important;
}
#rpara9 {
    margin-top: 1.5em;
    width: 100%;
}
#rpara9 p {
    background-color: #ededed;
    text-align: center;
    padding-left: 6px ! important;
    padding-right: 6px ! important;
    color: #000000 ! important;
}
#rpara9 img {
    border: 0 ! important;
    padding: 0;
    margin-top: 20px ! important;
    margin-bottom: 20px ! important;
}
#rpara10 {
    text-align: center;
    margin-top: 1.5em;
    background-color: #ededed;
    width: 100%;
}
#rpara10 iframe {
    background-color: #ededed;
    margin: 0 auto;
}

.redlrgtxt {
    color: #bb0000 ! important;
    font-size: 140% ! important;
    line-height: 150%;
}
.blackmedtxt {
    color: #000000 ! important;
    font-size: 120% ! important;
    line-height: 130%;
}

#form1 {
    padding: 20px ! important;
}
#form1 input.hidden,
#form2 input.hidden,
#form3 input.hidden,
#form4 input.hidden{
    visibility: hidden ! important;
    height: 0px ! important;
    width: 0px ! important;
    display: none ! important;
    line-height: 0px ! important;
}
#form1 fieldset {
}
#form1 legend {
    font-size: 125%;
    font-weight: bold;
    color: #343434;
}
#form1 .input {
    margin-top: 8px ! important;
    padding: 4px ! important;
    height: 18px ! important;
    line-height: 18px ! important;
    width: 172px;
}
#form1 label {
    width: 200px;
    color: #343434;
}
#form1 .button {
    height: 38px ! important;
    width: 110px;
    font-weight: bold;
}
#form2 .paypalbtn {
    width: 149px;
    height: 47px;
}
#form2 {
    width: 500px;
    background-color: #ededed ! important;
    text-align: justify;
    color: #333333;
    padding: 20px;
}
#form2 span.paragraph {
    clear: none;
    float: left;
    width: 310px;
    color: #333333;
    text-align: justify;
    width: 300px;
}
#form2 input {
    float: left;
    clear: none;
}
#subscribe_error p {
    color: #990000 ! important;
}
#subscribe_msg p {
    color: #009900 ! important;
}
#niftyfull p.txtstyle1 {
    font-family: "Franklin Gothic Medium" ! important;
    font-style: italic;
}
.listingheaders {
    color: #333333;
    font-weight: bold;
}
/* listings plugin */
.listingheaders td {
    border-top: 1px solid #333333;
    white-space: nowrap;
    padding: 6px;
}
.Date {
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
    white-space: nowrap ! important;
}
.Course {
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
}
.HorseName {
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 0 ! important;
}
.Position {
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
}
.Bsp {
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
}
.Profit {
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
}
.Bank {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
}
.itemrow td.Bank {
    color: #009900 ! important;
    font-weight: bold;
}
.itemrow {
    clear: both;
    width: 488px;
}
.itemrow td {
    font-size: 11px;
    padding: 6px;
    color: #333333;
}
.itemhr {
    display: block;
    padding-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    clear: both;
}
#content ul.multipagenav {
    float: right;
    clear: both;
    margin-right: 0 ! important;
    padding-left: 0 ! important;
}
.multipagenav li {
    display: inline;
}
.multipagenav li a.selected {
    border-bottom: 1px solid #888888;
}
.multipagenav a,
.multipagenav a:hover,
.multipagenav a:visited {
    color: #ededed ! important;
    padding: 4px;
}
.multipagenav a:hover {
    border-bottom: 1px solid #ededed;
}
li.multinavtitle {
    color: 888888;
    font-weight: bold ! important;
    margin-right: 6px;
}
#resultsfull table {
    width: 500px;
    text-align: center;
    margin: 20px;
}
#resultsfull {
    clear: both;
    width: 100%;
    background-color: #343434 ! important;
}
#resultsfull div {
    margin-bottom: 1.5em;
    background-color: #ededed ! important;
    overflow: hidden;
}

