﻿html, body
{
    margin: 0px;
    padding: 0px;
}

body
{
    background-color: #d0d0d0;
}

/* Global font styles */
body, p, h2
{
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 10pt;
    line-height: 15pt;
    color: #444;
    margin: 0px;
}

p
{
    margin-bottom: 18px;
}

p.intro
{
    font-weight: normal;
    font-size: 17pt;
    line-height: 21pt;
    color: #000;
    font-family: arial;
}

ul.list
{
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 11pt;
    color: #4c2874;
    font-weight: bold;
    text-decoration: none;
    margin: 0px 0px 10px 5px;
}

ul.list li
{
    margin: 0px;
    margin-bottom: 10px;
    background-image: url('/assets/images/bp2.gif');
    background-repeat: no-repeat;
    background-position: left top;
    list-style-type: none;
    padding-left: 33px;
    padding-bottom: 3px;
}

h2
{
    margin-bottom: 0px;
    color: #32883a;
    font-weight: bold;
    font-size: 11pt;
}

/* MASTER STRETCHY DIV */
/* Maintains a constant width and stretches
dynamically to the browser window width */
div.stretchy
{
    position: relative;
    height: 100%;
    min-width: 950px;
    max-width: 1150px;
    margin-right: 20px;
}


div.loggedInMessage
{
    font: normal 11px/25px arial,verdana;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #888888;
    width: 350px;
    height: 25px;
    text-align: right;
    padding-right: 15px;
}

/* HEADER STYLES */

div#header
{
    position: relative;
    background-color: #ffffff;
    height: 103px;
}

div#header img.logo
{
    position: absolute;
    left: 20px;
    top: 24px;
}

div#header img.contactDetails
{
    position: absolute;
    right: 0px;
    bottom: 12px;
}

/* MENU STYLES */

div#menu, ul.menu, ul.menu li, ul.menu li a
{
    height: 40px; /* Global height of menu bar */
    line-height: 38px;
    position: relative;
    z-index: 100;
}

div#menu
{
    background-color: #4c2874;
}

ul.menu
{
    margin: 0px;
    padding: 0px;
}

ul.menu li
{
    float: left;
    color: #ffffff;
    list-style-type: none;
}

ul.menu li a
{
    color: #ffffff;
    padding: 0px 20px 0px 20px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-family: arial,verdana;
    font-weight: bold;
    font-size: 14px;
}

ul.menu li a:hover
{
    background-color: #32883a;
}

/* CONTENT STYLES */
div#content
{
    z-index: 0;
    background-color: #ffffff;
    position: relative;
    background-image: url('/assets/images/template/content-back.gif');
    background-repeat: repeat-x;
}

div.titleBar
{
    padding: 40px 0px 0px 40px;
}

div.colPadding
{
    padding: 10px 0px 40px 40px;
    position: relative;
}

div.leftCol, div.leftCol2
{
    float: left;
    width: 48%;
    position: relative;
    margin: 0px;
}

div.rightCol, div.rightCol2
{
    float: right;
    width: 48%;
    position: relative;
    margin: 0px;
}

div.leftCol2
{
    width: 68%;
}

div.rightCol2
{
    width: 28%;
}

img.titleImage
{
    margin: 0px 0px 15px 0px;
}


table.contactDetails
{
    text-align: left;
    font-size: 12pt;
}

table.contactDetails th
{
    color: #32883a;
    font-weight: bold;
    padding-right: 50px;
    padding-bottom: 15px;
    text-align: left;
}


table.servicesTable h2
{
    font-size: 11pt;
    line-height: 11pt;
    margin-bottom: 2px;
    color: #4c2874;
}

table.servicesTable p
{
    font-size: 9pt;
    line-height: 12pt;
}

table.servicesTable td
{
    min-height: 95px;
}

table.servicesTable img
{
    border: solid 1px #aaaaaa;
}


