/* version 1.0 */

/* Global */

body { 
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.3;
	word-spacing: 1.1pt;
	letter-spacing: 0.2pt; 
	font-family: Verdana, Tahoma, sans-serif; 
	color: #505050; 
	background: none; 
	font-size: 9pt;
}

/*Headings */
#content h2, 
#content h3, 
#content h4 {
	margin: 0;
	padding: 0;
}

h2, h3 {
	font-family: Georgia, serif;
}

h2 {
	font-size: 17pt;
	color: #f0960e;
}

h3 {
	font-size: 11pt;
}

h4 {
	font-size: 9pt;
}

/* Links */
a {
	color: #11568b;
	text-decoration: none;
}

a.callout {
	font-weight: bold;
	text-decoration: none;
	border-left: 3px solid #11568b;
	padding-left: 5px;
	color: #11568b;
}

a.button-left {
	display: block;
	color: #11568b;
	text-decoration: none;
	clear: both;
	float: left;
}

/* Images */
img {
	border: 0;
}

/*hide various parts from the site*/
embed, object, .sIFR-flash, /* Hide sifr*/ 
#header, #breadcrumbs, 
#footer, .sidebar,
#content .box .box-image {
	display:none;
}

/* Helper Classes */
.none {
	display: none;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0 !important;
}

.hr hr {
	display: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* Main Content Space */
#content .main {
	clear: left;
	width: auto
}

/* Print Only Logo */
#print-logo {
	display: block !important; 
	margin-bottom: 10px;
}

/* Top Box */
#content .promo {
	padding-bottom: 16px;
	border-top: 4px solid #949494;
}

#content #promo-text-left {
	margin-top: 16px;
	float: left;
	width: 70%;
}

#promo-text-inner { 
	display: none; 
} 

#promo-text-inner-print { 
	display: block !important; 
}

#content #expand-btn {
	display: none;
}
#content #promo-text-right {
	margin-top: 16px;
	float: right;
	width: 25%;
}

#content #promo-text h2 {
	color: #505050;
	font-size: 22pt;
	font-family: Georgia, serif;
}

#content #promo-text-right p.strong {
	font-weight: bold;
}

#content #promo-text-right p.quote {
	margin-top: 5px;
	margin-bottom: 16px;
	font-style: italic;
	font-family: Georgia, serif;
	text-indent: -5px;
	line-height: 18px;
}

/* Primary Content Area */
#content .text {
	clear:both;
	width:auto;
	margin-top: 16px;
}

#content .text h3 {
	margin-bottom: 8px;
	font-weight: bold;
	font-family: Verdana, Tahoma, sans-serif;
}

#content .blurb p {
	margin-top: 0;
}

#content .blurb h4 a {
	color:#11568b;
	text-decoration: none;
	font-weight: bold;
}

#content .gray-bold {
	font-weight: bold;
}

/* Two Column Layout*/
#content .bordered-columns, 
#content .unbordered-columns {
	margin-bottom: 16px;
}

#content .unbordered-columns {
	margin-top: 8px;
}

#content .column-left {
	width:48%;
	float:left;
}

#content .column-right {
	width:48%;
	float:right;
}

#content .divider {
	clear: both;
	width: 100% !important;
	height:5px;
	margin-bottom: 16px;
	border-bottom: 1px solid #949494;
}

/*box content */
#content .boxes-left {
	width: 48%;
	float:left;
}

#content .boxes-right{
	width: 48%;
	float:right;
}

#content .box a {
	color: #505050;
	text-decoration:none;
}

#content .box .link-text {
	width: 100%;
	margin-bottom: 16px;
}

#content .box h3 {
	color:#11568b;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 0;
}

#content .box p {
	margin-top: 0;
}