/* CSS Document */
body, html {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.sfPublicWrapper {
	padding: 0px;
}

a, a:visited, a:link, a:active {
	color: #006eaa;
	text-decoration: none;
	background-color:transparent;
}
a:hover {
	color: #FF6E00;
}
a.active {
	color: #FF6E00 !important;
}
h1, h2, h3, h4, h5 {
	color: #006eaa;
	margin: 0px;
	padding: 0px;
}
h3 {
	border-bottom: none !important;
}
sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.4em; }


/* ################################### */
/* ### Horizontal Menu ############### */
/* ################################### */
.HorizontalMenu {
	background: rgb(254,254,254); 
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(237,237,237,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(237,237,237,1))); 
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(237,237,237,1) 100%); 
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(237,237,237,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(237,237,237,1) 100%); 
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(237,237,237,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ededed',GradientType=0 ); 
}
/*
.HorizontalMenu ul li a:hover {
	background: rgb(237,237,237); 
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(226,226,226,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(226,226,226,1))); 
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(226,226,226,1) 100%); 
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(226,226,226,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(226,226,226,1) 100%); 
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(226,226,226,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e2e2e2',GradientType=0 ); 
}
*/
.HorizontalMenu ul ul li a, .HorizontalMenu ul ul li a:visited, .HorizontalMenu ul ul li a:link, .HorizontalMenu ul ul li a:active {
	color: #006eaa;
	background: rgb(254,254,254);
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ededed',GradientType=0 );
}
.HorizontalMenu ul ul li a:hover {
	color: #fff;
	background: rgb(0,110,170);
	background: -moz-linear-gradient(top,  rgba(0,110,170,1) 0%, rgba(0,89,137,1) 50%, rgba(0,110,170,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,110,170,1)), color-stop(50%,rgba(0,89,137,1)), color-stop(100%,rgba(0,110,170,1))); 
	background: -webkit-linear-gradient(top,  rgba(0,110,170,1) 0%,rgba(0,89,137,1) 50%,rgba(0,110,170,1) 100%); 
	background: -o-linear-gradient(top,  rgba(0,110,170,1) 0%,rgba(0,89,137,1) 50%,rgba(0,110,170,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(0,110,170,1) 0%,rgba(0,89,137,1) 50%,rgba(0,110,170,1) 100%); 
	background: linear-gradient(to bottom,  rgba(0,110,170,1) 0%,rgba(0,89,137,1) 50%,rgba(0,110,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eaa', endColorstr='#006eaa',GradientType=0 ); 
}


.HorizontalMenu, .HorizontalMenu ul {
	height: 39px;
}
.HorizontalMenu * {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #006eaa;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.HorizontalMenu {
	display: block;
	background-color:#F00;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #dadada;
}
.HorizontalMenu ul li {
	float: left;
	border-right: 1px solid #ccc;
	height: 27px;
	padding-top: 12px;
}
.HorizontalMenu ul li a {
	font-size: 14px;
	padding-top: 14px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 10px;
}
.HorizontalMenu ul ul {
	top: 205px;
	display: none;
	margin-top: 11px;
	margin-left: -1px;	
	position: absolute;
	z-index: 999999;
}

	.HorizontalMenu ul ul * {
		border: none;
	}
	.HorizontalMenu ul ul li a {
		border-bottom: 1px solid #dadada;
		border-left: 1px solid #dadada;
		border-right: 1px solid #dadada;
	}
	.HorizontalMenu ul ul li {
		border: none;
		padding: 0px;
		width: 100%;
		display: block;
		height: 40px;
		clear: both;
	}
	.HorizontalMenu ul li:hover ul {
		display: block;
		position: absolute;
		height: auto;
	}
	.HorizontalMenu ul ul li a {
		display: block;
		padding: 12px;
	}
.HorizontalMenu ul ul {
	-webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.5);
}
.HorizontalMenu .HasChildren, .HorizontalMenu .HasChildren:hover {
    background-image: url(/Sitefinity/WebsiteTemplates/MenuHasChildren.png);
	background-position: 93% 19px;
	background-repeat: no-repeat;
	padding-right: 25px;	
}
.ResponsiveHorizontalNav {
	display: none;
}


/* ################################### */
/* ### Stage Header ################## */
/* ################################### */
.StageHeader {
	border-bottom: 1px solid #dadada;
	background-image:url(/Sitefinity/WebsiteTemplates/StageHeader.png);
	background-position:left;
	background-repeat: no-repeat;
	height: 50px;
}
.StageHeader * {
	margin: 0px;
	padding: 0px;
}
.StageHeader div {
	color: #fff;
	margin: 0px;
	padding-left: 18px;
	padding-top: 12px;
	font-size: 22px;
	text-transform: uppercase;
}

/* ################################### */
/* ### Stage ######################### */
/* ################################### */
.Stage {
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 60%, rgba(234,234,234,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 60%,rgba(234,234,234,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 60%,rgba(234,234,234,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 60%,rgba(234,234,234,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 60%,rgba(234,234,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
}
.StageContent {
	background-color:#FFF;
	min-height: 400px;
}
.StageContent .sf_colsIn {
	background-color:#FFF;
	padding-left: 0px;
	border-left: 1px solid #ccc;
}
.StageNoMenu .sf_colsIn {
	padding: 20px;
}


/* ################################### */
/* ### Vertical Menu ################# */
/* ################################### */
.VerticalMenu .sf_colsIn {
	padding: 0px !important;
	background-color: #fafafa;
}
.VerticalMenu * {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}
.VerticalMenu li a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #dadada;
	background-color: #eee;
}
.VerticalMenu li a:hover, .VerticalMenu li a.active {
	background-color: #fff;
}
.VerticalMenu ul ul {
	display: none;
}





/* ################################### */
/* ############ Header Logo Area ##### */
/* ################################### */

.HeaderArea h1  {
	color: #006eaa;
	font-weight: bold;
	font-size: 18px;
}


.HeaderArea img, .HeaderArea h1  {
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	display: block;
}
.HeaderArea h1  {
	margin-top: 51px;
}


/* ############ Footer ############# */
.footer h1 {
	color: #fff;
}
.footer {
	color: #FFF;
	background: rgb(61,61,61); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(61,61,61,1) 0%, rgba(98,98,98,1) 7%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61,61,61,1)), color-stop(7%,rgba(98,98,98,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(98,98,98,1) 7%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(98,98,98,1) 7%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(98,98,98,1) 7%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(61,61,61,1) 0%,rgba(98,98,98,1) 7%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#626262',GradientType=0 ); /* IE6-9 */
}

.FooterContentRight {
	text-align: right;
}
.FooterContentRight h1, .FooterContentLeft h1  {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
.FooterContentRight img {
	margin-left: 5px;
	margin-bottom: 12px;
}
.FooterContentLeft .sf_colsIn {
	padding-left: 20px;
}
.FooterContentRight .sf_colsIn {
	padding-right: 20px;
}
.FooterContentLeft, .FooterContentRight {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ################################### */
/* ############ Footer Menu ########## */
/* ################################### */
.footer ul *, .footer ul {
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
}
.footer ul li {
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
}
.footer ul ul {
	display: block;
	margin-top: 10px;
}
.footer ul ul li {
	float: none;
	text-transform: none;
	font-size: 11px;
	padding-bottom: 5px;
}
.footer ul a:hover {
	color: #FF6E00;
}


/* ############ HomeMainSections, NewsContent ############# */

.HomeMainSections h1, .NewsContent h1  {
	color: #006eaa;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
.HomeMainSections h1 a, .NewsContent h1 a  {
	border-bottom: 1px solid #006eaa;
}

/* ############ NewsContent ############# */
.NewsContent {
	background-color:#ededed;
}
.EventsInto td {
	padding: 0px;
}
.EventsInto {
	width: 100%;
}
.EventsInto .Last {
	text-align: right;
	padding-right: 3px;
}
.EventsInto a {
	display: block;
	border-top: 1px solid #ccc;
	margin-top: 3px;
	padding-top: 2px;
}
.EventsInto tr:first-child a {
	border: none;
}
.NewsContent .sf_pagerNumeric {
	display: none;
}


/* ################################### */
/* --- Rotating Banner --------------- */
/* ################################### */
.RotatingBanner li {
	margin: 0px !important;
	padding: 0px !important;
}
.RotatingBanner ul img {
	z-index: 0;
	position: absolute;
	display: none;
}
.RotatingBannerNavContainer {
	display: block;
	position: absolute;
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
}
.RotatingBannerTextContent {
	display: block;
	z-index: 2;
	position: relative;
	height: 0px;
	padding: 0px;
}
.RotatingBannerTextContent .BannerRotatorLine1 div, .RotatingBannerTextContent .BannerRotatorLine2 div, .BannerRotatorDescription div {
	padding: 20px;
}
.RotatingBannerTextContent .BannerRotatorLine1, .RotatingBannerTextContent .BannerRotatorLine2, .RotatingBannerTextContent .BannerRotatorDescription {
	position: absolute;
	float: right;
	clear: both;
	display: inline-block;
	opacity: 0.85;
	width: 100%;
}
.RotatingBannerTextContent .BannerRotatorLine1, .RotatingBannerTextContent .BannerRotatorLine2 {
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px #444;	
}
.RotatingBannerTextContent .BannerRotatorLine1 {
	font-size: 35px;
	line-height: 35px;
}
.RotatingBannerTextContent .BannerRotatorLine2 {
	font-size: 25px;
	line-height: 25px;
	margin-top: 50px;
}
.RotatingBannerTextContent .BannerRotatorDescription {
	margin-top: 100px;
}
.HiddenBannerRotatorDesscription {
	display: none;
}


/*
.RotatingBannerTextContent {
	display: block;
	z-index: 2;
	position: relative;
	height: 1px;
}
.RotatingBannerTextContent div {
	display: block;
	padding: 20px;
	font-weight: bold;
	color: #fff;
	opacity: 0.85;
	text-shadow: 0px 0px 10px #444;	
	text-transform: uppercase;
	position: absolute;
}
*/
.RotatingBannerNav {
	background-color: #fff;
	opacity: 0.8;
	text-align: center;
	display: none;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
}
.BannerSelectorLink {
	display: inline-block;
	background-color: #006eaa;
}

/* ################################### */
/* ######## HomeMainSections ######### */
/* ################################### */

.HomeMainSections h1  {
	color: #006eaa;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}



/* ################################### */
/* ############ Columns Definitions ## */
/* ################################### */

.Resp2Cols1st .sf_colsIn {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.Resp2Cols2nd .sf_colsIn {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.Resp3Cols1st .sf_colsIn {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.Resp3Cols2nd .sf_colsIn {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.Resp3Cols3rd .sf_colsIn {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}


/* ################################### */
/* --- Tab Menu (Tabs) --------------- */
/* ################################### */
.Tabs ul {
	display: block;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.Tabs ul *, .Tabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}
.Tabs li {
	float: left;
	text-align: center;
	height: 31px;
}
.Tabs li a {
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 30px;
	margin-bottom: 1px;
}
.Tabs li a.active {
	background-image:url(/Sitefinity/WebsiteTemplates/TabActive.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}