/* 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;
}

/* */
.layout-2col#column-1 h1 {
	color: #335097;
}

/* 4 Column Layout */
body .layout-4col h2, div#contact-col-1 h2, div#contact-col-2 h2 {
	margin: 0; padding: 0 0 10px 45px;
	height: 75px;
	font: bold 14px/110px calibri, helvetica, arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.layout-4col#column-1 h2 {
	background: url(/Dynamic/_images/4col-head-1.png) no-repeat 0 0;
}

.layout-4col#column-2 h2 {
	background: url(/Dynamic/_images/4col-head-2.png) no-repeat 0 0;
}

.layout-4col#column-3 h2 {
	background: url(/Dynamic/_images/4col-head-3.png) no-repeat 0 0;
}

.layout-4col#column-4 h2 {
	background: url(/Dynamic/_images/4col-head-4.png) no-repeat 0 0;
}

.layout-4col#column-1 p,
.layout-4col#column-2 p,
.layout-4col#column-3 p,
.layout-4col#column-4 p
#contact-col-1 p,
#contact-col-2 p {
	padding: 5px 15px 5px 25px;
}

/* General Markup */
.content {
	line-height: 18px;
	color: #777;
}

.content h1 {
	margin: 0; padding: 0 0 10px 0;
	font: 22px/normal calibri, helvetica, arial, sans-serif;
	color: #000;
}

.content h1.sIFR {
	margin: 0; padding: 0 0 20px 0;
	font: 22px/normal calibri, helvetica, arial, sans-serif;
	color: #000;
}

.content h2 {
	margin: 0; padding: 0 0 15px 0;
	font: 18px/normal calibri, helvetica, arial, sans-serif;
	color: #335097;
}

.content h3 {
	margin: 0; padding: 0 0 5px 0;
	font: bold 14px/normal calibri, helvetica, arial, sans-serif;
	color: #000;
}

.content p {
	padding: 0 0 10px 0;
}

.content b {
	font-weight: bold;
}

.content i {
	font-style: italic;
}

.content a {
	font-weight: bold;
	text-decoration: none;
	color: #6ba4bd;
}

.content a:hover {
	text-decoration: underline;
}

.content ul {
	padding: 0 0 10px 0;
}

.content ul li {
	margin: 0 0 0 15px;
	line-height: 18px;
	list-style-type: square;
}

.content ol {
	padding: 0 0 10px 0;
}

.content ol li {
	margin: 0 0 0 25px;
	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;
}

/* 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;
} 
strong {
	font-weight: bold;
}
