/* Virginia - State Partner Site */

html, body {
    background-image: url("/_inc/states/va/images/va-background-strip.png");
    background-repeat:repeat;
    border: 0 none;
    font-family: Arial,verdana,Helvetica,Sans-Serif;
    font-size: 0.98em;
    margin: 0;
    padding: 0;
}
#container {
	/* Holds all divs for the layout of the page */
	margin: auto;
	width: 1024px;
	background-color: #FFFFFF;
    border: 2px solid #CCCCCC;
    margin: 15px auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1024px;
}
#commonBanner 
{
    float:left;
    color: #FFFFFF;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    height: 40px;
}
div#content {
	width: 1024px;
	padding:0;
}
#stateHeader 
{
    background-image:url("/_inc/states/va/images/va-header.png");
    /*background: none;*/
    line-height: normal;
    margin: 0;
    width:100%;
    height:167px;
}
#equalize_column_height {
    border: medium none;
    border-spacing: 20px;
    display: table;
    margin-bottom: 0;
    width: 100%;
}
#equalize_column_height_row {
    display: table-row;
}
#localnav {
    background-color: #F0F0F0;
    background-position: 20px center;
    border: 1px solid #CCCCCC;
    display: table-cell;
    padding: 0.5%;
    width: 180px;
        vertical-align:top;
}

#localnav .localnav_row {
    float: left;
    margin-bottom: 7px;
    margin-left: 0;
    padding-bottom: 0;
    position: relative;
}

#localnav .localnav_row .localnav_link {
    float: left;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: 150px;
}
#localnav .localnav_row .localnav_link a:link,
#localnav .localnav_row .localnav_link a:active,
#localnav .localnav_row .localnav_link a:visited,
#localnav .localnav_row .localnav_link a {
    color: #000066;
    font-size: 12.6px;
    text-decoration: none;
}
#localnav .localnav_row .localnav_image {
    height: auto;
    margin: 0 4px 5px 155px;
    padding: 2px;
    position: relative;
    width: 19px;
}

div#content div#main {
	/* Central section of page */
	width: 674px !Important;
}
div#content div#central {
    display: table-cell;
    margin-right: 20px;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    vertical-align: top;
    width: 760px;
}
div#content div#data {
    float: none;
	width: 674px !Important;
}


/***** Footer *****/
#stateFooter {
	padding-top: 16px;
	display: block;
	clear: both;
}
#stateFooter p {
	color: #000;
	text-align: center;
	padding-top: 16px;
	font-size: 12px;
}

#footerBar {
    background-color: #505050;
    border: 1px solid #03325C;
    padding: 1px;
    text-align: center;
    height:17px;
    width: 100%;
}

/*********** Links **********/
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #2882C8;
	text-decoration: underline;
}

/********* H1 / H2 *********/
h1 {
	font-size: small;
	color: #660000;
	font-weight: bold;
	clear: both;
	padding-bottom: .5em;
}
div#content h1 {
	color:#660000;
}
div#content h2 {
	color:#2882C8;
}
div#content h3 {
	color:#2882C8;
}
div#content h4 {
	color:#2882C8;
}
div#content ul li.formH3 {
    color:#2882C8;
}
/* State Logo */
.logo {
	width: 180px;
	height: 98px;
	margin-bottom:40px;
}
