body {
	background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f4f4ed;
}
div#wrapper {
	background-color: rgba(255, 255, 255, 0.7);
	padding-bottom: 20px;
}
div#identity {
	padding: 20px;
	min-height: 50px;
	width: 920px;
}
div#logo_image {
	float: left;
	margin-right: 20px;
}


div#banner {
}
div#intro-top {
	min-height: 20px;
}
div#intro-bottom {
	min-height: 20px;
}

div#footer-site-map {
	background: #ebebeb;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px 0;
	margin-top: 20px;
}

div.wedge_branding {
	border-top: 1px solid #aeaba0;
}
.border_bottom {
	border-bottom: 1px solid #aeaba0;
}
div.border_right {
	border-right: 1px solid #aeaba0;
}
div.full_border {
	border: 1px solid #aeaba0;
}
#brand {
	border-top: 1px solid #aeaba0;
}

div#content-top {
	min-height: 20px;
}
.layout_25 div#content-right-inner-top {
	min-height: 20px;
}

div#top-menu {
	background: none;
	padding: 0 20px;
	margin: 0px auto;
	width: auto;
}

.sf-sub-indicator {
	background: url("../../../../img/superfish/arrows-000000.png") no-repeat scroll -10px -100px transparent;
	top: 0.6em;
}
a > .sf-sub-indicator {
	top: 0.4em;
}
ul.sf-menu {
	float: left;
	background: none;
}
.sf-menu a {
	padding: 0 1em;
	border: none;
}
.sf-menu a:active {
	border: none;
	background: none;
}
.sf-menu a, 
.sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #650000;
}

.sf-menu li {
	background: none;
	width: auto;
	text-align: center;
}
.sf-menu>li { /* moved from .sf-menu li below, so the margin is only on top level groups */
	margin-right: 5px;
	min-width:100px;
}
.sf-menu li a {
	border-bottom: 12px solid #aeaba0;
	white-space: nowrap;
	overflow: hidden;
}
.sf-menu ul {
	/* min-width:110px; */
}
/*
.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {
    top: 32px;
}
*/
.sf-menu>li:hover>ul, 
.sf-menu>li.sfHover>ul {
    top: 32px;
}
.sf-menu li li a, 
.sf-menu li li.sfHover,  
.sf-menu li li a:focus, 
.sf-menu li li li a, 
.sf-menu li li li.sfHover,
.sf-menu li li li a:focus {
	background: #f4f4ed;
	text-align: left;
	border-bottom: none;
	white-space: normal;
}
.sf-menu li a:hover {
	border-bottom: 12px solid #650000;
}
.sf-menu li:hover, 
.sf-menu li.sfHover, 
.sf-menu a:focus, 
.sf-menu a:hover, 
.sf-menu a:active {
	background: none;
	text-align: center;
}
.sf-menu li li a:hover {
	color: #f4f4ed;
	border-bottom: none;
	white-space: normal;
	background: #650000;
	text-align: left;
}

div#brand {
	border: none;
	margin: 0 auto;
}
div#brand-spacer {
	min-height: 0;
}

/*  new superfish */



/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #650000; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(101,0,0,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #650000; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #650000; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(101,0,0,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
