
body
{
    padding: 0;
    margin: 0;
    font-size: 62.5%;
    font-family: helvetica, verdana, arial, sans-serif;
    background: #bedeff;
}
h1, h2, h3, h4, p, form, ul, img
{
    padding: 0;
    margin: 0;
    border: 0;
}
ul, li, dl, dt
{
    list-style: none;
}
.l{
    float: left;
    margin-right: 10px;
}
.r{
    float: right;
    margin-left: 10px;
}
.c{
   clear: both;
   text-align: center; 
}
q{
    font-style: italic;
}
.bold{
    font-weight: bold;
}
table{
    width: 100%;
    vertical-align: top;
    border: 0;
    border-collapse: collapse;    
    
}
th{
   font-size: 1.4em;
   margin-top: 10px;
   color: #1363AA; 
   padding-bottom: 10px;
   border: 0;
   margin: 0;
   border-bottom: 2px solid #1363AA;
}
tr{
    vertical-align: top;
    
}
td{
    padding: 5px;
    border-bottom: 2px solid #1363AA;
    line-height: 0.8em;
    font-size: 1em;
}
td li{
    line-height: 1em;
}
.pdf { 
   padding-right: 18px;
   background: transparent url('images/icon_pdf.gif') no-repeat center right;
}
.doc { 
   padding-right: 18px;
   background: transparent url('images/icon_doc.gif') no-repeat center right;
}
.out {
   padding-right: 18px;
   background: transparent url('images/icon_external.gif') no-repeat center right;
}
.mailto {
   padding-left: 18px;
   background: transparent url('images/icon_mailto.gif') no-repeat center left;
}
div#wrapper
{
    margin: 0 auto;
    /*width: 90%;*/
    width: 767px;
    background-color: #fff;
     background: transparent url('images/bg.jpg') repeat-y top center;
     padding: 0 20px 0 20px;
}
div#footer
{
    width: 767px;
    height: 70px;
    padding: 10px 0;
    margin-top: 20px;
    background:#3f71c6;
    clear:both;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.6em;
}
div#footer div.register{
    float: left;
    width: 48%;
    padding-left: 10px;
}
div#footer h2{
    margin: 8px 0 29px 0;
    text-align: center;
    font-size: 2.6em;
}
div#footer ul {
    text-align: center;
    float: right;
    width: 48%;
    padding: 0 10px 0 0;
}
div#footer ul li
{
    display:inline;
}
div#footer a
{
    color: #fff;
}
div#footerBtm{
    margin: 0 auto;
    width: 787px;
    height: 10px;
    background: url('images/footer_btm.jpg') top left no-repeat;
}
a.rss{
    color: #0D4273;
    background: url('images/feed.gif') center left no-repeat;
    padding-left: 18px;
}
input.register{
    width: 200px;
    float: left;
    border: 1px solid #89AFDC;
}
input.btnRegister{
    margin: 0 0 0 5px;;
    float: left;
}
div#topNav
{
    height: 80px;
    margin-bottom: 10px;
}
div#topNav div#logo
{
    margin: 5px 0 0 5px;
    width: 247px;
    height: 79px;
    float: left;
}
div#topNav div#logo h1
{
    font-size: 6em;
    color: #1562AA;
    line-height: 0.7em; 
}
div#topNav div#logo h1 span
{
    color: #96B6DD;
    font-weight: normal;
    font-size: 0.8em;
    background: #fff url(    'images/logo_bg.gif' ) top right no-repeat;
    padding-right: 33px;
}
div#topNav div#logo h2
{
    color: #96B6DD;
    font-size: 1.3em;
    padding-left: 3px;
}
div#topNav div#topNavLinks
{
    background-color: #eee;
    width: 480px;
    height: 30px;
    float: right;
    padding: 5px;
}
div#topNav div#topNavLinks ul
{
    float: left;
    margin-top: 8px;
}
div#topNav div#topNavLinks ul li
{
    display: inline;
    list-style: none;
}
div#topNav div#topNavLinks
{
    color: #8D8D8D;
}
div#topNav div#topNavLinks a
{
    text-decoration: none;
    color: #8D8D8D;
    padding: 5px;
}
div#topNav div#topNavLinks #searchBox
{
    float: right;
    margin-top: 4px;
}
div#topNav div#topNavLinks #searchBox input
{
    float: left;
}
div#topNav div#topNavLinks #searchBox a.search
{
    display: block;
    float: left;
    width: 61px;
    height: 20px;
    background: url(    'images/search_bg.gif' ) no-repeat;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    padding: 2px 0 2px 8px;
}
div#topNav div#topNavLinks #searchBox a.search:hover
{
    background: url( 'images/search_bg_o.gif' ) no-repeat;
}

