﻿a img
{
    border-width: 0px;
}

/************ General *************/
body
{
    background-color: #A1D7E4;
    color: #13235C;
    font-family: Tahoma;
    font-size: 10pt;
    margin: 0px;
}

input, textarea
{
    font-family: Tahoma;
    font-size: 13px;
    font-family: Tahoma;
    color: #5f5f5f;
}

div.InnerPanel
{
    background-color: #3a8ba6;
    padding: 20px;
}

div.wrapper
{
    width: 960px;
    margin: 0px auto;
}

p
{
    line-height: 20px;
    margin: 13px 0px;
}

.noline:hover
{
    text-decoration: none;
}

/************* Headers *************/
h1
{
    width: 960px;
    margin: auto;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    color: White;
    margin-top: 10px;
    margin-bottom: 3px;
}

/* main page header */
h2
{
    margin: 0px 0px 10px 0px;
    font-weight: normal;
    font-size: 19px;
    color: #13235C;
}
h2 a
{
    text-decoration: underline;
}


/* header bar */
.nav
{
    background-image: url(images/navigation-bg.jpg);
    height: 43px;
    padding-left: 15px;
    padding-right: 10px;
    font-weight: bold;
    width: 935px;
    margin: auto;
}

.nav a, .nav span
{
    color: White;
    font-family: Sans-Serif;
    font-size: 16px;
    margin-right: 21px;
    float: left;
    text-decoration: none;
    vertical-align: middle;
    line-height: 43px;
}

.nav select
{
    float: right;
    margin-left: 5px;
    margin-top: 12px;
}

.nav a:Hover
{
    color: #6FAD40;
    text-decoration: none;
}

