/* 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 */
	visibility: hidden;
}

/* Home Page */
#homecolumn_2 h1 {
	margin: 10px 0; padding: 0;
	font: bold 22pt arial, sans-serif;
	color: #d26d16;

}

/* Column 1 */
#column_1 {
	font: 10pt arial, sans-serif;
}

#column_1 h1 {
	margin: 10px 0; padding: 0;
	font: bold 20pt arial, sans-serif;
	color: #d26d16;
}

#column_1 h2 {
	margin: 0 5px 0 0; padding: 0;
	font: bold 10pt arial, sans-serif;
	display: inline;
}

#column_1 p {
	margin: 0; padding: 0;
	font: 10pt/14pt arial, sans-serif;
}

#column_1 .more {
	margin: -17px 0 0 0; padding: 0 15px 0 0;
	float: right;
	color: #269726;
	display: block;
	background: bottom right no-repeat url(/images/arrow_more.gif);
}

#column_1 .more:hover {
	color: #d26d16;
}

/* Column 2 */
#column_2 {
	font: 10pt arial, sans-serif;
}

#column_2 h1 {
	margin: 10px 0; padding: 0;
	font: bold 20pt arial, sans-serif;
	color: #000000;
}

#column_2 h2 {
	margin: 20px 0 0 0; padding: 0;
	font: bold 14pt arial, sans-serif;
	color: #d26d16;
}

#column_2 p {
	margin: 15px 0; padding: 0;
	font: 10pt/20pt arial, sans-serif;
	text-indent: 25px;
	color: #000000;
}

#column_2 .information {
	margin: 15px 0; padding: 0;
	font: 10pt/20pt arial, sans-serif;
	text-indent: 0;
	color: #000000;
}

#column_2 b {
	font-weight: bold;
	color: #d26d16;
}

#column_2 a {
	color: #d26d16;
	text-decoration: underline;
}

#column_2 a:hover {
	color: #d26d16;
	text-decoration: none;
}

#column_2 ul {
	margin: 0; padding: 5px 0 10px 0;
}

#column_2 li {
	margin: 10px 0; padding: 0;
	list-style: none;
	display: block;
}

#column_2 li b {
	font-weight: normal;
	color: #d26d16;
}

/* Fine Print */
#fineprint address {
	margin: 0; padding: 7px 10px;
	font: 8pt arial, sans-serif;
	display: block;
	float: right;
	color: #ffffff;
}

#fineprint #copyright {
	margin: 0; padding: 7px 20px 7px 10px;
	font: 8pt arial, sans-serif;
	display: block;
	float: right;
	color: #ffffff;
}

#fineprint a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

#fineprint a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

/* Global Hyperlink */
.anchorblock {
	margin: 5px 0 0 0; padding: 0;
	display: block;
}