/* 
   css Copyright (c) 2005-2006 by Karelia Software. All rights reserved.
   css released under Creative Commons License 
        - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners 
        and are licensed separately. 
*/

a img {
	border: none;
}
/* General styles  */

.clear {
	clear: both;
	height: 0;
}
.hidden {
	display:none;
}
/* Images embedded in text.  "narrow" are 200 pixels wide or smaller. */
img.narrow {
	display: block;
	clear: right;
	float: right;
}
img.wide {
	clear: both;
	display:block;
}
/* Block Level formatting, more or less in descending order */

body {
	font-family: "Verdana";
	font-size: 11px;
	margin: 0;
	background: rgb(63, 153, 214) url(bkgd.png);
	padding: 0;
	margin-left: 10px;
}
#page {
	margin: auto;
	width: 900px;
	background: url(background.png) repeat-y;
}
body.no-sidebar #page {
	background: white url(background_no_sidebar.png) repeat-y;
}
#page-top {
	margin:0;
	margin-left: 17px;
	margin-right: 23px;
	background-image: url(new_header_bkgd.png);
	background-repeat: no-repeat;
}
#title {
	background: url(top.png) no-repeat;
	/*Here we expand the title so we can
    have the nice rounded top with drop shadow,
    then use padding to move the content back */
   margin-left: -17px;
	margin-right: -23px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 15px;
}
h1 {
	font-size: 2.9em;
	text-align: center;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	font-weight:bold;
}
/* IE Hack */

/* Hides from IE5-mac \*/
* html h1 {
	height: 1%;
	font-weight: bold;
}
/* End hide from IE5-mac */

h1 a {
	text-decoration:none;
	color: black;
}
h1 a:hover, h1 a:focus, h1 a:active {
	border-bottom: 1px solid black;
}
#title img {
	float: left;
	margin: 3px;
	margin-right: 10px;
	margin-bottom: 6px;
}
#title p {
	font-size: 0.9em;
	text-align: center;
	margin: 10px;
	margin-top: 14px;
	margin-bottom: 14px;
}
/* IE Hack */

/* Hides from IE5-mac \*/
* html #title p {
	height: 1%;
}
/* End hide from IE5-mac */

#sitemenu-container {
	border-bottom: 1px solid rgb(158, 158, 158);
	clear:both;
}
#sitemenu {
	background: rgb(10, 152, 210) url(links_bkgd.png) repeat-x;
	height: 29px;
	border-top: 1px solid rgb(158, 158, 158);
	border-bottom: 2px solid rgb(10, 152, 210);
}
#sitemenu-content ul {
	text-align: center;
	padding:0;
	margin:3px 3px;
}
#sitemenu-content li {
	margin: 0px;
	padding: 0;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 1px;
	font-size: 14px;
	font-weight: bolder;
}
#sitemenu-content a {
	text-decoration: none;
	color: #1249C7;
}
#sitemenu-content a:hover, a:focus, a:active {
	color: #FFFFFF;
	background-color: #C72611;
}
#sitemenu-content li.currentPage span.in {
	color: black;
}
#page-content {
	width: 860px;
	margin: auto;
	clear: both;
}
body.no-sidebar #page-content {
	width: 860px;
}
#sidebar {
	float: left;
	width: 200px;
	font-size: 1em;
	/*min-height: 400px;*/
}
#sidebar p {
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	font-size: 12px;
}
.pagelet {
	width:200px;
	overflow:hidden;
	font-size: 12px;
}
.pagelet.titled {
}
.pagelet h4 {
	margin: 10px 3px 0px 3px;
	padding-top:14px;
	font-weight: bold;
	font-size: 1.3em;
	background: url(pagelet_title_top.png) no-repeat;
	text-align: left;
	Color: #BE0F00;
	font-family: "Verdana";
}
.pagelet h4 span.in {
	background: url(pagelet_title_bottom.png) bottom left no-repeat;
	padding:0px 13px 16px 13px;
	display:block;
	text-align: center;
}
#main {
	/*min-height: 190px;*/
}
/* photo-page, html-page (in some cases), iframe-page don't have sidebar */
body.no-sidebar #main {
	margin-left: 2px;
	margin-right: 7px;
	font-size: 1em;
}
/* Most other pages have sidebars */
body.allow-sidebar #main {
	float: right;
	width: 640px;
	font-size: 1em;
	margin-right: 10px;
}
/* IE Hack */

