body {
	background-image: url('../img/light_stripes.png');
	background-repeat: repeat;
	display: block;
}
div#wrapper-outer {
}
div#wrapper {
	background: #fff;
	padding-bottom: 20px;
	border-left: 1px solid #acacac;
	border-right: 1px solid #acacac;
	border-bottom: 1px solid #cacaca;
	-moz-box-shadow: 0px 0px 20px #5c718a;
	-webkit-box-shadow: 0px 0px 20px #5c718a;
	box-shadow: 0px 0px 20px #5c718a;
}
div#banner {
	position: relative;
	background: url("../img/menu_bg.png") no-repeat top center transparent;
}
div#identity {
	padding: 20px;
	width: 920px;
}
div#logo_image {
	float: left;
	margin-right: 20px;
}
div#banner {
	padding-top: 50px;
}

div#footer {
	width: 960px;
}
div#footer-site-map {
	background: url("../img/footer_gradient.png") repeat-x #f0f0f0;
	background-color: rgba(255,255,255,0.75);
	width: 958px;
	padding: 20px 0;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
ul.site-map li:first-child {
	margin-left: 19px;
}
ul.site-map li:last-child {
	margin-right: 19px;
}
ul.site-map li li:first-child, ul.site-map li li:last-child {
	margin: 0;
}

div#intro-bottom {
	min-height: 20px;
}

div.wedge_branding {
	border-top: 1px solid #a1a1a1;
}
.border_bottom {
	border-bottom: 1px solid #a1a1a1;
}
div.border_right {
	border-right: 1px solid #a1a1a1;
}
div.full_border {
	border: 1px solid #a1a1a1;
}

div#brand {
	border: none;
}
div#brand-spacer {
	min-height: 0;
}

div#top-menu {
	height: 50px;
	width: 900px;
	padding: 0 20px;
	position: absolute;
	top: 0px;
	z-index: 100;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.sf-menu {
	margin: 15px 20px 0px;
	float: left;
	background: none;
	font-size: 14px;
}
ul.sf-menu {
	margin-left: 1px;
}
.sf-sub-indicator {
	background-image: url("../../../img/superfish/arrows-000000.png");
}
ul.sf-menu li:hover ul, ul.sf-menu li.sfHover ul {
	top: 35px;
}
.sf-menu a {
	padding: 0 1em;
	line-height: 1.5em;
	border: none;
}
.sf-menu a:active {
	border: none;
	background: none;
}
.sf-menu li {
	background: none;
	width: auto;
	border-right: 1px solid #a1a1a1;
}
ul.sf-menu li:last-child {
	border-right: none;
}
.sf-menu li li,
.sf-menu li li li {
	background: #EEEFEE;
	border-right: none;
}
.sf-menu li li a,
.sf-menu li li li a {
	line-height: 1.8em;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: none;
	text-decoration: none;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background: #fff;
	text-decoration: none;
}

div.twitter_wedge div.row_odd {
	background: #F2F3F2;
}

/* Calendar style */
.fc-content{
	background-color:transparent;
}
.fc-event-skin {
	color: #605c60;
	background: #E6E7E6;
}
.fc-event-inner, .fc-event {
    border-color: #a1a1a1;
}
.fc-content .fc-state-default {
    border-color: #a1a1a1;
    border-style: solid;
}
div.fc-content thead th {
	color: #605c60;
}
.fc-widget-content {
    border: 1px solid #363636;
}
.fc-state-highlight {
	background-color: #FBFFD9;
}