* {
	margin: 0;
	padding: 0;
}

body {
	color: #303030;
	font: normal 11px/17px verdana, sans-serif;
}

p {
	font: normal 11px/17px verdana, sans-serif;
	margin: 0 0 14px;
}

a:link, a:visited {
	color: #0292bf;
	text-decoration: underline;
}

a:hover, a:active {
	color: #565656;
	text-decoration: underline;
}

hr {
	margin: 5px 0 7px;
	border: 0;
	border-bottom: 1px solid #888;
	clear: both;
}

h3 {
	margin: 20px 0 7px;
	padding: 0;
	color: #0292bf;
	font: normal 12px/17px verdana, sans-serif;
	text-transform: uppercase;
}

#outer {
	width: 926px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../uploads/images/ds_sides.gif) repeat-y left top;
}

#inner {
	width: 886px;
	margin: 0 auto;
	padding: 0;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 886px;
	height: 100px;
	border-bottom: 9px solid #f1f2f3;
	background: #fff url(../uploads/images/logo_pzena.gif) no-repeat left top;
}

#header a.logo , #header h1 {
	display: block;
	width: 400px;
	height: 90px;
	margin: 0;
	padding: 0;
}

#header h1 span {
	display: none;
}

#header div {
	position: absolute;
	top: 15px;
	right: 18px;
	width: auto;
}

#header a:link, #header a:visited  {
	font: normal 11px verdana, sans-serif;
	color: #565656;
	text-decoration: none;
	width: auto;
}

#header a:hover, #header a:active {
	color: #0292bf;
	text-decoration: none;
}

#flash {
	position: relative;
	width: 886px;
	height: 229px;
}

#flash * {
	z-index: 10;
}

/* MAIN NAVIGATION */

#nav {
	width: 886px;
	height: 30px;
	padding: 0;
	border-top: 1px solid #edeef0;
	border-bottom: 1px solid #b1b1b1;
	text-align: left;
	line-height: 1;
}

#nav h2 {
	display: none;
}

#nav ul { /* all lists */
	z-index: 2;
	position: relative;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

#nav ul span {
	display: none;
	visibility: hidden;
}

#nav ul ul span {
	display: inline;
	visibility: visible;
}

#nav a {
	display: block;
}

#nav ul li a {
	height: 30px;
	padding: 0 0 0 32px;
	text-decoration: none;
	font: normal 15px/31px verdana;
	color: #fff;
}

#nav ul li ul li a {
	min-height: 25px;
	height:auto !important;
	height: 25px;
	padding: 0 5px 0 17px;
	font: normal 12px/25px verdana;
	color: #727272;
	font-weight: normal;
}

#nav ul li ul li ul li a {
	min-height: 15px;
	height:auto !important;
	height: 15px;
	padding: 4px 10px 5px 17px;
	line-height: 15px;
}

#nav ul li ul li a:hover {
	color: #0292bf;
	background-color: #d6d8d9;
}

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

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 220px;
}

#nav li ul li {
	width: 220px;
	border-top: 1px solid #b1b1b1;
	background-color: #f1f2f3;
}

#nav li ul li ul, 
#nav li ul li ul li {
	width: 200px;
}

#nav li:hover ul ul, 
#nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li.sfhover ul {
	left: auto;
}

#nav li li:hover ul, 
#nav li li.sfhover ul {
	left: -200px;
}

#nav li ul ul {
	margin: -26px 0 0 0;
}

#nav li.li2 {
	width: 177px;
	background: url(../uploads/images/yellow.png) no-repeat 0px -30px;
	border-right: 1px solid #edeef0;
}

#nav li.li3 {
	width: 176px;
	background: url(../uploads/images/red.png) no-repeat 0px -30px;
	border-right: 1px solid #edeef0;
}

#nav li.li4 {
	width: 176px;
	background: url(../uploads/images/dkblue.png) no-repeat 0px -30px;
	border-right: 1px solid #edeef0;
}

#nav li.li5 {
	width: 176px;
	background: url(../uploads/images/blue.png) no-repeat 0px -30px;
	border-right: 1px solid #edeef0;
}

#nav li.li6 {
	width: 177px;
	background: url(../uploads/images/gray.png) no-repeat 0px -30px;
}

#nav a.a2 {
	background: url(../uploads/images/yellow.png) no-repeat 0px 0px;
}

#nav a.a3 {
	background: url(../uploads/images/red.png) no-repeat 0px 0px;
}

#nav a.a4 {
	background: url(../uploads/images/dkblue.png) no-repeat 0px 0px;
}

#nav a.a5 {
	background: url(../uploads/images/blue.png) no-repeat 0px 0px;
}