/* Hides from IE5-mac \*/
* html .body.allow-sidebar #main {
	margin:0;
	padding:0;
	margin-right: 2px;
	width: 640px;
}
/* End hide from IE5-mac */

.photo-page h2 {
	height:23px;
}
.allow-sidebar .photo-page h2 {
	padding-right:150px;
}
h2 {
	color: #000000;
	display: block;
	font-weight: bold;
	background: url(new_title_bkgd.png) repeat-x;
	border: 1px solid rgb(212, 212, 212);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 13px;
	padding-bottom: 13px;
	margin-left: -7px;
	margin-right: -7px;
	margin-top: 0px;
	margin-bottom:0px;
	border-bottom: 1px solid rgb(212, 212, 212);
	font-size: 1.75em;
}
/* Hides from IE5-mac \*/
* html h2 {
	color: #000000;
	height: 30px;
	margin-right: -15px;
	margin-top: -15px;
	font-weight: bold;
	font-family: "Verdana";
	font-size: 18px;
}
/* End hide from IE5-mac */

#main ul, #sidebar ul {
	padding: 0;
	margin-left: 21px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	font-size: 12px;
}

li ul {
	padding-top:8px!important;
}
#main li {
	margin-left: 18px;
	padding-left: 6px;
	/*background: url(bullet.png) no-repeat;*/  
	padding-bottom: 6px;
	padding-top:2px;
	list-style-type: disc;
}

#sidebar li {
	margin-left: 6px;
	padding-left: 6px;
	/*background: url(bullet.png) no-repeat;*/  
	padding-bottom: 6px;
	padding-top:2px;
	list-style-type: disc;
}
.article {
	margin:0px 10px 10px 10px!important;
}
.decimal list {
	list-style-position: outside;
	list-style-type: decimal;
}
.article h3 {
	background: url(other_title.png) repeat-x;
	border: 1px solid rgb(212, 212, 212);
	padding: 5px;
	color: black;
	font-weight: bold;
}
/* remove excessive spacing if the heading is used in a collection index */
li h3 {
	margin:0px;
}
#page-content a, #page-bottom a {
	color: #1249C7;
	text-decoration: none;
}
#page-content a:hover, #page-content a:focus, #page-content a:active, #page-bottom a:hover, #page-bottom a:focus, #page-bottom a:active {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	background-color: #1249C7;/*font-size: 12px;*/
}
.article img {
	border: none;
}
.article img.narrow {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.article-thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.article-thumbnail a {
	border: 0px!important;
}
.callout {
	background: rgb(239, 244, 248);
	float: right;
	margin: 10px;
	margin-right: 0px;
	padding: 5px;
	border: 1px solid rgb(158, 158, 158);
}
.callout li, #sidebar li {
/*background: url(bullet_blue.png) no-repeat !important;*/
}
.callout h4 {
	font-weight: normal !important;
	font-size: 1.1em !important;
}
#page-bottom {
	background: url(footer.png);
	height: 45px;
	font-size: 1em;
	color: rgb(61, 61, 61);
	padding: 10px 0px 0px 22px;
}
#page-bottom div {
	overflow:hidden;
	height:20px;
}
#page-bottom p {
	display:inline;
}
.HTMLElement {
	margin-bottom: 10px;
}
.ImageElement, .VideoElement {
	text-align: center;
	padding-top:20px;
}
.caption {
	padding: 10px;
}
/* Used on Photo Grid Pages ... */

.photogrid-index {
	text-align: center;
	background: rgb(236, 242, 247);
	margin: 10px;
	padding: 5px;
	border: 1px solid rgb(158, 158, 158);
	overflow: auto;
	width: 480px;
}
body.no-sidebar .photogrid-index {
	width: 634px;
	margin-left:33px;
}
* html body.no-sidebar .photogrid-index {
	width:652px!important;
}
/* IE:Mac Hackery */
/*\*//*/
.photogrid-index { 
	margin-right:0px;
}
/**/

