﻿html {
	overflow-y: visible;
	overflow-x: visible;
	padding:0;
	margin:0;
	border: 0;
	outline: 0;
	/*vertical-align: baseline;  06/15/2011 AR: commented out so IE applies valign=top on tds*/
	background: #F4F3ED;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#body-wrap {
	float:left;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;	
	background: #F4F3ED top center no-repeat url('./vbgovassets/layout-background1.jpg');
	overflow: hidden;
}

.bg-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 240px;
	background: repeat-x url('./vbgovassets/bg-top.png');
	z-index: 1;
}

.container {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 0 0;
	left: 2%;
	right: 2%;
	z-index: 2;
	overflow: hidden;
}

#header, #navigation, #main, #footer {
	position: relative;
	float: left;
	z-index: 1;
	width: 95%;  
	margin: 20px 5px 0 5px;
}


#header {
	color: #003e5b;
	text-align: right;
	z-index: 9999;
}

#header a {
	color: #003e5b;
	text-decoration: none;
}
#header a:hover {
	color: #3488ad;
}

.header-layout-top {
	padding-top: 20px;
}


#header ul,
#header li {
	position: relative;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	margin-right: -9px;
	list-style: none;
}
#header .layout-top>ul>li,
#header .layout-bottom>ul>li {
	height: 18px;
}
#header ul li {
	float: left;
	margin: 0;
	padding: 0 1px;
	border-left: #999 solid 1px;
	width: auto;
}

#header ul li a {
	display: block;
	padding: 1px 9px 0 9px;
}
#header ul li li,
#header ul li:first-child {
	border: none;
}

.main {
	position: relative;
	float: left;
	z-index: 1;
	width: 96%;  
	margin: 20px 5px 0 5px;
	padding: 1%;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-moz-border-radius: 4px;
	background: #fff;
	min-height: 600px;
}

#container-footer {
	float: left;
	width: 100%;
	margin-top: -170px;
	z-index: 1;
}
#container-footer .fade {
	float: left;
	width: 100%;
	height: 150px;
	background: repeat-x url('./vbgovassets/footer-grad.png');
	opacity:1;
}
#container-footer .solid {
	float: left;
	width: 100%;
	background: #F4F3ED;

}

#footer {
	position: relative;
	float: left;
	width: 94%;
	margin: 40px 0px 20px;
	left: 4%;
	z-index: 1;
}

#footer .layout-bottom {
	color: #131312;
}

#footer-layout-left {
	width: 140px;
}

#footer-layout-left a.citySeal {
	display: block;
	width: 49px;
	height: 49px;
	background: url(./vbgovassets/sprites.png) no-repeat;	
	background-position: -120px -200px ;
		
	padding-left:58px;
	padding-top:20px;
	text-indent: -10000px;
	color:#003e5b;
}



#footer .layout-bottom .layout-center {
	text-align: center;
} 
#footer .layout-bottom .layout-center p {
	float: left;
	clear: both;
	width: 100%;
}
#footer .layout-bottom .layout-center ul {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	padding: 0px 0 5px 0;
	margin: 0;
}
#footer .layout-bottom .layout-center ul li {
	display: inline;
	border-right: #ccc solid 1px;
	padding: 0;
	margin: 0;
	height: auto;
}
#footer .layout-bottom .layout-center ul li:last-child {
	border-right: none;
}
#footer .layout-bottom .layout-center ul li a {
	padding: 0 10px;
	margin: 0;
	line-height: 1.2;
	color:#001BBC;
}
#footer .layout-bottom .layout-center {
	color: #131312;
}


#footer .layout-bottom a img {
	display: block;
	float: left;
	clear: none;
}


#footer .footer-layout-right {
	float: right;
}

#footer .footer-layout-right a {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	text-indent: -10000px;
	margin-left: 5px;
	margin-right: 0px;
	background: url(./vbgovassets/sprites.png) no-repeat;	
	color:#003e5b;
}

