/*  
   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, Banner Styles, CONTAINER 
    - TOP Section-(& TOP Sub-sections), minimum drop-down menu requirements for functionality, LEFT Section, MIDDLE Section, BOTTOM Section
	- FORMS Section, TABLE ELMENTS Section, MISC. Section
    
*/

/**************  HTML Tags **************/
body {
	margin : 0; 
	padding : 0; 
	font : 100% Arial, Verdana, Helvetica, sans-serif; 
	background-image : url('../images/mainbg.jpg'); 
	} 

h1 { 
	background-color: #e4e4e4; 
	color: #000;
	font-weight:bold;
	font-size : 120%; 
	padding: 5px 5px; 
	border: 1px solid; 
	border-color: #c0c0c0;
	margin-bottom:5px;
	}

h2 { 
	background-color: #e4e4e4; 
	color: #009;
	font-weight:bold;
	font-size : 100%; 
	padding: 5px; 
	margin-bottom: 10px;
	margin-top:3px;
	border: 1px solid; 
	border-color: #c0c0c0;
	}

h3 {
	font-size : 100%;  
	margin-bottom:0px;
	}

img {
	border: none;
	}
	
/* Banner Styles */

#headerGraphic {	
	background-image: url('../images/MFPBanner.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: 75%;
	}

#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:144px;
	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;
	}

	
/**************  CONTAINER **************/
#holdingcell
	{
	min-width:760px;
	overflow:hidden;
	}
	
	
/**************  LEFT Section (include: left.htm)**************/
.sidebar
	{
	position: absolute;
	top: 160px;
	margin-left:0px;
	font-size:80%;
	}


.sidebar ul ul a:link
	{
	font-weight:normal;
	}
	
.sidebar ul ul a:visited
	{
	font-weight:normal;
	}
	
.sidebar ul ul a:hover
	{
	text-decoration:underline;
	}
	
.sidebar ul
	{
	padding:0px;
	text-align:left;
	margin-left:0px;
	border:0px none;
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px;
	border-bottom:1px solid #ccc;
	}


#textbar {
	left: 0px;
	margin-top:2em;
	width: 185px;
	}

/*#textbar li
	{
	font-size : 75%;
	margin-top: 3px;
	padding-bottom: 3px;
	padding-left:15px;
	border-bottom:  1px solid #c0c0c0;
	line-height: 1.50em; 
	background-image:url('../images/bullet2.gif');
	background-repeat:no-repeat;	
	}

#textbar li a {
	color : #006453;
	text-decoration : none;
	font-weight : bold;
	}

#textbar li a:hover {
	color : #000000; 
	text-decoration : none; 
	font-weight : bold;
	}
	
 minimum drop-down menu requirements for functionality */
	
.topmenuul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
.topmenuli {
	list-style-type:none;
	float:left;
	}
	
.topmenutitle {
	display:block;
	width:125px;
	font-weight:bold;
	}
	
.topsubmenuli a {
	display:block;
	width:125px;
	}
	
li:hover ul , li.over ul { /* lists nested under hovered list items */
	display: block;
	}
	
#dmenu {
	position:absolute;
	margin-top: 30px;
	margin-bottom: 0px;
	left: 170px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:70%;
	}
	
#dmenu li>ul { 
	top: auto;
	left: auto;
	}


/**************  START MIDDLE Section **************/
#content {
	padding-left:10px;
	padding-bottom:20px;
	margin-top:10px;
	margin-left: 200px;
	margin-right: 20px;
	font-size : 90%;
	}
	
/**************  START RIGHT Section **************/
	
#rightBox
	{
	padding:0px;
	float:right;
	width:180px;
	font-size : 85%;
	text-align:center;
	margin:0px;
	margin-top:1px;
	margin-left:10px;
	background-color:#FFFFFF;
	}

#rightContent
	{
	padding:5px;
	text-align:left;
	background-color:#fff;
	border:0px;
	border-left: 1px solid #e4e4e4;
	height:450px;
	overflow:scroll;
	}

#rightContent ul
	{
	padding: 1px;
	margin-left:0px;
	margin-bottom: 5px;
	margin-top:0;
	}


#rightContent li 
	{
	margin-top: 5px;
	padding-bottom: 5px;
	list-style: none; 
	background: url(../images/newarrow.gif) no-repeat transparent;
	font-size: 90%;  
	padding-left:17px;
	}
	
#rightContent li li 
	{
	padding-left: 0px;
	padding-bottom:0px;
	list-style: none; 
	background: url(../images/newarrow.gif) no-repeat transparent;
	padding-left:17px;
	margin-top:2px;
	font-size : 85%;
	border-bottom: 0px;
	line-height: 1.20em;	
	}


.rightTitle
	{
	background-color: #fff;
	background-image:url(../images/h1bg.jpg);
	background-repeat:repeat-x;
	color: #000;
	font-weight:bold;
	font-size : 120%; 
	padding: 5px 5px; 
	border: 0px; 
	text-align:left;
	border-left:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	border-right:0;
	}

.rightBottom
	{
	background-color: #fff;
	background-image:url(../images/h1bg.jpg);
	background-repeat:repeat-x;
	color: #000;
	font-size : 90%; 
	padding: 5px 5px; 
	border: 0px; 
	text-align:left;
	border-left:1px solid #c0c0c0;
	border-right:0;
	}
	
	
/************** START BOTTOM Section **************/
/*(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;
	}

#footer 
	{
	background-color: #F4F4F4;
	border-top:1px solid #c0c0c0;
	padding:5px;
	margin-top:30px;
	margin-bottom:5px;
	}

#lastmod 
	{
	background-image:url('../images/greenbg.jpg');
	background-repeat:repeat-x;
	padding:5px; 
	font:90% Arial, Verdana, Helvetica, sans-serif;
	height:30px;
	} 
	

/********** START TABLE ELEMENTS Section*******************/
table {
	border-collapse:collapse;
	margin-bottom:10px;
	}

td {
	padding : 5px; 
	border : 1px solid #c0c0c0; 
	vertical-align : top; 
	} 

td.noborders {
	background-color: #e4e4e4;
	padding-top:10px;
	padding-bottom:10px;
	}

th {
	padding : 5px; 
	border : 1px solid #c0c0c0; 
	text-align : left; 
	background-color : #e4e4e4; 
	} 
	
table.fullWidth {
	width:100%;
	border:none;
	}
	
	
/************** START MISC Section **************/
#hidden {
	display:none;
	}
	
.hidden {
	display:none;
	}

.pdfdoc {
	font-size:90%;
	color: #008C00;
	}

img.menuspace {
	padding-left:25px;
	padding-top:15px;
	}

img.OYFLogo {
	padding-left:15px;
	}

.imgright {
	float:right;
	padding:5px;
	}
	
.imgleft {
	float:left;
	}

.italic {
	font-style: italic;
	}
	
.bold {
	font-weight: bold;
	}
	
.underline {
	text-decoration: underline;
	}

.underbold {
	text-decoration: underline;
	font-weight: bold;
	}

a.external {
	background: url("../images/icons/openwindow.gif") center right no-repeat;
    padding-right: 22px;
	}
	
.center {
	text-align: center;
	}

.back2top, .back2top a {
	font-size:90%;
	font-weight: bold;
}

.smalltext {
	font-size:90%;
	padding:5px;
	padding-left:20px;
}
