/*
 title:   Pinpoint Strategic Finance
	author:  Michael Sisk (http://www.maikeruon.com/)
	updated: May 6, 2008
*/

* {
 cursor: default;
	margin: 0;
	padding: 0;
}
body {
 background: #001840;
	color: #333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 2em 0;
}
a {
 cursor: pointer;
	text-decoration: underline;
}
a:link {
 color: #0072bc;
}
a:visited {
 color: #003663;
}
a:hover {
 color: #007236;
}

#wrap {
 background: #fff;
	margin: auto;
 padding: .25em;
 width: 954px;
}
#head {
 background: url(images/head.png);
	height: 96px;
	margin-bottom: .25em;
}
#head * {
 display: none;
}
#navi {
 background: #d9d9d9 url(images/navi-bg.png) 0 0 repeat-x;
 border: 1px solid #d9d9d9;
	float: left;
	font: 18px Arial, Helvetica, sans-serif;
	line-height: 34px;
	width: 952px;
}
#navi ul {
 list-style: none;
}
#navi ul li {
 float: left;
}
#navi ul li.alt {
 float: right;
}
#navi ul li a {
 background: url(images/navi-bar.png) 100% 0 repeat-y;
 color: #808080;
	line-height: 34px;
	padding: .35em 1em;
	text-decoration: none;
}
#navi ul li a:hover {
 color: #333;
}
#navi ul li.alt a {
 background: url(images/navi-bar.png) 0 0 repeat-y;
}
#navi ul li a.active {
 background: #ebebeb url(images/navi-bar.png) 100% 0 repeat-y;
 color: #333;
}
#navi ul li.alt a.active {
 background: #ebebeb url(images/navi-bar.png) 0 0 repeat-y;
 color: #333;
}
#main {
 clear: both;
	line-height: 1.5em;
	height: 25em;
	padding: 2em;
}
#wrap>#main {
 height: auto;
	min-height: 30em;
}
#main h2 {
 color: #203485;
 font-size: 175%;
	font-weight: normal;
	line-height: 2em;
}
#main label {
 font-weight: bold;
	float: left;
	text-align: right;
	margin-right: 2%;
	width: 13%;
}
#main label span {
 visibility: hidden;
}
#main ul li {
 list-style: square;
}
#main ol, #main ul {
 margin: 0 1.5em 1em 1.5em;
	padding: 0 1.5em;
}
#main p {
 margin-bottom: 1em;
}
#main table {
 border-collapse: collapse;
 width: 100%;
}
#main table.list td {
 border-width: 0 1px;
	border-style: solid;
	border-color: #ebebeb;
	font-weight: bold;
 padding: .25em;
 text-align: center;
	vertical-align: middle;
 width: 33%;
}
#main table.events td {
 border-width: 0 1px;
	border-style: solid;
	border-color: #ebebeb;
 padding: .5em;
	vertical-align: top;
}
#main div.terms {
	border: 1px solid;
	height: 360px;
	margin: 1em 0;
	overflow: auto;
	padding: .5em;
	text-align: left;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
#foot {
 background: #0d0d0d url(images/foot-bg.png) 0 0 repeat-x;
	border: 1px solid #0d0d0d;
 clear: both;
	color: #808080;
	font: 12px Arial, Helvetica, sans-serif;
	padding: .75em 2em;
	position: relative;
}
#foot a {
 color: #808080;
	text-decoration: none;
}
#foot a:hover {
 color: #fff;
}
#foot span {
 position: absolute;
	right: 2em;
}

/* scroller */
#main div.tickercontainer {
 border-bottom: 1px solid #ebebeb;
 height: 3em;
 margin-bottom: 2em;
 overflow: hidden;
 width: 100%;
}
#main div.tickercontainer .mask {
 position: relative;
 overflow: hidden;
	width: 100%;
}
#main ul.newsticker {
 position: relative;
 left: 100%;
 margin: 0;
 padding: 0;
}
#main ul.newsticker li {
 float: left;
 list-style: none;
 padding: 0;
}
#main ul.newsticker q, #main ul.newsticker span {
 margin-right: 5em;
}