/* Content Styles */

body {
	margin: 0px;
	background: url(/common/images/template/main_bg.gif) repeat-x #ccc;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}

select, input, option, table, tr, td {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}
ul, ol, li, form, table, tr, td, h1, h2, h3, h4, h5, h6, p, hr {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	padding-bottom: 7px;
}
h2 {
	font-size: 14px;
	color: #ed1c24;
	text-transform: uppercase;
	padding-bottom: 15px;
}

h3 {
	color: #ed1c24;
	font-size: 20px;
	padding: 0px 0px 16px 0px;
}
h4 {
	font-size: 12px;
}
h4 a {
	color: #000;
}
h5 {
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
}
h6 {
	font-size: 14px;
	color: #ed1c24;
	text-transform: uppercase;
}

p {
	padding-bottom: 15px;
}
a {
	color: #ed1c24;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

.clearit {
	overflow: hidden;
	clear: both;
	height: 0px;
}

li {
	list-style: none;
	background: url(/common/images/template/arrow_bullet.png) no-repeat left 5px;
	padding-left: 12px;
}
input[type="text"]{
	border: 1px solid #ccc;
}

/* Homepage */
#homeSlideshow {
	position: relative;
	width:100%;
	overflow: hidden;
	height: 250px;
}
.homeSlide {
	position: absolute;
	z-index: 50;
	top: 0px;
	left: 0px;
	display: none;
}
#homeSlideshow .current {
	z-index: 100;
}
#homeSlideshow .nextSlide {
	z-index: 150;
}
.leftSlide, .rightSlide {
	float: left;
}
.leftSlide {
	width: 634px;
}
.rightSlide {
	width:366px;
}
.slideSeo {
	display: none;
}
#slideNav {
	position: absolute;
	bottom: 18px;
	right: 24px;
	height:24px;
	width: 51px;
	z-index: 150;
}
.prevSlide, .nextSlide {
	float: left;
	height:24px;
	width:13px;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.prevSlide {
	background:url(/common/images/template/previous_arrow.png) no-repeat;
	margin-right: 25px;
}
.nextSlide{
	background:url(/common/images/template/next_arrow.png) no-repeat;
}
#home h3 {
	text-transform: none;
}

/* Right column */
#rightCol h4 {
	font-size: 14px;
	color: #000;
	height: 21px;
	text-transform: none;
}
#rightCol .featureContent h4 {
	height: auto;
}
#rightCol .featureContent img {
	max-width: 212px;
	height: auto;
}
#rightCol li a{
	color: #000;
}
#rightCol li h5 a{
	color: #666666;
}
#rightCol .rightBox {
	padding: 12px 0px 12px 0px;
	border-bottom: 1px solid #d6d6d6;
}
#rightCol .last {
	border-bottom: 0px;
}
#rightCol .rightBox p{
	padding-bottom: 0px;
}
#rightCol .eventCal h4{
	color: #fff;
	background: #666666;
	margin-left: -15px;
	padding: 5px 0px 0px 8px;
}
#rightCol .eventCal .upcomingEvents li {
	margin-top: 12px;
}
#rightCol .eventCal h4 span{
	color: #ed1c24;
}
#rightCol .eventCal a{
	font-weight: bold;
}

#rightCol .stayConnected {
	overflow: hidden;
	width: 100%;
}
#rightCol .stayConnected li{
	list-style: none;
	float: left;
	background: none;
	padding: 0px 9px 0px 0px;
}
#rightCol .stayConnected li a{
	display: block;
	text-indent: -9999px;
	height: 35px;
	width: 35px;
}
#rightCol .stayConnected li.blog a{
	background:url(/common/images/template/blog.gif) no-repeat;
}
#rightCol .stayConnected li.facebook a{
	background:url(/common/images/template/facebook.gif) no-repeat;
}
#rightCol .stayConnected li.tumblr a{
	background:url(/common/images/template/tumblr.gif) no-repeat;
}
#rightCol .stayConnected li.twitter a{
	background:url(/common/images/template/twitter.gif) no-repeat;
}
#rightCol .stayConnected li.youtube {
	padding-right: 0px;
}
#rightCol .stayConnected li.youtube a{
	background:url(/common/images/template/youtube.gif) no-repeat;
}

