/*  
Name: VaPerforms Hampton Roads
Description: typography stylesheet
*/
body {
    font-family: verdana, sans-serif;
    font-size:.8em;
}

a {
color: #5E5642;
text-decoration: underline;
font-weight: 550;
}

a:visited {
color: #5E5642;
text-decoration: underline;
font-weight: 550;
}

a:hover {
text-decoration: none;
}

#govBar, #vaperformsLinks, #homelink a{
    color:#fff;
    font-size:80%;
}
#govBar a, #vaperformsLinks a, #homelink a{
    color:#fff;
    text-decoration:none;
    font-weight:bold;
}
#tagline{
    color:#bcb9b9;
    font-size:.8em;
    text-align:right;
}
#vaperformsMenu #tagline{
    color:#bcb9b9;
    font-size:.8em;
}
#menu{
    color:#577489;
    font-weight:bold;
    font-size:.85em;
    line-height:1.4em;
    text-align:right;
}
#menu a{
    color:#577489;
    text-decoration:none;
}
#sectionMenu li a{
    color:#747373;
    font-weight:bold;
    font-size:95%;
}
#sectionMenu li a:hover{
    color:#fff;
}

/* Content */ 
#content, .modal {
	color:#3d3d3d;
    font-size:90%;
}
#content p, .modal p{
    margin:15px 0;
    line-height:1.5em;
    
}

#content h1{
    color:#bb4529;
    font-size:2em;
}
#content h2, .modal h2{
    color:#bb4529;
    font-size:1.6em;
}
#content h3{
    color:#bb4529;
    font-size:120%;
	margin-top: 1em;
}
#content h3.heavy{
    font-weight:bold;
    font-size:105%;
}
#content h4{
    font-weight:bold;
    color:#645f51;
    /*margin:0 0 -10px 0;*/
}
#content h5{
    color:#fff;
    font-size:115%;
    font-weight:bold;
}
#content p.summary{
    color:#577489;
    font-style:italic;
}
table{
    font-size:85%;
}

/* Indicators */
#indicators h2{
    color:#fff;
    font-size:1.65em;
    font-weight:normal;
}
#indicators h3{
    color:#fff;
    font-size:1.4em;
    font-weight:normal;
}
#indicators a{
    text-decoration:none;
    color:#000;
    font-size:90%;
}
#indicatorsMenu ul li{
    font-size:.85em;
}
#indicatorsMenu ul li.block{
    font-size:1em;
}
#indicatorsMenu ul li ul li{
    font-size:1.1em;
}
#tools, #tools a, #info li{
	color:#3D3D3D !important;
}
#tools h4{
    color:#bb4529 !important;
}
#content.graphs h3{
    font-size:1.3em;
}
#info h4{
    color:#bb4529;
    font-weight:bold;
}
#info{
	color:#4c4d4c;
        font-size:80%;
}
#info h5{
	font-weight:bold;
	color:#fff;
	font-size:91%;
}
#info #programs a{
    color:#3d5a70;
    font-weight:550;
}

#info #programs{
	color:#666666;
}

#footer p{
	color:#a8a8a8;
    font-size:90%;
}