/*----------------------------------------------
 |  Hacks.css |
 |------------
 |  IE hacks for win and mac
 *---------------------------------------------*/
 
/*background image hacks instead of PNG use GIF for IE*/

.na_headtop {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	padding-left: 7px;
	background: #b74343;
	color: white;
}

.na_placetop {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-bottom: 8px;
}

.na_mapbg {
        background: url(../images/vb_map.jpg) no-repeat top center;
        height: 370px;
}

.na_hide_header {
height:106px;
overflow:auto;
}

.na_hide_header h1 {
   font-size: 0px;
   display: none;
}

.na_mainpage_pad {
 margin-top: 10px;
 padding-bottom: 15px;
 border-top: 1px solid #d2d2d2;
 margin-right: 22px; 
}

.na_mainpage_sub h1 {
 font-size:15px;
 font-weight: bold;
 color: #990002;
}

.na_mainpage_sub ul {
 font-size:15px;
 font-weight: bold;
 color: #990002;
}