#rightCol .enewsBox {
	background: #ccc;
	padding: 0px 12px 0px 15px;
	margin: 25px 0px 20px 0px;
	border-bottom: 0px;
}
#rightCol .enewsBox h4{
	color: #fff;
	background: #666666;
	margin: 0px -12px 0px -15px;
	padding: 5px 0px 0px 8px;
	letter-spacing: -.05em;
}
#rightCol .enewsBox img{
	margin: 0px -12px 10px -15px;
}
#rightCol .enewsBox a{
	display: block;
	text-align: right;
	padding: 12px 27px 12px 0px;
	background: url(/common/images/template/subscribe_icon.gif) no-repeat right;
}

#rightCol .supportBox {
	border: 1px solid #ccc;
	padding: 0px;
	margin: 12px 0px;
}
#rightCol .supportBox img{
	margin: -8px -40px 8px -8px;
}
#rightCol .supportBox p{
	padding: 8px 40px 8px 8px;
	font-size: 11px;
	color: #fff;
	background-color: #d51920;
}
#rightCol .supportBox a{
	color: #fff;
	text-decoration: underline;
}
#corporate .supportBox p {
	background-color: #e0a86b;
}
#innovators .supportBox p {
	background-color: #d95b1f;
}
#lectures .supportBox p {
	background-color: #8cb753;
}
#education .supportBox p, #performing_arts .supportBox p {
	background-color: #009cd7;
}
#language-center .supportBox p {
	background-color: #176e2a;
}


/* Various content blocks */
ul.feature_lg, ul.feature_sm, .feature_lg ul, .feature_sm ul {
	padding-left: 0px !important;
}
ul.feature_lg, ul.feature_sm {
	position: relative;
}
.feature_lg li, .feature_sm li {
	list-style: none !important;
	background: none;
	padding-left: 0px;
}
.feature_sm li {
	clear: left;
	width: 320px;
	overflow: hidden;
}
.feature_lg li li, .feature_sm li li {
	padding-bottom:25px;
}
.feature_lg li p, .feature_sm li p {
	padding-bottom: 11px;
}
.feature_lg li img {
	display: inline-block;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.feature_sm li img {
	border: 1px solid #ccc;
	float: left;
	display: inline-block;
	margin-right: 20px;
}
.feature_sm li .featureContent {
	display: block;
	float: left;
	width: 200px;
}
.feature_sm li .featureContent img, .feature_lg li .featureContent img {
	float: none;
	margin-top: 8px;
	margin-bottom: 0px;
	border: 0px;
}
.twoCol #centerCol .feature_sm li {
	width: auto;
}
.twoCol #centerCol .feature_sm li li {
	margin-bottom: 24px;
	overflow: hidden;
	padding-bottom: 0px;
}
.twoCol .feature_sm li .featureContent {
	width: 575px;
}
#rightCol .feature_lg li li, #rightCol .feature_sm li li {
	padding-bottom: 0px;
}
#rightCol .feature_lg li li .rightBox h4, #rightCol .feature_sm li li .rightBox h4 {
	padding-bottom: 5px;
	height: auto;
}
#rightCol .rightBox .feature_lg li img, #rightCol .rightBox .feature_sm li img {
	margin: 5px 5px 5px 0px;
}
#featureTabs {
	padding: 15px 16px;
	border: 1px solid #ccc;
	margin-bottom: 25px;
}
#featureTabs ul.tabNav {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
#featureTabs ul.tabNav li {
	float: left;
	background: none;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 0px 1px 8px 0px;
	list-style: none;
}
#featureTabs ul.tabNav li a{
	color: #000;
	display: block;
	padding: 2px 10px;
}
#featureTabs ul.tabNav li a:hover, #featureTabs ul.tabNav li a.active{
	background: #ed1c24;
	color: #fff;
	text-decoration: none;
}
#featureTabs li {
	margin-bottom: 12px;
}
#featureTabs .featureTab {
	display: none;
}
#featureTabs .active {
	display: block;
}

