/* Start of CMSMS style sheet 'BlueTongueStyle' */
body, html {
    margin: 0;
    padding: 0;
    background: #fff;

    /* sticky footer
    http://ryanfait.com/resources/footer-stick-to-bottom-of-page/
    */
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 76%;
    color: #000;

    min-width: 1000px;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
}

ol, ul {
    margin: 0 0 10px;
    padding: 0;
}

li {
    margin: 0 0 0 2em;
    padding: 0;
}

pre, code {
    font-size: 12px;
}

h1 {
    font-size: 1.6em;
    color: #000;
    font-weight: bold;
}

h2 {
    font-size: 1.5em;
    color: #165E98;
    font-weight: bold;
}

h3 {
    font-size: 1.5em;
    color: #666;
    font-weight: bold;
}

h4 {
    font-size: 1.3em;
    color: #000;
    font-weight: bold;
}

h5 {
    font-size: 1.2em;
    color: #000;
    font-weight: bold;
}

h6 {
    font-size: 1.2em;
    color: #000;
    font-weight: bold;
}

a:link, a:visited {
    color: #1D76BD;
    text-decoration: underline;
}

a:hover, a:active {
    color: #000;
}

.clickable {
    cursor: pointer;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

label,
select,
input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="button"] {
    cursor: pointer;
}

input,
textarea,
select {
    outline: none;
}

#major {
    background: url('/uploads/BlueTongue/images/page_bkg.png') repeat-x;

    /* sticky footer
    http://ryanfait.com/resources/footer-stick-to-bottom-of-page/
    */
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -80px; /* must be same as height on #push, #base */
}

#majorContent {
    text-align: center; /* ie center hack */
    background: url('/uploads/BlueTongue/images/header_bkg.png') no-repeat top center;
}

#headerFrame {
    width: 1000px;
    text-align: left; /* counteract ie center hack */
    margin: 0 auto;
}

#header {
    position: relative;
    height: 217px;
}

#headerExtra {
    display: none;
}

#logo {

}

#logo a {
    display: block;
    text-indent: -999em;
    outline: none;
    width: 233px;
    height: 145px;
}

#ad {
    display: none;
}

#search {
    display: none;
}

#widgets {
    width: 90px;
    height: 24px;
    position: absolute;
    top: 36px;
    right: 0;
}

#widgets ul,
#widgets li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    float: left;
}

#widgets a {
    display: block;
    text-indent: -999em;
    outline: none;
    width: 30px;
    height: 24px;
    float: left;
    background: url('/uploads/BlueTongue/images/widgets_bkg.png') no-repeat;
}

#widgets a.widgetHome { background-position: top left; }
#widgets a.widgetSendToFriend { background-position: top center; }
#widgets a.widgetContactUs { background-position: top right; }

#widgets a.widgetHome:hover { background-position: bottom left; }
#widgets a.widgetSendToFriend:hover { background-position: bottom center; }
#widgets a.widgetContactUs:hover { background-position: bottom right; }

#visual {
    display: none;
}

#nav {
    display: none;
}

#mainFrame {
    background: url('/uploads/BlueTongue/images/footprints.gif') no-repeat top center;
}

#main {
    width: 1000px;
    text-align: left; /* counteract ie center hack */
    margin: 0 auto;
    background: url('/uploads/BlueTongue/images/main-bg.png') no-repeat;
}

#mainExtra {
    clear: both;
}

#sideBarFrame {
    float: left;
    width: 233px;
    margin-right: 10px;
    padding: 0 0 10px;
}

#sideBar {
    padding: 1px 5px 0; /* 1px padding-top used to stop margin collapsing */
    background: url('/uploads/BlueTongue/images/left_col_bkg.png') repeat-y;

    /* ie */
    zoom: 1;
    position: relative;
}

#sideBarExtra {
    height: 25px;
    background: url('/uploads/BlueTongue/images/left_col_bottom.png') no-repeat;
}

