body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #4777c8;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
	color: #737373;
}
img { border: 0; }
a {
	color: #737373;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 33px;
	font-family: "Lithos Pro", Arial, sans-serif;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	font-family: "Lithos Pro", Arial, sans-serif;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	font-family: "Lithos Pro", Arial, sans-serif;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	font-family: "Lithos Pro", Arial, sans-serif;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	font-family: "Lithos Pro", Arial, sans-serif;
}
h6 {
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	font-family: "Lithos Pro", Arial, sans-serif;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}
#header {
	height: 252px;
	background: url('/images/header.jpg') no-repeat #fff;
	text-align: left;
}
#header #logo {
	position: relative;
	padding: 40px 0 0 60px;
}

/* Menu */
#menu {
	float: left;
	width: 850px;
	text-align: center;
	margin: 5px 0 17px 0;
	border-bottom: solid 5px #015daa;
}
#menu img {
	margin: 0 -2px -5px -2px;
}

#breadcrumb {
	float: left;
	width: 100%
}
#breadcrumb ul {
	margin: 0 auto;
	list-style: none;
	line-height: normal;
}
#breadcrumb li {
	display: block;
	float: left;
}
/* Content */

#content { 
	float: left;
	text-align: left;
	margin: 0 0 0 25px;
	width: 850px;
}
#content #linkslist {
	float: left;
	width: 150px;

}
#content #linkslist .title {
	width: 150px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	background: url('/images/links_border.gif') no-repeat bottom left;
	font-family: "Lithos Pro", Arial, sans-serif;
}
#content #linkslist .links {
	padding: 0 5px 0 5px;
}
#content #linkslist .links a {
	text-decoration: none;
}
#content #linkslist .links a.active {
	font-weight: bold;
	color: #333333;
}
#content #linkslist .links a:hover {
	text-decoration: underline;
}
#content #news {
	float: left;
	width: 240px;
}
#content #news .title {
	width: 240px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 2px 0;
	background: #015daa url('/images/news_border.gif') no-repeat bottom left;
	font-family: "Lithos Pro", Arial, sans-serif;
}
#content #news .title a {
	text-decoration: none;
	color: #ffffff;
}
#content #news .title a:hover {
	text-decoration: underline;
}
#content #news #items {
	background: url('/images/newsborder.gif') no-repeat top left;
}
#content #news #items #item {
	padding: 10px 7px 0 7px;
}
.timeago {
	font-size: 75%;
}
#content #copy_for_links {
	float: right;
	width: 680px;
}
#content #copy_for_news {
	float: right;
	width: 595px;
}
#slideshow {
	margin-bottom: 10px;
}

#slideshow img {
	border: 5px solid #015daa;
}
#flash {
	padding: 2px 5px;
	margin-bottom: 10px;
}
/* Blog */
#post {
  	padding: 10px 20px 10px 0;
}
.archivepost {
	padding-left: 10px;
}
#posts {
  	padding: 10px 20px 10px 0;
}
.border {
	border-bottom: 1px solid #a97028;
}
#post h1, #posts h1 {
	margin-bottom: 0px;
	font-weight: bold;
}
#post .date, #posts .date {
	margin-bottom: 10px;
}
.archivemonth {
	margin-left: 10px;
}
#footer {
	text-align: center;
	background: url('/images/footer-new.gif') no-repeat bottom #fff;
	color: #737373;
}
#footer table {
	width: 450px;
	padding-bottom: 5px;
}
#footer td.left {
	text-align: right;
	padding-right: 15px;
	border-right: 1px solid #a6a6a6;
}
#footer td.right {
	text-align: left;
	padding-left: 15px;
}
#footer td.bottom {
	text-align: center;
}
#footer #legal {
	margin: 10px 0 5px 0;
	color: #005caa;
}
#footer #legal a {
	color: #005caa;
}
#footer #legal a:hover {
	text-decoration: none;
}
/* Errors */
#errorExplanation {
  border: 1px solid red;
  background: #FFEAEB;
  padding: 10px;
  margin-top: 10px;
}
#errorExplanation h2 {
  margin: 0px;
  padding: 0px;
  color: maroon;
}
#errorExplanation p {
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  padding-left: 15px;
}
#errorExplanation ul {  
  margin: 0px;
  padding: 0px;
  padding-left: 35px;
}
#errorExplanation li {
  margin: 0px;
  padding: 0px;  
  padding-top: 5px;
}
/* Calendar */
.calendar {
  margin: auto;
  width: 100%;
}

.monthName th {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding-top: .7em;
  padding-bottom: 0.5em;
}

.dayName th {
  font-size: 1em;
  text-align: center;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: #7d2302;
  color: white;
  width: 14%;
}

.otherMonth, .day, .specialDay {
  padding: 0.2em 0.5em;
  vertical-align: top;
  border: 1px solid #bbbbbb;
}

.otherMonth {
  color: #c6c6c6;
  background-color: #fffbe2;
}

.day, .specialDay {
  text-align: left;
  vertical-align: top;
  background-color: #fffbe2;
  color: black;
}

.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: black;
  text-decoration: underline;
}

.weekendDay {
  background-color: #fffbe2;
}

.today {
	background-color: #FFF1D5;
}
