/*
OSTAUDIT.CSS
created: ?
last-updated: ?
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
html, body {
	height: 100%;
}
body {
	background-attachment: fixed;
	background-image: url('img/watch_bg.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}
body, div, span {
	font-family: Tahoma, Verdana, Geneva;
	font-size: 11pt;
}
#headPlaceholder {
	display: block;
	width: 850px;
	height: 160px;
	background-image: url("img/vdots.png");
	background-repeat: repeat-y;
	background-position: 52%;
	position: relative;
	left: 50%;
	margin-left: -425px;
}
#logo {
	width: 415px;
	background: url('img/logo.png') no-repeat;
	padding-top: 100px;
	float: left;
  overflow: hidden;
  border: none;
  font-weight: normal;
}
#menu {
	float: right;
	width: 390px;
	padding-top: 40px;	
}
ul#nav-menu {
	list-style: none;
}
#nav-menu li {
	float: left;
	display: block;
	height: 40px;
	margin-left: 5px;
	margin-right: 5px;
}
#nav-menu li a {
	font-size: 12pt;
	display: block;
	text-decoration: none;
	padding: 2px;
    margin: -2px;
}
#nav-menu li a:link, #nav-menu li a:visited {
	color: #000;
	background-color: transparent;
	border-bottom: 3px solid #b76e33;
}
#nav-menu li a:hover, #nav-menu li a:active {
	color: #fff;
	background-color: #b76e33;
	border: none;
}
a:link, a:visited {
	color: #66aaff;
	background-color: transparent;
	border-bottom: 1px dotted #66aaff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
}
a:hover, a:active {
	color: #66aaff;
	border: none;
}
a.link-legal {
	color: #666;
	border-color: #666;
	font-weight: normal;
}
#footer a.link-legal {
	color: rgba(255,255,255,.5);
	border-color: rgba(255,255,255,.5);
	font-weight: normal;
}
#footer a.link-legal:hover {
	color: #fff;
}
#container {
	display: block;
	width: 820px;
	position: relative;
	background: transparent;
	text-align: left;
	margin: 0 auto -60px;
	height: auto !important;
	min-height: 100%;
	height: 100%;
}
* html #container {
	margin: 0 auto;
	height: 100%;
}
.normText {
	width: 777px;
	float: left;
	margin-bottom: 30px !important;
}
.normText li {
	margin-left: 40px;
	list-style-image: url('img/list-circle.png');
}
.normText p, .normText li {
	line-height: 14pt;	
}
.normText p {
	text-indent: 3%;
	margin-bottom: 14pt;
}
#footer {
	background-color: #b76e33;
	display: block;
	width: 100%;
	height: 60px;
	clear: both;
	margin: 0 auto;
}
h1 {
	font-size: 13pt;
	color: #b76e33;
	margin-top: 10px;
	margin-bottom: 5px;
}
h2 {
	font-size: 11pt;
	color: #b58f78;
	margin: 10px 0;
}
.hilite {
	color: #b76e33;
	font-weight: bold;
}
p {
	text-indent: 20px;
}
.copyright {
	color: #fff;
	padding-top: 10px;
	float: left;
	margin-right: 60px;
}
#pubList {
	
}
#pubList li {
	font-weight: bold;
	margin-bottom: 10px;
}
#pubList a {
	margin-bottom: 10px;
	padding: 1px;
}
.pub2Row {
	font-weight: normal;
	margin-top: 3px;
}
.pubDesc {
	
}

.col {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	margin: 0.35em 0;
	padding: 0 1em;
	box-sizing: border-box;
}
.align-left { text-align: left}
.align-right { text-align: right}
