body {
	background-image: url('../img/background.gif');
	background-repeat: repeat;
}
div#wrapper-outer {
	/*
	background-image: url('../img/background_shadow.png');
	background-position: center;
	background-repeat: repeat-y;
	margin-top: 405px;
	*/
	margin: 0 auto;
}
div#wrapper {
}
div#banner_slideshow, div#banner_slideshow_secondary {
	background-image: url('../img/banner-bg.png');
	background-repeat: no-repeat;
	width: 1000px;
	min-height: 305px;
	position: relative;
	left: -20px;
	z-index: -1;
}
div#logo_image {
	float: left;
	margin-left: 20px;
}
div.banner_slideshow_images {
	float: right;
	margin-right: 20px;
}
div#identity {
	background-image: url('../img/logo_bg.png');
	background-repeat: no-repeat;
	min-height: 100px;
}
div#content-wrapper {
	background-color:#D2B48E;
}
div#content {
	background-image: url('../img/content-top.png');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 225px;
	padding: 20px 0 75px;
	background-color:#D2B48E;
}

hr {
	color: #3b2a1f;
	background-color: #3b2a1f;
}
.border_bottom {
	border-bottom: 1px solid #3b2a1f;
}
div.border_right {
	border-right: 1px solid #3b2a1f;
}
div.full_border {
	border: 1px solid #3b2a1f;
}

div#footer {
	position: relative;
	top: 70px;
}
div#footer-site-map {
	width: 960px;
	background: #1E140C;
	padding: 20px 0;
}


div#brand-spacer{
	display:none;
}
div#logo_text {
	padding: 10px 0 0 40px;
}
div#tagline {
	padding: 5px 0 0 40px;
}

div#top-menu {
	margin-top: -115px;
	height: 44px;
	margin-bottom: 20px;
}

div#intro-bottom {
	border-bottom: 1px solid #E2D5B8;
	height:30px;
	background-color:#D2B48E;
}
div#intro-bottom+div#content {
	padding-top:40px;
}

ul.sf-menu {
	margin: 0px 10px;
	float: left;
	background: inherit;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #f0e7dc;
}
.sf-menu a {
	padding: 15px 10px;
}
.sf-menu li a > .sf-sub-indicator {
    top: 17px;
}
.sf-menu li li a > .sf-sub-indicator,
.sf-menu li li li a > .sf-sub-indicator {
    top: 7px;
}
.sf-menu a:hover {
}
.sf-menu li {
	background: none;
	height: 44px;
}
.sf-menu li li,
.sf-menu li li li {
	background: #4e1703;
	height: auto;
}
.sf-menu li li a,
.sf-menu li li li a {
	padding: 5px;
	
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
	color: #4e1703;
	background: #d2b48e;
	text-decoration: none;
}


#side-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#side-nav h3 {
	margin: 0px 5px;
	font-size: 22px;
	font-weight: normal;
}
#side-nav li {
	margin: 3px 10px;
}

div.wedge-module-bottom {
	min-height: 10px;
}

div#brand-spacer {
	display:none;
}
#brand {
/*	border-top: 1px solid #3b2a1f; */
}

div#brand {
	color: #fff;
	padding: 10px 0 20px;
	margin: 0px auto;
	border: none;
	background-image: url('../img/bottom-shadow.png');
	background-repeat: no-repeat;
}

div#brand div.cww-brand {
	background-image: url('../../../img/powered-by-dark-bg.png');
}
div#copyright div.beans-brand {
	background-image: url('/img/brands/19beans_light.png');
}
div#copyright a:link, div#copyright a:visited {
    color: #fff;
}
div#copyright a:hover, div#copyright a:active {
    color: #fff;
}

/* Calendar style */
.fc-content{
	background-color:transparent;
}
.fc-content .fc-state-default {
    border-color: #3b2a1f;
    border-style: solid;
}
div.fc-content thead th {
	color: #fff;
	background: none repeat scroll 0 0 #3b2a1f;
}
.fc-widget-content {
    border: 1px solid #3b2a1f;
}

/* elements, used by giving campaigns and potentially more */
.bg_medium {
	background-color: #f1e8dc;
	color: #777;
}
.bg_medium .active_item,
.bg_medium .hover_item {
	background-color: #d2cac0;
}
.bg_heavy {
	background-color: #958776;
	color:#fff;
}
.bg_heavy .bold_button {
	background: #fff;
	color: #777;
}
.bg_heavy_color_bold {
	background: #761600;
}
