/* DEFAULTS & GLOBALS */

html { /* forces scrollbars */
	height: 100%;

	}

* { /* global settings for every element on the site */
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	font: 10pt Arial, Tahoma, Verdana, sans-serif;
	background: #e7e0d5;
	color: #333333;
	}

p {
	padding-bottom: 1em;
}

a {
	color: #9f9f9f;
	outline: none;
	}
a:hover {
	}

.notext {
	text-align: left;
	text-indent: -5000px;
	overflow: hidden;
	}
.nodisplay {
	display: none;
	}

img, div, input {
	behavior: url("/sites/all/themes/mhmth/iepngfix.htc");
	}

/* LAYOUT */

div#topmenu {
	width: 100%;
	background: #002a5c;
	text-align: center;
	overflow: hidden;
	}
div#topmenu div#padding {
	margin: 0 auto;
	width: 860px;
	overflow: hidden;
	}
div#topmenu ul {
	float: right;
	list-style: none;
	overflow: hidden;
	margin: 0;
	}
	
div#topmenu ul.links {
	margin: 0;
	}
	
div#topmenu ul li {
	display: inline;
	float: left;
	padding: 7px 0;
	text-align: left;
	}
div#topmenu ul li a {
	float: left;
	margin: 0 5px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	}
div#topmenu ul li a:hover,
div#topmenu ul li a.active {
	color: #91b0d5;
	}


div#header {
	width: 100%;
	height: 135px;
	background: url("images/header_repeater.gif") left top repeat-x;
	text-align: center;
	}
div#header div#padding {
	position: relative;
	margin: 0 auto;
	width: 860px;
	height: 135px;
	text-align: left;
	}

div#padding h1#logo {
	
	text-indent: -5000px;
}


div#header h1#logo a {
	position: absolute;
	padding-top: 20px;
	left: 0;
	height: 90px;
	text-indent: 0px;
	overflow: hidden;
	text-align: left;
	}

div#header div#slogan {
	position: absolute;
        top: 25px;
	left: 685px;
}

div#header div#searchbox {
	position: absolute;
	top: 82px;
	right: 0;
	overflow: hidden;
	}
div#header div#searchbox input#input {
	float: left;
	margin: 5px 10px 0 0;
	padding: 2px 4px;
	width: 180px;
	font-size: 10px;
	color: #005fac;
	}
div#header div#searchbox input#button {
	float: left;
	margin: 2px 0 0 0;
	width: 21px;
	height: 22px;
	background: url("images/search_button.png");
	border: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -5000px;
	overflow: hidden;
	cursor: pointer;
	}
div#header div#searchbox input#button:hover {
	background-position: 0 -22px;
	}

div#mainmenu {
	width: 100%;
	height: 57px;
	background: url("images/background_mainmenu.gif") left top repeat-x;
	text-align: center;
	/*overflow: hidden; turned off for nice menus */
	}
div#mainmenu div#padding {
	margin: 0 auto;
	width: 861px;
	height: 57px;
	text-align: left;
	/*overflow: hidden; turned off for nice menus */
	}
	
	/*begin primary links */
div#mainmenu ul {
	list-style: none;
	/*overflow: hidden; turned off for nice menus */
	margin: 0;
	padding: 0;
	z-index: 6;
	border: 0;
	}
div#mainmenu ul li {
	display: inline;
	float: left;
	width: 123px;
	height: 57px;
	background: url("images/background_mainmenu_item.gif") right top no-repeat;
	/*overflow: hidden; turned off for nice menus */
	border:0;
	}
	
div#mainmenu ul li a {
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1em;
	color: #aecde1;
	overflow: hidden;
	cursor: pointer;
	padding: 22px 0 0 0;
	text-align:center;
	width: 123px;
	}
div#mainmenu ul li a span {
	float: left;
	padding: 13px 0 0 10px;
	}
div#mainmenu ul li a:hover,
div#mainmenu ul li a.active
{
	color: white;
	overflow: hidden;
	}

	
/* begin level 1 drop down */
div#mainmenu ul ul {
	display: inline;
	top: 57px; 
	left: 0px;
	float: left;
	width: 123px;
	background: url("images/background_dropdown.png") no-repeat scroll center bottom;
	overflow: hidden; 
	padding: 10px 0 20px;
	}
	
div#mainmenu ul ul li{
	display: inline;
	height: auto;
	float: left;
	width: 123px;
	background: transparent;
		
	}
div#mainmenu ul ul li:hover{
	background: white;
		
	}
	
