/*  
   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: 0px; 
	padding: 0px; 
	font: 100% Arial, Verdana, Helvetica, sans-serif; 
	background-image: url("../images/menubg1.gif");
	background-repeat: no-repeat;
	color: #000; 
	background-color: #fff;  
	}

table.logos {
	border:0;
	}

table.logos td {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:0;
	}
	
blockquote {
	font: 80% Arial, verdana, sans-serif;
	}

hr {
	color: #000; 
	}
	
h1 { 
	font: 150% Times New Roman;
	font-weight: bold;
	font-style: italic;
	color: #990000;
	border-bottom: 0px solid #990000;
	padding-bottom: 0px;
	margin-bottom: 5px;
	}

h1 a {
	color: #990000;
	text-decoration: none;
	}	

h2 { 
	font: 120% Times New Roman;
	font-weight: bold;
	color: #990000;
	border-bottom: 1px solid #990000;
	padding-bottom: 0px;
	margin-bottom: 5px;
	}
	
	
h3 { 
	background-color: #fff; 
	color: #990000;
	font-weight: bold;
	font-size: 110%; 
	margin-top: 3px;
	}
	
img {
	border: 0px;
	padding: 0px;
	border: 0px;
	}

input.submit {
	font-size: 80%;
	padding: 0px;
	margin: 0px;
	}

input.text {
	padding: 0px;
	margin: 0px;
	}
	
ul li {
	padding-bottom: 5px;
	}

ol li {
	padding-bottom: 10px;
	}

ul.rightbullets {
	list-style: none;
	background-color: #ffffff;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 5px;
	}

ul.rightbullets li {
	padding-bottom: 3px;
	}
	
ul.rightbullets ul {
	list-style: none;
	background-color: #ffffff;
	margin-left: 0;
	padding-left: 2em;
	text-indent: -1em;
	margin-top: 5px;
	}

/**************  CONTAINER **************/
#holdingcell {
	min-width: 984px;
	overflow: hidden;
	}

	/* Used for min-width fix in IE */
		* HTML #holdingcell {width:expression((document.body.clientWidth<=1004)?'1004px':'auto');}
	
.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: #C4D3DF; 
	 font-weight: bold;
	 }

	 
#header a:hover {
	color: #96B4CC;
	font-weight: bold;
	} 
	
.centered {
	text-align:center;
	border-bottom: 1px solid #990000;
	}
	
.center {
	text-align:center;
}

/*-------------  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: #000;
	}
	
#toplist a {
	color: #C4D3DF;   
	font-weight: bold;
	}

#toplist a:hover {
	color: #96B4CC;
	font-weight: bold;
	}

/*-------------  TOP Logo (include: top.htm)-------------*/
#tagline {
	padding: 1px;
	padding-right: 10px;
	margin-bottom: -3px;
	background-image: url('../images/logobg3.jpg');
	background-repeat: no-repeat; 
	background-color: #fff;
	text-align: right;
	/*Changed 'height' to match other sites in IE&Firefox*/
	height: 53px;
	}


/**************  LEFT Section (include: left.htm)**************/
.sidebar {
	position: absolute;
	top: 150px;
	margin-left: 0px;
	}	

.sidebar ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin-left: 5px;
	border: 0;
	}

#textbar {
	left: 2px;
	margin-top: 2em;
	width: 160px;
	}

#textbar li {
	margin-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-size: 80%;  
	border-bottom: 1px solid #c0c0c0; 
	line-height: 1.50em; 
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	}
	
#textbar li a {
	color: #E6EDF2;
	text-decoration: none;
	font-weight: bold;
	}

#textbar li a:hover {
	color: #2C4456;
	text-decoration: none; 
	font-weight: bold;
	}

#textbar p {
	padding-left:20px;
	}

/* Banner Styles */

#headerGraphic {	
	background-image: url('../images/VDRSBanner.jpg');
	background-repeat: no-repeat;
	background-color:#5F8CAB;
	padding:0px;
	margin:0px;
	height:100px;
	text-align:right;
}

#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;
	font-size: 80%;
	padding: 0;
}
#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;
}		

/**************  MIDDLE Section **************/
#content {
	margin-left: 200px;
	margin-right: 20px;
	font-size: 90%;
	padding-left: 10px;
	padding-bottom: 20px;
	background-position: bottom right;
	}
	
/**************  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)*/
#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;
	}

table.CalTable TD {
	height: 70px;
	}

