/*  
   CSS file is organized by Website's sections from Top - Left - Right - Bottom.
   Indicates which main Classes & IDs are in which include files.
	
   Layout of CSS file is as follows:
   (Change listing according to website's structure)
    - HTML Tags, CONTAINER 
    - TOP Section-(& TOP Sub-sections), LEFT Section, MIDDLE Section, BOTTOM Section
    - TABLE Elements, MISC.-(& MISC. Sub-sections)
*/

/**************  HTML Tags **************/
body {
	margin: 0; 
	padding: 0; 
	font: 100% Arial, Verdana, Helvetica, sans-serif; 
	color: #000; 
	background-image: url('../images/MainBG.jpg'); 
	background-color: #fff; 
	}

h1 { 
	background-color: #e4e4e4; 
	color: #000099; 
	font-weight: bold;
	font-size: 120%; 
	padding: 5px 5px; 
	border: 1px solid; 
	border-color: #c0c0c0;  
	margin-bottom: 5px;
	}

h2 { 
	background-color: #e4e4e4; 
	color: #000099;
	font-weight: bold;
	font-size: 110%; 
	padding: 5px; 
	margin-bottom: 10px;
	margin-top: 3px;
	border: 1px solid; 
	border-color: #c0c0c0;  
	}
	
/**************  CONTAINER **************/
#holdingcell {
	min-width: 760px;
	overflow: hidden;
	}

.textField {
	margin-top: 10px;
	}
	
/**************  TOP Section **************/
/*-------------  TOP Left Nav (include: top.htm)-------------*/
#header {
	position: absolute;
	font: 70% Arial, Verdana, Helvetica, sans-serif;
	color: #fff; 
	font-weight: bold;
	padding: 5px;
	padding-top: 4px; 
	top: 1px;
	height : 20px;
	voice-family: "\"}\""; 
	voice-family: inherit; 
	} 

body > #header {
	height: 20px; 
	} 

#header a{
	 color: #7bafff;
	 font-weight: bold;
	 }

#header a:hover {
	color: #FFF;
	font-weight: bold;
	} 

/*-------------  TOP Right Nav (include: top.htm)-------------*/
#toplist {
	text-align: right;
	font: 70% Arial, Verdana, Helvetica, sans-serif;
	background-image: url('../images/BlkBar.jpg'); 
	padding: 5px;
	color: #fff;
	background-color: black;
	voice-family: "\"}\""; 
	voice-family: inherit;
	}

#toplist a {
	color: #7bafff;
	font-weight: bold;
	}

#toplist a:hover {
	color: #fff;
	font-weight: bold;
	}

/*-------------  TOP Logo (include: top.htm)-------------*/
#tagline
	{
	padding: 1px;
	padding-right: 10px;
	margin: 0px;
	background-image: url('../images/HeaderBg.jpg');
	background-repeat: no-repeat; 
	background-color: #FFF;
	text-align: right;
	height: 53px;
	} 
	
/**************  LEFT Section (include: left.htm)**************/
#textbar {
	left: 2px;
	margin-top: 2em;
	width: 175px;
	}

#textbar li {
	margin-top: 3px;
	padding-bottom: 3px;
	padding-left:15px;
	font-size: 80%;  
	border-bottom:  1px solid #999999; 
	line-height: 1.50em; 
	background-image: url('../images/Bullet.gif');
	background-repeat: no-repeat;
	}
	
#textbar li a {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
	}

#textbar li a:hover {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
	}
	
.sidebar {
	position: absolute;
	top: 150px;
	margin-left: 0px;
	}

.sidebar ul	{
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin-left: 5px;
	border: 0;
	}
	
/**************  MIDDLE Section **************/
#content {
	margin-left: 200px;
	margin-right: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	font-size: 90%;
	}
	
/**************  BOTTOM Section **************/
/*(include: bottom.htm)*/
#footer {
	background-color: #F4F4F4;
	border-top: 1px solid #c0c0c0;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 5px;
	}

.footerlink {
	font-weight:bold;
	}
	
/*(include: bottom.htm)*/
div.bottom { 
	color: #666;
	padding: 5px; 
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #B8BDEF;
	border-bottom: 1px solid #B8BDEF;
	background-color: #EBECF5;
	}

#lastmod {
	background-image: url('../images/GreenBg1.jpg');
	background-repeat: repeat-x;
	padding: 5px; 
	font: 90% Arial, Verdana, Helvetica, sans-serif;
	height: 30px;
	}
	
