﻿body {
    text-align:center;
    margin: 0;
    padding: 0;
    background-color:#515151;
    font-size: 0.8em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
body a 
{
    color:#063B72;
}
body a:hover
{
    color:#01080F;
}
#wrapper {
    text-align:left;
    background-color: White; 
    width:760px;
    padding: 0px;
    margin:0 auto;
}
#header {
    background-image:url("images/header.jpg"); 
    position:relative;
    background-color: #A9C0D8;
    width:760px;
    height:125px;
}
#header .logo  {
    width:282px; 
    height:101px; 
    position:absolute; 
    top:0px; 
    left:0px; 
    background:url("images/logo.jpg") no-repeat;
}
#header .logo span 
{
    display:none;
    }
#header .tagline 
{
    width:215px; 
    height:37px;
    position:absolute; 
    bottom:20px; 
    right:0px;
    background:url("images/tagline.gif") no-repeat;
}
#header .tagline span
{
    display:none;
    }
#header .navigation
{
    position:absolute;
    background-color:#D83610;
    width:760px;
    height: 25px;
    bottom:0px; 
    left:0px;
    }    
#header .navigation a:hover
{
    color: #ffffff;;
}
#content 
{
    color: #2C2C2C;
    padding: 0px 20px 20px 20px;
    line-height: 1.5em;
    }
#content .error
{
    font-weight: bold;
    font-size: 1.1em;
    color: Red;
    display: block;
    padding-top: 1em;
    padding-bottom: 2em;
    }
#content h1
{
    font-weight: bold;
    font-size: 1.1em;
    }
 #content hr
{
    color: #7FA2CA;
    background-color: #7FA2CA;
    height: 1px;
    }   
#content p
{
    padding-bottom: 0.8em;
    vertical-align: top;
    }
#content img
{
    border: 0px;
    }
#content .intro
{
    margin-top: 5em;
    line-height: 2em;
    }
    
#content .formEntry
{ 
   border-bottom: 1px solid #7FA2CA;
   padding-bottom: 2em;
}

#content .formEntry label
{
    width: 8em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    text-transform: capitalize;
    }
    
#content .formEntry .pickList table
{ 
    background-color:#C7D6E6;
    width: auto;
    }
    
#content .formEntry .pickList .button
{ 
    float: right;
    }   

#content .formEntry table label
{
    width: 8em;
    float: none;
    text-align: left;
    margin-left: 0.5em;
    display: inline;
    text-transform: capitalize;
}
#content .key
{
    width: 98%;
    border: solid 1px #2C6CB1;
    padding: 0.5em;
    vertical-align: bottom;
    margin-top: 2em;
    margin-bottom: 2em;
    }
#content label
{
    width: 8em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    text-transform: capitalize;
    }
#content fieldset
{
   border: none;
    }
#content fieldset label
{
    width: 8em;
    float: none;
    text-align: right;
    margin-right: 0.5em;
    display: inline;
    text-transform: capitalize;
    }
#content .search fieldset
{
   border: none;
    }
#content .search fieldset label
{
    width: 8em;
    float: none;
    text-align: right;
    margin-right: 0.5em;
    display: inline;
    text-transform: capitalize;
    }
#content .pageTitle
{
    font-weight: bold;
    font-size: 2em;
    color: #1156A4;
    padding-bottom: .5em;
    border-bottom: 1px solid #7FA2CA;
    font-style: italic;
    font-family: Times, serif;
    }
#content .tab
{
    border: 2px solid #5A91CB;
    border-top: 5px solid #6FA4DD;;
    padding: 1em 2em 4em 2em;
    }   
#content .tabActive
{
    background-color:#6FA4DD;
    border-top: 1px solid #0A396B;
    border-left: 1px solid #0A396B;
    border-right: 1px solid #0A396B;
    font-weight: bold;
    } 
#content .tabInactive
{
    background-color:#BDBEBF;
    }  
/* SYTLES USED FOR THE PRODUCT FEATURE LAYOUT */
#content .productFeature
{
    margin: 20px;
    width: 250px;
    text-align: left;
    color: #ffffff;
    background-color: #000000;
    float: right;
    }  
#content .productFeature img
{
    margin-top: 10px;
    margin-bottom: 10px;
    }  
#content .productFeature .bl 
{
    background: url("images/blCorner.gif") 0 100% no-repeat;
    }
#content .productFeature .br 
{
    background: url("images/brCorner.gif") 100% 100% no-repeat;
    }
#content .productFeature .tl 
{
    background: url("images/tlCorner.gif") 0 0 no-repeat;
    }
#content .productFeature .tr 
{
    background: url("images/trCorner.gif") 100% 0 no-repeat; 
    padding: 10px;
    }
#content .productFeature .title
{
    font-weight: bold;
    border-bottom: 1px dashed #ffffff;
    margin: 0 10px 0 10px;
    padding-bottom: 0.2em;
    }
#content .productFeature p
{
    margin: 15px 10px 10px 10px;
    padding: 0;
    line-height: 1.8em;
    }
/* END OF SYTLES USED FOR THE PRODUCT FEATURE LAYOUT */


#content .productList a:hover
{
    background-color: #F5FE8B;
    }
#content .productList table
{
    border: 0;
    padding: 0;
    border-collapse: collapse;
    display: inline;
    }
#content .productList table th
{
    border: solid 1px #2C6CB1;
    padding: 0.5em;
    background-color:#C7D6E6;
    }
#content .productList table td
{
    border: solid 1px #2C6CB1;
    padding: 0.5em;
    }
#content .search
{
    background-color:#C7D6E6;
    padding: 1em 1em 1em 1em;
    }
#content input.button
{
    padding: 0.2em;
    margin: 0.5em;
    display: inline;
    float: right;
    }
#content .search label
{
    width: 8em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    text-transform: capitalize;
    }
#content .results table
{
    border: 0;
    width: 100%;
    border-collapse:collapse;
    }
#content .results th
{
    background-color:#C7D6E6;
    font-weight: bold;
    }
#content .results .odd
{
    background-color:#EFF3FB;
    }
#content .results .even
{
    background-color:#FFFFFF;
    }    
#homepagePromo
{
    background-color: Black;
    width: 760px;
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    }
#footer 
{
    color:#515151;
    height: 35px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 1em;
    border: 1px;
    background:url("images/footer.gif");
    clear: both;
    }
#footer .contact 
{
    text-align:left;
    float: left;
    padding-left: 0.5em;
    }
#footer .copyright 
{
    text-align:right;
    float: right;
    }
#footer .navigation 
{
    margin-top: 5px;
    }