div#mainmenu ul ul li:hover a{
	color: #005daa;
		
	}
	
div#mainmenu ul ul li a{
	padding: 7px 0 6px 10px;
	width: 113px;
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-align: left;
	}
	
div#mainmenu ul ul li a:hover{
	color: #005daa;
	background: white;
	overflow: hidden;
	}

/*begin level 2 drop down */

div#mainmenu li li ul {
	top: 0px; 
	left: 122px;
	background: url("images/background_flyoutdropdown.png") no-repeat scroll center bottom;
	padding: 0px 0 10px;
	}
	

	
div#mainmenu ul ul ul li{
	display: inline;
	height: auto;
	float: left;
	width: 121px;
	overflow: hidden;
	margin-left: 1px;
	}
	
div#mainmenu ul ul ul li a{
	padding: 7px 0 6px 10px;
	width: 113px;
	font-size: 11px;
	font-weight: normal;
	color: #005daa;
	}
	
div#mainmenu ul ul ul li a:hover{
	color: #96cb44;
	background: white;
	overflow: hidden;
	}

	
div#mainmenu ul li.join {
	width: 122px;
	background: none;
	}


ul.dropdown {
	display: none;
	position: absolute;
	top: 0;
	padding: 10px 0 20px;
	width: 122px;
	color: white;
	list-style: none;
	overflow: hidden;
	}
ul.dropdown li {
	float: left;
	overflow: hidden;
	}
ul.dropdown li a {
	float: left;
	padding: 5px 0;
	width: 122px;
	font-size: 11px;
	text-decoration: none;
	color: white;
	overflow: hidden;
	}
ul.dropdown li a span {
	padding-left: 10px;
	}
ul.dropdown li a:hover {
	background: white;
	color: #005daa;
	}

ul#dropdown1 { left: 5px; }
ul#dropdown2 { left: 128px; }
ul#dropdown3 { left: 251px; }
ul#dropdown5 { left: 497px; }
ul#dropdown6 { left: 620px; }
ul#dropdown7 { left: 743px; }








div#content {
	/*padding: 0 0 30px 0;*/
	width: 100%;
	background: #91b0d5 url("images/background_content.gif") left top repeat-x;
	text-align: center;
	overflow: hidden;
	}
div#content div#padding {
	position: relative;
	margin: 0 auto;
	width: 870px;
	background: url("images/background_content_shadows.png") left top repeat-y;
	text-align: left;
	overflow: hidden;
	}


div#footermenu ul{
	margin: 5px auto 0;
	text-align: left;
	list-style: none;
	overflow: hidden;
	padding: 0px;
	}
div#footermenu ul li {
	display: inline;
	float: left;
	overflow: hidden;
	}
div#footermenu ul li.bullet {
	padding: 0 12px;
	color: white;
	}
div#footermenu ul li#questions {
	background: none;
	}
div#footermenu ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #002a5d;
	}
div#footermenu ul li a:hover {
	color: white;
	}


div#footer {
	width: 100%;
	background: url("images/background_footer.gif") left top repeat-x #e7e0d5;
	margin-top: 30px;
	text-align: center;
	overflow: hidden;
	}
div#footer div#padding {
	margin: 0 auto;
	padding: 25px 0;
	width: 860px;
	text-align: left;
	overflow: hidden;
	background:transparent;
	}
div#footer a {
	float: left;
	height: 26px;
	text-indent: -5000px;
	overflow: hidden;
	}
div#footer a.facebook {
	width: 24px;
	background: url("images/footer_facebook.gif") left center no-repeat;
	}
div#footer a.youtube {
	width: 61px;
	background: url("images/footer_youtube.gif") left center no-repeat;
	}
div#footer a.twitter {
	width: 25px;
	background: url("images/footer_twitter.gif") left center no-repeat;
	}
div#footer a.flickr {
	width: 53px;
	background: url("images/footer_flickr.gif") left center no-repeat;
	}
div#footer img {
	float: left;
	}
div#footer p#copyright {
	float: right;
	font-size: 12px;
	text-align: right;
	line-height: 1.35em;
	color: #7c3520;
	}



/* INDEX */

#banner {
	margin: 0 0 0 5px;
	
}
#splash {
height: 260px;	
}

#splash .block {
	margin: 0;
	padding: 0;
	height: 260px;
	}
	
div#content a#splash {
	display: block;
	margin: 0 0 0 5px;
	}

