@charset "utf-8";

/* HTML tags */
body {
    background-color: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}
p {
    margin-top: 0;
}
a {
    color: #ff0000;
}
a:visited {
    color: #990000;
}
a:active {
    color: #0000ff;
}
table {
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
	padding: 0;
}

#body-wrapper {
    width: 100%;
	padding-left: 5px;
}


/* Header */
#page-header-border {
    background-color: #000;
    padding: 2px;
    width: 600px;
    height: 60px;
    margin: 0 auto;
}
#page-header {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    align-content: center;
    border: 2px solid #fffed0;
    box-sizing: border-box;
    background-image: url('/images/header-background-grid.gif');
    background-position: center;
    background-repeat: repeat-x;
    padding: 0;
}
#page-header h1 {
    font-family: Arimo, sans-serif;
    color: yellow;
    font-size: 31px;
    padding: 0;
    margin: 0;
}
#header-wrapper {
    margin-top: 22px;
}
#vhpa-logo {
    text-align: center;
    margin-top: 20px;
}
#vhpa-logo img {
    height: 127px;
}

/* Navagation links */
#top-nav, #bottom-nav {
    margin-top: 20px;
    text-align: center;
}
#top-nav-list, #bottom-nav-list {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
#top-nav-list li, #bottom-nav-list li {
    display: inline-block;
    padding-right: 5px;
}
#top-nav-list li:last-child, #bottom-nav-list li:last-child {
padding-right: 0;
}
#top-nav-list li:before, #bottom-nav-list li:before {
	content: "[ "
}
#top-nav-list li:after, #bottom-nav-list li:after {
	content: " ]"
}
#left-nav {
    float: left;
    width: 85px;
}
#left-nav-list {
    list-style: none;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}
#left-nav-list li {
    padding-bottom: 18px;
    font-weight: bold;
}
#top-nav-list li a.current, #bottom-nav-list li a.current,
	#left-nav-list li a.current {
		text-decoration: none;
		color: #000;
		cursor: default;
}
#breadcrumb-nav {
    font-size: 0.7em;
    margin-left: 2em;
    margin-top: 15px;
    margin-bottom: 20px;
	display: block;
	height: 1em;
}

/* Content */
#main-wrapper {
    width: 100%;
    text-align: left;
}
#content {
    width: calc(100% - 112px);
    float: right;
	padding-right: 10px;
}
#feature-wrapper {
	width: 90%;
	border: 3px #FF0000 ridge; 
	margin: 2em auto; 
}
#feature-wrapper h1,
#feature-wrapper h2,
#feature-wrapper h3,
#feature-wrapper h4 {
	text-align: center	
}
#feature {
	width: 65%;
	margin: 0 auto; 
}
.feature-item {
	margin-top: 2em;
	padding: 0 20px;
	font-size: 0.9em;
	border-top: 1px solid #242424;
}

/* Tables */
.first-col-label tbody tr td:first-child {
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
}
.first-row-label thead tr th {
	text-align: center;
	font-weight: bold;
}
.section-separator {
	border: 0;
	width: 72%;
	height: 5px;
	background-color: #333;
	margin: 1.5em auto;
}
/* Footer */
#footer-wrapper {
    clear: both;
    padding-top: 10px;
	text-align: left;
}
#contact-webmaster {
    margin-top: 25px;
    font-size: 0.9em;
}
#modified-line {
    margin-top: 20px;
    font-size: 0.8em;
	margin-bottom: 0;
}
#copyright-line {
    font-size: 0.7em;
}

/* Email links */
.emaillink {
    color: #ff0000;
    text-decoration: underline;
    cursor: pointer;
}
a.emaillink:visited {
    color: #ff0000;
}
a.emaillink:active {
    color: #ff0000;
}

