@CHARSET "ISO-8859-1";

#containerContentInnerWrapper {
	position: relative;
	display: block;
	width: 900px;
	margin: 0 auto;
	margin-top: 160px;
	background-color: #FFFFFF;
	z-index: 12;
	padding-bottom: 100px;
}
#containerContentHolder {
	position: relative;
	z-index: 12;
}
#elementContentBottomFiller {
	position: fixed;
	width: 900px;
	height: 70%;
	bottom: 0;
	left: 50%;
	margin-left: -450px;
	background-color: white;
	z-index: 9;
}
#elementContentTopRibbon {
	position: absolute;
	width: 917px;
	bottom: 100%;
	left: 0;
	z-index: 11;
	background-color: #EE3124;
	color: #FFFFFF;
}
#elementContentTopRibbon .innerWrapper {
	position: relative;
}
#elementContentTopRibbon #containerSectionHeaderOverlay {
	position: relative;
	padding: 10px;
}
#elementContentTopRibbon #containerSectionHeaderOverlay span {
	font-size: 155%;
	font-weight: bold;
	padding-right: 5px;
}
#elementContentTopRibbon #containerSectionHeaderOverlay .tick {
	position: absolute;
	top: 100%;
	right: 0;
	width: 17px;
	height: 21px;
	background: transparent url("../images/img_ribbon_tick.png") no-repeat top left;
}
#elementContentTopRibbon #elementSectionHeader {
	position: absolute;
	top: -76px;
	left: 5%;
	font-size: 90px;
	font-family: Din, Arial, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 90px;
	margin: 0;
	padding: 0;
	filter:alpha(opacity=15);
	opacity: 0.15;
	-moz-opacity:0.15;
	z-index: 10;
}

#containerContentLeft .innerWrapper, #containerContentRight .innerWrapper {
	padding: 45px 20px 0 20px;
}
#containerContentLeft {
	position: relative;
	float: left;
	z-index: 12;
	width: 24.5%;
	color: #959595;
}
#containerContentLeft h3.sectionHeader {
	text-transform: uppercase;
	color: #e32e32;
	font-family: DinMed, Arial, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	font-size: 145%;
}
#containerContentLeft a {
	font-weight: bold;
	font-size: 95%;
}
#containerContentLeft p {
	font-size: 140%;
	line-height: 130%;
}
#containerContentRight {
	position: relative;
	float: right;
	z-index: 12;
	width: 75%;
	margin-bottom: 15px;
}
#containerContentRight h1 {
	color: #E32E32;
	font-family: Din, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 400%;
	line-height: 100%;
	margin: 0;
	margin-bottom: 25px;
}
#containerContentRight h1.mainFeatureTitle {
	text-transform: uppercase;
	color: #E32E32;
	font-family: Din, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 525%;
	line-height: 100%;
	margin: 0;
	margin-bottom: 25px;
}
#containerContentRight h2 {
	color: #636363;
	font-family: Din, Arial, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 250%;
	margin: 10px 0;
	line-height: 105%;
}
#containerContentRight h2.featureTitle {
	color: #636363;
	font-family: Din, Arial, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 355%;
	margin: 10px 0;
	line-height: 105%;
}
#containerContentRight h3 {
	color: #636363;
	font-family: Din, Arial, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 185%;
	margin: 10px 0;
}
.elementContentBlockSeperator {
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
	left: 24.5%;
	border-left: 1px solid #DDDDDD;
}
.elementPhotoGrid {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
.elementPhotoGrid li {
	padding: 0;
	display: inline;
}
.elementPhotoGrid li img {
	padding: 0;
}
.elementRibbonQuoteRed {
	position: relative;
	padding: 10px 25px;
	margin-bottom: 25px;
	font-style: italic;
	background-color: #FF2E00;
	color: #FFFFFF;
	font-size: 135%;
	line-height: 130%;
}
.elementRibbonQuoteRed .tic {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	top: 100%;
	right: 0;
	background: transparent url("../images/bg_ribbon_tick_yellow_right.png") no-repeat right top;
}

.elementRibbonQuoteYellow {
	margin: 0;
	position: relative;
	padding: 10px 20px;
	margin-bottom: 27px;
	font-style: italic;
	background-color: #FFB300;
	color: #FFFFFF;
	font-size: 185%;
	text-align: center;
	line-height: normal;
}

.elementRibbonQuoteYellow .tic {
	position: absolute;
	display: block;
	width: 27px;
	height: 27px;
	top: 100%;
	left: 0;
	background: transparent url("../images/bg_ribbon_tick_red_left.png") no-repeat left top;
}
.elementHorizontalLine {
	display: block;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	padding-bottom: 10px;
}
#elementBreadCrumb {
	position: absolute;
	top: 15px;
	left: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	font-style: italic;
}
#elementBreadCrumb li {
	display: inline;
	padding-right: 12px;
	margin-right: 3px;
	background: transparent url("../images/bg_breadcrumb_chevron.gif") no-repeat right 50%;
}
#elementBreadCrumb li.last {
	background: none;
}