div#content div#splash_panels {
	position: relative;
	display: block;
	clear: both;
	margin: 0 0 0 5px;
	width: 860px;
	height: 197px;
	background: url("images/background_splash_panels.jpg");
	overflow: hidden;
	}
div#content div#splash_panels div.type1,
div#content div#splash_panels div.type2 {
	position: absolute;
	top: 25px;
	width: 250px;
	overflow: hidden;
	}
div#content div#splash_panels div#panel1 { 
	left: 27px; 
	height: 185px;
	}
div#content div#splash_panels div#panel2 { 
	left: 320px; 
	height: 145px;
	}
div#content div#splash_panels div#panel3 {
	left: 605px;
	width: 210px;
	height: 125px;
	background: none;
	}
div#panel3 p {
	background: none;
}

div#content div#splash_panels div.type1 img {
	float: left;
	margin: 0 15px 0 0;
	}
div#content div#splash_panels div.type1 div.information {
	width: 155px;
	overflow: hidden;
	}
div#content div#splash_panels div h2 a {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	text-decoration: none;
	color: #7c3520;
	}
div#content div#splash_panels div h2 a:hover {
	color: #005daa;
	}
div#content div#splash_panels div#panel3 h2 a {
	display: block;
	margin: 25px 0 0 0;
	font-family: Georgia, serif;
	font-size: 18px;
	}
div#content div#splash_panels div#panel3 h2 a:hover {
	color: #005daa;
	}
div#content div#splash_panels div p.subtitle a {
	display: block;
	padding: 7px 0 0 0;
	font-size: 12px;
	text-decoration: none;
	color: #2d74a5;
	}
div#content div#splash_panels div p.date {
	display: block;
	padding: 2px 2px;
	font-size: 12px;
	color: #333333;
	}
div#content div#splash_panels div#panel3 p.viewfullcalendar a {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 11px;
	text-decoration: none;
	color: #7c3520;
	}
div#content div#splash_panels div#panel3 p.viewfullcalendar a:hover {
	color: #005DAA;
	}


/* SECONDARY */

div#secondary {
	margin: 0 0 0 5px;
	width: 860px;
	background: #e1ce86 url("images/background_secondary.gif") left top repeat-y;
	color: #333333;
	overflow: hidden;
	}
div#secondary div#top_secondary {
	width: 860px;
	background: url("images/background_secondary_top.jpg") left top no-repeat;
	overflow: hidden;
	}

div#secondary div#column1,
div#secondary div#column2,
div#secondary div#column3 {
	display: inline;
	float: left;
	overflow: hidden;
	}
div#secondary div#column1{
	margin: 0 0 0 10px;
	padding: 20px 0 0 0;
	width: 181px;
	background: url("images/background_column1.jpg") left top no-repeat;
	}
div#secondary div#column2 {
	padding: 20px 5px;
	margin: 0 20px;
	width: 445px;
	}
div#secondary div#column3 {
	padding: 20px 0 0 0;
	width: 170px;
	}

div#column1 h2 {
	margin: 0 0 40px 0;
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	color: #002a5c;
	}
	
div#column1 h2 a{
	margin: 0 0 40px 0;
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	color: #002a5c;
	text-decoration: none;
	}
div#block-views-calendar-calendar_block_1 h2 {
	margin: 15px 0 40px 0;
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	color: #002a5c;
	}


div#column1 h2#short {
	margin: 0 0 20px 0;
	}

ul#sidemenu {
	padding: 0 0 20px 0;
	background: url("images/sidemenu_bottom.jpg") left bottom no-repeat;
	list-style: none;
	}
ul#sidemenu li {
	padding: 7px 0;
	background: url("images/sidemenu_seperator.jpg") left bottom no-repeat;
	text-align: center;
	}
ul#sidemenu li.bottom {
	background: none;
	}
ul#sidemenu li a {
	font-size: 12px;
	text-decoration: none;
	color: #7c3520;
	}
ul#sidemenu li a:hover,
ul#sidemenu li a.active {
	color: #005daa;
	}

div#column2 p#breadcrumbs {
	display: block;
	padding: 0 0 35px 0;
	font-size: 11px;
	color: #8d7e43;
	}
div#column2 p#breadcrumbs strong {
	color: #8d7e43;
	}
div#column2 p#breadcrumbs a {
	text-decoration: none;
	color: #8d7e43;
	}
div#column2 p#breadcrumbs a:hover {
	color: #005daa;
	}

div#column2 h2 {
	display: block;
	padding: 0 0 4px 0;
	font-family: Georgia, serif;
	font-size: 26px;
	font-weight: normal;
	color: #7c3520;
	}