.featureTab li a, .featureTab li h4 a {
	color: #000;
}

.multimediaTabs #featureTabs ul.tabNav li a:hover, .multimediaTabs #featureTabs ul.tabNav li a.active, #rightCol #featureTabs ul.tabNav li a:hover, #rightCol #featureTabs ul.tabNav li a.active{
	background: none;
	color: #ed1c24;
}
.multimediaTabs #featureTabs ul.tabNav li a.PodcastsNav {
	background: url(/common/images/template/podcast_icon.gif) no-repeat;
	padding-left: 23px;
}
.multimediaTabs #featureTabs ul.tabNav li a.WebcastsNav {
	background: url(/common/images/template/video_icon.gif) no-repeat;
	padding-left: 23px;
}
#education .multimediaTabs #featureTabs ul.tabNav li a.WebcastsNav {
	background: none;
	padding-left: 0px;
}

#featureTabs.eventTabs {
	border: 0px;
	padding: 0px;
	margin-bottom: 0px;
}
.twoCol #centerCol .eventTabs ul.tabNav {
	padding: 0px;
	border: 0px;
	margin: 0px 0px -1px 0px;
}
.twoCol #centerCol .eventTabs ul.tabNav li {
	margin: 0px 4px 0px 0px;
	text-transform: uppercase;
	padding: 0px;
}
.twoCol #centerCol .eventTabs ul.tabNav li a {
	border: 1px solid #ccc;
	height: 20px;
	padding: 5px 7px 0px 7px;
}
.twoCol #centerCol .eventTabs ul.tabNav li a.active {
	background: #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	color: #ed1c24;
}
.twoCol #centerCol .eventTabs ul.tabNav li a:hover {
	background: #f0f0f0;
	color: #000;
}
.eventTabs .featureTab {
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
.eventTabs .featureTab a{
	color: #ED1C24;
}
.eventTabs .featureTab li h4 a {
	color: #000;
}
#rightCol #featureTabs {
	margin: 12px 0px 12px 0px;
}

#centerCol .supportBox {
	padding: 15px 16px;
	background: #d6f0ee;
}
#centerCol .supportBox p img {
	margin-bottom: -15px;
}
#centerCol .supportBox ul li{
	margin-top: 18px;
}
#centerCol .supportBox ul li a{
	color: #000;
}
.eventCal {
	background: #ccc;
	padding: 0px 0px 12px 15px;
}
.eventCal #calendar {
	margin: 13px 0px 0px 0px;
	display: block;
}

.sponsorBlock, #wideBottom {
	clear: left;
	padding: 35px 0px 20px 0px;
	overflow: hidden;
	width: 690px;
}

.sponsorBlock {
	font-size: 10px;
}

.logos {
	margin-top: 15px;
	font-size: 9px;
	line-height: 12px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}

.logos img{
	margin-top: 5px;
	border: 0px;
}


/* Search Results */
#leftCol .narrowResults {
	background: #ccc;
}
#leftCol .narrowResults h4{
	color: #fff;
	background: #666666;
	padding: 5px 0px 0px 0px;
	white-space: nowrap;
	font-size: 14px;
	text-align: center;
	height: 21px;
}
#leftCol .narrowResults ul{
	padding: 18px 15px 0px 15px;
}
#leftCol .narrowResults ul ul{
	padding: 0px 15px 15px 0px;
	border-top: 1px solid #7a7a7a;
}
#leftCol .narrowResults li{
	background: none;
	padding: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
#leftCol .narrowResults li li{
	text-transform: none;
	font-weight: normal;
}

