﻿body {  }

div#maincontainer 
{    
    width: 950px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

div#header 
{
    position: relative; top: 0px; left: 0px;
    width: 950px;
    height: 76px;
    background-image: url(images/bg_green.jpg);
    background-repeat: repeat;
}

div#flash 
{
    position: relative; top: 0px; left: 0px;
    width: 950px;
    height: 300px;    
}
div.imgbanner 
{
    width: 950px;
    height: 300px;
    margin: 0 0 0 0;
}

div#content 
{
    position: relative;
    margin: 0 0 0 0;
    width: 950px;
    min-height: 450px;
    height: auto !important;
    height: 450px; 
    background-image: url(images/bg_contentleft.jpg);
    background-position: left;
    background-repeat: repeat-y;     
}

div#footer 
{
    position: relative;
    width: 950px;
    height: 76px;
    padding-top: 15px;
    background-image: url(images/bg_green.jpg);
    background-repeat: repeat;
}    

div.itopnav 
{
    position: relative; top:-30px; left: 260px;
    width: 685px;
    height: 30px;
}

div.toplinks 
{
    position: absolute; top: 10px; right: 18px;    
}
.toplinks 
{
    font-family: Trebuchet MS;
    font-size: 10px;
    color: #ffffff;    
}    
a.toplinks:link, a.toplinks:visited { text-decoration: none; }
a.toplinks:hover { text-decoration: underline; }
div.links 
{
    position: absolute; top: 44px; right: 18px;    
}
div.ftrlinks 
{
    text-align: center;
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #ffffff;
}

div.consultlinks
{
   position: relative;
   /*margin-left: 10px;*/
   text-align: center;
   height: 60px;
}
.consultlinks 
{
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #ffffff;
}
a.consultlinks:link, a.consultlinks:visited { text-decoration: none; }
a.consultlinks:hover { text-decoration: underline; }

.links 
{
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #ffffff;
}
a.links:link, a.links:visited { text-decoration: none; }
a.links:hover { text-decoration: underline; }

div.leftcontent 
{
    /*float: left;*/
    position: absolute; top: 0px; left: 0px;
    width: 251px;
    /*min-height: 450px;
    height: auto !important;
    height: 450px;    */
    height: auto;
    background-image: url(images/bg_contentleft.jpg); 
    background-repeat: repeat-y;    
}    

div.memberlogin 
{
    position: relative; top: 16px; left: 30px;
    width: 180px;
    height: auto;
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #ffffff;
}

div.rightcontent 
{
    position: relative; top: 0px; left: 251px;
    /*float: left;*/
    width: 665px;
    margin-left: 25px;
    margin-right: 5px;
    min-height: 450px;
    height: auto !important;
    height: 450px;         
}

div.btnhome 
{
    float: left;
    width: 210px;
    height: 244px;
    background-image: url(images/bg_btns_index.jpg);
    background-repeat: no-repeat;    
}

div.btnbar 
{    
    position: absolute; bottom: 10px; right: 0px;
    width: 660px;
    height: 48px;
    background-image: url(images/bg_bluebar.jpg);
    background-repeat: no-repeat;
}

.btnhometext 
{
    position: relative; top: 10px; left: 10px; right: 10px;
    width: 180px;    
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5em;
}
.text 
{
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #000000;
}
a.text:link, a.text:visited { text-decoration: underline; }
a.text:hover { text-decoration: none; color: #666666; }

.pagetitle 
{
    font-family: Trebuchet MS;
    font-size: 20px;
    font-weight: bold;
    color: #7ac142;
}
.seventext 
{
    position: relative; top: 10px; left: 10px; right: 10px;
    width: 200px;
    font-family: Trebuchet MS;
    font-size: 10px;
    text-align: justify;
    color: #ffffff;
}