ul#mainNav
{
    clear: both;
    display: block;
    height: 21px;
    border-bottom: 10px solid #2a6fb3;
    margin-bottom: 10px;
    font-family: Arial;
}

ul#mainNav li, ul#mainNav li a, ul#mainNav li, ul#mainNav li span
{
    float: left;
    line-height: 1.4em;
    text-decoration: none;
    color: #fff;
    font-size: 1.06em;
    font-weight: bold;
    text-align: center;
}

ul#mainNav li a
{
    /* pre-load hover image*/
    background: url(images/center-tab-selected-right.gif) no-repeat right top;
}
ul#mainNav li a:link, ul#mainNav li a:visited
{
    background: url(images/normal-join.gif) no-repeat right top;
}
ul#mainNav li a span
{
    padding: 2px 25px 2px 0px;
}

/* hover */
ul#mainNav li a:hover
{
    visibility: visible;
}
/* ie needs this*/
ul#mainNav li a:hover
{
    background: url(images/center-tab-selected-right.gif) no-repeat right top;
    z-index: 999;
    position: relative;
}
ul#mainNav li a:hover span
{
    background: url(images/center-tab-selected-left.gif) no-repeat -220px 0;
    margin-left: -24px;
    padding-left: 24px;
    position: relative;
    cursor: pointer;
    cursor: hand; /* invalid css but ie5+ needs it*/
    z-index: 999;
}
/*...*/
ul#mainNav li.first a span
{
    background: url(images/left-end-tab-normal.gif) no-repeat left top;
    padding-left: 20px;
}
ul#mainNav li.last a, ul#mainNav li.last a:visited
{
    background: url(images/right-end-tab-normal.gif) no-repeat right top;
}
ul#mainNav li.last a span
{
    padding-right: 20px;
}

/* set current item when its in the middle of the tabs */
ul#mainNav li#current a, ul#mainNav li#current a:hover
{
    background: url(images/center-tab-selected-right.gif) no-repeat right top;
}
ul#mainNav li#current a span, ul#mainNav li#current a:hover span
{
    background: url(images/center-tab-selected-left.gif) no-repeat -220px 0;
    margin-left: -24px;
    padding-left: 24px;
    position: relative;
}