.searchResults .feature_lg {
	padding-bottom: 25px;
}
.searchResults .feature_lg li li {
	border-top: 1px solid #ccc;
	padding: 20px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
}
.searchResults .feature_lg li li:first-child {
	border: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 100%;
}
.searchResults .feature_lg li li h4 {
	padding-bottom: 15px;
}
.searchResults .feature_lg li{
	clear: both;
}
.searchResults .feature_lg li img {
	float: left;
	margin-right: 20px;	
}
.searchResults .feature_lg li .floatCont{
	float: left;
	width: 298px;
}

#resources .utilityNav {
    top: -33px;
}
#resources .utilityNav.bottom {
    bottom: 0;
    top: auto;
}
.searchResults .feature_lg .pagination li, .searchResults .feature_lg .pagination li:first-child {
	border: 0px;
	padding: 0px 4px 0px 0px;
}
.searchResults .feature_lg li .featureContent h4{
	padding-bottom: 0px;
}
/* */

#contentHead h1 {
	color: #fff;
	background: #666666;
	padding: 2px 0px 0px 25px;
	height: 23px;
	line-height: normal;
}
.twoCol #centerCol h1 {
	font-size: 14px;
	color: #ed1c24;
	text-transform: uppercase;
	padding-bottom: 15px;
}

#rightCol h2 {
	padding: 25px 0px 0px 0px;
}

.threeColwHead h3 {
	text-transform: uppercase;
}

.landingHead img {
	border: 1px solid #ccc;
	border-bottom: 0px;
	display: block;
	max-width: 688px;
}
.landingHead h3 {
	margin-bottom: 25px;
	border: 1px solid #ccc;
	border-top: 0px;
	color: #fff;
	height: 25px;
	padding: 10px 15px 0px 0px;
	text-align: right;
	font-size: 18px;
	text-transform: none;
}

#corporate .landingHead h3 {
	background: #f9bb77;	
}
#education .landingHead h3, #performing_arts .landingHead h3 {
	background: #00aeef;	
}
#film .landingHead h3 {
	background: #ed1c24;	
}
#gallery .landingHead h3 {
	background: #e00788;	
}
#innovators .landingHead h3 {
	background: #f26522;	
}
#lectures .landingHead h3 {
	background: #9ccc5c;	
}
#support .landingHead h3 {
	background: #596299;	
}
#language-center .landingHead h3 {
	background: #197b30;	
}

.landingIntro {
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
#support .landingIntro {
	border-bottom: 0px;
	margin-bottom: 0px;
}
.calHead {
	margin-bottom: 25px;
	width: 690px;
	overflow: hidden;
	background: #ccc;
	position: relative;
}
.calHead img {
	float: left;
}
.calHead .featuredInfo{
	float: left;
	padding: 24px 23px 0px 20px;
	width: 198px;
	position: relative;
}
.calHead h4 {
	font-size: 16px;
}
.calHead .featuredInfo img{
	float: none;
}
.calHead .evtCapt {
	font-size: 9px;
	position: absolute;
	bottom: 10px;
	width: 198px;
}

.twoCol #centerCol ul {
	padding-left: 1.4em;
	padding-bottom: 1.4em;
}
.twoCol #centerCol li {
	background-image: none;
	list-style: disc;
	padding-left: 0px;
}
.youtubeEmbed {
	margin-bottom: 20px;
	display: block;
}
a.startVideo {
	display: block;
}
.videoContent {
	width: 512px;
	margin: 0px auto;
	
}
.video {
	width: 560px;
	margin: 0px auto;
}
.videoContent object, .videoContent #player, .videoPlayer{
	margin-bottom: 20px;
}
.twoCol #centerCol .videoContent h1, .twoCol #centerCol .video h1{
	color: #000;
	text-transform: none;
	font-size: 16px;
	padding-bottom: 7px;
}
/*Responsive Embed*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Buttons */
a.cancel {
background: url(/common/images/buttons/cancel.gif) no-repeat;
display: block;
width: 102px;
height: 25px;
margin: 15px 15px 0px 0px;
float: left;
}
a.continue {
margin: 15px 15px 0px 0px;
display: block;
float: left;
}