/**************  TABLE Elements **************/
#Pricing table {
	border-collapse:collapse;
	margin-bottom: 10px;
	margin-top: 10px;
	}

td {
	padding: 5px; 
	border: 1px solid #c0c0c0; 
	vertical-align: top; 
	background-color: #ffffff; 
	}

td.DSBbg {
	padding: 5px; 
	background-color: #e4e4e4; 
	} 

#Pricing td {
	background:transparent url(../images/tdbg.gif) repeat-x scroll 0 0;
	border-color:#FFFFFF #B3B3B3 #B3B3B3 #FFF;
	border-style:solid;
	border-width:1px;
	padding: 5px;
	}

th {
	padding: 5px; 
	border: 1px solid #c0c0c0; 
	text-align: left; 
	background-color: #e4e4e4; 
	}

#Pricing th {
	background:#EDECE4 url(../images/thbg.gif) repeat-x scroll 0 0;
	border-bottom:1px solid #B3B3B3;
	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	text-align:left;
	padding: 5px;
	}

/**************  MISC. **************/
.bold {
	font-weight: bold;
	}

.centerimage {
	text-align: center;
	}
	
a.external {
	background: url("../images/icons/OpenWindow.gif") center right no-repeat;
    padding-right: 22px;
	}
	
img {
	border: 0px;
	}
	
.italic	{
		font-style: italic;
	}
	
.rightimage {
	float: right;
	padding: 5px;
	}
	
.underbold {
		font-weight: bold;
		text-decoration: underline;
	}

.underline {
		text-decoration: underline;
	}
	
.redText {
	color: #f00;
	}

div.subhdr {
font-size:90%;
background-color : #e4e4e4;
padding:5px;
margin-top:10px;
margin-bottom:10px;
}

div.subhdr img {
vertical-align: middle;
}

h2 img {
vertical-align: middle;
}

img.menuspace {
	border: none;
	padding-left:30px;
	}
	
/* Banner Styles */

#headerGraphic {	
	background-image: url('../images/VIBBanner.jpg');
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
	height:100px;
}
#breadcrumb {
	background-color:#000; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:7px 5px 0 5px; 
	color:#ffffff;
	min-height:22px;
}
* html #breadcrumb {
	height:22px;
}
#breadcrumb .breadCrumbText {
	margin-right:350px;
}
#breadcrumb p {
	margin:0;
	padding:0;
	font-size: 80%;
}
#breadcrumb a {
	color:#ffffff; 
	text-decoration:none; 
	font-weight:bold;
} 
#breadcrumb a:hover {
	color:#ccc; 
	text-decoration:none;
} 
#breadcrumb #siteSearchForm {
	margin: 0;
	position:absolute;
	top:143px;
	right:5px;
}
#breadcrumb #siteSearchForm p {
	margin:0;
	padding:0;
}
#breadcrumb #siteSearchForm #searchBoxSite {
	background:url("../images/banner/virginia_seach_txt-bg.jpg") no-repeat;
	background-color:transparent;
	border:0;
	font-size:90%;
	height:14px;
	width:172px;
	padding:3px;
}
#breadcrumb #siteSearchForm #siteSearchBtn {
	background:url("../images/banner/virginia_seach_button-bg.jpg") no-repeat transparent;
	border:none;
	height:20px;
	width:28px;
	height:20px;
	margin-left:2px;
	margin-right:0px;
}
#breadcrumb .alignLeft {
	float:left;
}
#breadcrumb .clear {
	clear:both;
}
#breadcrumb .hidden {
	display:none;
	visibility:hidden;
}
	
/*** DELETE ALL BELOW 
.leftimage {
	float: left;
	padding: 5px;
	}

.mail {
	float: left;
	padding: 5px;
	}

.mattresstable {
	border: 1px;
	}

.pdfdoc {
	font-size:80%;
	color: #008C00;
	}
	
#search {
	text-align : right; 
	white-space: nowrap;
	background-color: #fff;
	padding-top : 10px; 
	background-image : url('../images/headerbg.jpg');
	background-repeat:no-repeat;
	padding-bottom: 5px;
	margin-bottom : -10px;
	padding-left:365px;
	height : 47px; 
	voice-family : "\"}\""; 
	voice-family : inherit; 
	} 

body > #search {
	height : 50px; 
	} 
	
.searchtext {
	font-size:90%;
	}	
***/