* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #cec7c0;
}

a {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;
	outline: none;
}
	
a:link {
	text-decoration: none;
}
	
a:visited {
	text-decoration: none;
	color: #000000;
}
	
a:hover, a.hover {
	text-decoration: none;
	color: #ff3300;
}
	
a:active {
	text-decoration: none;
	color: #000000;
}





#jv_logo {
	font-size: 20px;
	font-family: 'itc_eras';
	color: #4d4744;
	left: 5px;
	top: 5px;
	background-color: transparent;
	position: absolute;
	z-index: 200;		
}

#p_logo {
	font-size: 12px;
	font-family: 'itc_eras';
	color: #4d4744;
	left: 36px;
	top: 28px;
	background-color: transparent;
	position: absolute;
	z-index: 200;
}
		
#folio {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	position: absolute;		
	left: 115px;
	top: -6px;
	z-index: 200;
}
		
#subsections {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	left: 180px;
	top: 10px;
	background-color: transparent;
	position: absolute;
	z-index: 200;
}

#paragraph_1 {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #4d4744;
	outline: none;
	position: absolute;
	height: 300px;
	width: 200px;
	left: 235px;
	top: 80px;
}

#map {
	position: absolute;
	left: 230px;
	top: 120px;
}
	
	
	
 
   
.backgroundtop {
	position: absolute;
    top: 5px;
    left: 125px;
    width: 189px;
    height: 32px;
	-moz-border-radius: 1em 4em 1em 4em;
	border-radius: 1em 4em 1em 4em;
    background-color: #ffffff;
    z-index: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    opacity: .2;
	filter: alpha(opacity=20);
}

   
   

  
.fit {
  max-width: 100%;
  max-height: 100%;
}

.center {
  display: block;
  margin: auto;
}

.container {
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
}





.title {
	font-family: Verdana, Arial, sans-serif;
	font-style: italic;
	font-size: 10px;
	color: #999999;
}

.red {
	color: #FF3300;
}

.trans_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 300;
}





.leading {
	line-height: 120%;
}
	
.leadingemptyspace {
	line-height: 80%;
}





@font-face { 
	font-family: 'itc_eras';
	src: url('../../8_fonts/itceras_book-webfont.eot');
	src: url('../../8_fonts/itceras_book-webfont.eot?#iefix') format('embedded-opentype'),
	url('../../8_fonts/itceras_book-webfont.woff') format('woff'),
	url('../../8_fonts/itceras_book-webfont.ttf') format('truetype'),
	url('../../8_fonts/itceras_book-webfont.svg#webfont') format('svg');
}

	
	

	
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2.75em;
}

#nav a {
	display: block;
	width: 9em;
}

#nav li { /* all list items */
	float: left;
	width: 5em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	-moz-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
	background: rgba(255, 255, 255, 0.2);
	filter:progid: DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff, endColorstr=#4cffffff); /* IE 6/7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff, endColorstr=#4cffffff)"; /* IE8 */
	width: 6.8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}