@import url("../../global/CSS/global.css"); /* Global Stylesheet */

/* @group OVERRIDES */

a.site-credit-link:link, a.site-credit-link:active, a.site-credit-link:visited {
	display: inline;
	color:#95BEC3;
	display:block;
	padding-top:25px;
}

/* @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 */

li#mn-heraldonline, li#mn-locationmap, li#mn-cancun2008, li#mn-events {display: none;}

body {background: url(/sitefiles/1225/images/bkgd.gif) repeat-x top #3F5463;}

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: Helvetica, Arial, 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 {color: #666;text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {outline: none;} /* Removes a outline in Firefox  */

h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	color: #859B33;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 32px;
	color: #EE6524;
}

h3 {
	font-size:18px;
	line-height: 32px;
	color: #EE6524;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

h5 {
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

/* @end */

/* @group SEARCH */ /* Uses image-driven field and button styles  */

.searchPanel {
	float:right;
	margin-top:17px;
}

.searchField {
	background:url("/SiteFiles/1225/Images/searchfield.gif") no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#808080;
	float:left;
	height:29px;
	margin:0;
	outline:medium none;
	padding:0 0 0 10px;
	width:164px;
}
.ie7 .searchField, .ie8 .searchField {padding-top: 6px;}
.searchButton {
	background:url("/SiteFiles/1225/Images/searchbutton.gif") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	font-size:0;
	height:29px;
	line-height:0;
	outline:medium none;
	text-indent:-1000px;
	width:38px;
}

/* @end */

/* @group SUB NAV */

#subnavWrapper {
	background:url("/sitefiles/1225/images/content-sidebar.gif") repeat-x scroll left top #FFFFFF;
	float:left;
	width:100%;
}

#subnavWrapper p {display: none;}

#subnavWrapper h2 {
	color:#FFFFFF;
	font-family:TrajanProRegular,"Times New Roman",Time,serif;
	font-size:16px;
	font-weight:normal;
	margin:16px 0 16px 30px;
	text-transform:uppercase;
}
#subnavWrapper h2 a {
	color: #FFF;
	text-decoration: none;
}

#subnav {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#subnav li {
	background:url("/sitefiles/1225/images/services-bullet.gif") no-repeat scroll 5px 15px transparent;
	border-bottom:1px solid #F6F6F6;
	margin-left:25px;
	width:190px;
}
#subnav li:hover {background:url("/sitefiles/1225/images/services-bullet.gif") no-repeat scroll 5px 15px #F0F0F0;}

#subnav a {
	display:block;
	padding:10px 0 10px 25px;
}

#subnav a:hover {text-decoration: none;}

#subnav a.current {font-weight: bold;}

/* @end */

/* @group INDEX */

#index-wrapper {
	background-color: #293C47;
	width: 100%;
	float: left;
	text-align: left;
	position: relative;
}
a#index-tab {
	position:absolute;
	right:0;
}

/* @group SITE INDEX */
#siteIndex {
	margin: 0px auto;
	padding: 20px 0px;
	width: 956px;
}
#siteIndex dl {
	float:left;
	font-size:10px;
	line-height:16px;
	overflow:hidden;
	padding:0 20px 0 0;
	width:150px;
}
#siteIndex dt {
	padding: 0px;
	font-weight: bold;
}
#siteIndex dd {
	margin:0;
	padding:1px 0;
}
#siteIndex dt a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
#siteIndex dd a {
	color: #A3BBC9;
	font-size: 11px;
	line-height: 18px;
}
#siteIndex a:hover {
	text-decoration: underline;
}
div#getdirections {}
div#getdirections a {
	background:url("/sitefiles/1225/images/indextab-getdirections.png") no-repeat scroll left top transparent;
	display:block;
	float:right;
	height:110px;
	text-align:center;
	width:254px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}
div#getdirections a:hover {
	background-position: 0px -115px;
}
/* @end */

/* @end */


/* @group HEADER */

#header-wrapper {
	border-top:8px solid #293C47;
	float:left;
	height:460px;
	text-align:left;
	width:100%;
}

#header {
	height:113px;
	margin:0 auto;
	padding:0;
	position:relative;
	width:974px;
}

.logo {
	width: 100px;
	height: 80px;
	overflow: hidden;
}

.logo a {
	width: 100px;
	height: 80px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1225/Images/logo.png) no-repeat;
}
#header-wrapper-def {
	border-top:8px solid #293C47;
	float:left;
	height:270px;
	text-align:left;
	width:100%;
}
#def-header img {border: 15px solid #FFF;}

/* @end */