.photogrid-index a {
	color:#000;
	text-decoration:none;
	border:0px!important;
}
.photogrid-index a:hover {
	text-decoration:underline;
}
.gridItem {
	float: left;
	position:relative;
	width:152px;
	/*min-height:192px;	 room for caption */
	overflow: hidden;
	margin: 3px;
	padding-top: 6px;
	background: url(thumbnail_bkgd.png) no-repeat;
}
.gridItem h3 {
	font-size:1em;
	font-weight:normal;
	margin-top: 10px;
	margin-left: 7px;
	margin-right: 7px;
	height: 33px;
	overflow: hidden;
	position:absolute;
	top: 140px; /* needs to leave 38px from the bottom of the gridItem */
	width: 136px;
}
.gridItem img {
	border: 1px solid rgb(80, 80, 80);
	margin: auto;
	display:block;
	position: absolute;
	top: 0;
	bottom: 40px;
	right: 0;
	left: 0;
}
* html .gridItem img {
	position: relative;
	top:6px;
}
/* IE Hack */
/* Hides from IE5-mac \*/


* html .gridItem h3 {
	position: relative;
	top: 0px;
}
/* End hide from IE5-mac */


/* Used on index summary pages */
.listing-index li h3 a {
	font-weight:normal;
}
/* make linked lists look less blue */
li a {
	text-decoration:none;
}
li a:hover {
	text-decoration:underline;
}
/* Individual Photo Pages */

.photo-navigation {
	position: relative;
	z-index: 100;
	height: 3px;
	padding:0px;
}
.photo-navigation a, .image-controls a {
	border:0px!important;
}
/* Hides from IE5-mac \*/
* html .photo-navigation {
	margin-top: 2px;
}
/* End hide from IE5-mac */

.photo-navigation a:active {
	border: none;
}
#previous-photo {
	width: 49px;
	height: 42px;
	background: url(photo-buttons-disabled.png) no-repeat;
	position: absolute;
	left: 548px;
	margin-top: -47px;
	text-indent: -5000em;
}
.allow-sidebar #previous-photo {
	left:348px;
}
#previous-photo a {
	width: 49px;
	height: 42px;
	display: block;
	background: url(photo-buttons.png) no-repeat;
}
#next-photo {
	text-indent: -5000em;
	width: 50px;
	height: 42px;
	background: url(photo-buttons-disabled-03.png) no-repeat;
	position: absolute;
	left: 664px;
	margin-top: -47px;
}
.allow-sidebar #next-photo {
	left: 464px;
}
#next-photo a {
	width: 50px;
	height: 42px;
	display: block;
	background: url(photo-buttons-03.png) no-repeat;
}
#photo-list {
	text-indent: -5000em;
	width: 67px;
	height: 42px;
	background: url(photo-buttons-disabled-02.png) no-repeat;
	position: absolute;
	left: 597px;
	margin-top: -47px;
}
.allow-sidebar #photo-list {
	left:397px;
}
#photo-list a {
	width: 67px;
	height: 42px;
	display: block;
	background: url(photo-buttons-02.png) no-repeat;
}



/* IE 5/5.5 Hackery */
/* IE:Mac Hackery */

/*\*/

body.allow-sidebar #main {
	float: right;
	width: 640px;
	font-size: 12px;
	font-family: Verdana;
}
.article {
	margin:0;
	margin-top: -30px;
	background: none;
	border: none;
	padding-bottom: 0;
	padding-top: 0;
}
.article p {
	clear: none;
	text-align: left;
}
.article a {
	color: #1249C7;
	text-decoration: underline;
}
.article a:hover, a:focus, a:active {
	color: #FFFFFF;
	background: #1249C7;
}
.article-summary {
	padding: 0;
	margin: 0;
	clear: none;
}
#page-bottom p {
	margin-top: 0;
}
/**/

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}
*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}
/* Contact Element (standard and customized HTML) */

form.contactElement textarea, form.contactElement input, form.contactElement select {
	width:98%;
	margin:4px 0;
}
form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}
/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
}
/*added by Mike*/
.style1 {
	font-size: 12px
}
.style3 {
	font-size: 3em;
	font-weight: bold;
}
.style4 {
	font-size: 12px;
	font-weight: bold;
}
.style5 {
	color: #49A1CD
}
body#Welcome a#Welcomenav, body#FAQ a#FAQnav, body#Bar a#Barnav, body#CF a#Cfnav, body#Motion a#Motionnav, body#Reader a#Readernav {
	background: #EDEFF0;
	border-top:thick #BE0F00 solid;
	color: #BE0F00;
}
.basictab ul {
	margin: 0px;
	padding: 0px 0;
	margin-left: 0;
	font: bolder 12px Verdana;
	list-style-type:none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}
