/*  
   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: 120% Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: #000; 
	background-image: url('../images/bgTest1.gif');
	background-repeat: repeat-y;
	} 
	
fieldset {
	padding: 10px;
	margin-right: 30%;
	}
	
h1 { 
	color: #AC640E;
	font-weight: bold;
	font-size: 120%; 
	padding: 5px 5px; 
	border-bottom: 3px solid #0019B1; 
	margin-bottom: 5px;
	margin-top: -4px;
	}

h2 { 
	color: #AC640E;
	font-weight: bold;
	font-size: 100%; 
	padding: 5px; 
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom: 3px solid #0019B1; 
	text-align: center;
	}

h2 a {  
	color: #AC640E;
	text-decoration: none;
	}

h3 {
	font-size: 100%;  
	margin-bottom: 0px;
	}
	
ul {
	list-style-type:none;
	margin: 2px;
}

ul li {
	margin-bottom: 10px;
}

/**************  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: #F4F4F4;/*#40A8FF;DDE5F0*/
	font-weight: bold; 
	} 

#header a:hover {
	color: #EB9937; 
	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: #000;
	}
	
#toplist a {
	color: #F4F4F4;/*#40A8FF;DDE5F0*/
	font-weight: bold; 
	} 

#toplist a:hover {
	color: #EB9937; 
	font-weight: bold; 
	}

/*-------------  TOP Logo (include: top.htm)-------------*/
#tagline {
	padding: 1px;
	padding-right: 10px;
	margin: -3px;
	background-image: url('../images/vatsTest1.jpg');
	background-repeat: no-repeat; 
	background-color: #FFFFFF;
	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 #666666; 
	line-height: 1.50em; 
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	}
	
#textbar li a {
	color: #043C93; /*0019B1*/
	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: 185px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-top: 20px;
	font-size: 80%;
	}
	
#contentmenu { 
	font-weight: bold;
	font-size: 100%; 
	padding: 5px; 
	margin-bottom: 5px;
	margin-top: 3px;
	background-color: #eee;
	border-top: 3px #ddd solid; 
	}
	
#contentmenu a {
	color: #0019B1;
	text-decoration: none;
	font-weight: bold; 
	}
	
#contentmenu a:hover {
	color: #000; 
	text-decoration: underline; 
	font-weight: bold; 
	}

#mockcolumn_wrapper {width: 95%;}

#mockcolumn_wrapper ul li {
    text-align: left;
    float: left;
    margin-right: 25px;
    width: 45%;
    line-height: 1.5em;
    list-style: none;
    padding: 5px;
}

#boardlist_wrapper {width: 90%;}

#boardlist_wrapper ul li {
    text-align: left;
    float: left;
    margin-right: 25px;
    width: 35%;
    line-height: 1.5em;
    list-style: none;
    padding: 5px;
}

/**************  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; 
	height: 30px;
	}
	
/**************  TABLE Elements **************/
table {
	border-collapse: collapse;
	font-size: 80%;
	margin: 10px;
	}

table.noborders {
	padding: 0px;
	margin: 0px;
	}
	
table.noborders td {
	border: 0px;
	}
	
table.noborders p {
	font-size: 130%;
	}

td {
	padding: 5px; 
	border: 1px solid #c0c0c0; 
	vertical-align: top; 
	} 

th {
	padding: 5px; 
	border: 1px solid #c0c0c0; 
	text-align: left; 
	background-color: #e4e4e4; 
	}
table.cleartable td {
border:1px solid #fff;
border-bottom:1px solid #e4e4e4;
padding:5px;
} 

table.cleartable td.namecell {
border:1px solid #fff;
border-bottom:1px solid #e4e4e4;
white-space:nowrap;
font-weight:bold;
} 

table.cleartable td.namecellfinal {
border:1px solid #fff;
white-space:nowrap;
font-weight:bold;
} 

table.cleartable td.final {
border:1px solid #fff;
padding:5px;
} 

/**************  MISC. **************/

#ExchangeSearch {
	border-bottom:solid 1px #c0c0c0;
	border-top:solid 1px #c0c0c0;
	padding:5px;
	background-color:#f0f0f0;
	margin:10px;
}

.ExchangeSubmit {
	margin-bottom:1px;
}

.address {
	text-align: center;
	font-size: 80%;
	}
	
.beigeBack{
	background-color: #fff;
	color: black;
	padding-left: 40px;
	}
	
.bold {
	font-weight: bold;
	}
	
.center {
	text-align: center;
	}
	
.clearboth {
	clear: both;
}
.indent {
	padding-left:20px;
}
a.external {
	background: url("../images/icons/openwindow.gif") center right no-repeat;
    padding-right: 22px;
	}

#gov {
	text-align: center;
	font-size: 80%;
	}
	
#hidden
	{
	display:none;
	}

.hidden
	{
	display:none;
	}

hr {
	color: #c0c0c0; 
	} 

img {
	border: none;
	}

img.center {
	margin-left: 30%;
}


.imgright {
	float: right;
	padding: 5px;
}
	
