@charset "utf-8";
/* CSS Document */
.left-side-content {
	width:670px;
	float:left;
}
#breadcrumb {
	line-height:10px;
	padding:1.5em 2.2em;
	height:10px;
	margin:0;

}
#page-title{
	padding-left: 0px;
}
#page-title h1 {
	line-height:36px;
	font-size: 1.6em;
	font-weight: 550;
	border-bottom:1px solid #c0c8cc;
	padding-left:0px;
	margin-left:0px;
	width: 670px;
}
#page-title h2{
	font-size: 0.9em;
	color: #666;
	font-weight: bold;
	padding-left: 2px;
}
#page-title h2 {
	padding:20px 0;
	font-size: small;
} 
.content {
	margin-left:25px;
	width:935px;
}
.article-component {
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:1px solid #c0c8cc; /*light grey */
}
.article-component h2{
	font-size:1.15em;
	margin-bottom:5px;
}
.article-component h3{
	font-size:1em;
	text-transform:capitalize;
	line-height:20px;
	margin-bottom:5px;
}
.article-component .poll {
	font-style:italic;
	text-transform:capitalize;
	font-size: small;
}
.article-component ul {
	margin:15px 0;
	font-size: small;
}
.article-component ul li {
	float:left;
	border-right:1px solid #c0c8cc;
	margin-right:10px;
	padding-right:10px;
}
.article-component ul li.last {
	border-right:none;
} 
#right-callout {
	float:right;
	vertical-align:top;
	width:220px;
}
.callout-header {
	background: url(/business/resources/images/bg-callout-top.png) 0 0 no-repeat; 
	height:80px;
	margin-top: 20px;
}
.callout-header h2 {
	font-size:1em;
	font-weight: normal;
	color:#26686d;
	padding: 15px 5px 0px 20px ;
	line-height: 22px;
}

.callout-header2 {
	margin: 0 0 0px 0;
	background: url("/customer-service/images/bg-help-box.gif") left top repeat-y;
	height:80px;
}

.callout-header2 h3 {
	font-size:1.1em;
	font-weight: bold;
	color:#26686d;
	padding: 15px 5px 0px 20px ;
	line-height: 22px;
}

.callout-middle{
    background: url(/business/resources/images/bg-callout-middle.png) 0 0 no-repeat; 
	background-color: #eceff0; /* lighter grey*/
	padding:0 20px; 
	width:178px; 
	border-right: 1px solid #dce3e5;
	border-left:1px solid #dce3e5;
	font-size:small;
}
.callout-bottom-image {
	background-color: #000000; 
	vertical-align:top;
}
.float-left {
	float:left;
}
.see-details {
    float:left;
	padding-left: 8px;
	width:75px; 
}
.media-contact {
	width:220px;
	font-size:small;
}
.media-contact .header{
	background: url(../images/bg-media-contact.png) 0 0 repeat-x;
	background-color: #899a9f; /* dark grey */
	height:30px;
	padding:10px;
}
.media-contact h2{
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.1em;
	margin-top:20px;
	}
.media-contact .media-contact-middle {
	border-left:1px solid #dce3e5;
	border-right:1px solid #dce3e5;
	width:198px;
	margin:0px;
	padding:10px;
	background-color:#f4f6f7;
}
.media-contact h3{
	line-height: 20px;
}
.callout-bottom-image {
	background-color:#f4f6f7;

}