body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #21292c url('/images/background.gif') repeat-x;
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
img { border: 0; }
a {
	color: #737373;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 22px;
	line-height: 33px;
}
h2 {
	font-size: 20px;
	line-height: 30px;
}
h3 {
	font-size: 18px;
	line-height: 27px;
}
h4 {
	font-size: 16px;
	line-height: 22px;
}
h5 {
	font-size: 14px;
	line-height: 21px;
}
h6 {
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	background: url('/images/wrapper-bg.png') repeat-y;
	text-align: left;
}
#wrapperbottom {
	width: 950px;
	height: 33px;
	margin: 0 auto;
	background: url('/images/wrapper-bottom.png') no-repeat;
	text-align: left;
}
#header {
	width: 950px;
	float: left;
	text-align: left;
	padding: 0 0 0 10px;
}
#header #logo {
	padding: 5px 0 0 10px;
}
#header #new_to {
	float: right;
	padding: 0 50px 0 0;
}
#header #splash {
	float: left;
	width: 915px;
	height: 250px;
	margin: 0 0 0 9px;
	color: #fff;
	background-color: #de6e00;
}
#header #splash #welcome {
	float: right;
	width: 262px;
	height: 250px;
	padding: 0 5px 0 5px;
	background: url('/images/splash-bg.jpg') no-repeat top right #de6e00;
}
#header #menuborder {
	float: left;
	width: 915px;
	height: 19px;
	margin-left: 9px;
	background: url('/images/no_splash_menu_border.gif') repeat-x top left;
}
#upcoming_events {
	float: right;
	width: 265px;
	height: 250px;
	padding-left: 10px;
	background-color: #721000;
	z-index: +10;
}

#upcoming_events h2{
	margin-top: 5px;
	color: #fff;
}

#upcoming_events a{
	color: #fff;
}

#upcoming_events ul {
	list-style-type: none;
	margin-left: -20px;
}

/* Menu */
#menu {
	float: left;
	padding-left: 8px;
}
ul.tabs {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.tabs li {
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 0;
	background: url('/images/tab_inactive_right.png') no-repeat right top;
	margin-right: 1px;
}
ul.tabs li a {
	display: block;
	padding: 5px 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url('/images/tab_inactive_left.png') no-repeat left top;
}
ul.tabs li:hover {
	background: url('/images/tab_active_right.png') no-repeat right top;
}
ul.tabs li a:hover {
	background: url('/images/tab_active_left.png') no-repeat left top;
}
ul.tabs li.active {
	background: url('/images/tab_active_right.png') no-repeat right top;
}
ul.tabs li a.active {
	background: url('/images/tab_active_left.png') no-repeat left top;
}

/* Menu */
#menu-right {
	float: right;
	margin-right: 23px;
}
ul.tabs-right {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.tabs-right li {
	float: right;
	padding: 0;
	margin: 0;
	padding-top: 0;
	margin-right: 1px;
}
ul.tabs-right li a {
	display: block;
	padding: 5px 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
ul.tabs-right li.welcometab {
	background: url('/images/welcome-tab-right.png') no-repeat right top;
}
ul.tabs-right li.calendartab {
	background: url('/images/calendar-tab-right.png') no-repeat right top;
}
ul.tabs-right li a.welcomelink {
	background: url('/images/welcome-tab-left.png') no-repeat left top;
}
ul.tabs-right li a.calendarlink {
	background: url('/images/calendar-tab-left.png') no-repeat left top;
}



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

#page {
 	padding-left: 20px;
	width: 912px;
}

/* Content */
#content { 
	float: left;
	width: 100%;
}
#content #linkslist {
	float: left;
	width: 150px;
}
#content .title {
	width: 100%;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: url('/images/tab_active_right.png') no-repeat right top;
}
#content .title_left {
	padding: 5px 0 5px 10px;
	background: url('/images/tab_active_left.png') no-repeat left top;
}
#content #linkslist .links {
	color: black;
	padding: 0 5px 0 5px;
}
#content #linkslist .links a {
	color: black;
	text-decoration: none;
}
#content #linkslist .links a.active {
	font-weight: bold;
}
#content #linkslist .links a:hover {
	text-decoration: underline;
}
#content #copy_for_links {
	float: right;
	width: 740px;
}
#content .messagetitle {
	font-size: 14px;
	font-weight: bold;
}

/* Blog */
#blogpost {
	float: left;
	width: 75%;
}
#blogarchive {
	float: right;
	width: 23%;
}
#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 */
#footer {
	width: 950px;
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
	text-align: left;
	padding: 10px 0 0 40px;
}
#footer a {
	color: #fff;
}

/* 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;
}