#sideBarNav {
    margin-top: -40px;
    padding: 20px;

    /* ie */
    zoom: 1;
    position: relative;
}

.sideBarBox h2 {
    background: url('/uploads/BlueTongue/images/bar.png') no-repeat;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 38px;
    height: 38px;
    margin: 0;
    padding: 0 10px;
}

.sideBarBox .content {
    padding: 10px;

    /* ie fix */
    zoom: 1;
}

#contentFrame {
    width: 540px;
    float: left;
}

#content {
    padding: 10px 0;
    line-height: 1.5em;
}

#content h1.pageTitle {
    color: #1D76BD;
    margin-top: 0;
    border-bottom: 1px dotted #2578BA;
    padding-bottom: 3px;
}

#contentExtra {
    display: none;
}

#breadcrumbs {
    clear: both;
    margin-top: 40px;
    border-top: 1px dotted #2578BA;
    padding-top: 3px;

    /* wrap around floats */
    width: 100%;
    overflow: hidden;
}

#breadcrumbs .relational {
    float: left;
    width: 80%;
}

#breadcrumbs .move {
    float: right;
    width: 20%;
}

#breadcrumbs .move a.back,
#breadcrumbs .move a.top {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    text-indent: -999em;
    outline: none;
    margin-left: 3px;
}

#breadcrumbs .move a.back { background: url('/uploads/BlueTongue/images/button-cluster.png') no-repeat top right; }
#breadcrumbs .move a.top { background: url('/uploads/BlueTongue/images/button-cluster.png') no-repeat top left; }

#breadcrumbs .move a.back:hover { background: url('/uploads/BlueTongue/images/button-cluster.png') no-repeat bottom right; }
#breadcrumbs .move a.top:hover { background: url('/uploads/BlueTongue/images/button-cluster.png') no-repeat bottom left; }

#subContentFrame {
    width: 209px;
    float: right;

    /* need to move column right because box shadow takes up space */
    margin-right: -4px;
    position: relative; /* stop ie6 clip */
}

#subContent {

}

#subContentExtra {
    display: none;
}

.subContentBox {
    margin: 10px 0;
    padding: 8px 0 0;
    background: url('/uploads/BlueTongue/images/box-header.png') no-repeat;
    zoom: 1; /* fix ie6 glitches */
    position: relative; /* footsprints and brush absolutely positioned to this */
}

.subContentBox .content {
    background: url('/uploads/BlueTongue/images/box-body.png') repeat-y;
    padding: 6px 14px 10px;
}

.subContentBox .caption {
    margin: 0;
    padding: 0 14px;
    background: url('/uploads/BlueTongue/images/box-footer.png') no-repeat;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 35px;
    height: 39px;
}

.subContentBox .caption a {
    color: #fff;
    text-decoration: none;
}

.subContentBox .more {
    margin: 5px 0 0;
    text-align: right;
}

.brush {
    display: none;
}

#faqBox dl,
#faqBox dt,
#faqBox dd {
    margin: 0;
    padding: 0;
}

#faqBox dt {
    color: black;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 5px;
}

#quoteBox .content {
    padding: 0 7px 3px;
}

#portfolioBox .content {
    padding: 0 7px 3px;
}

/* sticky footer
http://ryanfait.com/resources/footer-stick-to-bottom-of-page/
*/
#push, #base {
    clear: both;
    height: 80px; /* must be same as margin-bottom on #major */
    overflow: hidden; /* content should not exceed this height */
}

#base {
    background: url('/uploads/BlueTongue/images/footer_bkg.png') repeat-x;
}

#baseContent {
    text-align: center; /* ie center hack */
}

#footerFrame {
    width: 1000px;
    margin: 0 auto;
}

#footer {
    padding: 20px 0 0;
    color: #fff;
    line-height: 1.5em;
}

#footer a {
    color: #fff;
}

#footerExtra {
    display: none;
}

/* End of 'BlueTongueStyle' */

