/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */

/* SITEWRENCH EDITOR BACKGROUND */

html, body, div, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, form, blockquote, fieldset, input {
margin:0;
padding:0;
}

fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* BODY OVERRIDES (Defaults) */
body {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #0B151E;
	margin: 0px;
	padding: 0px;
	background-image: url(/sitefiles/1154/images/bkgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

p {
	margin:0px;
	padding:0px;
}

li {
	list-style-type:none;
	padding-left: 5px;
}

a:link, a:visited, a:active {
	color: #BA2C2F;
	text-decoration: underline;
}
a:hover {
	color: #CA2D30;
	text-decoration: none;
}

hr {
	border: 0;
	width: 100%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

/* SITEWRENCH TEXT Styles */
.bodybold {
	font-weight: bold;
}

.bodyoptional {
	color: #FFFFFF;
	font-family: Helvetica, Arial, serif;
	font-size: 12px;
	line-height: 27px;
}

.heading {
	font-size: 23px;
	line-height: 30px;
	font-family: Helvetica, Arial, serif;
}

.headingbold {
	font-size: 23px;
	line-height: 30px;
	font-weight: bold;
	font-family: Helvetica, Arial, serif;
}

.subheading {
	font-size: 13px;
	line-height: 20px;
	color: #DB2E31;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial;
	text-transform: uppercase;
}


.subheadingbold {
	font-size: 13px;
	line-height: 20px;
	color: #DB2E31;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial;
	text-transform: uppercase;
	font-weight: bold;
}

.optionalheading {
	font-size: 12px;
	line-height: 20px;
	color: #E6BD6E;
	text-transform: uppercase;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial;
}
h2 {
	font-size: 23px;
	line-height: 30px;
	font-family: Helvetica, Arial, serif;
}

h1 {
	font-size: 23px;
	line-height: 30px;
	font-weight: bold;
	font-family: Helvetica, Arial, serif;
}

h4 {
	font-size: 13px;
	line-height: 20px;
	color: #DB2E31;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial;
	text-transform: uppercase;
}


h3 {
	font-size: 13px;
	line-height: 20px;
	color: #DB2E31;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial;
	text-transform: uppercase;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	line-height: 20px;
	color: #E6BD6E;
	text-transform: uppercase;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial;
}

.swcredit {
	font-size: 11px;
	color: #4F94A6;
}
a.swcredit:link, a.swcredit:visited{
	color: #4F94A6;
	text-decoration:underline;
}
a.swcredit:hover, a.swcredit:active{
	color: #4F94A6;
	text-decoration:none;
}



/* SEARCH FORM styles
-------------------------------------------*/
#search {
	height: 34px;
	width: 240px;
	float: right;
	margin-top: 8px;
	overflow: hidden;
	clear: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
.searchField {
	font-size:10px;
	color: #FFFFFF;
	width: 155px;
	padding: 6px;
	background-color: #5C93A3;
	border: 0px solid #5C93A3;
}
.searchButton {
	font-size:10px;
	background-color: #5C93A3;
	color: #FFF;
	border: none;
	padding: 6px;
}

/* MAIN NAVIGATION Styles */
.mainnavstyle1 {
}
.mainnavstyle1:link, .mainnavstyle1:visited, .mainnavstyle1:active {
	text-decoration: none;
}
.mainnavstyle1:hover {
	color: #1A83B6; 
	text-decoration: underline;
}

/* P7 NAVIGATION Styles
-------------------------------------------*/
#navWrapper {
	background-color: #458294;
	float: left;
	width: 910px;
	height: 46px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #152A3D;
	clear: left;
	position: relative;
}

#mainnav, #mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 400;
}

#mainnav a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-family: Helvetica, Arial, serif;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 18px;
	line-height: 16px;
}

#mainnav a.trigger {
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 18px;
	}
	
#mainnav li {
	padding: 0;
	margin: 0;
	float: left;
	width: 9em;
	background: none;
	
}

#mainnav li ul, #mainnav ul li  {
	width: 12em;

}
#mainnav ul li a  {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 16px;display: block;
}


#mainnav li ul {
	position: absolute;
	display: none;
	background-color: #7DABB8;
	z-index:1000;
}

#mainnav li:hover a, #mainnav a:focus,
#mainnav a:active, #mainnav li.p7hvr a {
	color: #FFFFFF;
	background-color: #7DABB8;
}
#mainnav li:hover ul, #mainnav li.p7hvr ul {
	display: block;
}

#mainnav li:hover ul a, #mainnav li.p7hvr ul a {
	color: #FFFFFF;
	background-color: transparent;
	z-index: 1000;
	background-image: url(/sitefiles/1154/images/arrow_off.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
}

#mainnav ul a:hover {
	background-color: #3C7181!important;
	color: #FFFFFF!important;
	text-decoration: none;
}
#mainnav li {width: auto;}