.head
{
    height: 28px;
    background: #81BECC url(images/newlogo.jpg) no-repeat 10px 5px;
    width: 940px;
    margin: auto;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.head input
{
    float: right;
    vertical-align: middle;
    margin-top: 7px;
}

.head .text
{
    margin-right: 10px;
    margin-top: 5px;
}

.imagebutton
{
    padding: 2px 0px;
    width: 122px;
    height: 32px;
    line-height: 32px;
    background-image: url(images/green.png);
    background-repeat: no-repeat;
    font-size: 8pt;
    text-decoration: none;
    text-align: center;
    color: Black !important;
    float: left;
}

input.imagebutton
{
    border-width: 0px;
    cursor: pointer;
    background-position: 0 3px;
}


/* footer bar */
h4
{
    font-size: 12px;
    font-weight: normal;
    height: 21px;
    padding-top: 8px;
    background-color: #207089;
    text-align: center;
}
/* dark sub header */
h5
{
    font-size: 16px;
    color: #0c3747;
    font-weight: bold;
    margin: 5px 0px;
}

/************* Links *************/

a
{
    text-decoration: none;
    color: #fff;
}
a:hover
{
    text-decoration: underline;
}


/************ Specific ***********/
.SearchBox
{
    float: right;
    background-image: url(images/search-bg.jpg);
    width: 318px;
    height: 21px;
    padding: 10px 13px;
    margin-top: 20px;
}

.SearchBox input.Search
{
    width: 277px;
    height: 19px;
    padding: 2px 0px 0px 4px;
    background-image: url(images/search-input.png);
    background-color: Transparent;
    border: none;
    font-weight: bold;
}

.SearchBox input
{
    vertical-align: middle;
}

.text
{
    background-color: #FDFDFD;
    border-width: 0px;
    padding: 2px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 98%;
    margin-bottom: 5px;
}

.text[disabled]
{
    background-color: #C0C0C0;
}

/*input.text
{
    top: -5px;
    width: 370px;
    height: 19px;
    padding: 2px 0px 0px 4px;
    margin-bottom: 4px;
    background-image: url("images/input-background.png");
    background-color: Transparent;
    border: none;
    font-family: Tahoma;
    color: #5f5f5f;
    font-weight: normal;
}*/

/*select.text
{
    top: -5px;
    width: 374px;
    height: 21px;
    padding: 2px;
    margin-bottom: 4px;
    background-image: url("images/input-background.png");
    background-color: Transparent;
    border: none;
    font-family: Tahoma;
    color: #5f5f5f;
    font-weight: normal;
}*/

textarea
{
    overflow: auto;
}

textarea.ContactBox
{
    border: none;
    background-color: transparent;
    background-image: url(images/messagebox.png);
    width: 364px;
    height: 122px;
    padding: 5px;
}


textarea.TextBox4
{
    border: none;
    background-color: transparent;
    background-image: url(images/profilebox.png);
    width: 551px;
    height: 162px;
    padding: 5px;
}
textarea.TextBox2
{
    border: none;
    background-color: transparent;
    background-image: url(images/textfield-2.png);
    width: 538px;
    height: 92px;
    padding: 5px;
}
textarea.TextBox3
{
    border: none;
    background-color: transparent;
    background-image: url(images/textfield-3.png);
    width: 258px;
    height: 144px;
    padding: 5px;
}
input.Contact
{
    border: none;
    background-color: transparent;
    background-image: url(images/phone.png);
    width: 265px;
    padding-top: 3px;
    padding-left: 3px;
    height: 23px;
    margin-bottom: 4px;
}
textarea.Contact
{
    border: none;
    background-color: transparent;
    background-image: url(images/phonebox.png);
    width: 265px;
    height: 151px;
    padding-top: 3px;
    padding-left: 3px;
}

.text2
{
    background-repeat: repeat-x;
    border: solid 1px #cccccc;
    width: 98%;
    padding: 2px;
}

.LookingForBox
{
    background-color: #bed0d0;
    padding: 10px;
    margin-bottom: 20px;
}

div.Panel
{
    color: #fff;
    background-color: #469db9;
    padding: 30px;
    color: White;
}
div.Panel h2
{
    color: White;
}
div.Panel-Highlight
{
    background-color: #3A8BA6 !important;
}
.breadcrumbs, .breadcrumbs a
{
    color: #609BAD !important;
    font-weight: bold;
    text-decoration: none;
}

.breadcrumbs a:hover
{
    text-decoration: underline;
}

div.Panel .button
{
    margin-left: 5px;
}

div.AccountNav
{
    background-color: #6ea128;
    height: 32px;
    padding: 7px 10px 2px 10px;
    margin-bottom: 8px;
}

div.BackButton
{
    float: right;
}
div.BackButton img
{
    vertical-align: middle;
}

/* message box */
.messages
{
    border: solid 2px #BED73B;
    padding: 0px 10px;
    margin: auto;
    margin-bottom: 10px;
    background-color: White;
    width: 960px;
    color: #4F4F4F;
}

.messages a
{
    color: #4F4F4F;
}

.messages p
{
    margin: 7px 0px;
}

/* Service listings */
.service
{
    background-color: white;
    width: 260px;
    float: left;
    height: 56px;
    padding: 10px;
    font-size: 11px;
    line-height: 15px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 15px;
}
.service b
{
    margin-bottom: 5px;
    font-size: 13px;
    display: block;
}
.service img
{
    float: left;
    margin-right: 10px;
    border: 3px solid white;
}


/* validators */
.highlight
{
    background-image: none !important;
    background-color: #fffacd !important;
    color: Black;
    border: 1px solid #CCCCCC;
}

.alertbox
{
    position: absolute;
    z-index: 10;
    padding-left: 45px;
    width: 216;
    background: url(images/aarow.png) no-repeat left top;
    color: Black;
}
.alertbox a
{
    color: #666;
    cursor: pointer;
}
.alertbox div
{
    min-height: 34px;
    width: 200px;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #FFEB8C;
}

/* table */
.table
{
    width: 100%;
}

.table th
{
    border-bottom: 1px solid #fff;
    text-align: left;
}

.table th a
{
    text-decoration: underline;
}

/* form */
.form th
{
    text-align: right;
    padding-right: 10px;
    font-weight: normal;
}

.form .require
{
    color: #e00;
}

.form thead td
{
    text-align: left;
    font-weight: bold;
}

.form tbody tr:last-child td, .form tbody tr:last-child th
{
    padding-bottom: 20px;
}

/* textpanel */
.textpanel
{
    padding: 0px 20px;
}

.textpanel h2
{
    margin: 0px;
}

.tp-beige
{
    background-color: #FDF5C4;
    color: #646553;
}

.tp-beige a
{
    color: #759CA5;
}

.tp-beige h2
{
    color: #AABB24;
}

.tp-lavender
{
    background-color: #E3F2F7;
    color: #646553;
}

.tp-lavender a
{
    color: #646553;
}

.tp-lavender h2
{
    color: #4A8EA1;
}

.tp-lavender h2 a
{
    color: #4A8EA1;
}

.tp-steelblue
{
    background-color: #96ACC4;
    color: White;
}

.tp-steelblue a
{
    color: White;
    text-decoration: underline;
}

.tp-blue
{
    background-color: #7FB9CD;
    color: White;
}

.tp-blue a
{
    color: White;
}

.tp-profile
{
    background-color: #F4E8B6;
    color: #646553;
}

.tp-profile a
{
    color: #759CA5;
}

.tp-profile h2
{
    color: #AABB24;
}

/* product-list on home page */
.product-list
{
    color: #AABB24;
    font-size: 11px;
}

.product-list a
{
    color: #AABB24;
    text-decoration: none;
}

.product-list .img
{
    background-image: url(images/product-bg.png);
    cursor: pointer;
    width: 73px;
    height: 70px;
    float: left;
    padding-top: 20px;
    padding-left: 8px;
    margin-right: 10px;
}

.product-list .name
{
    color: #498F9F;
    font-size: 12px;
    cursor: pointer;
}

.product-list .link
{
    background-image: url(images/productinfo-btn.jpg);
    background-repeat: no-repeat;
    width: 150px;
    float: left;
    background-position: left center;
    text-decoration: underline;
    padding-left: 20px;
    margin-top: 4px;
    cursor: pointer;
}

.product-list .imagebutton
{
    cursor: pointer;
}

/* product list used in feature panel */
.feature-panel
{
    width: 298px;
    background-repeat: no-repeat;
    padding: 45px 0px 5px 10px;
}

.feature-panel .name, .feature-panel a
{
    color: white;
}

.feature-panel table
{
    width: 90%;
    margin: auto;
}

.feature-panel td
{
    padding-bottom: 10px;
}

#ctl00_PageFooter a
{
    text-decoration: underline;
}

/* newsjoin */
.newsjoin
{
    background-image: url(images/mail-bg.png);
    background-repeat: no-repeat;
    width: 282px;
    height: 297px;
    color: White;
    padding: 15px;
    /*float: right;
    margin-left: 20px;
    margin-top: 28px;*/
}

.newsjoin h3
{
    color: White;
    margin: 0px;
    margin-bottom: 10px;
}

.newsjoin .text
{
    width: 142px;
    border-width: 0px;
    background-image: url(images/textfield.jpg);
}

.footer
{
    background-image: url(images/footer-repeat.jpg);
    background-repeat: repeat-x;
    background-position: 0px 33px;
    clear: both;
}

.footer img
{
    display: block;
    width: 960px;
    margin: 0px auto;
}

.quicklinks
{
    width: 960px;
    margin: auto;
    padding-top: 10px;
}

.quicklinks table
{
    float: left;
}