div#column2 div#node-title {
	display: block;
        padding: 15px 0 4px 0;
        font-family: Georgia, serif;
        font-size: 26px;
        font-weight: normal;
        color: #7c3520;
		border-bottom: 1px dotted #8D7E43;
		margin-bottom: 15px;
}

div#column2 h3 {
	display: block;
	margin: 6px 0 0 0;
	padding: 6px 0 2px 0;
	border-top: 1px dotted #8d7e43;
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	color: #8d7e43;
	}
div#column2 h4 {
	display: block;
	margin: 6px 0 0 0;
	padding: 6px 0 2px 0;
	font-size: 15px;
	color: #002a5c;
	}
	
div#column2 p {
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	}
div#column2 strong {
	color: #002a5c;
	}
div#column2 a {
	text-decoration: none;
	color: #7c3520;
	font-size: 12px;
	}
	

div#column2 a:hover {
	color: #005daa;
	}
div#column2 img.img_float_left {
	float: left;
	margin: 0 10px 10px 0;
	}
div#column2 img.img_float_right {
	float: right;
	margin: 0 0 10px 10px;
	}

div#column3 img {
	margin: 0 0 15px 7px;
	}



/* CALENDAR */

div#column1 h3 {
	display: block;
	margin: 0 0 10px 0;
	padding: 8px 0;
	background: url("images/background_column1_header.jpg") left top no-repeat;
	font-family: Georgia, serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #e1d4ac;
	}
	
	
#column2 .view-data-node-title {
		font-size: 13px;
	}
div#column1 select {
	margin: 0 0 0 15px;
	width: 150px;
	}

table#calendar_header {
	margin: 0 0 10px 10px;
	width: 165px;
	}
table#calendar_header tr td#month {
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 16px;
	color: #8d7e43;
	}
a#calendar_previous {
	float: left;
	margin: 0 0 0 15px;
	width: 10px;
	height: 12px;
	background: url("images/calendar_previous.gif") left top no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	}
a#calendar_next {
	float: right;
	margin: 0 15px 0 0;
	width: 10px;
	height: 12px;
	background: url("images/calendar_next.gif") left top no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	}
a#calendar_previous:hover,
a#calendar_next:hover {
	background-position: 0 -12px;
	}

table#calendar {
	margin: 0 0 0 0px;
	}
table#calendar tr.header td {
	background: #8d7e43;
	color: #e4d7af;
	}
	
table#calendar th{
	background: #bba969;
	color: #E4D7AF;
	font: 10pt Arial, Helvetica, sans-serif;
	border: 0;
	}
	
table#calendar tr td {
	border-bottom: 2px solid #bba969;
	border-right: 2px solid #bba969;
	font-size: 12px;
	text-align: center;
	}
	
table#calendar tr td.today, 
table#calendar tr td.active{
	 background: #7c3520;
	}
	

	
table#calendar tr td.today a,
table#calendar tr td.active a{
	 background: #7c3520;
	 color: white;
	}
table#calendar tr td.empty {
	background: #E4D7AF;
	}
table#calendar tr td a {
	/*float: left;*/
	width: 21px;
	height: 21px;
	background: white;
	font-size: 11px;
	text-align: center;
	line-height: 19px;
	text-decoration: none;
	color: #7c3520;
	}
table#calendar tr td a:hover,
table#calendar tr td a.active
 {
	text-decoration: underline;
	}
*/

p#calendar_range {
	display: block;
	padding: 10px 0 30px 0;
	font-size: 11px;
	text-align: center;
	color: #7c3520;
	}
p#calendar_range a {
	text-decoration: none;
	color: #7c3520;
	}
p#calendar_range a:hover {
	color: #005daa;
	}
p#calendar_range a.active {
	font-weight: bold;
	}
	body.mceContentBody {
  background: #fff;
  color: #000;
}
	
div#mainmenu li#menu-2504 {
		background: none;
	}
	
div#column3 ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
/*calendar customizations */

.calendar-calendar div.date-nav {
  background-color:transparent;
  color:#777;
  padding:0.2em;
  width:auto;
  border:0px;
}

.calendar-calendar div.date-nav a{
  text-decoration: none;
}
div#block-menu-menu-calendarcategory{
	top: -15px;
}

div#block-menu-menu-calendarcategory h2{
	display: block;
	margin: 0 0 10px 0;
	padding: 8px 0;
	background: url("images/background_column1_header.jpg") left top no-repeat;
	font-family: Georgia, serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #e1d4ac;
}

