.sfPublicWrapper {
	width: 100%;
}
/*
.HorizontalMenu ul  {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
*/
.HorizontalMenu ul li:hover ul  {
	display: none !important;
}
.HorizontalMenu .HasChildren, .HorizontalMenu .HasChildren:hover, .HorizontalMenu ul li a  {
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 11px;
	padding-top: 12px;
	padding-left: 7px;
	padding-right: 7px;
	background-image: none;
}
/*
.HorizontalMenu ul li:first-child {
	border-left: 1px solid #ccc;
}
*/


/* ################################### */
/* ### Vertical Menu ################# */
/* ################################### */
.VerticalMenu ul li.Selected ul {
	display: block;
	border-bottom: 1px solid #dadada;
}
.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;
	padding-left: 40px;
	border-bottom: 1px solid #e6e6e6;
background: rgb(255,255,255);
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(246,246,246,1)));
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
}
.VerticalMenu ul ul li:last-child a { border: none; }




/* ################################### */
/* --- Tab Menu (Tabs) --------------- */
/* ################################### */
.Tabs {
	display: none;
}



/* ################################### */
/* ############ Columns Definitions ## */
/* ################################### */

.Resp2Cols1st .sf_colsIn {
	padding: 10px;
}
.Resp2Cols2nd .sf_colsIn {
	padding: 10px;
}

.Resp3Cols1st .sf_colsIn {
	padding: 10px;
}
.Resp3Cols2nd .sf_colsIn {
	padding: 10px;
}
.Resp3Cols3rd .sf_colsIn {
	padding: 10px;
}

.Resp3Cols2nd {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* ################################### */
/* ############ Footer ############### */
/* ################################### */

.footer h1 {
	margin-bottom: 15px;
}
.FooterContentLeft .sf_colsIn {
	padding-left: 0px;
}
.FooterContentRight .sf_colsIn {
	padding-right: 0px;
}
.FooterContentLeft {
	text-align: center;
	padding-left: 0px;
}
.FooterContentRight {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 0px;
}

/* ################################### */
/* ############ Footer Menu ########## */
/* ################################### */
.footer ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}
.footer ul ul {
	width: auto;
}
.footer ul li {
	float: left;
	margin-left: 6px;
	margin-right: 6px;
}
.footer ul ul li {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
