/* Defaults */

body { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    border-top: 2px #666666 solid;
}

a {
    color: #406B96;
    text-decoration: none;
}

hr {
    margin-left: 15px;
    margin-right: 100px;
    border: 0px;
    border-top: 1px dashed #999999;
    border-bottom: 1px dashed #999999;
}

h1 {
    font-size: 16pt;
    font-weight: bold;
    color: #7CAF1A;
    margin: 10px 20px 5px 0px;
    padding: 27px 0px 0px 90px;
    background-image: url('../images/heading_image.jpg');
    background-repeat: no-repeat;
    border-bottom: 1px solid #7CAF1A;
    border-left: 1px solid #7CAF1A;
    border-top: 1px solid #7CAF1A;
}

h2 {
    font-size: 14pt;
    font-weight: bold;
    color: #FF9622;
}

h3 {
    font-size: 12pt;
    font-weight: bold;
    color: #D2232A;
}

h4 {
    font-size: 9pt;
    font-weight: bold;
    color: #EC008C;
}

p {
    font-size: 9pt;
    padding-left: 15px;
}

label {
    float: left;
    clear: left;
    text-align: right;
    width: 11em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

input, textarea {
    float: left;
    clear: right;
    text-align: left;
    border: 1px solid black;
}

li {
    list-style-image: url('../images/bulletpoint.gif');
}

.listingHeading {
    font-weight: bold;
    font-size: 10pt;
    color: #4482C3;
}

.listingContactDetails {
    color: #666666;
    font-size: 8pt;
}

.addcontent {
    padding: 5px;
    border: 1px solid #999999;
}

.rightcontent {
    float: right;
    margin: 15px 20px 5px 5px;
}

/* Page body */

.maincontent {
    padding: 0px 20px 10px 10px;
    vertical-align: top;
}

.layout {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    width: 100%;
}

.breadcrumb {
    font-size: 8pt;
}

/* Top navigation and header */

.topnavigation {
    padding-top: 0px;
    margin: 0px;
    color: #676568;
    background-color: #FADD65;
    height: 20px;
}

.topnavigation a {
    color: #676568;
    font-weight: bold;
}

.tagline {
    background-color: #4582C3;
    color: #FFFFFF;
    font-stretch: expanded;
    padding: 5px;
    padding-left: 15px;
    border-top: 1px #FFFFFF solid;
    border-bottom: 1px #FFFFFF solid;
}

/* Bottom navigation */

.bottomnavigation {
    height: 20px;
    margin: 0px;
    padding: 12px;
    padding-left: 20px;
    background-color: #7CAF1A;
    border-left: 1px #FFFFFF solid;
    border-top: 2px #666666 solid;
    width: 100%;
    color: #FFFFFF;
}

.bottomnavigationhome {
    border-top: 0px;
}

.bottomnavigation a {
    color: #FFFFFF;
    font-weight: bold;
}

/* Navigation */
.navbar {
    width: 150px;
    background-color: #4582c3;
    vertical-align: top;
}

.navbar ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.navbar ul li {
    font-size: 8pt;
    background-color: #94c0e5;
    margin: 10px 10px 5px 0px;
    padding: 2px 6px 2px 5px;
}

.navbar a, .navbar a:visited {
    color: #00256b;
    font-weight: bold;
}

.contenttable {
    height: 420px;
}

/* Serach box */

#searchForm {
    float: right;
    display: inline;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

#searchButton {
    background-color: #fadd65;
    border: 0px solid #fadd65;
    font-size: 8pt;
}

/* Ad templates */

.adsHomepage {
    text-align: center;
    vertical-align: top;
}

.adImage {
    padding: 3px;
}

/* Plan one styles */

.headertopright {
    background-image: url('../images/header_top_right.gif');
}

/* Plan one styles */

.planOneContainer {
    width: 95%;
    border: 1px solid #999999;
    margin: 0px 20px 5px 15px;
}

.planOneContainer td {
    vertical-align: top;
}

/* Plan two styles */

.planTwoBanner a {
    color: #FFFFFF;
}

.planTwoContent h1 {
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px;
    padding-left: 15px;
    border: 0px;
    background-image: none;
}

.planTwoContainer {
    width: 95%;
    margin: 0px 20px 5px 15px;
    background-color: #FFF8CA;
    border: 1px solid #4482C3;
}

.planTwoContainer td {
    vertical-align: top;
}

.planTwoContainer p {
    padding: 0px;
    margin: 3px 0px 3px 0px;
}

.planTwoContainerText {
    color: #000000;
}

/* Contact us table */

.contactTable {
    padding: 0px;
    margin: 0px 0px 20px 15px;
    font-size: 9pt;
}

.contactTable tr th {
    text-align: left;
    font-weight: bold;
}

.contactTable tr td {
    padding-left: 10px;
}
