@charset "utf-8";
/*Virginia Memory Home Page Styles -- POSITIONING, COLORS, TEXT*/
/*Color palette
**    red: 	#7f181b
**   blue: 	#006899
**  green: 	#aead0d
**  brown: 	#9e5025
** yellow: 	#e7c55e
** orange: 	#e26805
*/
/******** tags ********/
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
  font-size: 80%;
}
img {
  border: 0;
}
div {
  margin: 0;
}
p {
  margin-top: 0;
}
/******** top ********/
#topWrapper {
  width: 100%;
  background-color: transparent;
}
#topMain {
  width: 780px;
  height: 132px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: left;
}
#topBanner {
  z-index: 50;
  background-color: #000;
}
#topBanner a img {
  border: 0;
}
#horizontalNavbar {
  width: 780px;
  height: 30px;
  margin-top: 0;
  padding: 0;
  white-space: nowrap;
  border: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  z-index: 55;
}
/******** droptabs -- new 10.21.08 ********/
#horizontalNavbar ul.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 55;
  height: 30px;
}
a.vmlink:link,
a.vmlink:visited,
a.vmlink:hover,
li:hover a.vmlink {
  height: 30px;
}
#horizontalNavbar ul.nav li.nav_main {
  display: inline;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}
#horizontalNavbar ul.nav li a:link,
#horizontalNavbar ul.nav li a:visited {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
#horizontalNavbar ul.nav li a:hover {
  padding: 0;
  margin: 0;
  background-color: #000;
}
#horizontalNavbar .genericDropMenu {
  position: absolute;
  display: block;
  list-style: none;
  top: -999em;
  left: -200px;
  margin: 0;
  padding: 0;
}
#horizontalNavbar ul.nav li:hover ul.genericDropMenu,
#horizontalNavbar ul.nav li.sfHover ul.genericDropMenu {
  top: 31px;
  left: 0;
  padding: 0;
  margin: 0;
}
#horizontalNavbar .genericDropMenu li {
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
  clear: both;
  float: left;
}
#navigation_menu ul.genericDropMenu li a:link,
#navigation_menu ul.genericDropMenu li a:visited,
#navigation_menu ul.genericDropMenu li a:hover {
  width: 200px;
  margin: 0;
  padding: 2px 4px 2px 7px;
  white-space: nowrap;
  border: 1px solid #000;
  border-top: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