.littlePaddingTop {
	margin: 15px 0px 0px 0px;
}
a.previous_form {
    background: url(/common/images/buttons/previous.gif) no-repeat;
    display: block;
    float: left;
    margin: 15px 15px 0px 0px;
    width: 102px;
	height: 25px;
}
a.complete_reg {
background: url(/common/images/buttons/register.gif) no-repeat;
width: 102px;
height: 25px;
display: block;
float: left;
margin: 15px 15px 0px 0px;
}

a.join_renew {
    background: url(/common/images/buttons/join_renew.gif) no-repeat;
    display: block;
    width: 102px;
    height: 25px;
    float: left;
}
a.give_gift {
    background: url(/common/images/buttons/give_gift.gif) no-repeat;
    display: block;
    margin-left: 10px;
    width: 102px;
    height: 25px;
    float: left;
}

/* Accordion */
.accordion {
	clear: both;
	border-bottom: 1px solid #ccc;
	width: 100%;
	overflow: hidden;
	margin-top: 8px;
}

.accordion .accordionTitle {
	font-size: 14px;
	float: left;
}
.accordion .accordionTitle p{
	padding-bottom: 8px;
}
.accordion a.openShow {
	float: right;
	color: #fff;
	background: #ed1c24;
	display: block;
	padding: 0px 0px 4px 0px;
	font-size: 16px;
	line-height: 16px;
	width: 17px;
	text-align: center;
}
.accordion .accordionTitle a.openShow {
	float: none;
	color: #000;
	background: none;
	padding: 0;
	width: auto;
	font-size: 14px;
	text-align: left;
}
.accordion a.openShow:hover {
	text-decoration: none;
}
.accordionDeets {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 7px 0px 8px 0px;
}

/*Misc */
hr {
	height: 1px;
	overflow: hidden;
	border: 0px;
	border-top: 1px solid #ccc;
	margin-bottom: 25px;
}

.caps {
	text-transform: uppercase;
}
p.dates {
	font-weight: bold;
	padding-top: 11px;
}
.inline {
	display: inline;
}
.highlight {
	background: #f4f466;
}
.st_sharethis .sharethis {
	color: #ED1C24;
}
.inline_img {
float: left;
margin: 17px 25px 15px 0px;
width: 170px;
font-size: 9px;
line-height: 11px;
color: #949392;
}
.inline_img img{
margin-bottom: 3px;
}
.caption {
	color: #666666;
	font-size: 9px;
	line-height: 12px;
}
.caption img {
	margin: 5px 0px;
	border: 1px solid #ccc;
}
.customDonorText {
	display: none;
}

.eventTabs .addthis_toolbox {
	padding-top: 20px;
	display: none;
}
.eventTabs #evtDetailShare.addthis_toolbox {
	display: block;
}

.noBorder {
	border: 0px !important;
}

.twoCol #centerCol ol.tumblr_posts li {
    list-style: none;
}
.tumblr_title {
    font-size: 14px;
	font-weight: bold;
}

.donationTotal h2 {
	margin-top: 20px;
	float: left;
	margin-right: 10px;
}
.donationTotal h2.dSign {
	margin-right: 5px;
}
/* Lightbox/Gallery Styles */
ul.galThumbs {
	overflow: hidden;
	margin-right: -16px;
	padding: 0px !important;
}
#wideBottom ul.galThumbs {
	overflow: hidden;
	margin-right: -32px;
	margin-left: 4px;
}
.galThumbs li {
	background: none;
	float: left;
	padding: 0px 16px 16px 0px;
	list-style: none !important;
}
#wideBottom .galThumbs li {
	padding-right: 21px;
}
.galThumbs li img {
	border: 1px solid #ccc;
}

#lightbox {
	background: #000;
	-moz-opacity:.60;
	opacity:.60;
	filter:alpha(opacity=60);
	position: fixed;
	top: 0px;
	left:0px;
	z-index: 2000;
	display: none;
}