.basictab li {
	display:inline;
	margin: 0px;
}
.basictab li a {
	display:inline;
	text-decoration:none;
	padding: 6px 6px 6px 6px;
	margin: 0px;
	border-width:thin;
	background-color: #EDEFF0;
	color: #CCFF00;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}
.basictab li a.current {
	text-decoration: none;
	padding: 6px 6px 6px 6px;
	margin-right: 3px;
	background-color:#CCFF00;
	color: #CCFF00;
}
.basictab li a:visited {
	color: #2d2b2b;
}
.basictab li a:hover, .basictab li a.current {
	background-color: #EDEFF0;
	color: white;
}
.basictab li a:active {
	background-color:#EDEFF0;
	color: white;
}
#tabcontentcontainer {
	width:100%; /*width of 2nd level content*/
	height:1em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	padding-bottom: 1em;
	padding-top: 0.5em;
}
.tabcontent {
	display:none;
	color: #EDEFF0;
	font-size: 14px;
	font-weight:bolder;
}
.para {
	font-family: "Verdana";
	font-size: 12px;
	text-align:left;
	background: #EDEFF0;
	margin: -11px -14px -14px -14px;
	padding: 11px 14px 14px 14px;
}
.headings:link {
	color: #000000;
	text-decoration:underline;
	width:100%;
	font-size: 12px;
}
.headings:visited {
	color: #aa6611;
	width:100%;
}
.headings:hover {
	color: #ff9933;
	text-decoration:none;
	width:100%;
}
.headings:active {
	color: #FF00FF;
	width:100%;
	background-color: #00FF00;
}
.headings {
	background-repeat:no-repeat;
	font-family:"Verdana";
}
#scrlContainer {
	visibility:hidden;
	background:#EDEFF0;
	position:relative;
	overflow:hidden;
	width:620px;
	height:24px;
	line-height:24px;
	margin-top: 12px;
}
#scrlContent {
	font-size: 14px;
	position:absolute;
	left:0;
	top:0;
	white-space:nowrap;
}
.style8 {
	color: #000000
}
/*body {
	font: normal 11px verdana;
}*/
.cssvertical ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 164px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	LIST-STYLE-TYPE: none;
}
.cssvertical ul li {
	position: relative;
	/*setup here*/
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
	BACKGROUND: #fff;
	/*BACKGROUND: url(images/dsprites.gif) no-repeat 0px 0px; //setup background*/
	LINE-HEIGHT: 0em;
}
.cssvertical li ul {
	position: absolute;
	left: 163px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}
/* Styles for Menu Items */
.cssvertical ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;/* UnComment if You Want have Shadow
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
*/
        }
.cssvertical ul li a:hover { /*Theme Change here*/
	background-color: #F0F0F0;
}
/* Holly Hack. IE Requirement \*/
* html ul li {
	float: left;
	height: 1%;
}
* html ul li a {
	height: 1%;
}
/* End */

.cssvertical li:hover ul, li.over ul {
	display: block;
}
.cssvertical li:hover ul ul, li.over ul ul {
	display: none;
}
.cssvertical ul ul li:hover ul, ul ul li.over ul {
	display: block;
}
#popitmenu {
	position: absolute;
	background-color: #CCCCCC;
	border:1px solid black;
	font: bold 12px Verdana;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
}
#popitmenu a {
	text-decoration: none;
	padding-left: 6px;
	color: #1249C7;
	display: block;
}
#popitmenu a:hover { /*hover background color*/
	background-color: #EDEFF0;
	color: #C72611;
}
.dbMenu {
	width:10em;
}
.dbMenu .subMenu {
/*	background-image:url('http://www.vbbe.state.va.us/NewVBBE/images/right.gif');*/
	background-position:center right;
}
.dbMenu li ul {
	position:absolute;
	left:9.7em;
	top:0;
	width:10em;
}
.dbMenu li>ul {
	left:9.8em;
}
/*BODY {
	FONT-FAMILY:verdana;
	font-size:12px;
	background-color:#FFFFFF;
}*/
.backG {
	FONT-FAMILY:verdana;
	background-color:#DDD;
	color:#BE0F00;
	border-bottom:#559DC9 5px solid;
	font-size:12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	border-top: #559DC9 5px solid;
}
td.form1 {
	FONT-FAMILY:verdana;
	background:#eaeaea;
	font-size:12px;
}
.style9 {
	font-size: 18px
}
.redtext {
	color: #B80000;
}
.date {
	color: #B80000;
	font-size:10px;
}
.backGBlack {
	color: #000;
	font-weight: normal;
}

