﻿/* sIFR Image Replacement */
.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;
}

.sIFR-flash + div[adblocktab=true] {
	/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
  display: none !important;
}

.sIFR-hasFlash h1 {
	/* 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 */
	font-size: 18pt;
	visibility: hidden;
}

.h1_container {
	margin: 100px 0 0 0; padding: 10px 0 0 25px;
	font-size: 16pt;
	color: #C39A67;
	font-weight: bold;
	width: 525px;
	height: 40px;
	display: block;
	background: top left no-repeat url(/images/framework/bg_h1.gif);
}

.h1_container-home {
	margin: 100px 0 0 0; padding: 10px 0 0 25px;
	font-size: 16pt;
	color: #C39A67;
	font-weight: bold;
	width: 725px;
	height: 40px;
	display: block;
	background: top left no-repeat url(/images/framework/bg_h1-home.gif);
}

/* Main Content */
.content-main {
	text-align: justify;
	font-size: 10pt;
	font-family: arial, sans-serif;
}

.content-main h1 {
	margin: 0 0 16px 0;
	font-size: 16pt;
	font-weight: bold;
}

.content-main h2 {
	margin: 0 0 14px 0;
	font-size: 14pt;
	font-weight: bold;
}

.content-main h3 {
	margin: 0 0 12px 0;
	font-size: 12pt;
}

.content-main p {
	margin: 0 0 10px 0;
	line-height: 16pt;
}

.content-main b {
	font-weight: bold;
}

.content-main em {
	font-weight: bold;
}

.content-main i {
	font-style: italic;
}

.content-main a {
	text-decoration: underline;
}

.content-main a:hover {
	text-decoration: none;
}

.content-main ul {
}

.content-main li {
	margin: 0; padding: 0 0 0 15px;
}

.content-main dl {
}

.content-main dt {

	font-weight: bold;
}

.content-main dd {
	margin: 0 0 0 15px;
}

/* Secondary Content */
.content-secondary {
	font-size: 10pt;
	text-align: right;
	font-family: arial, sans-serif;
}

.content-secondary h1 {
	margin: 0 0 16px 0;
	font-size: 16pt;
	font-weight: bold;
}

.content-secondary h2 {
	margin: 0 0 14px 0;
	font-size: 14pt;
	font-weight: bold;
}

.content-secondary h3 {
	margin: 0 0 12px 0;
	font-size: 12pt;
}

.content-secondary p {
	margin: 0 0 10px 0;
	line-height: 16pt;
}

.content-secondary b {
	font-weight: bold;
}

.content-secondary em {
	font-weight: bold;
}

.content-secondary i {
	font-style: italic;
}

.content-secondary a {
	text-decoration: underline;
}

.content-secondary a:hover {
	text-decoration: none;
}

.content-secondary ul {
}

.content-secondary li {
	margin: 0; padding: 0 0 0 15px;
}

.content-secondary dl {
}

.content-secondary dt {

	font-weight: bold;
}

.content-secondary dd {
	margin: 0 0 0 15px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C39A67;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #C39A67;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
}
