/* CSS Document */

body{
	width: 1024px;
	height:auto;
	background-color:#FFFFFF;
	font-family: Verdana;
    margin:0 auto;
}

.vsspage_container{
	width: 1024px;
	height: auto;
   
}
.vss_topbluebar{
	background-color:#008FE1;
	height:10px;
   
}
.vss_header{
	height: 50px;
	width: 1000px;
}

.vss_logo{
	height:50px;
	width:300px;
	position: relative;
	left: 25px;
	background-image:url(../images/VSS_web_logo.png);
	background-repeat:no-repeat;
}

.vss_everify{
    width:370px;
	position: relative;
	left: 310px;
	//background-image:url(../images/e-verify-logo.jpg);
	background-repeat:no-repeat;
}

.vss_RightHeader {
    font-size: 11px;
    text-align: right;
    position: relative;
    float: right;
    top: -50px;
    color: gray;
}    
   

.vss_body{
	padding:10px;
   padding-bottom:100px;   /* Height of the footer */

}

.vss_toolbar{
	color: black;
}

.vss_nav{
	height: 49px;
	background-image: url(../images/nav_bg.png);
	border-radius: 8px;
    color: #ffffff;
}

.vss_nav_div{
	text-align: center;
}

.vss_nav li:hover{
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.vss_nav li {
	list-style-type: none;
	display: inline-block;
	margin-left: 7px;
	padding: 10px;
	border-radius: 5px;
	margin-top: 5px;
    font-size: 12px;
}

.vss_nav a{
	text-decoration: none;
}

.vss_banner{
	height: 217px;
	background-image: url(../images/banner_img01.png);
	border-radius: 10px;
	background-repeat: no-repeat;    background-position:center;
}

.vss_box{
	height: 196px;
	width: 1000px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #535353;
	
}

.vss_box1{
	width: 320px;
	background-image: url(../images/box01.png);
	background-repeat: no-repeat;
	float: left;
	padding: 13px;
	padding-top: 21px;
	height: 180px;
}

.vss_box2{
    width: 295px;
    float: left;
    padding: 15px;  
    padding-top: 24px;
}

.vss_box3{
    width: 307px;  
    background-image: url(../images/box02.png);  
    background-repeat: no-repeat;  
    float: right;    
    position: relative;
    top: -151px;
    right: 0px;
    padding: 14px;
    padding-left: 37px;
    height: 176px;
    padding-top: 23px;
}

.vss_footer{
	position:absolute;
	bottom:0;
	height:80px;
	width: 1024px;
	margin-top: 10px;
	top: 610px;
	font-size:10px;
	color:#BDBDBD;
	background: #7d7e7d; /* Old browsers */  
	background: -moz-linear-gradient(top,  #7d7e7d 6%, #0e0e0e 100%); /* FF3.6+ */  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */  
	background: -webkit-linear-gradient(top,  #7d7e7d 6%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */  
	background: -o-linear-gradient(top,  #7d7e7d 6%,#0e0e0e 100%); /* Opera 11.10+ */  
	background: -ms-linear-gradient(top,  #7d7e7d 6%,#0e0e0e 100%); /* IE10+ */  
	background: linear-gradient(to bottom,  #7d7e7d 6%,#0e0e0e 100%); /* W3C */  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
.vss_footer table{
	height:80px;
	width: 1000px;
}


.CenteredDiv {
      position:absolute;
     width:200px;
     height:100px;
     z-index:15;
     top:50%;
     left:50%;
     margin:-150px 0 0 -150px;
 }

.subheared{
    background-color: #F2F2F2; 
    width: 750px;
    border-radius: 5px; 
    height: 30px; 
    font-size: 22px; 
    color: #33ADFF;
    padding-left: 15px;
}

.leftside{
    width:200px;
    height:450px;
    float:left;
    background-color:#F2F2F2;
     border-radius: 5px; 
}

.leftsidefont{
    height:500px;
    font-size: 12px; 
}

.contentpage{
    width:750px;
    height:auto;
    position: relative;
    left: 25px;
    float: left;
    overflow: auto;
}

.contentpage2{
     width:800px;
    height: 460px;
    position: relative;
    left: 25px;
    float: left;
    overflow: auto;

}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px 0px 0px 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	padding-left: 10px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding: 12px 0 0 20px;
	background: #01BBEC;
	letter-spacing: -.5px;
	color: #FFFFFF;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #01BBEC;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}

.leftbarheared{
    background-color: #F2F2F2; 
    border-radius: 5px; 
    font-size: 22px; 
    color: #33ADFF;
     overflow: auto;
}