﻿body {
    font-family: Gill, Helvetica;
    font-size: 13px;
    background-image: url('/_img/background-grayfade.png');
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
}

h3 { text-justify: none; }

.services-col-1, .services-col-2{ float:left}

.container1{ width:100%; position: relative;    text-align: justify;
}

#content .indent-main{padding:12px 27px 35px 27px}
#content .services-col-1{ width:517px; margin-right:63px}
#content .services-col-2{ width:250px; background-color:#CCCCCC; padding: 8px; }
#content .img-left2{ float:left; margin:0px 15px 6px 0px}

a
{
        font-family: Gill, Helvetica;
        color: #000;
        text-decoration: none;
        font-size: 10px;
}

a:hover
{
        font-family: Gill, Helvetica;
        color: coral;
        text-decoration: underline;
}


#wrapper
{
/*
    background:#ffffff;
    margin-left:auto;
    margin-right:auto;
*/
    width: 996px;
    text-align: left;    
}

#header
{ 
    display: block;
/*
    background: #ffffff;  
    overflow: hidden;
*/
    color: #000000;    
    padding: 0px;
    width: 100%;
}

#footer
{
    margin-left: 3px;
    margin-right: 3px;
    display: block;
    background: #CCC;
    min-height: 125px;
        /*    width: 955px;  */
    font-family: Gill, Helvetica;
    color: #000;
    border-style: solid; 
    border-width: 1px;
    border-color: #666;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 0px;
    margin-top: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    
}

#footer a
{
        font-family: Gill, Helvetica;
        color: #000;
        text-decoration: none;
        font-size: 10px;
}

#footer a:hover
{
        font-family: Gill, Helvetica;
        color: coral;
        text-decoration: underline;
}

#content
{ 
    display: block;
/*
    clear: both;
    background: #ffffff;  url('/_img/content_bg.png') repeat-x  left top
*/
    padding: 0px 0px 0px 25px;
    color: #000000;    
    overflow: hidden;
}
 

a {
    color: #333;
}
    
#toolbar
{
    height: 85px;
    vertical-align: bottom;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

    background: #8b8b8b; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3366cc', endColorstr='#6699ff'); 
    background: -webkit-gradient(linear, left top, left bottom, from(#3366cc), to(#6699ff)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #3366cc,  #6699ff); /* for firefox 3.6+ */
    border: solid 1px #6d6d6d;    

}
    
#nav {
    margin: 0;
    padding: 7px 6px 0;
    line-height: 100%;
    
}
    
#nav li {
    margin: 0 5px;
    padding: 0 0 8px;
    float: left;
    position: relative;
    list-style: none;
}
/* main level link */
#nav a {
    font-weight: bold;
    color: #e7e5e5;
    text-decoration: none;
    display: block;
    padding:  10px 30px;
    margin: 0;
        margin-top: 45px;
        /*
    -webkit-border-radius: 1.6em;
    -moz-border-radius: 1.6em;
        */
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;        
        
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
    background: #d1d1d1; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffffff,  #e5e5e5); /*  #ebebeb,  #a1a1a1 for firefox 3.6+ */

    color: #444;
    border-top: solid 1px #f8f8f8;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
    background: none;
    border: none;
    color: #666;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#nav ul a:hover {
    background: #0399d4 !important; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
    background: #ddd; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

        font-size: 10px;
    display: none;
    margin: 0;
    padding: 0;
    width: 385px;
    position: absolute;
    top: 35px;
    left: 0;
    border: solid 1px #b4b4b4;
        /*
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
        */
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);

        
}
/* dropdown */
#nav li:hover > ul {
    display: block;
}
#nav ul li {
    float: none;
    margin: 0;
    padding: 0;
}
#nav ul a {
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
    left: 181px;
    top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#nav {
    display: inline-block;
}
html[xmlns] #nav {
    display: block;
}
* html #nav {
    height: 1%;
}
#signin_orup
{
    background-color: #F60;
    
    border: solid 1px #b4b4b4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    
    padding: 8px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 1px #999;
    
}
    .reg_but
{
    -moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color:#79bbff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #84bbf3;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    text-shadow:1px 1px 0px #528ecc;
}
.reg_but:hover 
{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
    background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
    background-color:#378de5;
}
.reg_but:active 
{
    position:relative;
    top:1px;
}