@charset "utf-8";

#contentLayout {
	background: #FFF url(../_images/shadowT.png) repeat-x top left;
	position: relative;
	overflow: hidden;
	float: left;
	color: #353535;
}
#borderRightContainer {
	background: url(../_images/borderR.png) repeat-y top right;
	position: absolute;
	left: 748px;
	bottom: 0px;
	top: 0px;
	width: 22px;
	z-index: 5100;
	display: inline;
}
#borderRight {
	width: 22px;
	height: 163px;
	position: absolute;
	top: 0px;
}
#borderRight .borderTop {
	background: url(../_images/borderR-top.gif) no-repeat top right;
	height: 163px;
	width: 10px;
	margin-left: 12px;
	position: absolute;
	display: inline;
}
#borderRightContainer .borderBtmR {
	background: url(../_images/borderR-btm.gif) no-repeat bottom right;
	bottom: 0px;
	height: 193px;
	width: 10px;
	right: 0px;
	position: absolute;
}
.stickIE {
	top: 0px;
	position: absolute;
	left: 0px;
	width: 10px;
	padding: 0px 0 0 1px;
}
.stickIE ul {
	background: url(../_images/spacer.png) no-repeat left bottom;
	}
#contentContainer {
	position: relative;
	min-height: 750px;
	height: auto !important;
	height: 750px;
}
#contentContainer #banner {
	width: 500px;
	height: 80px;
	left: 260px;
	position: relative;
	margin-bottom: 30px;
}
#contentContainer #hideBanner {
	display: none;
}
.content h1 {
	border-bottom: solid #E4253E 3px;
	color: #222;
	padding: 4px 0px 0px 80px;
	font-size: 1.9em;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	display: inline;
	margin: 0px 0 16px -80px;
}
.content h2 {
	color: #E4253E;
	font-size: 1.7em;
	display: block;
	font-weight: bold;
	clear: left;
	padding: 1em 0 0.2em 0;
}
.content h3 {
	padding: 0 10px;
	display: inline-block;
	color: #000;
	font-style: italic;
	margin: 1em -1em 0.2em 0;
	font-size: 1.3em;
	line-height: 2.3em;
	float: left;
	clear: left;
	-webkit-border-radius: 8px;
}
.content h3 a {
	color: #E4253E;
	display: inline-block;
	margin: 0 -10px;
	padding: 0 10px;
	-webkit-border-radius: 8px;
}
.content p {
	padding: 0.5em 0;
	clear: left;
	line-height: 1.6;
}
.content p.dropcap:first-letter {
	color: #E4253E;
	float: left;
	font: bold italic 340% Georgia, Times New Roman, Times, serif;
	margin: 5px 5px 0px 0px;
	line-height: 0.7em;
}
.content a {
	color: #000;
}
.content  a:hover, .content a:hover strong {
	color: #fff;
	background-color: #E4253E;
	text-decoration: none;
}
.content ul {
	padding: 4px 0;
	-webkit-border-radius: 10px;
	border-right-width: 6px;
	border-right-style: double;
	margin-right: 14%;
	margin-top: 0.5em;
	clear: left;
}
.content li {
	margin: 0.5em 0 0.5em 3em;
	clear: left;
	font-size: 95%;
	list-style-type: none;
	background: url(../_images/bullet-red1.png) no-repeat 0 7px;
	padding: 0 2.5em 0 1.3em;
}
.content ul ul {
	padding-right: 0;
	width: 100%;
	border-right-width: 0px;
	margin-right: 0;
}
.content li li {
	margin: 0.1em 0 0 1em;
	font-size: 100%;
	background-image: url(../_images/bullet-red2.png);
}
.content strong {
	color: #E4253E;
}
.content .clear {
	width: 100%;
	height: 0px;
	line-height: 0;
	clear: both;
}
.content img.left {
	float: left;
	margin: 0 20px 10px 0;
}
.content img.right {
	clear: none;
	float: right;
	margin: 10px 0 10px 20px;
}
.content img.center {
	display: block;
	margin: 10px auto;
	float: none;
	clear: both;
}
.content .nobreak {
	clear: none;
}
a.floatbox {
}