#nav a.a6 {
	background: url(../uploads/images/gray.png) no-repeat 0px 0px;
}

#nav a.a2:hover,
#nav a.a3:hover,
#nav a.a4:hover,
#nav a.a5:hover,
#nav a.a6:hover {
	background: none;
}

#nav li.li6 li.menuparent {
	background-image: url(../uploads/images/leftarrow_under.png);
	background-position: -1px -25px;
	background-repeat: no-repeat;
}

#nav li.li6 li a.menuparent {
	background-image: url(../uploads/images/leftarrow.png);
	background-position: -1px 0px;
	background-repeat: no-repeat;
}

#nav li.li6 li a.menuparent:hover {
	background-image: url(../uploads/images/leftarrow.png);
	background-position: -1px -25px;
	background-repeat: no-repeat;
}

#nav dfn {
	display: none;
	visibility: hidden;
}


/* HOME PAGE */

#blue_spacer_top {
	width: 886px;
	height: 25px;
	background-color: #f1f2f3;
	border-bottom: #edeef0;
	clear: both;
}

#homecontent {
	margin: 15px 0 10px;
	padding: 0;
	background: #fff url(../uploads/images/bg_home_content.gif) repeat-y;
	clear: both;
}

#homejumps {
	margin: 0;
	padding: 0;
	clear: both;
}

#homecontent #col1, #homecontent #col2, #homecontent div#col3, #jump1, #jump2, #jump3 {
	float: left;
	margin: 0;
	padding: 0 15px 5px 20px;
	width: 260px;
}

#homecontent #col1 p, #homecontent #col2 p, #homecontent div#col3 p {
	margin: 0 0 10px;
	_margin: 0 0 10px;
}

p.jump {
	padding-left: 14px;
	background: transparent url(../uploads/images/pzena_bullet.png) no-repeat 0px 6px;
	font-weight: bold;
}

p.jump a {
	font-weight: normal !important;
}

#col1 ul, #process_content ul {
	margin: 0 0 14px;
	padding: 0;
	list-style-type: none;
}

#col1 ul li, 
#process_content ul li {
	margin: 0 0 5px;
	padding: 0 0 0 14px;
	font: normal 11px/17px verdana, sans-serif;
	background: transparent url(../uploads/images/pzena_bullet.png) no-repeat 1px 6px;
}

#content ol {
	margin: 0 0 0 21px;
	padding: 0 0 8px;
	font: normal 11px/17px verdana, sans-serif;
}

* html body #content ol {
	margin: 0 0 0 25px;
}

#content ol li {
	margin: 0 0 8px;
	color: #0292bf;
}

#content ol li span {
	color: #303030;
}

* html body #content ul, 
* html body #process_content ul {
	margin: 0 0 14px 17px;
	padding: 0;
	list-style: square outside url(../uploads/images/pzena_bullet_ie.png);
}

* html body #content ul li, 
* html body #process_content ul li {
	padding: 0;
	background: none;
}

#content ul li span, 
#process_content ul li span {
	color: #0292bf;
}

p.first_list {
	padding-left: 14px;
	background: transparent url(../uploads/images/pzena_bullet.png) no-repeat 0px 6px;
	margin-bottom: 4px;
}

p.list {
	padding-left: 14px;
	background: transparent url(../uploads/images/pzena_bullet.png) no-repeat 0px 6px;
	margin: 7px 0 4px;
	padding: 0 14px;
}

#content {
	clear: both;
	padding-bottom: 20px;
}

#two_col #content #col1,
#one_col #content #col1  {
	position: relative;
	float: left;
	width: 545px;
	min-height: 230px;
	height: auto !important;
	height: 230px;
	margin: 25px 0 0 50px;
	_margin-left: 25px;
	_padding: 0 0 15px;
}

#two_col_alt #content #col1 {
	float: left;
	width: 450px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	margin: 25px 0 10px 50px;
	_margin-left: 25px;
	_padding: 0 0 15px;
}

#fullwidth #content #col1 {
	float: left;
	width: 780px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	margin: 25px 0 10px 50px;
	_margin-left: 25px;
	_padding: 0 0 15px;
}

#almost_fullwidth #content #col1 {
	width: 740px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	margin: 25px 0 10px 50px;
	_margin-left: 25px;
	_padding: 0 0 15px;
}

#content #col1 div.heading {}

#content #col1 div.heading img {
	display: block;
	margin: 7px 0 10px;
}

#content #col1 img.heading2 {
	margin: 0;
	padding: 10px 0 !important;
}