/*menu bg images*/
#dc_link {
  width: 174px;
  height: 30px;
  margin: 0;
  padding: 0;
  background-image: url("/chancery/img/nav-dc-full.png");
  background-position: 0 0;
  text-indent: -5000px;
}
#rr_link {
  width: 131px;
  height: 30px;
  margin: 0;
  padding: 0;
  background-image: url("/chancery/img/nav-rr-full.png");
  background-position: 0 0;
  text-indent: -5000px;
}
#ex_link {
  width: 110px;
  height: 30px;
  margin: 0;
  padding: 0;
  background-image: url("/chancery/img/nav-ex-full.png");
  background-position: 0 0;
  text-indent: -5000px;
}
#oc_link {
  width: 162px;
  height: 30px;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-image: url("/chancery/img/nav-oc-full.png");
  background-position: 0 0;
  text-indent: -5000px;
}
#av_link {
  width: 203px;
  height: 30px;
  margin: 0;
  padding: 0;
  background-image: url("/chancery/img/nav-av-full.png");
  background-position: 0 0;
  text-indent: -5000px;
}
/*background image positions*/
div.nav_dc #dc_link,
div.nav_dc #rr_link,
div.nav_dc #ex_link,
div.nav_dc #oc_link,
div.nav_dc #av_link {
  background-position: 0 -60px;
}
div.nav_rr #dc_link,
div.nav_rr #rr_link,
div.nav_rr #ex_link,
div.nav_rr #oc_link,
div.nav_rr #av_link {
  background-position: 0 -90px;
}
div.nav_ex #dc_link,
div.nav_ex #rr_link,
div.nav_ex #ex_link,
div.nav_ex #oc_link,
div.nav_ex #av_link {
  background-position: 0 -120px;
}
div.nav_oc #dc_link,
div.nav_oc #rr_link,
div.nav_oc #ex_link,
div.nav_oc #oc_link,
div.nav_oc #av_link {
  background-position: 0 -150px;
}
div.nav_avm #dc_link,
div.nav_avm #rr_link,
div.nav_avm #ex_link,
div.nav_avm #oc_link,
div.nav_avm #av_link {
  background-position: 0 -180px;
}
#horizontalNavbar #dc_link:hover,
#horizontalNavbar #rr_link:hover,
#horizontalNavbar #ex_link:hover,
#horizontalNavbar #oc_link:hover,
#horizontalNavbar #av_link:hover {
  background-position: 0 -30px;
}
li.nav_dc.sfHover #dc_link {
  background-position: 0 -60px;
}
li.nav_rr.sfHover #rr_link {
  background-position: 0 -90px;
}
li.nav_ex.sfHover #ex_link {
  background-position: 0 -120px;
}
li.nav_oc.sfHover #oc_link {
  background-position: 0 -150px;
}
li.nav_av.sfHover #av_link {
  background-position: 0 -180px;
}
/*menu colors*/
#horizontalNavbar li.nav_rr ul li a:link,
#horizontalNavbar li.nav_rr ul li a:visited,
li.nav_rr.sfHover {
  background-color: #006899;
}
#horizontalNavbar li.nav_dc ul li a:link,
#horizontalNavbar li.nav_dc ul li a:visited,
li.nav_dc.sfHover {
  background-color: #7f181b;
}
#horizontalNavbar li.nav_ex ul li a:link,
#horizontalNavbar li.nav_ex ul li a:visited,
li.nav_ex.sfHover {
  background-color: #e7c55e;
}
#horizontalNavbar li.nav_oc ul li a:link,
#horizontalNavbar li.nav_oc ul li a:visited,
li.nav_oc.sfHover {
  background-color: #e26805;
}
#horizontalNavbar li.nav_av ul li a:link,
#horizontalNavbar li.nav_av ul li a:visited,
li.nav_av.sfHover {
  background-color: #9e5025;
}
#horizontalNavbar li.nav_main ul.genericDropMenu li a:hover {
  background-color: #000;
}
.droptabline {
  clear: both;
  padding: 0;
  width: 100%;
  height: 1px;
  line-height: 0px;
}
/******** breadcrumbs ********/
#bottomTitleWrapper {
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  background-color: #aead0d;
}
#bottomTitles {
  width: 780px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  color: #fff;
}
#breadCrumb {
  float: left;
  width: 505px;
  padding-left: 1px;
  padding-top: 1px;
  padding-bottom: 2px; /*font-size:80%;*/
}
#breadCrumb a:link,
#breadCrumb a:visited {
  color: #fff;
  text-decoration: underline;
}
#breadCrumb a:hover,
#breadCrumb a:active {
  text-decoration: none;
}
#navIcons {
  float: right;
  height: 20px;
  padding: 0;
  padding-top: 1px;
  padding-bottom: 2px;
  font-size: 11px;
  text-align: right;
  color: #000;
}
#navIcons img {
  vertical-align: top;
  margin: 0;
  padding: 1px;
}
#navIcons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navIcons li {
  display: inline; /*height:16px;
	line-height:16px;*/
}
#navIcons li span {
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 5px;
}
#navIcons li span#sharethis_0 {
  margin: 0 0 0 5px;
}
li#printVersion a {
  height: 16px;
  line-height: 16px;
  padding: 1px 3px 0 0;
  vertical-align: ;
}
li#rssFeed a {
  height: 16px;
  line-height: 16px;
  padding: 1px 4px 5px 0;
}
li#shareThis span {
  padding: 0;
}
li#shareThis a {
  padding-left: 22px;
  padding-right: 0;
}
li#shareThis .stbuttontext {
  display: none;
}
#navIcons li a {
  color: #000;
}
#navIcons li a:hover {
  color: #333;
}
/******** center/slider ********/
#centerWrapper {
  width: 100%;
  height: auto !important;
  background-color: transparent;
}
#centerMain {
  width: 780px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  padding-top: 10px;
}
/******* secondary/title pages *******/
.subHeadings {
  width: 100%;
  min-height: 125px;
  height: auto;
  margin-bottom: 15px;
}
.subHeadings img {
  float: left;
  margin-right: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: none;
  transition: 0.2s;
}

.subHeadings img:hover {
  transform: translateY(-5px);
}

