#mainContentWrapper {
background-image: url(../global_images/internal_page_top_bg.png);
background-repeat: repeat-x;
margin: 5px 0 0 0;
overflow: hidden;
}
/* main content left */
#mainContentLeftCol {
float: left;
width: 318px;
margin: 135px 0 0 35px;
}
#mainContentLeftCol h2 {
	font-weight: normal;
	color: #980807;
	font-size: 16px;
	line-height: 22px;
}
#mainContentLeftCol img {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
/* download-view brochure link */
#mainContentLeftCol a {
text-decoration: none;
background-image: url(../slideshow_images/slider_link_bg.jpg);
background-repeat: repeat-x;
font-size: 15px;
color: #fff;
display: block;
padding: 7px 10px;
margin: 15px 0 0 0;
border-radius: 8px;
}
#mainContentLeftCol a:hover {
background-image: url(../slideshow_images/slider_link_bg_hover.jpg);
background-position: bottom;
}
#mainContentLeftCol a span {
display: block;
padding: 3px 0 2px 0;
background-image: url(../global_images/link_arrow_large.png);
background-repeat: no-repeat;
background-position: top right;
}
#mainContentLeftCol a span:hover {
background-image: url(../global_images/link_arrow_large_hover.png);
}
/* main content right */
#mainContentRightCol {
float: left;
width: 500px;
margin: 45px 0 0 55px;
}
#mainContentRightCol h1 {
font-size: 23px;
font-weight: normal;
color: #980807;
margin: 0 0 0 0;
padding: 0 0 15px 0;
}
#mainContentRightCol h2 {
font-size: 23px;
font-weight: normal;
color: #980807;
margin: 0 0 0 0;
padding: 0 0 5px 0;
}
#mainContentRightCol h3 {
font-size: 16px;
font-weight: normal;
color: #980807;
margin: 0 0 0 0;
padding: 20px 0 15px 0;
}
#mainContentRightCol p {
font-size: 13px;
margin: 0;
padding: 0 0 8px 0;
line-height: 21px;
}
#callOut  {
margin-top: 5px;
padding: 8px 12px 4px 12px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
border: 1px solid #980807;
}
#mainContentRightCol a  {
text-decoration: none;
color: #980807;
}
#mainContentRightCol a:hover  {
text-decoration: none;
color: #31313F;
}