#content #col1 #logout {
	position: absolute;
	top: 4px;
	right: 10px;
	text-transform: uppercase;
	text-align: right;
}

#content #col2 {
	float: right;
	width: 210px;
	margin: 35px 35px 0 0;
	_margin: 30px 20px 0 0;
}

#two_col_alt #col2 {
	float: right;
	width: 290px;
	margin: 35px 25px 0 0;
	_margin: 30px 10px 0 0;
}

#content #col2 img {
	margin: 0;
	clear: both;
	border: 1px solid #888;
}

#two_col_alt #col2 img {
	border: 0;
}

#content p span {
	font: normal 11px/17px verdana, sans-serif;
	color: #0292bf;	
}

#col1-1, 
#col1-2 {
	float: left;
	width: 250px;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	margin: 0 15px 0 0;
	padding: 0;
}

#col1-2 {
	margin: 0;
}

.caption, 
.footnote {
	font: italic 11px verdana, sans-serif;
	color: #555;
}

.border {
	border: 1px solid #888;
}

#employeesheader,
.employeesheader {
	margin-top: 15px;
	background:	url(../uploads/images/bg_tableheader.gif) repeat-x center;
	line-height: 26px;
	font-weight: bold;
}

#employees,
.employees {
	background: transparent url(../uploads/images/bg_people.png) repeat-y left top;
	margin: 0 0 1em;
	line-height: 22px;
}

#employeesheader div, 
#employees div,
.employees div {
	float: left;
	width: 180px;
	padding: 0 0 0 5px;
}

.employeesheader div {
	float: left;
	padding: 0 0 0 5px;
}

table {
	width: 100%;
	margin: 15px 0;
	text-align: left;
	border: 0;
}

td {
	padding: 3px 0 2px 5px;
}

table.admin td.center {
	padding: 3px 0 2px 0;
	text-align: center;
}

table.admin {}

table.admin td.add {}

table.admin td {
	padding: 3px 6px 2px 5px;
	vertical-align: top;
}

table.admin td.category, 
table.admin td.action {
	padding: 3px 3px 2px 5px;
	vertical-align: middle;
	white-space: nowrap;
}

table.strategies td {
	height: 37px;
	text-align: center;
}

table.products td {
	height: 37px;
}

th {
	height: 22px;
	padding: 2px 0 2px 5px;
	background:	url(../uploads/images/bg_tableheader.gif) repeat-x center;
	line-height: 22px;
}

table.strategies th, 
table.guarantee th, 
table.guarantee td, 
table.retained td.right_col {
	text-align: center;
}

table.guarantee th.top {
	background-image: none;
}

table.guarantee th.side {
	text-align: left;
	background-image: none;
}

table.strategies th {
	line-height: 13px;
}

td.side_th {
	font-weight: bold;
	line-height: 14px;
	text-align: left !important;
}

tr.lead14px {
	line-height: 14px;
}

tr.gray td {
	background-color: #eee;
}

tr.hover td {
	background-color: #d6d8d9;
}

td.gray, 
th.gray {
	background-color: #eee;
}

td.dkgray, 
th.dkgray {
	background-color: #ddd;
}

th span {
	padding-left: 15px;
}


/* FORMS */

form {
	margin: 0 0 1em;
}

form div,
form p {
	clear: both;
	margin: 0 0 5px;
	line-height: 15px;
}

div label,
p label {
	float: left;
	width: 150px;
	color: #000;
}

#m3moduleform_1 p label {
	width: 85px;
}

div.radio,
div.checkbox {
	position: relative;
	top: -15px;
}

div.radio label,
div.checkbox label {
	position: relative;
	top: 15px;
	line-height: 15px;
}

div.radio div label,
div.checkbox div label {
	position: static;
	float: none;
	width: auto;
}

div.radio input,
div.checkbox input {
	margin-left: 150px;
}

div.captcha {
	margin-left: 150px;
}

div.captcha img {
	display: block;
	clear: both;
}

#webcasts p.webcast {
	width: 390px;
	padding: 10px 0;
}

#webcasts p.webcast * {
	cursor: pointer;
}

#webcasts p.highlight {
	background: #f4f4f4;
	border: 1px solid #0292bf;
}

#webcasts p.webcast input {
	float: left;
}

#webcasts p label {
	width: 80px;
}

#webcasts p.webcast label {
	float: right;
	width: 365px;
}

#webcasts p.webcast label strong {
	display: block;
}

#webcasts p label.radio span {
	display: block;
	color: #555;
}

#webcasts input.txt {
	width: 100px;
	height: 15px;
}

label.state, 
label.zip  {
	float: none;
	width: 40px;
	margin: 0 2px 0 5px;	
}