a.serviceLink
{
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 9pt;
    color: #555;
    margin: 0px;
    text-decoration: none;
}

a.serviceLink:hover
{
    text-decoration: underline;
}

img.servicesRightImage
{
    float: right;
    border: solid 1px #aaaaaa;
    margin-left: 15px;
    margin-bottom: 15px;
}

table.contactForm
{
    text-align: left;
    color: #666666;
}

table.adminForm
{
    text-align: left;
    color: #666666;
}

table.contactForm input.textbox, table.contactForm textarea.textbox, table.callbackForm input.textbox, table.adminForm input.textbox, table.adminForm textarea.textbox, table.adminForm input.textbox
{
    border: solid 1px #cccccc;
    font: normal 12px/15px arial,verdana;
    padding: 4px;
    color: #444444;
}

input.button, table.contactForm input.button, table.callbackForm input.button
{
    border: solid 1px #aaa;
    font: bold 12px/15px arial,verdana;
    padding: 4px 5px 4px 5px;
    color: #fff;
    background-color: #395da0;
}

table.callbackForm th
{
    padding-right: 5px;
    font: bold 12px/13px arial,verdana;
    color: #555;
    text-align: left;
}

div.footerText
{
    margin-top: 0px;
    font: normal 12px/16px arial,verdana;
    text-align: right;
    color: #777;
    float: right;
}


div.footerText div.totalblueLink
{
    font: normal 11px/13px arial,verdana;
    margin-top: 3px;
    color: #777;
}

div.footerText div.totalblueLink a
{
    color: #777;
    text-decoration: underline;
}

div.footerText div.totalblueLink a:hover
{
    color: #444;
    text-decoration: none;
}

/* AJAX Form */
div.popupFormBackground, div.popupFormBackgroundBlack
{
    background-color: #ffffff;
    z-index: 9;
    text-align: center;
    opacity: .7;
    filter: alpha(opacity=70); /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); /* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

div.popupFormBackgroundBlack
{
    background-color: #000000;
}


.popupDialogBackground
{
    background-color: #000000;

    border: solid 1px #aaaaaa;
}

div.popupDialog
{
    width: 600px;
    background-color: #f4f4f4;
    border: solid 1px #ffffff;
    background-image: url('/assets/images/dialog/dialog-back.gif');
    background-position: right bottom;
    background-repeat: no-repeat;
}

div.popupDialog h1
{
    background-color: #4c2874;
    width: auto;
    font: bold 13px/16px arial,verdana;
    color: #ffffff;
    padding: 10px 8px 10px 8px;
    margin: 0px;
    cursor: move;
}

div.popupDialog h1.blue
{
    background-color: #293f69;
}

div.popupDialog div.innerMessage
{
    width: auto;
    padding: 20px;
    font: normal 13px/18px arial,verdana;
    color: #555555;
}



input.buttonStandard, input.buttonLarge
{
    background-image: url('/assets/images/admin/button-standard.gif');
    background-position: left top;
    background-repeat: no-repeat;
    width: 59px;
    height: 26px;
    text-align: center;
    font: normal 11px/18px arial,verdana;
    color: #555555;
    border: none;
    background-color: Transparent;
}

input.buttonLarge
{
    background-image: url('/assets/images/admin/button-large.gif');
    width: 80px;
}

.standardCheckbox
{
    font: normal 11px/11px arial,verdana;
    color: #555555;
}

/* NEWS */

div.newsDate, tr.notVisible div.newsDate
{
    font-size: 9pt;
    font-weight: bold;
    color: #aaaaaa;
    margin-bottom: 2px;
}
div.newsTitle, tr.notVisible div.newsTitle
{
    font-size: 12pt;
    font-weight: bold;
    color: #4c2874;
    margin-bottom: 5px;
}

tr.notVisible div.newsDate, tr.notVisible div.newsTitle, tr.notVisible span.newsSummary
{
    color: #bbbbbb;
}