#mainnav ul li li {display:none;}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}


/* SUB NAVIGATION Styles */

#subnav li {
	padding: 0px;
	margin:0px;
	list-style-type:none;
}
.subnavmainstyle {
	font-family: Helvetica, Arial, serif;
	font-size: 12px;
	line-height: 20px;
	color: #0B151E;
}

a.subnavmainstyle:link, a.subnavmainstyle:visited, a.subnavmainstyle:active {
	color: #DCB05E;
	line-height: 25px;
	background-image: url(/sitefiles/1154/images/arrow_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	text-decoration: none;
	margin-left: 5px;
}

a.subnavmainstyle:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.subnavsubstyle {
	font-size: 10px;
}
a.subnavsubstyle:link, a.subnavsubstyle:visited, a.subnavsubstyle:active {
	text-decoration: none;
}
a.subnavsubstyle:hover {
	color: #DCB05E;
	text-decoration: underline;
}

/* WRAPPER styles
-------------------------------------------*/
#outsideWrapper {
	float: left;
	width: 100%;
}

#mainWrapper {
	width: 100%;
	text-align: left;
}
#pagewrapper {
	width: 975px;
	float: left;
	margin-bottom: 25px;
	margin-top: 0px;
}
#headerWrapper {
	width: 910px;
	float: left;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 0px;
}
#contentWrapper {
	width: 910px;
	float: left;
	text-align: left;
	display: block;
}
#footerWrapper {
	float: left;
	text-align: left;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #458294;
	padding-top: 25px;
	padding-bottom: 30px;
	width: 100%;
}
#mainnavbarWrapper {
	background-color: #458294;
	float: left;
	width: 650px;
	height: 46px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #152A3D;
	position: absolute;

}

/* HEADER styles
-------------------------------------------*/
#header {
	width: 910px;
	background-color: #458294;
	height: 114px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #152A3D;
	background-image: url(/sitefiles/1154/images/header_corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#leftside {
	float: left;
	height: 372px;
	width: 40px;
	background-color: #0B151E;
}
#rightside {
	float: right;
	height: 372px;
	width: 25px;
	background-image: url(/sitefiles/1154/images/rightsidebar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: none;
}
#logo {
	float: left;
	height: 55px;
	width: 382px;
	margin-top: 35px;
	margin-left: 38px;
}
#logo  a  img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#toplinks {
	float: right;
	height: 65px;
	width: 220px;
	margin-top: 24px;
	margin-right: 20px;
	background-color: #7DABB8;
}
#toplinks  a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#middle {
	float: left;
	height: 210px;
	width: 910px;
	background-color: #0B151E;
}
#middleLeft {
	float: left;
	height: 210px;
	width: 650px;
	overflow: hidden;
}
#middleRight {
	float: right;
	width: 240px;
	height: 200px;
	padding-top: 10px;
	line-height: 21px;
	font-size: 11px;
}

/* EVENT LIST styles
-------------------------------------------*/
#uecontainer {
	width: 240px;
	padding-top: 20px;
}

.eventname {
	font-size: 13px;
	line-height: 20px;
	color: #DB2E31;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial;
	text-transform: uppercase;
	font-weight: bold;
}
.eventdate {
    line-height: 14px;
	font-weight: bold;
}
.eventDescription {
    line-height: 14px;
}

/* CONTENT styles
-------------------------------------------*/
#content {
	width: 910px;
	clear: left;
	min-height:200px;
	height:auto !important;
	height: 200px;
}
#contentLeft {
	float: left;
	width: 195px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #458294;
	margin-left: 20px;
}
#contentRight li a {
	padding-left: 20px;color: #DDB66B;
	text-decoration: none;
}
#contentRight li a:link, #contentRight li a:visited, #contentRight li a:active {
	padding-left: 20px;color: #DDB66B;
	text-decoration: none;
}
#contentRight li a:hover {
	padding-left: 20px;color: #FFFFFF;
	text-decoration: underline;
	list-style-image: url(/sitefiles/1154/images/arrow_on.gif);
}

#contentRight ul li a:hover {
	padding-left: 20px;color: #FFFFFF;
	text-decoration: underline;
	list-style-image: url(/sitefiles/1154/images/arrow_on.gif);
}

#contentRight ul {
	padding-left: 20px;list-style-image: url(/sitefiles/1154/images/arrow_off.gif);
	font-size: 12px;
	line-height: 30px;
	font-family: Helvetica, Arial, serif;
	margin-right: 0px;
	margin-left: 0px;
}
#contentMiddle {
	width: 373px;
	margin-left: 30px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 30px;
	border-right-color: #458294;
	overflow: hidden;
}

* html #contentMiddle {
	width: 373px;
	w\idth: 353px;
}

