@font-face {
	font-family: 'BetaSans';
	src: url('fonts/betasans-bold-webfont.eot');
	src: local('☺'), url('fonts/betasans-bold-webfont.woff') format('woff'), url('fonts/betasans-bold-webfont.ttf') format('truetype'), url('fonts/betasans-bold-webfont.svg#webfont0aYnnagI') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'BetaSansNormal';
	src: url('fonts/betasans-normal-webfont.eot');
	src: local('☺'), url('fonts/betasans-normal-webfont.woff') format('woff'), url('fonts/betasans-normal-webfont.ttf') format('truetype'), url('fonts/betasans-normal-webfont.svg#webfont7FPVUJCi') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: BetaSansNormal, sans-serif;
	padding: 10px;
	font-size: 13px;
	color: #8b8b8b;
	background-color: #ffffff;
/*	overflow: hidden;*/
}

h1 {
	padding-left: 20px;
	font-size: 24px;
	color: #8c1513;
	width: 540px;
}

h1 span.small {
	font-size: 13px;
	padding-left: 5px;
}

span.small sup {
	font-size: 8px;
	padding-left: 2px;
}

h1 div.firstline {
}

h1 div.secondline {
	text-align: right;
}

a.nav {
	font-family: BetaSans, sans-serif;
	font-size: 13.5px;
	color: #8B8B8B;
	text-decoration: none;
	padding-left: 8px;
}
a.nav:hover {
	color: #8c1513;
}

a.hilight {
	color: #8c1513;
}
a {
	color: #303030;
	text-decoration: none;
}
div.content {
	
	overflow: show;
	height: auto;
	bottom: auto !important;
	min-height: 444px;

	position: absolute;

/*
	bottom: 0px;
	overflow-x: hidden;
	overflow-y: auto;
*/

	left: 218px;
	top: 290px;
	width: 738px;
	bottom: 0px;
	background-image: url('images/background.png');
	padding: 20px;
}

div.fade {
	position: absolute;
	width: 778px;
	height: 111px;
	bottom: 0px;
	left: 0px;
	background-image: url('images/backgroundfade.png');
	background-repeat: repeat-x;
}

div.content p {
	margin-left: 34px;
	width: 500px;
	/*
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	text-align: justify;
	*/
}

div.content table td {
	font-family: BetaSansNormal, sans-serif;
	font-size: 13px;
}

ul.nav {
	background-image: url('images/background.png');
	background-position: 3px 0px;
	padding: 0px;
	margin-left: -13px;
	margin-top: 14px;
	text-indent: 0px;
	list-style-type: none;
	width: 210px;
	height: 258px;
}
ul.nav li {
	padding: 0px;
	padding-top: 12px;
	padding-left: 5px;
	margin: 0px;
	height: 24px;
	width: 210px;
}

div.header1 {
	position: absolute;
	left: 217px;
	top: 35px;
	width: 469px;
	height: 253px;
}

div.header2 {
	position: absolute;
	left: 686px;
	top: 107px;
	width: 311px;
	height: 185px;
}

div.leftimage {
	width: 208px;
 	height: 481px;
	position: absolute;
	left: 10px;
	top: 294px;
	overflow: hidden;
}

img.logo {
	position: absolute;
	left: 683px;
	top: 2px;
	border: none;
}

div.popover {
	display: none;
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	background-color: #f0f0f0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 20px;
	z-index: 99;
}
div.content p.dualcolumn {
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	width: 650px;
	height: 350px;
	margin: 20px;
	overflow-x: auto;
	overflow-y: auto;
	display: block;
}
div.closebutton {
	background-image: url('images/close.png');
	width: 42px;
	height: 42px;
	position: absolute;
	display: none;
	left: 5px;
	top: 5px;
	z-index: 100;
}
.hand {
	cursor: hand;
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  body {
	overflow: show;
  }
  div.content {
	overflow: show;
	height: auto;
	bottom: auto !important;
	min-height: 435px;
  }
  div.emptyimage {
 	bottom: auto !important;
	height: 481px;
  }
  div.placeholder_right {
  	position: absolute;
  	left: 1000px;
  	width: 15px;
  }
}

@media only screen and (device-width: 320px) {
  /* For general iPhone layouts */
  body {
	overflow: show;
  }
  div.content {
	overflow: show;
	height: auto;
	bottom: auto !important;
	min-height: 435px;
  }
  div.emptyimage {
 	bottom: auto !important;
	height: 481px;
  }
  div.placeholder_right {
  	position: absolute;
  	left: 1000px;
  	width: 15px;
  }
}
