@import "../images/basic.css";
@import "main.css";

#container{
  border-right: none;
  padding: 0px;
  margin: 0px;
  color: #f2ede5;
  min-height: 400px;
}

#containerContent {
  padding: 0px 0px;
  margin: 0px 0px;
}


#spotlightWrapper {
	color: inherit;
	background: #726c67 url(../images/spotlightBG.jpg) right;
	height: 250px;
	margin: 0px;
	padding: 0px;
	width: 910px;
}
#spotlightWrapper_special {
	color: inherit;
	background: #726c67 url(../images/spotlightBG.jpg) right;
	height: 400px;
	margin: 0px;
	padding: 0px;
	width: 910px;
}
#spotlight {
  text-align: left;
}

#eventsWrapper {
	width: 910px;
	color: #333;
	background-color: #f2ede5;
}

#newsWrapper, #newsTitleWrapper {
	margin-right: 275px;
	color: #333;
	background-color: #a99a6f;
}

#newsTitleWrapper {
  padding-top: 5px;
  color: #333;
  background: #a99a6f url(../images/newsShadow.gif) top repeat-x;
  border-bottom: 1px solid #a99a6f;
}

#newsContent {
  padding: 3px 10px;
  font-size: 90%;
  }

#newsContent div {
	margin-bottom: 0.75em;
}

#calendarWrapper, #calendarTitleWrapper {
  width: 275px;
  float: right;
}

#calendarTitleWrapper {
  padding-top: 5px;
  color: #333;
  background: #f2ede5 url(../images/eventShadow.gif) top repeat-x;
}

#calendarContent {
  padding: 3px 10px;
  font-size: 95%;
  overflow: hidden;
}

.headlineTitle {
  margin-top: 0px;
  margin-left: 10px;
  display: inline;
}

.headlineLink {
	margin: 1em 0em 1em 1em;
}

#calendarContent a:link, #calendarContent a:visited { 
  color: #333;
  background-color: inherit;
}

.formatDate {
  float: left;
  text-align: center;
  font-weight: bold;
  padding-right: 5px;
  margin-bottom: 0.66em;
  border-right: 1px solid #333;
}

.formatEventLink {
  margin-left: 35px;
}

.eventDate {
  font-size: 120%;
}

#quickLinksWrapper {
  position: relative;
  float: left;
  width: 97%;
  padding-left: 10px;
  color: inherit;
  min-height: 100px;
}

#quickLinksWrapper h2 {
  margin: 0px;
  padding-top: 10px;
}

#quickLinksWrapper a:link, #quickLinksWrapper a:visited {
  color: #f2ede5;
  background-color: inherit;
}

#quicklinks1{
	position: relative;
	float: left;
	width: 34%;
}
#quicklinks2 {
	position: relative;
	float: left;
	width: 31%;
}
#quickLinksWrapper2 {
  margin-top: 5px;
  margin-left: 50px;
}

#quickLinksWrapper ul  {
  list-style-image: url(../images/quickLinkBullet.gif);
  list-style-position: inside;
  margin-top: 1em;
}

#quickLinksWrapper ul li {
  margin-bottom: 0.5em;
}


#navbarBG {
  display: none;
  visibility: hidden;
}

#footer {
  border-top: 2px solid #8b7e5e;
  background: #332c2c url(../images/footerShadowBottom3.gif) bottom repeat-x;
  color: inherit;
  background-color: #332c2c;
  overflow: hidden;
}



#bottomCredits, #bottomCredits a:link, #bottomCredits a:visited, 
#footer a:link, #footer a:visited {
  background-color: #332c2c;
}

.bold{
	font-weight:bold;
	}
.headlineLink .firstNews {
	font-size: 110%;
	font-weight: bold;
	color: #500000;
}