#footer .footer-layout-right a:hover{
	opacity: 0.6;
}

#footer .footer-layout-right a.icon_facebook{
	background-position: -195px -202px ;
}

#footer .footer-layout-right a.icon_twitter{
	background-position: -226px -202px ;
}

#footer .footer-layout-right a.icon_flicker{
	background-position: -259px -201px ;
}

#footer .footer-layout-right a.icon_linkedin{
	background-position: -259px -201px ;
}

#footer .footer-layout-right a.icon_youtube{
	background-position: -290px -201px ;
}

#footer .footer-layout-right a.icon_email{
	background-position: -320px -200px ;
}

#footer .footer-layout-right a.icon_survey{
	background-position: -352px -203px ;
}

#footer .footer-layout-right a.icon_rssfeed{
	background-position: -386px -201px ;
}


.row-padded 
{
	padding-top:10px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin-left:0px;
	margin-right:0px;  
}

@media (max-width: 768px) {
    
    .body-wrap-xs {
		background: none;
	}

    .container-xs {
		left: 0;
		right: 0;
        padding-left: 0px;
        padding-right: 0px;
	}

    .main-xs {
		width: 100%;  
		margin: 2px 0px 0 0px; /* top right bottom left */
	}

    .pull-left-xs {
        float: left;
        font-size:12px;
        font-weight:normal;
    }
	
	#footer .footer-layout-left-xs {
		float: left;
	}	
	
    .header-xs
	{
		background: url(./vbgovassets/sprites.png) no-repeat left center;
		background-position: -10px -85px ;
		width: 299px;
		height: 62px;	
		display:block;	
		text-indent:-10000px;
	}
	.row-pad-xs
	{
		display:block;
		padding: 10px 0 5px 0;
		margin: 0;
		clear:none;
		font-size:12px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
    .body-wrap-sm {
		background: none;
	}

    .container-sm {
		left: 0;
		right: 0;
	}

    .main-sm {
		width: 100%;  
		margin: 2px 0px 0 0px; /* top right bottom left */
	}

    .style-sm 
    {
    	float: left;
        font-size:14px;
        font-weight:normal;
    }
    .header-sm
	{
		background: url(./vbgovassets/sprites.png) no-repeat left center;
		background-position: 0px 0px ; 
		height: 72px;
		width: 434px;
		display:block;	
		text-indent:-10000px;		
	}
	.row-pad-sm
	{
		display:block;
		padding: 10px 0 5px 0;
		margin: 0;
		clear:none;
	}

}

@media (min-width: 992px) {
    .style-md {
        font-size:14px;
        font-weight:normal;
    }
    .header-md
	{
		background: url(./vbgovassets/sprites.png) no-repeat left center;
		background-position: 0px 0px ; 
		height: 72px;
		width: 434px; 
		display:block;	
		text-indent:-10000px;		
	}
	.row-pad-md
	{
		display:block;
		padding: 20px 0 5px 0;
		margin: 0;
		clear:none;
	}
	
	.pull-center-md 
	{
        width: 100%;
        float: left;
        text-align:center;
        font-size:14px;
        font-weight:normal;
    }

	.column-md-noleftpading
	{
 	  padding-left:0px;		
	}


}


/* footable */
.footable-pager td {   
    border-width: 0;   
    padding: 0 2px;   
    border-left: solid 1px #666;   
    font-weight: bold; 
    color: red;   
    line-height: 12px;   
 }     
 
 .footable-pager span:before    
 {
 	content:"" !important;
 }     
 
 
 .footable-footer span:before  
 {
 	content:"" !important;
 }
 
  tr.gridPager span:before  
 {
 	content:"" !important;
 }
 
 /* Note -- This is only for pagerStyle of GridView as "gridPager" to remove unneccessary "+" inside the pager section */
 tr.gridPager td span.footable-toggle
 {
 	display:none !important;
 }