div#block-taxonomy_navigator-8 {
        top: -15px;
}

div#block-taxonomy_navigator-8 h2{
        display: block;
        margin: 0 0 10px 0;
        padding: 8px 0;
        background: url("images/background_column1_header.jpg") left top no-repeat;
        font-family: Georgia, serif;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        color: #e1d4ac;
}


#block-views-calendar-calendar_block_1 .date-prev a{
	float: left;
	margin: 0 0 0 15px;
	width: 10px;
	height: 12px;
	background: url("images/calendar_previous.gif") left top no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}


#block-views-calendar-calendar_block_1 .date-next a{
	float: left;
	margin: 0 0 0 15px;
	width: 10px;
	height: 12px;
	background: url("images/calendar_next.gif") left top no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

#column1 .date-heading h3 {
	background: transparent;
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 16px;
	color: #8d7e43;
	
	}

table.mini{
	margin: 0 0 0 10px;
	background: #e4d7af;
	color: #8d7e43;
}

.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today,
table#calendar tr td.today,

{
    background: #7c3520;
	color: white;
}

.calendar-calendar div.date-nav h3 a{
  color: #7C3520;
  font-size: smaller;
}

.gsc-resultsRoot-siteSearch .gs-result .gs-title  {
       text-decoration: none;
}

div#searchbox a,
div#searchbox a:visited{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background: url("/files/gear.png") no-repeat 100% 50%;
	padding: 5px 25px 0px 0px;
	height: 23px;
	margin-right: 30px;
	float: right;
	}
div#searchbox a:hover,
div#searchbox a.active
{
	color: #91b0d5;
	}

#page-search_options div#column2 div#node-title {
	background: url("/files/gear_h.png") no-repeat 0 80%;
	padding-left: 35px;
	
}

#highlight {

margin: 0;
clear: both;

}

.highlightmenu {
margin: 0;
padding: 0;
}

.highlightmenu .shop{
background: url("images/shop.png") no-repeat 0% 50%;
}

.highlightmenu .dine{
background: url("images/dine.png") no-repeat 0% 50%;
}

div#highlight ul {
float: left;	
}

div#highlight ul li a{
padding-left: 20px;
padding-right: 10px;
}
#websearchbox, #more{
	float: right;
	clear:both;
}

/*calendar as class=mini*/


#block-views-calendar-calendar_block_1 table.mini {
	margin: 0 0 0 0px;
	}
#block-views-calendar-calendar_block_1 table.mini tr.header td {
	background: #8d7e43;
	color: #e4d7af;
	}
	
#block-views-calendar-calendar_block_1 table.mini th{
	background: #bba969;
	color: #E4D7AF;
	font: 10pt Arial, Helvetica, sans-serif;
	border: 0;
	}
	
#block-views-calendar-calendar_block_1 table.mini tr td {
	border-bottom: 2px solid #bba969;
	border-right: 2px solid #bba969;
	font-size: 12px;
	text-align: center;
	}
	
#block-views-calendar-calendar_block_1 table.mini tr td.today, 
#block-views-calendar-calendar_block_1 table.mini tr td.active{
	 background: #7c3520;
	 color: white;
	}
	

	
#block-views-calendar-calendar_block_1 table.mini tr td.today a,
#block-views-calendar-calendar_block_1 table.mini tr td.active a{
	 background: #7c3520;
	 color: white;
	}
#block-views-calendar-calendar_block_1 table.mini tr td.empty {
	background: #E4D7AF;
	}
#block-views-calendar-calendar_block_1 table.mini tr td a {
	/*float: left;*/
	width: 21px;
	height: 21px;
	background: white;
	font-size: 11px;
	text-align: center;
	line-height: 19px;
	text-decoration: none;
	color: #7c3520;
	}
#block-views-calendar-calendar_block_1 table.mini tr td a:hover,
#block-views-calendar-calendar_block_1 table.mini tr td a.active
 {
	text-decoration: underline;
	}
.calendar-calendar .mini-day-off {
 /* background: none repeat scroll 0 0 white;
    color: #7C3520;*/
    font-size: 11px;
    height: 21px;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    width: 21px;
}
.calendar-calendar .mini-day-on {
    font-size: 11px;
    height: 21px;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    width: 21px;
}

#block-views-calendar-calendar_block_1 table.mini tr td.today , #block-views-calendar-calendar_block_1 table.mini tr td.active


