@import url("https://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
@import url("css/menu.css");
@import url("css/LightStyle.css");
/*@import url("css/content.css");*/

/* 
    Document   : style
    Created on : Dec 10, 2013, 9:20:37 AM
    Author     : toshiba
    Description:
        Purpose of the stylesheet follows.
*/
.container{
    min-width: 980px;
}
root { 
    display: block;
}

a,a:visited,a:active,a:hover,img{
    outline:none;
    border:0;
}

body{
    background: #ffffff url(images/vbg.gif) 0 80px repeat-x;
    font: 12px/1.5em Calibri;
}

.save{
    max-width: 195px;
    margin: 0 auto;
}
.bgfff{
    background-color:#fff;
}

th{
    text-align: center;
    font-weight: bold;
}

td {
    display: table-cell;
    vertical-align: inherit; 
}


.blueone{
    border-left:1px solid #8FBEDB;
    border-right:1px solid #8FBEDB;
    border-bottom:1px solid #8FBEDB;
}
.lightbluebg{
    background-color: #EDF4FF;
    padding:20px;
}

.tabStep5 ul{padding-left: 20px;}
.tabStep5 li, .tabStep5 a{
    margin: 0;
    padding: 0;
}

.tabStep5 li a{
    display: block;    
    height:49px;
    line-height:49px;
    text-indent: -1000em;
}

.Step-5,.Step-4,.Step-3,.Step-2,.Step-1{
    background-image: url(images/stepbystep.png);    
    background-repeat: no-repeat;
    height: 49px; 
    margin-top: 12px;
    overflow: hidden;
}

.Step-5{
    background-position: 0 -204px;
}
.Step-4{
    background-position: 0 -153px;
}
.Step-3{
    background-position: 0 -102px;
}
.Step-2{
    background-position: 0 -51px;
}
.Step-1{
    background-position: 0 0;
}

.step1,.step2{
    width:220px;
}
.step3{
    width:163px;
}
.step4{
    width:150px;
}
.step5{
    width:144px;
}
.blueone h3{
    margin: 0 0 10px ;
}

.form-group {
    margin-bottom: 5px;
}

.nav>li>a:hover,.nav>li>a:focus{
    background-color: transparent;   
    color:#CF0304;
}

label{font-weight: normal;}
.form-horizontal .control-label {text-align:left; }

.steps{
    /*width:1002px;*/
    margin:0 auto 3em;    
}

.logo{
    display: block;
    background: transparent url(images/vlogo.gif) 0 0 no-repeat;
    width:258px;
    height: 58px;
    text-indent: -1000em;
    margin-top: 20px;
}

header{
    height:90px;
}

footer{
    background-color: #5C5C5C;
    text-align: center;
    min-height: 60px;
    color: #fff;
}

footer p{
    padding-top:20px;
}

.nav a{
    margin-top:20px;
    font-size:1.3em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color:darkslateblue;
}

.nav>li>a:hover{
    background-color: none;
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}