.subHeadings .title {
  display: flex;
  align-items: center;
}
a.title {
  font-size: 110%;
  font-weight: bolder;
  color: #000;
  text-decoration: underline;
}
h1 {
  margin-bottom: 10px;
  padding: 2px;
  border-bottom-width: thin;
  border-bottom-style: dotted;
  border-bottom-color: #666;
  font-weight: normal;
}
h1.imgTitle {
  padding: 0;
  border: 0;
}
/******** footer ********/
#footWrapper {
  position: relative;
  margin-top: -60px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  width: 100%;
  height: 50px;
  background-color: #333;
  clear: both;
}
#footMain {
  position: relative;
  width: 780px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
}
#footerRight {
  position: absolute;
  top: 13px;
  right: 0;
}
#footer {
  margin-top: 10px;
  text-align: left;
  font: 12px Helvetica, Verdana, Arial, sans-serif;
  color: #949494;
}
#footer a:link,
#footer a:visited {
  color: #949494;
  text-decoration: none;
}
#footer a:hover,
#footer a.selected {
  color: #fff;
  text-decoration: underline;
}
/******* super container for footer stick fix *******/
#superContainer {
  min-height: 100%;
  position: relative;
}
/******* print version *******/
#pHeader {
  display: none;
  visibility: hidden;
}
/******* misc *******/
.floatRight {
  float: right;
  padding-right: 2px;
  padding-top: 2px;
}
.floatLeft {
  float: left;
  paddin-right: 2px;
  padding-bottom: 2px;
}
.clear {
  clear: both;
  height: 1px;
  margin-bottom: -1px;
  display: none;
  visibility: hidden;
  overflow: hidden;
  line-height: 1%;
  font-size: 0px;
}
.note {
}
span.spacerPipe {
  margin-right: 5px;
  margin-left: 5px;
}
img.noBorder {
  padding: 0;
  border: 0;
}
.byLine {
  color: #999;
  font-weight: normal;
}
h3 a {
  text-decoration: none;
  color: #000;
}
.ctr {
  text-align: center;
}
.noshow {
  visibility: hidden;
  display: none;
  height: 1px;
  margin-bottom: -1px;
  line-height: 1%;
  font-size: 0px;
}
.req {
  color: #ff0000;
}
/******* default link colors *******/

#centerMain a:link {
  color: #006899;
  text-decoration: underline;
}
#centerMain a:visited {
  color: #000;
  text-decoration: underline;
}
#centerMain a:hover {
  color: #6c6c6c;
  text-decoration: none;
}
/******* lists *******/
ul._list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
ul._list li {
  padding: 2px 0;
  margin-bottom: 0.5em;
}
ul._list li.indent {
  margin-left: 33px;
}
ul.subj_list {
  left: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  color: #000;
  font-weight: bold;
}
ul.subj_list li {
  position: relative;
  margin-left: 3em;
  padding: 2px 0;
  font-weight: normal;
  min-height: 175px;
}

ul.subj_list li img {
  float: left;
  /* border: 1px solid #006899; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}

ul.subj_list li img:hover {
  transform: translateY(-5px);
}

ul.subj_list li h2,
ul.subj_list li p {
  margin-left: 175px;
  margin-top: 0;
}
ul.subj_list li h2 {
  font-size: 100%;
}
h2.subj_list_topic {
  font-size: 110%;
  font-weight: bold;
}
ul.subj_list li p {
  padding-bottom: 2em;
}
ul.icon_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.icon_list li {
  float: left;
  position: relative;
  margin-left: 0;
  margin-bottom: 1.5em;
  height: auto;
  min-height: 140px;
  width: 100%;
  border-bottom: 1px solid #eee;
}
ul.icon_list li div.icon_list_img_container {
  position: absolute;
  width: 100px;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
}
ul.icon_list li div.icon_list_img_container img {
  margin: 0 6px 12px 6px;
  padding: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #006899;
}
ul.icon_list li div.icon_list_text {
  position: absolute;
  height: 100%;
  width: 600px;
  left: 100px;
  top: 0;
  padding: 0;
  background-color: transparent;
}
ul.icon_list li div.icon_list_text_lg {
  width: auto;
  left: 200px;
}

.icon_list_new {
  font-size: 100%;
  width: 760px;
  height: auto;
  min-height: 100px;
  margin: 0 auto;
  padding: 20px 0;
  /*margin: 0 auto 2em auto;*/
  border-bottom: 1px dotted #eee;
  position: relative;
  /*z-index:40;*/
}
.icon_list_new img {
  float: left;
  /* border: 1px solid #006899; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}

.icon_list_new img:hover {
  transform: translateY(-5px);
}
.icon_list_new h2,
.icon_list_new p {
  margin-left: 150px;
  margin-top: 0;
}
.icon_list_new h2.noImg,
.icon_list_new p.noImg {
  margin-left: 0;
}

.icon_list_new h2 {
  font-size: 100%;
}
.icon_list_new p {
  padding-bottom: 2em;
}
h2.icon_list_new_title {
  margin-left: 150px;
}

/**** Site wide announcement ****/
#siteAnnouncement {
  font: 1.1em Tahoma, Helvetica, Verdana, Arial, sans-serif;
  color: #7f181b;
  font-weight: bold;
  text-align: center;
  display: none;
  /*
	padding:10px 0 5px 0;
	margin-bottom:5px;
	border-bottom:thin dotted #333;*/
}

/********* pagination *********/
.pagination {
  text-align: right;
  padding: 0.5em 0;
}
.pagination a {
  padding: 0.5em;
}

/********* ALERTS *********/
.alert {
  font-weight: bold;
  border: solid 1px;
  padding: 1rem;
}

.alert.alert-warning {
  background: #ffc19d;
  border-color: #bc7d58;
}

