/* CSS Document */

body {
    height: 100%;
}

html {
    height: 100%;
}   

body    {
    color: #000;
    background:#e7e7e7 url(/images/bg.gif) repeat-y;
    background-position:center;
    margin: 0 0 25px 0;
    padding: 0;
    }
    
.hide   {
    text-indent: -9999px;
    }
    
img {
    display: block;
    border: 0;
    }
    
a:link {
    font-weight : bold; 
    text-decoration : underline;
    color: #2685BD;
    background: transparent; 
    }

a:visited {
    font-weight : bold; 
    text-decoration : underline;
    color: #2685BD;
    background: transparent; 
    }

a:hover {
    font-weight : bold; 
    text-decoration : none;
    color: #2685BD;
    background: transparent; 
    }

a:active {
    font-weight : bold; 
    text-decoration : underline;
    color: #2685BD;
    background: transparent;  
    }
    
div, p, td, li, ul, ol, h1, h2, h3, h4, h5, h6  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 1.35em;
    color: #333;
}
        
        

h1  {
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 5px;
    color: #2685BD;
    }

h2  {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.25em;
    margin-top: 0.5em;
    padding-bottom: 5px;
    }

html p  {
    margin-top: 0;
    margin-bottom: 1em;
    text-align: left;
    line-height: 1.5;
    }
    
li {
    padding-bottom: 5px;
}

/* -- PAGE DIVS -- */

#bluebox {

border-top: 1px solid #2685BD;
border-bottom: 1px solid #2685BD;
margin-top: 10px;
margin-bottom: 10px;
width: 400px;

}

#blueboxtext {
margin: 10px;
color: #2685BD;
font-style: italic;
line-height: 1.6em;
}

#container {

    margin: 0 auto;
    width: 750px;
    min-height: 100%;
}

* html #container {
    height: 100%;
}

#content {
    padding: 20px;
    padding-bottom: 150px;
}

#main {
    width: 520px;
    float: left;
}

/* -- END PAGE DIVS -- */

/* -- RIGHT NAVIGATION -- */

#nav {
    float: right;
    padding-left: 10px;
    padding-top: 15px;
}

#nav a {
    padding: 0;
    margin: 0;
}

/* -- END RIGHT NAV -- */


/* -- FOOTER -- */

#nonFooter
{
    position: relative;
    min-height: 100%;
}

* html #nonFooter
{
    height: 100%;
}

#footer
{
    text-align: center;
    width: 750px;
    position: relative;
    margin: -120px auto 0 auto;
}

#footertrialv2
{
    text-align: center;
    width: 750px;
    position: relative;
}

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

* html #footer
{
    margin-top: -120px;
}

#footcontact {
    padding: 10px;
    background-color: #F6FCFD;
    border-top: 1px solid #E8F3F4;
    border-bottom: 1px solid #E8F3F4;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 16px;
    font-size: 12px;
}

/* -- END FOOTER -- */


#highlightbox {
    padding: 20px;
    padding-bottom: 10px;
    border: 1px solid #E8F3F4;
    background-color: #F6FCFD;
    margin: 20px;
}

#highlightbox p {
    
    text-align: center;
    font-size: 20px;
    line-height: 22px;
}

#highlightbox p strong {
    color: #2994cd;
}

.clearfloats {
    clear: both;
    display: block;
    height: 1px;
    margin-bottom: -1px;
    font-size: 1px;
    line-height: 1px;
}

/* -- FREE TRIAL PAGE -- */
ul.ft
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.ft li
{
    background-image: url(/images/bullet.jpg);
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 30px;
    font-weight: bold;
    margin-top: 10px;
}

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

ul.ftl li {
font-size: 1.5em;
font-weight: bold;
background-image: url(sample_files/bullet.jpg);
background-repeat: no-repeat;
background-position: 0 6px;
padding-left: 30px;
font-weight: normal;
margin-top: 2px;
}