/* set current item when its on the far right tab  */
ul#mainNav li#lastcurrent a, ul#mainNav li#lastcurrent a:hover, ul#mainNav li.last a:hover
{
    background: url(images/right-end-tab-over.gif) no-repeat right top;
}
ul#mainNav li#lastcurrent a span, ul#mainNav li#lastcurrent a:hover span, ul#mainNav li.last a:hover span
{
    background: url(images/center-tab-selected-left.gif) no-repeat -220px 0;
    margin-left: -24px;
    padding-left: 24px;
    padding-right: 20px;
    position: relative;
}
/* set current item when its the first tab  */
ul#mainNav li#firstcurrent a, ul#mainNav li#firstcurrent a:hover, ul#mainNav li.first a:hover
{
    background: url(images/center-tab-selected-right.gif) no-repeat right top;
    z-index: 999;
}
ul#mainNav li#firstcurrent a span, ul#mainNav li#firstcurrent a:hover span, ul#mainNav li.first a:hover span
{
    background: url(images/left-end-tab-over.gif) no-repeat left top;
    padding-left: 20px;
    z-index: 999;
}
ul#mainNav li#firstcurrent a:hover span, ul#mainNav li.first a:hover span
{
    margin-left: 0;
}
ul#mainNav li#next a:hover span
{
    background-image: url(images/center-tab-selected-left-next.gif);
}
ul#mainNav li#previous a:hover
{
    background-image: url(images/center-tab-selected-left-previous.gif);
}
div#mainContent
{
    float: left;
    padding: 10px;  
    font-size: 1.2em;  
    width: 540px;
}
div#mainContent_w
{
    float: left;
    margin: 10px;  
    font-size: 1.2em;  
}
div#mainContent_inner{
    margin: 0 auto;
    width: 98%;
    font-size: 1em; 
}
div#mainContent h1, div#mainContent_w h1, div#mainContent_inner h1
{
    width: auto;
    font-size: 1.6em;
    color: #1363AA;
    line-height: 1.5em;
    border-bottom: 1px solid #1363AA;
    margin-bottom: 10px;
}
div#mainContent h2, div#mainContent_w h2, div#mainContent_inner h2
{
   clear: both;
   font-size: 1.4em;
   margin-top: 10px;
   color: #1363AA; 
}
div#mainContent h3, div#mainContent_w h3, div#mainContent_inner h3
{
   font-size: 1.2em;
   color: #1363AA; 
}
div#mainContent p, div#mainContent_w p, div#mainContent_inner p
{
    padding: 5px;
    font-size: 1em;
    letter-spacing: 0.05em;
    line-height: 1.6em;
}
div.homepageBanner{
    margin: 0 0 10px 10px;
    float: left;
    display: inline;
}
div#rightMenu{
    float: right;
    width: 200px;
}
div.menu
{    
    background: #fff url('images/fade_l.jpg' ) top left no-repeat;
    padding-left: 16px;
    clear: right;
    margin-bottom: 10px;
    font-size: 1.2em; 
}
div.menu div.menu_inner{
    padding: 5px;
    font-size: 1.2em;
}
div.menu p{
    font-size: 0.8em;
}
div.subMenu
{
    width: 200px;
    float: left;
    background: #CDE2F5;
    border-right: 5px solid #fff;
    margin: 0 10px 10px 0;
    font-size: 1.2em; 
}
div.menu h2.subMenuHeading
{
    margin: 0;
    background: #CDE2F5 url( 'images/menu_bg.gif' ) top left no-repeat; 
    padding: 3px 0 0 10px;   
    font-size: 1.0em;  
}
div.subMenu h2#subMenuHeading
{
    margin: 0;
    background: #CDE2F5 url('images/subMenu_bg.gif' ) top left repeat-x;
    padding: 3px 0 0 10px;
    font-size: 0.8em;  
    
}
div.menu h2.subMenuHeading, div.subMenu h2#subMenuHeading
{    
    height: 20px;    
    line-height: 1.2em;  
    color: #fff;
}
div.menu ul.menu
{
    padding: 5px 0;
    border-left: 1px solid #0D4273;
    border-bottom: 1px solid #0D4273;
    background-color: #CDE2F5;
}
dl.menuLower{
    margin-left: 20px;
}
div.subMenu ul
{
    padding: 10px 0;
}
div.menu ul li, div.subMenu ul li
{  
    border-bottom: 1px dotted #0D4273;    
}
div.menu ul li.last, div.subMenu ul li.last
{
    border-bottom: none;
}
div.menu ul li a.last{
    background: none;
    font-weight: bold;
}
div.menu ul li a, div.subMenu ul li a
{
    display: block;
    padding: 8px 0 10px 10px;
    margin-left: 5px;
    background: url( 'images/menu_bullet.gif' ) left no-repeat;
    color: #0D4273;
    text-decoration: none;  
}
ul.list li{
    padding: 0 0 0px 15px;
    margin: 0 0 5px 50px;
    text-decoration: none;  
    background: url( 'images/menu_bullet.gif' ) top left no-repeat;
}
div.subMenu ul li a{
    font-size: 0.8em;
}
div.menu ul li a.selected, div.subMenu ul li a.selected
{
    font-weight: bold;
    color: #0D4273;
}
div.menu ul li a.selected_menu_l{
    background: url( 'images/menu_bullet_d.gif' ) left no-repeat;
    font-weight: bold;
    color: #0D4273;
}
a.selected_l{
    background: none;
    font-weight: bold;  
}
div.menu ul li a:hover, div.subMenu ul li a:hover
{
    color: #2688E1;
}
div.feature{    
    background: url( 'images/new.jpg' ) top left no-repeat;
    border: 1px solid #0D4273;
}
div.feature h2 {
    margin: 10px 0 10px 60px;
}
fieldset{
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    width: 500px;    
    border: 1px solid #2688E1;
}
fieldset div{
    height: 30px;
}
legend{
    font-size: 1.6em;
    font-weight: bold;
    color: #3f71c6;    
}
label{
    display: block;
    float: left;
    width: 30%;
    text-align: right;
    margin-right: 10px;
}
fieldset div input, fieldset div textarea{
    float: left;
    display: block;
    border: 1px solid #2688E1;
    width: 45%;
}
fieldset div textarea{
    height: 200px;
    clear:right;
}
.orderBtn{
    clear:both;
    float: right;
    margin-right: 50px;
}
.red{
    color: red;
}
.result_title{
    font-size: 1.2em;
    padding-bottom: 4px;
}
.infoline{
    padding-bottom: 5px;
}
.search_results{
    margin-top: 20px;
}