@charset "UTF-8";
/* CSS Document */

body { background-color:#F6F6F6;

}
#benfits{
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(
rgb(102, 102, 102)), to(
rgb(0, 0, 0)));
display: block;
height: 480px;
margin-bottom: 0px;
margin-left: -20px;
margin-right: 0px;
margin-top: 20px;
padding-bottom: 10px;
padding-left: 40px;
padding-right: 10px;
padding-top: 10px;
text-align: left;
width: 860px;
}

.btext {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    width:450px;
    height:210px; 
    padding:10px 10px 20px 10px;
    color:#A0A0A0;
    float:left;
    margin:10px;
    background-color:#fff;
    border:#CCC 1px solid;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;

    -webkit-box-shadow: 10px 10px 5px -8px rgba(166,163,166,0.3);
    -moz-box-shadow: 10px 10px 5px -8px rgba(166,163,166,0.3);
    box-shadow: 10px 10px 5px -8px rgba(166,163,166,0.3);

}
.btext:hover {
    border:#999 1px solid;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}

.head {
    color:#003366;
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;


}
.pic-steps {
    border:solid 1px;
    border-color:#ccc;
    margin:6px 10px 5px 5px;
    float:left;
    padding:3px;}
    
p {
padding: 0;
line-height:1.5em;
margin:5px;
}

.get-started {
    font-size:16px;
    color:#000;
    padding:5px 8px;
    float:right;
    background-color:#bebebe;
    border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;

-webkit-box-shadow: 10px 10px 5px -8px rgba(166,163,166,0.3);
-moz-box-shadow: 10px 10px 5px -8px rgba(166,163,166,0.3);
box-shadow: 10px 10px 5px -8px rgba(166,163,166,0.3);
    
}
.get-started:hover {
    text-decoration:underline;

}
#lightbox {
    position: absolute;
    top: 0;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    background: #fff;
    z-index: 1001;
    display: none;
}
#lightbox-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    z-index: 1000;
    display: none;
}