/* @group OVERRIDES */

a.site-credit-link:link, a.site-credit-link:active, a.site-credit-link:visited {display: inline;}

/* @end */

/* @group RESET */ /* Basic css zeroing for cross-browser conformity */

html,body,div,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input {margin: 0px; padding: 0px;}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,strong,th {font-weight: normal; font-style: normal;}

fieldset,img {border: none;}

/* @end */

/* @group LAYOUT */

body {background: url(/sitefiles/1181/images/bkgd-tile.jpg) repeat 0 0 #4D6C81;}

img.alignleft {float: left;	margin: 2px 20px 18px 0;} /* Class for image aligned left with margin */

img.alignright {float: right; margin: 2px 0 18px 20px;} /* Class for image aligned right with margin */

hr {
	border: 0px;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0.0;
	font-size: 0px;
}

/* @end */


/* @group TYPE */

body, p, div, ul, li, td {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

strong, b {font-weight: bold;}

p {margin-bottom: 18px;}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	
}

a:focus {outline: none;} /* Removes a outline in Firefox  */

h1 {
	border-bottom:1px dashed #797979;
	color:#B41329;
	font-family:helvetica,arial,sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:32px;
	margin-bottom:10px;
}

h2 {
	color:#4D4D4D;
	font-family:helvetica,arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
}

h3 {
	color:#810C0B;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;

}

h4 {
	color:#810C0B;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;

}

h5 {
	color:#777777;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:16px;
}

/* @end */

/* @group HEADER */

#header {
	background: url(/sitefiles/1181/images/mobile-header-bg.png) no-repeat center 0 transparent;
	width: 100%;
	height: 101px;
	text-align: left;
}

a.logo {
	display:block;
	font-size:0;
	height:60px;
	line-height:0;
	margin:0 auto;
	overflow:hidden;
	text-indent:-1000px;
	width:273px;
}

/* @end */

/* @group CONTENT */

#content {
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	background-color:#FFFFFF;
	margin:20px auto 0;
	min-height:100px;
	padding:5%;
	width:80%;
}

/* @group MAIN NAV */

#mainnav {
	margin:0 auto;
	padding:0;
	width:263px;
}

#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}

#mainnav li ul {
	display: none; /* Hides child pages */
}

#mainnav li {
	padding: 0px;
	margin: 0px;
	background: none;
}

#mainnav a {
	background:url("/sitefiles/1181/images/mobile-mainnav-bg.png") repeat scroll 0 0 #4D6C81;
	color:#4D4D4D;
	display:block;
	font-family:helvetica,arial,sans-serif;
	font-size:16px;
	height:17px;
	margin:10px 0;
	padding:9px 12px;
	text-decoration: none;
	width:239px;
}

/* @end */

/* @group NAV DROPDOWN */

#nav-dropdown {
	float:right;
	padding:0 0 20px 20px;
	position: relative;
}

#nav-dropdown-opener {
	background:url("/sitefiles/1181/images/mobile-mainnav-btn.png") no-repeat scroll right top transparent;
	display:block;
	font-size:0;
	height:22px;
	line-height:0;
	text-align:right;
	text-indent:-1000px;
	width:150px;
}

#nav-dropdown-list {
	-moz-border-radius:8px 0 8px 8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	background-color:#9D9FA2;
	margin:-3px 0 0;
	padding:10px 20px;
	position:absolute;
	text-align:left;
	top:22px;
	width:110px;
	z-index:10;
}

#nav-dropdown-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-dropdown-list li {
	margin: 0;
	padding: 0;
}

#nav-dropdown-list li a {
	color: #FFF;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* @group UPCOMING EVENTS */

.upcoming-events-wrapper ul {
	list-style:none;
	margin:0;
	padding:0;
}

.upcoming-events-wrapper li {
	background-color:#FFFFFF;
	clear:both;
	list-style:none outside none;
	margin:0 auto;
	padding:10px 0;
}

.upcoming-events-wrapper li h4 {
	clear: both;
}

.upcoming-events-weekday {
	display: none;
}

p.upcoming-events-date  {
	background-color:#D3DCBA;
	float:left;
	margin:0 10px 10px 0;
	padding:4px 0;
	position:relative;
}

span.upcoming-events-month  {
	color:#696E5D;
	display:block;
	font-family:helvetica;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	overflow:hidden;
	padding:4px 3px 0;
	text-align:center;
	text-transform:uppercase;
	width:55px;
}

span.upcoming-events-date  {
	color:#696E5D;
	display:block;
	font-family:helvetica;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:normal;
	margin:0;
	overflow:hidden;
	padding:0;
	text-align:center;
	width:60px;
}

.upcoming-events-time  {
	color:#999999;
	font-size:12px;
	left:71px;
	position:absolute;
	top:-3px;
	width:200px;
}

.upcoming-events-name {
	font-size:20px;
	font-weight:bold;
	margin-bottom:0;
	margin-top:15px;
}
p.upcoming-events-description  {
	margin:3px 0 0;
}

.upcoming-events-name a {
	color: #4D4D4D;
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
}

p.upcoming-events-view-link {
	clear:both;
	margin-bottom:0;
	padding-top:10px;
}

.upcoming-events-view-link a {
	color:#4D4D4D;
	font-weight:bold;
}

/* @end */

/* @end */

/* @group FOOTER */

#footer {
	margin: 20px auto;
	padding:0;
	text-align:center;
	width:80%;
}
#footer h3 a {
	color: #FFF;
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.site-credit-link {
	color: #FFF;
	font-size: 10px;
}

/* @end */