.imgleft {
	float: left;
	/*padding: 5px;
*/	margin: 10px;
}

.imgCap {
	position:relative;
	border: 5px solid #fff;
	-webkit-box-shadow: #1F1D1D 0px 0px 6px;
	-moz-box-shadow: #1F1D1D 0px 0px 6px;
	box-shadow: #1F1D1D 0px 0px 6px;
	behavior: url(style/themes/redmond/pie.htc);
}

.backtop {
	background: url("../images/icons/uparrow.gif") 3% 50%  no-repeat #eeeeee;
	font-size: 85%;
	margin: 10px 37%;
    	padding: 5px 20px;
    	width: 80%;
    	text-align: center;
}

.submenu {
	font-size:90%;
	display: inline-block;
	margin-bottom:5px;
	line-height: 1.5em;
	
}

.submenu a {	
	font-weight:normal;
	margin-right:10px;
	margin-left: 10px;
	}
	
.submenu a:hover {
	color: #AC640E;
	text-decoration: none;
}

.subOne {
    display: inline-block;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
    width: 90%;
    
}
.product-detail {
	margin-top: 60px;
	margin-left: 215px;
	margin-bottom: 35px;
}

/*styles used to line up image with caption--styles any img that's contained in another tag w/ class 'figure' w/out having to name the class to the img tag*/
#description .figure p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	vertical-align: bottom;
	line-height: normal;
	margin-top: 5px;
	height: 1.5em;
	font-style: italic;
}

.figure {
	float: left;
	width: 22em;
	height: 18em;
	margin: 8px;
	text-align: center;
}

.figure img {
	padding: 5px 8px 5px 8px;
	position:relative;
	border: 5px solid #fff;
	-webkit-box-shadow: #1F1D1D 0px 0px 6px;
	-moz-box-shadow: #1F1D1D 0px 0px 6px;
	box-shadow: #1F1D1D 0px 0px 6px;
	behavior: url(style/themes/redmond/pie.htc);
}

.italic {
	font-style: italic;
	}
	
.link{
	background-color: #FFF6E4 ;
	color: black;	
	}
	
.offWhiteBack{
	background-color: #DDF0FF ;
	color: black; 
	padding-left: 40px;
	}
	
.right {
	text-align: right;
	}
		
.small {
	font-size: 70%;
	}

.underbold {
	font-weight: bold;
	text-decoration: underline;
	}

.underline {
	text-decoration: underline;
	}
	
.vatsdemo {
	text-align: center;
	font-size: 80%;
	}

.blockquote {
	margin-left: 30px;
	}


.notice {
	background-color: #E7EBF4;
	border-top:1px solid #D9E1EC;
	border-bottom:1px solid #D9E1EC;
	padding:15px;
	font-size:90%;
	width:95%;
	margin-bottom:10px;
}

.noticeLink {
	float:right;
	text-align:right;
	font-size:80%;
	position:relative;
	padding-right:5px;
}

.noticeLink a {
	text-decoration:none;
	font-weight:bold;
	vertical-align:middle;
}


.notice h1 {
	border-bottom:1px solid #8491B4;
	padding:5px;
	font-size:100%;
	font-weight:bold;
	padding-left:0;
}


/* Banner Styles */
#headerGraphic {	
	background-image: url('../images/VATSbanner.jpg') ;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: 100px;
}
#breadcrumb {
	background: url(../images/blkbar.jpg); 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 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;
    font-size: 80%
} 
#breadcrumb a:hover {
	color: #ccc; 
	text-decoration: none;
} 
#breadcrumb #siteSearchForm {
	margin: 0;
	position: absolute;
	top: 139px;
	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:67%;
	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;
}

#submenu { 
	padding: 5px; 
	padding-left:25px;
	margin-top:5px;
	border-top: 1px solid #436DAE;
	border-bottom: 1px solid #436DAE;
	background: url("../images/icons/submenuarrow.gif") top left no-repeat;
	background-color:#D9E1EC;
	font-size: 90%;
	}
	
#submenu a {
	color:#000; 
	text-decoration:underline;  
	} 

#submenu a:hover {
	color:#000; 
	text-decoration:none;  
	} 
	
#submenu li {
	list-style-type:none;
	padding: 5px;
	}
	
.submenuTitle {
	font-weight: bold;
	font-size: 100%;
	}




/*** DELETE ALL BELOW 		
a.submenu, a.submenu:visited {
	color : #0D2E7D; 
	text-decoration : none; 
	font-size : 85%;
	font-weight : bold; 
	} 

a.submenu:hover {
	color : #265687; 
	text-decoration : none; 
	font-size : 85%;
	font-weight : bold; 
	} 
HTML #holdingcell {
	width : expression((document.body.clientWidth<=760)?'760px':'auto');
	}
	
div.subhdr {
	background-color : #e4e4e4;
	border : 1px solid; 
	border-color : #aaa;
	padding : 5px;
	margin-top : 10px;
	margin-bottom : 10px;
	}
	
.SubmitLink {
	font : 70% Arial, verdana, sans-serif;
	}
	
***/