/* @group SLIDER */
.anythingSlider {
	width: 974px;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.anythingSlider .wrapper {
	width: 974px;
	overflow: auto;
	height: 400px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 400px;
	width: 974px;
	margin: 0;
}
.anythingSlider ul li img {
	border: 15px solid #FFF;
}
#start-stop, #thumbNav, a.arrow {display: none;}

/* Prevents */
div.wrapper ul li {margin: 0;} /* Safari fix */
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

/* @end */

/* @group CONTENT */

#content-wrapper {
	float:left;
	text-align:left;
	width:100%;
}
#content {
	background-color: #FFF;
	margin:0 auto;
	padding:0;
	width:974px;
}
#content-links-area {
	background:url("/sitefiles/1225/images/linksarea-bkgd.gif") repeat scroll 0 0 #2D3C47;
	height:125px;
	margin:0 auto;
	padding:0;
	width:974px;
}
#content-links-area img {
	float:left;
	margin-left:30px;
	margin-top:25px;
}
#content-links {
	float:right;
	text-align:right;
	width:550px;
}
#content-links a {
	background:url("/sitefiles/1225/images/linksarea-btns.png") no-repeat scroll 0 -47px transparent;
	color: #808080;
	display:block;
	float:left;
	font-size: 16px;
	height:18px;
	margin-right:20px;
	margin-top:40px;
	padding:14px 43px;
	text-align:left;
	width:74px;
}
#content-links a:hover {
	background-position: 0px 0px;
	text-decoration: none;
}
.content-area {
	border-right:1px solid #D2D5D6;
	float:left;
	min-height:204px;
	padding:80px 30px 0;
	width:264px;
}
#content-left {background:url("/sitefiles/1225/images/content-events.gif") no-repeat scroll left top #FFF;}
#content-middle {background:url("/sitefiles/1225/images/content-services.gif") no-repeat scroll left top #FFF;}
#content-right {
	background:url("/sitefiles/1225/images/content-contactus.gif") no-repeat scroll left top #FFF;
	border:none;
}
#content-middle p, #content-right p {
	border-bottom:1px solid #ECECEC;
	margin-bottom:10px;
	padding-bottom:10px;
}
#content-def-left {
	float: left;
	width: 240px;
}
#content-def-right {
	float:right;
	padding:40px 50px;
	width:633px;
	border-left: 1px solid #ECECEC;
}
#content-def-nosub {
	padding:40px 50px;
}

/* @end */

/* @group FOOTER */

#footer-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#footer-top-wrapper {background-color: #51758B;}
#footer-top {
	margin: 0px auto;
	padding: 0px;
	width: 974px;
	height: 63px;
}
#footer-left {
	float:left;
	padding-top:22px;
	width:50%;
}
#footer-left a {
	color:#293C47;
	font-size:14px;
}
#footer-right {
	float: right;
	width: 50%;
}
#footer-bottom-wrapper {background-color: #CEE7EB;}
#footer-bottom {
	margin: 0px auto;
	padding: 0px;
	width: 974px;
	height: 63px;
}


/* @end */

/* @group BREADCRUMBS */

#breadcrumbs {
	border-bottom:3px solid #D9D9D9;
	height:30px;
	margin-bottom:40px;
	text-align:left;
	width:100%;
}

#breadcrumbs ul {
	float:right;
	list-style:none outside none;
	margin:0;
	padding:0;
}

#breadcrumbs li {
	display:inline;
	float:left;
	padding:0 10px 0 0;
}

#breadcrumbs a {
	background: url(/SiteFiles/1225/Images/breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
}

#breadcrumbs a:hover {
	background: url(/SiteFiles/1225/Images/breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
}

#breadcrumbs a.first {
	background: none;
	padding-left: 0px;
}

#breadcrumbs a.first:hover {
	background: none;
	padding-left: 0px;
}

#breadcrumbs a.current {
	background: url(/SiteFiles/1225/Images/breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
}

/* @end */

/* @group UPCOMING EVENTS WRAPPER */

.upcoming-events-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.upcoming-events-wrapper li {
	background:url("/sitefiles/1225/images/calendar-date-bkgd.png") no-repeat scroll 0 0 transparent;
	height:35px;
	margin-top:12px;
	padding-bottom:12px;
}
p.upcoming-events-date {
	float:left;
	height:30px;
	margin-right:10px;
	padding-top:4px;
	text-align:center;
	width:35px;
}
p.upcoming-events-name {
	
}
span.upcoming-events-weekday, span.upcoming-events-time {display: none;}
span.upcoming-events-month {
	display:block;
	font-size:8px;
	line-height:10px;
	text-transform:uppercase;
}
span.upcoming-events-date {font-size:18px;}
.upcoming-events-name a {
	color: #333;
	font-size: 13px;
}
.upcoming-events-wrapper li.widget-alternate-item {
	background-position:0 10px;
	border-bottom:1px solid #F2F2F2;
	border-top:1px solid #F2F2F2;
	margin: 0;
	padding-top:10px;
}

/* @end */

/* @group UPCOMING EVENTS WRAPPER */

.recent-news-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.recent-news-wrapper li {
	background:url("/sitefiles/1225/images/services-bullet.gif") no-repeat scroll 0 6px transparent;
	padding-left:15px;
	height:35px;
	margin-top:12px;
	padding-bottom:12px;
}
.recent-news-wrapper li a {color: #333;}
.recent-news-wrapper li span {color: #808080;}
.recent-news-wrapper li.widget-alternate-item {
	background-position:0 16px;
	border-bottom:1px solid #F2F2F2;
	border-top:1px solid #F2F2F2;
	margin: 0;
	padding-top:10px;
}
p.recent-news-view-link {display: none;}

/* @end */