#contentRight {
	width: 240px;
	float: right;
}
#contentDefault {
	width: 910px;
	clear: left;
	margin-bottom: 30px;
	min-height: 250px;
}
#contentDefaultLeft {
	float: left;
	width: 610px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #458294;
	margin-left: 20px;
	padding-right: 20px;
	min-height:200px;
	height:auto !important;
	height: 200px;
	overflow: hidden;
}

* html #contentDefaultLeft {
	width: 610px;
	w\idth: 590px;
}

#contentDefaultRight {
	width: 240px;
	float: right;
}
#contentDefaultRight ul {
	paddig-left:0px
}

#contentDefaultRight li a {
	color: #DDB66B;
	text-decoration: none;
}
#contentDefaultRight li a:link, #contentLeft li a:visited, #contentLeft li a:active {
	color: #DDB66B;
	text-decoration: none;
}
#contentDefaultRight li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	list-style-image: url(/sitefiles/1154/images/arrow_on.gif);
}

#contentDefaultRight ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	list-style-image: url(/sitefiles/1154/images/arrow_on.gif);
}

#contentDefaultRight ul {
	list-style-image: url(/sitefiles/1154/images/arrow_off.gif);
	font-size: 12px;
	line-height: 30px;
	font-family: Helvetica, Arial, serif;
	padding-left:20px;
}

#contentDefaultRight p {
	display:none;
}

#contentDefaultRight h2 {
	display:none;
}


/* FOOTER styles
-------------------------------------------*/
#footer {
	width: 950px;
	clear:both;
}
#footerLeft {
	float: left;
	width: 400px;
	margin-left: 60px;
}

#footerLeft a:link, #footerLeft a:visited, #footerLeft a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footerLeft a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footerRight {
	float: right;
	width: 235px;
}
.servicetimes {
	font-weight: bold;
	color: #408295;
}
table {
	font-size: 11px;
	line-height: 20px;
}
#location {
	height: 47px;
	width: 220px;
	text-align: center;
	margin-top: 20px;
	padding-top: 8px;
	background-image: url(/sitefiles/1154/images/bkgd_map.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#contact {
	height: 35px;
	width: 160px;
	text-align: center;
	line-height: 35px;
	background-image: url(/sitefiles/1154/images/bkgd_contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* BREADCRUMBS */

#breadcrumb {
	float: left;
	text-align: left;
	padding: 0px;
	margin:0px;
}

#breadcrumb ul{
	padding: 0px;
	margin: 0px;
	list-style: none;}
	

#breadcrumb li {
	float: left;
	background:none;
	list-style-type: none;
	margin-right: 5px;
}

#breadcrumb a {
	padding: 0 0 0 10px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #4F94A6;
	background: url(/sitefiles/1154/Images/breadcrumb.gif) no-repeat 0.1em;
}

* html #breadcrumb {
margin-left: 0px; text-indent: 0px;
}

#breadcrumb a:hover {
	padding: 0 0 0 10px;
	font-size: 10px;
	display:inline;
	text-decoration: underline;
	color: #4F94A6;
	background: url(/sitefiles/1154/Images/breadcrumb.gif) no-repeat 0.1em;
}

#breadcrumb a.first {
	padding: 0px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #4F94A6;
	background:none;
}

#breadcrumb a.first:hover {
	padding: 0px;
	font-size: 10px;
	display:inline;
	text-decoration: underline;
	color: #4F94A6;
	background:none;
}

#breadcrumb a.current {
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #4F94A6;
	background: url(/sitefiles/1154/Images/breadcrumb.gif) no-repeat 0.1em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#breadcrumb a.current:hover {
	font-size: 10px;
	display:inline;
	text-decoration: underline;
	color: #4F94A6;
	background: url(/sitefiles/1154/Images/breadcrumb.gif) no-repeat 0.1em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
/*-----------------------------------------------/* event

/* Applies to div containing events marked as "all day" their the hover state */
.all-day-event {
	background-color: #ccc;
	color: #0B151E;
	margin-bottom: 2px;
	font-size: 10px;
	line-height: 12px;
	cursor: pointer;
	padding:2px;
	overflow: hidden;
	white-space:nowrap;
	text-align: left;
	
}
/* Applies to cells that represent SATURDAY - SUNDAY  */
.weekend {
	background-color: #4F94A6;
	width: 75px;
	color:#0B151E;
}

/* Applies to the cell that represents the current date  */
.today {background-color:#F6F3BF;	color:#0B151E;
}

/* @group Calendar */

.events-calendar td {
	border:1px solid #273847;
}

.weekend {
	background-color:#152A3D;
}

.event-time {
	color:#FFFFFF;
}

.all-day-event {
	background-color:#31485C;
	padding:4px 2px;
}

.today {
	background-color:#458294;
}

a.more-link {
	color: #FFF;
}

/* @end */