
.pageTitle
{
   width:960px;
   min-width:960px;
   margin:0 auto	;
}
.pageTitleText
{
	position:absolute;
	color:white;
	top:100px;
	font-size:2.5em;
	line-height:2.5em;
	width:400px;
	min-width:400px;
}
#bannerArea
{
	width: 100%;
	height: 350px;
	background-size:cover;
	background-position: center center;
	background-repeat: repeat;
	background-color: #333333;
}

#bannerTitle
{
	margin-top: 0;
	width:45%;
	font-size: 3em;
	height: 2em;
	float: left;
	box-sizing: border-box;
}

#bannerTitleText
{
	//display: inline-block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	float: left;
}

#bannerTitleCut
{
	display: inline-block;
	height: 100%;
	width: 3%;
    box-sizing: border-box;
    float: left;
    border-top-width: 2em;
    border-top-style: solid;
    border-right: 2em solid rgba(0,0,0,0);
    z-index: 250;
}

#bannerText
{
	width: 100%;
	//background: pink;
	color: white;
}

.bannerTextSub
{
	font-family: arial;
	font-size:13px;
	padding-bottom: 2.2em;
	width:960px;
	min-width:960px;
	margin:0 auto;
	text-align:center;
	}

.bannerTextLarge
{
	font-size: 22px;	
}