table.CalTable TH {
	font: 90% Arial, verdana, sans-serif;
	font-weight: bold;
	}

table.formscabinet td, th {
	font: 90% Arial, verdana, sans-serif;
	}

td {
	padding: 5px; 
	border: 1px solid #c0c0c0; 
	vertical-align: top; 
	} 

td.calendarTD {
	font: 70% Arial, verdana, sans-serif;
	} 

td.DSBbg {
	padding: 5px; 
	background-color: #e4e4e4; 
	} 

td.noborders {
	background-color: #e4e4e4;
	padding-top: 10px;
	padding-bottom: 10px;
	}

th {
	padding: 5px; 
	border: 1px solid #c0c0c0; 
	text-align: left; 
	background-color: #e4e4e4; 
	} 

/**************  MISC. **************/

#BMYear {
	text-align:right;
	width:639px;
	padding:5px;
	}

.bold {
	font-weight: bold;
	}

.googleFrame {
	width:425px;
	height:350px;
	border:none;
	overflow:hidden;
	margin:none;
	}

h2.champs { 
	font: 130% Times New Roman;
	font-weight: bold;
	font-style: italic;
	color: #23408F;
	background-color: #B4CFED;
	padding: 5px;
	border:0;
	margin-bottom: 5px;
	}

#champsbanner {
	margin-top: 20px; 
	padding: 0px; 
	background: url("../images/2008champs/photobanner2.jpg") top left no-repeat #23408E;
	}

#photobanner {
	margin-top: 20px; 
	padding: 0px; 
	background: url("../images/2008champs/photobanner.jpg") top left no-repeat #23408E;
	}
	
a.external {
	background: url("../images/icons/openwindow.gif") center right no-repeat;
    padding-right: 22px;
	}

.imgleft {
	float: left;
	padding: 5px;
	}
	
.imgright {
	float: right;
	padding: 5px;
	}
	
.indent {
	margin-left: 30px;
	}
	
.italic {
	font-style: italic;
	}
	
.line {
	border-bottom:solid 1px #000000;
	margin-bottom:10px;
} 

.pdfdoc {
	font-size: 80%;
	color: #008C00;
	}
	
#regmenu {
	float: right;
	font-size: 80%;
	width: 180px;
	background-color: #B4CFED;
	padding: 15px;
	border-right: 2px solid #c0c0c0;
	margin-right:0;
	margin-top:20px;
	margin-left:10px;
	}


#rightmenu {
	float: right;
	font-size: 70%;
	width: 150px;
	margin: 10px;
	margin-right:0;
	background-color:#FFFFFF;
	border-left:1px solid #9DC6EE;
	padding:10px;
	}

.searchtext {
	font-size: 90%;
	}

div.subhdr {
	background-color: #e4e4e4;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	}


div.subhdr1 {
	background-color: #e4e4e4;
	border-bottom:2ps solid #c0c0c0;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:110%;
	font-variant:small-caps;
	font-weight:bold;
	text-align:center;
	}
	
.dropcap {
float:left;
font-size:100px;
line-height:70px;
padding-top:2px;
font-family: Times, serif, Georgia;
} 


.underline {
	text-decoration: underline;
	}

div.normal {
border: 1px solid #c0c0c0;
border-top:0px;
padding:5px;
}

.yellow {
	background-color : #FFFFCC; 
	} 

div.yellow {
background-color : #FFFFCC;
border: 1px solid #c0c0c0;
border-top:0px;
padding:5px;
}

.white 
	{
	font : 80% Arial, Verdana, Helvetica, sans-serif; 
	margin : 0 0 16px; 
	color : #ffffff; 
	} 

.normal {
	background-color : #ffffff; 
	} 

.DayText   {font-family: verdana}
.DayText a:visited  {font-family: verdana; color:#FF0000}
.DayText a:link     {font-family: verdana; color:#FF0000}
.DayText a:hover    {font-family: verdana; color:#4e4e4e}
	

.quote
	{
		background: url("../images/quote.jpg") top left no-repeat;
		padding-left:80px;
		font-style:italic;
	}

#HeaderTitle
	{
	display:none;
	}
	
.clear {
	clear:both;
}

/*** DELETE ALL BELOW	


.bar 
	{
	color : #ffffff; 
	font-size : 80%; 
	font-weight : bold; 
	} 
	
.dot 
	{
	font-size : 130%; 
	font-weight : bold; 
	}
	
#hidden
	{
	display:none;
	} 
***/