
.LogoSection div {
	margin: 0px !important;
	padding: 0px !important;
}
.HeaderArea  {
	height: 180px;
	
background: rgb(234,234,234);
background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 4%, rgba(255,255,255,1) 72%, rgba(247,247,247,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(4%,rgba(255,255,255,1)), color-stop(72%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1)));
background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 4%,rgba(255,255,255,1) 72%,rgba(247,247,247,1) 100%);
background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 4%,rgba(255,255,255,1) 72%,rgba(247,247,247,1) 100%);
background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 4%,rgba(255,255,255,1) 72%,rgba(247,247,247,1) 100%);
background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 4%,rgba(255,255,255,1) 72%,rgba(247,247,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f7f7f7',GradientType=0 );
	
}


.sfContentBlock h1 {
	margin-bottom: 5px;
}

/* ################################### */
/* ### Stage ######################### */
/* ################################### */
.StageContent .sf_colsIn {
	padding-left: 10px;
	border-left: none;
}

/* ################################### */
/* ### Stage Header ################## */
/* ################################### */
.StageHeader div {
	text-align: center;
	padding-left: 0px;
}


/* ################################### */
/* ############ Header Logo Area ##### */
/* ################################### */

.HeaderArea img, .HeaderArea h1  {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	float: none;
}
.HeaderArea h1  {
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
}


/* ################################### */
/* ### Stage Header ################## */
/* ################################### */
.StageHeader {
	background-position: center;
}



/* ################################### */
/* ### Vertical Menu ################# */
/* ################################### */
.VerticalMenu li a, .VerticalMenu li a:visited, .VerticalMenu li a:link, .VerticalMenu li a:active {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #dadada;
	text-align: center;

background: rgb(255,255,255);
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(230,230,230,1) 33%, rgba(230,230,230,1) 66%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(33%,rgba(230,230,230,1)), color-stop(66%,rgba(230,230,230,1)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 33%,rgba(230,230,230,1) 66%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 33%,rgba(230,230,230,1) 66%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 33%,rgba(230,230,230,1) 66%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 33%,rgba(230,230,230,1) 66%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
/*
.VerticalMenu li a:hover, .VerticalMenu li a.active {
	background-color: #fff;
}
*/
.VerticalMenu ul ul li a, .VerticalMenu ul ul li a:visited, .VerticalMenu ul ul li a:link, .VerticalMenu ul ul li a:active {
	padding: 4px;
background: rgb(238,238,238);
background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(245,245,245,1) 33%, rgba(245,245,245,1) 66%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(33%,rgba(245,245,245,1)), color-stop(66%,rgba(245,245,245,1)), color-stop(100%,rgba(238,238,238,1)));
background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(245,245,245,1) 33%,rgba(245,245,245,1) 66%,rgba(238,238,238,1) 100%);
background: -o-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(245,245,245,1) 33%,rgba(245,245,245,1) 66%,rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(245,245,245,1) 33%,rgba(245,245,245,1) 66%,rgba(238,238,238,1) 100%);
background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(245,245,245,1) 33%,rgba(245,245,245,1) 66%,rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 );
}


/* ################################### */
/* ### Horizontal Menu ############### */
/* ################################### */
.ResponsiveHorizontalNav {
	display: block;
	height: 34px;
		
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
.ResponsiveHorizontalNav div {
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 210px;
}
.ResponsiveHorizontalNav select {
	font-size: 16px;
	line-height: 16px;
	width: 100%;
	
	/*
	-webkit-box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.1);
	*/
}
.HorizontalMenu {
	display: none;
}



/* ################################### */
/* ######## Rotating Banner ########## */
/* ################################### */
.RotatingBannerTextContent .BannerRotatorLine1 div, .RotatingBannerTextContent .BannerRotatorLine2 div {
	padding: 15px;
}
.RotatingBannerTextContent .BannerRotatorLine1, .RotatingBannerTextContent .BannerRotatorLine2 {
	text-transform: none;
}
.RotatingBannerTextContent .BannerRotatorLine1 {
	font-size: 25px;
	line-height: 25px;
}
.RotatingBannerTextContent .BannerRotatorLine2 {
	font-size: 18px;
	line-height: 18px;
	margin-top: 35px;
}
.RotatingBannerTextContent .BannerRotatorDescription {
	display: none;
}






