/* General elements */

html {
	height:100%;
}

body {
	height:100%;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	background-color:#becee7;
	margin-top:8px;
	font-size:small;
}

h1 {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:130%;
	color:#333399;
	font-weight:normal;
	padding-top:10px;
}

h2 {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:110%;
	color:#6666CC;
	font-weight:normal;
	margin:5px 0;
}

em {
	font-size:85%;
}

a {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	color:#6666CC;
	text-decoration:none;
}

a:visited {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	color:#6666CC;
	text-decoration:none;
}

a:hover {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	color:#333399;
	text-decoration:none;
}

a:active {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	color:#333399;
	text-decoration:none;
}

#content a {
	text-decoration:underline;
}

input,textarea {
	vertical-align:middle;
	border:1px solid #000000;
	font-size:small;
}

form {
	margin:0;
}

p {
	margin:8px 0;
}

.error {
	color:red;
}

img {
	border:0;
}

dl {
	margin:0;
}

dt {
	margin-bottom:5px;
	float:left;
	width:200px;
}

dd {
	margin-bottom:5px;
	margin-left:200px;
}

.error {
	color:red;
}


	
/* Useful classes */
.fright {
	float:right;
}

.fleft {
	float:left;
}

.aright {
	text-align:right;
}

.aleft {
	text-align:left;
}

.acenter {
	text-align:center;
}

.cleft {
	clear:left;
}

.cright {
	clear:right;
}

.cboth {
	clear:both;
}

#container {
	width:898px;
	margin:0 auto;
	background:url(/images/bg.gif) repeat;
}

#inner-container {
	margin-left:175px;
}

#left-col {
	width:175px;
	float:left;
	background-color:#1c2657;
	color:#FFFFFF;
}

#left-col-events-link {
	clear:both;
	padding:0;
	background-color:#aebcdf;
	margin:0;
	padding:0;
	text-align:center;
}

#left-col-events-link a {
	display:block;
	width:175px;
	color:#1b2654;
	text-transform:uppercase;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	text-align:center;
	font-size:small;
}

#left-col-search {
	margin:0;
	padding:10px;
	background-color:#606897;
}

#left-col-search h3 {
	margin:0;
	padding:0;
	padding-bottom:5px;
	font-size:small;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
}

#left-col-search input {
	width:110px;
}

#left-col-search .MenuPanelSearchSubmit {
	width:auto;
	padding:0 3px;
}

.SearchBox {
	border: 1px solid #000000;
	width:100px;
}

#left-col-address {
	font-size:small;
	padding:10px;
	border-bottom:1px solid #afc2e0;
}

#logo {
	width:104px;
	height:110px;
	margin:30px auto;
	text-align:center;
}

#header {
	height:170px;
	width:723px;
	background:url(/images/header.jpg) repeat;
}

#content {
	padding:10px 25px 20px;
	font-size:90%;
	font-family:Trebuchet MS,Helvetica,sans-serif;
}

#welcome-message
{
  font-family:Trebuchet MS,Helvetica,sans-serif;
  color: #6666CC;
  text-align: right;
  padding: 5px 5px 0px 0px;
   }

	
/* Menu styling */
#menu ul {
	padding:0;
	margin:0;
	list-style:none;
	width:175px;
}

#menu li {
	position:relative;
	float:left;
	width:175px;
}

#menu li ul {
	background-color:#1c2657;
	margin-bottom:2px;
	display:none;
}

#menu li.active ul {
  display:block;
}

#menu li.active ul li ul {
  display:none;
}

#menu li ul li ul {
	margin-bottom:2px;
	display:none;

}
#menu li ul li ul {
  display:none;
}

#menu li ul li {
	border:none;
}

#menu li a {
	padding-top:2px;
	padding-left:20px;
	display:block;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:small;
	color:#FFFFFF;
	text-decoration:none;
	font-size:small;
	font-weight:normal;
	border-top:1px solid #aebcdf;
	background-image:url(/images/menu-arrow.gif);
	background-repeat:no-repeat;
	background-position:4px 8px;
	height:21px;
}

#menu li ul li a {
	background-image:none;
	background-color:#606897;
	padding-left:9px;
	height:20px;
	border:none;
}

#menu li ul li ul li a {
	background-image:none;
	background-color:#aebcdf;
	color:#606897;
	padding-left:15px;
	border:none;
}

#menu li ul li ul li ul li a {
	background-image:none;
	background-color:#ddd;
	color:#000000;
	padding-left:25px;
	border:none;
}

#menu li a:visited {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:small;
	color:#FFFFFF;
	text-decoration:none;
}

#menu li a:hover {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:small;
	color:#aebcdf;
	text-decoration:none;
}

#menu li ul li a:hover {
	color:#aebcdf;
}

#menu li ul li ul li a:hover {
	color:#FFFFFF;
}

#menu li a:active {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:small;
	color:#6666CC;
	text-decoration:none;
	border-bottom:1px solid #6666CC;
}


	
/* Footer styling */
#footer {
	background-color:#606897;
	font-size:90%;
	color:#FFFFFF;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	padding:5px;
	line-height:15px;
	font-size:90%;
	clear:both;
}

#footer a {
	color:#FFFFFF;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:90%;
}

#footer a:visited {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:90%;
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:90%;
	color:#6666CC;
	text-decoration:none;
}

#footer a:active {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:90%;
	color:#6666CC;
}

#footer-left {
	float:left;
	width:350px;
}

#footer-right {
	text-align:right;
}


	
/* Form styles*/
.Form {
	overflow:hidden;
	height:1%;
}

.Form dt {
	float:left;
	clear:both;
	width:33%;
}

.Form dd {
	float:left;
	width:66%;
	margin:0 0 .5em .25em;
}

.FormComment {
	margin:0;
	padding:0;
	clear:both;
}

.FormFieldName {
	width:250px;
	float:left;
}

.FormFieldValue {
	margin-left:250px;
}

.FormFieldSpacer {
	height:5px;
}

#events-filter-panel {
	background-color:#aebcdf;
	padding:7px;
	margin-top:20px;
}

#events-list-panel .event {
	background-color:#dee6f1;
	padding:7px;
	margin-bottom:10px;
}

#events-list-panel .event .title {
	font-size:small;
	font-weight:bold;
	color:#1f265d;
}

.event-submit {
	padding:0 3px;
}

.padded-submit {
	padding:0 3px;
}

#flash-message, #flash-error { margin: 0px 0px 10px 0px; padding: 8px 40px; color: white; font-weight: bold; }
#flash-message { background: #77bb5f url(/images/admin/success.png) no-repeat 20px center; }
#flash-error { background: #ba0909 url(/images/admin/fail.png) no-repeat 20px center; }


#search-results ul
{
  margin-left: 20px;
}

#search-results ul li
{
  margin-top: 8px;
}

.pagination
{
  margin-top: 10px;
}

.pagination a
{
  margin: 0px 2px;
}

.pagination span
{
  margin: 0px 2px;
}