﻿/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
h1.sIFR-hasFlash {
	visibility: hidden;
}

h2.sIFR-hasFlash {
	visibility: hidden;
}

/* Sections */
body {
	font: 12px calibri, helvetica, arial, sans-serif;
}

/* Generic Markup */
.content h1 {
	margin: 0; padding: 0 0 20px 0;
	font: 16px/normal calibri, helvetica, arial, sans-serif;
}

.content h1.sIFR {
	margin: 0; padding: 0 0 10px 0;
	font: 16px/normal calibri, helvetica, arial, sans-serif;
}

.content h2 {
	margin: 0; padding: 10px 0;
	font: bold 14px/normal calibri, helvetica, arial, sans-serif;
	color: #666;
}

.content p {
	padding: 0 0 10px 0;
	line-height: 18px;
}

p.signature {
	font-weight: bold;
	font-style: italic;
}

.content b {
	font-weight: bold;
}

.content i {
	font-style: italic;
}

.content a {
	text-decoration: underline;
	color: #4b90cd;
}

.content a:hover {
	text-decoration: none;
}

.content ul {
	padding: 0 0 10px 0;
}

.content ul li {
	margin: 0 0 10px 30px;
	line-height: 16px;
	list-style-type: disc;
}

/* File List */
ul.list-file li {
	margin: 0 0 10px 30px; padding: 0;
	line-height: 22px;
	min-height: 25px;
	list-style-type: none;
	background: none;
}

ul.list-file li a, ul.list-file li span {
	display: block;
	width: 33px;
	height: 25px;
	text-indent: -999em;
	float: left;
}

ul.list-file li a.file-pdf {
	background: url(/assets/images/content/icon-pdf.gif) no-repeat 0 0;
}

ul.list-file li a.file-word {
	background: url(/assets/images/content/icon-word.gif) no-repeat 0 0;
}

ul.list-file li a.file-html {
	background: url(/assets/images/content/icon-html.gif) no-repeat 0 0;
}

/* File PDF (Single) */
ul.list-pdf li {
	margin: 0 0 10px 30px; padding: 0 0 0 33px;
	line-height: 22px;
	min-height: 25px;
	list-style-type: none;
	background: url(/assets/images/content/icon-pdf.gif) no-repeat 0 0;
}

.content ol {
	padding: 0 0 10px 0;
}

.content ol li {
	margin: 0 0 10px 30px;
	line-height: 16px;
	list-style-type: upper-roman;
}

.content ol.decimal li {
	list-style-type: decimal;
}

.content ol.lower-alpha li {
	list-style-type: lower-alpha;
}

.content dl {
	padding: 0 0 10px 0;
}

.content dt {
	font-weight: bold;
}

.content dd {
	padding: 10px 0 10px 20px;
	line-height: 14pt;
}

.content address {
	padding: 10px 0;
	line-height: 16px;
}

.content address span,
.content address a {
	display: block;
}

.content address span a {
	display: inline;
}

.content address span.title {
	font-weight: bold;
}

.content address span.phone {
	font-style: italic;
}

.content address a.email {
	padding-top: 10px;
	font-weight: bold;
}

.content address span.spacer {
	padding-top: 10px;
}

/* Tabular Data */
table.table-data {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.table-data tr {
}

table.table-data th {
	padding: 5px 7px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #426ea7;
}

table.table-data th a {
	color: #fff;
}

table.table-data td {
	padding: 5px 7px;
	color: #000;
	vertical-align: top;
}

table.table-data tr.alternate td {
	color: #000;
	background: #999;
}

table.table-data tr:hover td {
	color: #fff;
	background: #426ea7;
}

table.table-data tr:hover td a {
	color: #fff;
}

/* Generics */
a.external {
	padding: 0 12px 0 0;
	background: center right no-repeat url(images/link_external.gif);

	/* IE6 and IE7 */
	*padding: 0;
	*background: none;
}

.callout {
	font-size: 120%;
	font-weight: bold;
}

.fineprint {
	font-size: 80%;
	font-weight: bold;
}