.lightboxImg {
	height: 0px;
	width: 0px;
	top: 55px;
	overflow: visible;
	position: absolute;
	margin:4px 0px 0px 0px;
	z-index: 2100;
}

.lightboxImgContent {
	position: relative;
	background: #fff;
	padding: 10px;
	visibility: hidden;
}
#lightboxImg {
	position: relative;
	z-index: 2100;
}
#lightbox-nav {
	top: 0px;
	padding: 0px;
	position: absolute;
	bottom: 3px;
	left: 0px;
	width: 100%;
	text-transform: uppercase;
	color: #7d7d7d;
	font-weight: bold;
	font-size: 14px;
	height: 88%;
	display: block;
	z-index: 2200;
}
#lightbox-nav div{
	background: #fff;
	height: 25px;
	padding-top: 10px;
	position: relative;
	top: 40%;
	cursor: pointer;
	visibility: hidden;
}

#lightbox-nav div#lightbox-nav-prev {
	float: left;
	padding-left: 8px;
	padding-right: 15px;
	width: 95px;
}

#lightbox-nav div#lightbox-nav-next {
	float: right;
	width: 58px;
	padding-left: 15px;
	padding-right: 8px;
}

#lightbox-nav div.inactive {
	display: none;
}

.lightbox-content-wrapper {
	width: 100%;
	overflow: hidden;
	padding-top: 8px;
}
.lightbox-info {
	color: #636363;
	float: left;
	display: none;
}
.lightbox-info h2 {
	text-transform: none;
	color: #000;
	padding-bottom: 5px;
}
.lightbox-info p{
	padding-bottom: 0px;
}
#lightbox-close {
	float: right;
	cursor: pointer;
	width: 38px;
}
.winnie {
	display:none;
}

/* styles for dhtml calendar */

#jseCal{
	display:none;
}

#jseCal.show{
	display:block;
}

.calendarNav{
	background:#fff;
	width:181px;
	margin:13px auto 1px 0px;
	padding-top:4px;
	padding-bottom:6px;
}	
#jseCal .eventbox h3{
	display:inline-block;
	margin:1px 0px 0px 0px;
	padding:0px;
	color:#000;
	font-size:11px;
	font-weight: 600;
	width:148px;
	text-align:center;
}

#jseCal .eventbox h3{
	display:none;
}

#jseCal .eventbox h3.jsDateAdj{
	display:inline-block;
}

.event_calendar th{
	background:#f0efea;
	border-right:1px solid #CCCCCC;
	font-size:10px;
	font-weight:normal;
}

.event_calendar td{
	width:25px;
	height:25px;
	text-align:center;
	background:#fff;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	font-weight:600;
	font-size:11px;
}

.event_calendar td a{
	outline:none;
	width:100%;
	height:17px;
	display:inline-block;
	vertical-align:center;
	padding-top:3px;
}

.event_calendar td a:hover{
	text-decoration:none;
}

.event_calendar .eventDate:hover{
	background:#e7172f;
}

.event_calendar td.eventDate:hover a{
	color:#fff;
}

.event_calendar .today{
	background:#959396;/*e7172f*/
	color:#fff;
}

.event_calendar .eventSelected{
	background:#e7172f;
}

.event_calendar .eventDate.eventSelected a{
	color:#fff;
}



.event_calendar .today.eventDate a{
	color:#fff;
}

.js-eCal-nav{
	display:inline-block;
	vertical-align:middle;
}

.js-eCal-nav:hover{
	text-decoration:none;
}

#prevArrow{
	width:9px;
	height:12px;
	background:url(/common/images/icons/prev-month.png) no-repeat left 0px;
	margin:0px 0px 0px 5px;
	outline:none;
}

#nextArrow{
	width:9px;
	height:12px;
	background:url(/common/images/icons/next-month.png) no-repeat left 0px;
	margin:0px 0px 0px 5px;
	outline:none;
}

#EventCalendarList{
	width:181px;
}

li#submenu-nav-about-audited_financial_statement {
	display:none;
}
.winnie {
	display:none;
}