p span.checkbox_label {
	float: left;
}

#admin_area input.txt {
	width: 300px;
	height: 15px;
}

#admin_area textarea {
	width: 570px;
	height: 200px;
	padding: 3px;
}

#contact input.txt {
	width: 338px;
	height: 15px;
}

input.city {
	width: 150px;
	height: 15px;
}

input.state {
	width: 30px;
	height: 15px;
	margin: 0 2px 0 5px;
}

input.zip {
	width: 50px;
	height: 15px;
	margin: 0px 2px 0px 5px;
}

input.phone {
	width: 150px;
	height: 15px;
}

#contact input.radio, 
#webcasts input.radio {
	margin-left: 165px;
}

#contact input.checkbox {
	margin-left: 164px;
}

input.other {
	width: 100px;
	height: 15px;
	margin: 0px 0px 0px 5px;
}

#contact input.btn, 
#webcasts input.btn {
	clear: both;
	margin: 10px 0px 0px 160px;
}

#contact textarea {
	width: 250px;
	height: 100px;
}

#addform, 
#editform {
	padding: 10px;
	background: #f9f9f9;
	border: 1px dotted #666;
}

#addform input.btn, 
#editform input.btn, 
#addform a.btn, 
#editform a.btn {
	margin: 10px 7px 0 0;
	padding: 0 1px;
	color: #0292bf;
	background: #fff;
	border: 1px solid #0292bf;
	text-transform: capitalize;
	text-decoration: none;
	font: normal 11px/15px arial, helvetica, sans-serif;
	cursor: pointer;
}

#addform a.btn, 
#editform a.btn {
	padding: 1px 4px;
}

#blue_spacer_bottom {
	width: 886px;
	height: 45px;
	background-color: #f7f7f9;
	clear: both;
}

#footer {
	width: 886px;
	height: 35px;
	margin: 0;
	padding: 5px 0 0;
	_padding-top: 11px;
	border-top: 10px solid #edeef0;
	font: normal 10px verdana, sans-serif;
	color: #565656;
	text-align: center;
}

#footer a:link, 
#footer a:visited {
	font: normal 10px verdana, sans-serif;
	color: #565656;
	text-decoration: none;
}

#footer a:hover, 
#footer a:active {
	color: #0292bf;
	text-decoration: none;
}

#ds_bottom {
	position: relative;
	width: 926px;
	height: 34px;
	margin: 0 auto 10px;
	background: #fff url(../uploads/images/ds_bottom.gif);
	clear: both;
}

#admin_area #tooltip {
	position: absolute;
	z-index: 3000;
	padding: 2px;
	background-color: #ce952b;
	border: 1px dotted #777;
}

#admin_area #tooltip h3, 
#admin_area #tooltip div {
	margin: 0;
	color: #fff;
	font: normal 11px arial, helvetica, sans-serif;
}

a.tooltip:link, 
a.tooltip:visited,
a.tooltip:hover,
a.tooltip:active {
	margin-left: 8px;
	padding: 0 4px;
	color: #0292bf;
	background: #fff;
	border: 1px solid #0292bf;
	text-decoration: none !important;
}

.notify h3 {
	margin: 0 0 7px;
}

p.paddingtop10 {
	padding-top: 10px;
}

p.paddingtop20 {
	padding-top: 20px;
}

p.marginleft160 {
	margin-left: 160px;
}


/* Quarterly Report imgs */

img.fig1, 
img.fig2 {
	float: left;
	clear: right;
	margin: 0 0 15px 10px;
}

img.fig3, 
img.fig6 {
	float: right;
	clear: right;
	margin: 0 0 15px 10px;
}

img.fig4 {
	float: right;
	clear: right;
	margin: 0 25px 15px 10px;
}

img.fig5, 
img.figure_full {
	margin: 0 0 15px;
	clear: both;
}

.blue {
	color: #0292bf;
}

.notify {
	clear: both;
	margin: 15px 0;
	padding: 10px;
	border: 1px dotted #0292bf;
	background-color: #f1f2f3;
}

.section_content {
	clear: both;
	margin: 5px 0 5px;
	padding: 10px;
	border: 1px dotted #666;
	background-color: #f7f7f7;
}

.section_edit {
	text-align: right;
	padding-right: 5px;
}

.pdf_dl {
	padding: 0 0 3px 23px;
	background: url(../uploads/images/pdficon_small.gif) no-repeat left top;
	line-height: 17px;
}

.q_intro {
	margin: 20px 0 7px;
	padding: 0;
	color: #0292bf;
	font: normal 12px/17px verdana, sans-serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */