/*  
   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% Helvetica, Arial, Verdana, sans-serif; 
	color : #000; 
	background: url('../images/mainbg.jpg') repeat-y #fff; 
	} 
	
h1 { 
	color:#505969;
	font: 140% Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding-left:0;
	margin-bottom:5px;
	}

h2 { 
	background: url(../images/h1BG.gif) repeat-x #fff;
	color: #445E79;
	font-weight:bold;
	font-size : 100%; 
	padding: 5px; 
	margin-bottom: 10px;
	margin-top:3px;
	border-top: 1px solid #cccccc; 
	}

h3 {
	font-size : 100%;  
	margin-bottom:0px;
	} 
	
h4  {
	background-repeat:repeat-x;
	background-color:#E8E8E8;
	text-indent: 1em;
	color: #445E79;
	font-weight: bold;
	font-size : 100%; 
	padding: 5px; 
	margin-bottom: 10px;
	margin-top:3px;
	border-top: 1px solid #cccccc; 
	}
/**************  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:#ffffff;
	font-weight:bold;
	padding:5px;
	padding-top:4px; 
	top:1px;
	height : 20px;
	voice-family : "\"}\""; 
	voice-family : inherit; 
	} 

body > #header {
	height : 20px; 
	} 

#header a{
	 color: #ffffff;
	 font-weight:bold;
	 }

#header a:hover {
	color: #cccccc;
	font-weight:bold;
	}
	
.sectional {
	float:left;
	padding:10px;
}

/*-------------  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:#ffffff;
	background-color:black;
	}
	
#toplist a {
	color: #ffffff;
	font-weight:bold;
	}

#toplist a:hover {
	color: #cccccc;
	font-weight:bold;
	}

/*-------------  TOP Logo (include: top.htm)-------------
#tagline
	{
	padding:1px;
	padding-right:10px;
	margin:0px;
	margin-bottom: -3px;
	background-image:url('../images/vasilclogo.jpg');
	background-repeat:no-repeat; 
	background-color: #D3DCE4;
	text-align:right;
	height:50px;
	}

	
/**************  LEFT Section (include: left.htm)**************/
#textbar {
	left: 2px;
	margin-top:2em;
	width: 180px;
	}
	
#textbar li {
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left:0px;
	font-size: 75%;  
	border-bottom:  1px solid #999999; 
	line-height: 1.50em; 
	font-weight:bold;
	}
	
#textbar li a {
	color : #505969;
	text-decoration : none;
	}

#textbar li a:hover {
	color : #000;
	text-decoration : none; 
	}

.sidebar {
	position: absolute;
	top: 150px;
	margin-left:0px;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	margin-left:5px;
	text-align: left;
	border: 0;
	list-style-type:none;
	}

/**************  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 **************/
table {
	border-collapse:collapse;
	margin-bottom:10px;
	}

td {
	padding : 5px; 
	border : 1px solid #c0c0c0; 
	vertical-align : top; 
	}  

th {
	padding : 5px; 
	border : 1px solid #c0c0c0; 
	text-align : left; 
	background-color : #e4e4e4; 
	} 

/**************  MISC. **************/
.bold 
	{
	font-weight: bold;
	}	

.caption400 {
	background-color:#EFEFEF;
	padding:10px;
	font-size:80%;
	width:400px;
	font-style:italic;
	}

div.caption400 img {
	border:1px solid #c0c0c0;
	background-color:#FFFFFF;
	padding:5px;
	margin-bottom:10px;
	}
	
.center {
	text-align:center;
	}	
	
a.external {
	background: url("../images/icons/openwindow.gif") center right no-repeat;
    padding-right: 22px;
	}
	
#hidden	{
	display:none;
	}

img {
	border: none;
	}

.imgleft {
	float: left;
	padding: 5px;
	}

.italic {
	font-style:italic;
	}

div.layer {
	background-color : #E9EBEF;
	padding:10px;
	padding-bottom:10px;
	}
	
.normal {
	background-color : #ffffff; 
	}
	
.pdfdoc {
	font-size:80%;
	color: #008C00;
	}

div.subtitle {
	border-bottom: 1px solid #c0c0c0;
	border-top:0px;
	padding:5px;
	}

div.title {
	background-color : #e4e4e4;
	border: 1px solid #c0c0c0;
	padding:5px;
	margin-top:10px;
	}

.underline 
	{
		text-decoration: underline;
	}
	
.smallText {
	font-size:75%;
	}
	
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:10px;
	}
	


.whatsNew li {
	list-style-image:url(../images/arrow.gif);
}


/* Banner Styles */

#headerGraphic {	
	background: url('../images/Banner.jpg') no-repeat #B9C1C8;
	padding:0px;
	margin:0px;
	height:100px;
}
#breadcrumb {
	background:url(http://www.virginia.gov/images/common_feel_bg.jpg)  repeat-x #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 5px 0 5px; 
	color: #ffffff;
	min-height: 25px;
}
* html #breadcrumb {
	height: 25px;
}
#breadcrumb .breadCrumbText {
	margin-right: 350px;
}
#breadcrumb p {
	margin: 0;
	padding: 0;
	font-size: 80%;
	padding-top:2px;
}
#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;
}	


.question {
	padding:10px;
	background-color:#E8E8E8;
	border:1px solid #445E79;
	border-bottom:none;
	font-weight:bold;
}


.formfield {
	padding:10px;
	border:1px solid #445E79;
	margin-bottom:15px;
}

.formfield textarea {
	font-family:Tahoma, Geneva, sans-serif;
	width:99%;
	height:150px;
	padding:0;
	border:1px solid #c0c0c0;
}


fieldset {
	border:none;
}

legend {
	border:none;
}

span.checkBox {
	display:block;
	padding:5px;
	border-bottom:1px solid #c0c0c0;
}


span.checkBoxlast {
	display:block;
	padding:5px;
}

/*** DELETE ALL BELOW	
.white {
	font : 80% Arial, Verdana, Helvetica, sans-serif; 
	margin : 0 0 16px; 
	color : #ffffff; 
	}

.bar {
	color : #003366; 
	font-size : 90%; 
	font-weight : bold; 
	}  

.dot {
	font-size : 130%; 
	font-weight : bold; 
	}	
	
div.subhdr {
	background-color : #e4e4e4;
	border: 1px solid; 
	border-color: #aaa;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
***/