
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

			*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, th, td { margin:0; padding:0 }
			fieldset, img { border:0 }
			address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
			ol, ul, li { list-style:none }
			caption, th { text-align:left }
			h1, h2, h3, h5, h5, h6 { font-size:100% }
			q:before, q:after { content:''}

			blockquote {
				margin: 40px 100px;
				}


		/* Global reset-RESET */
			/* The below restores some sensible defaults */

			strong { font-weight: bold }
			em { font-style: italic }
			ol, ul, li { list-style:none }
			* a { position:relative } /* Gets links displaying over a PNG background */
			a { outline:none } /* Gets rid of Firefox's dotted borders */
			a img { border:none } /* Gets rid of IE's blue borders */

/*
================================
TDG Remix
================================
*/   
html, body{
	text-align:left;
	background-color: #FFFFFF;
	width: 100%;
	height:100%;
	}


a:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #00AF9E;
	text-decoration: underline;
	}
a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CA006C;
	text-decoration: none;
	}
a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #00AF9E;
	text-decoration: underline;
	}


.skinwrapper{
	width:840px;
	border: 0;
	background-color: trasparent;
	padding:0;
	cellspacing:0;
	cellpadding:0;
	margin: 0 auto;
}

.skinOutter{
	background-color: #f00;
	padding:0;
	border:0;
	margin:10px 5px 5px 5px;
	cellspacing:0;
	cellpadding:0;
	width:830px;
}

.skinmaster {
	background-color: #ffffff;
	width:100%;
	border:0;
	margin:0;
	padding:0;
	}

.skinInner{
	background-color: transparent;
	width:100%;
	border:0;
	margin:0;
	padding:0;

}


.controlpanel {
	width:100%;
	background-color: transparent;
	margin:0;
	padding:0;
	border:0;
	height:0;
}

/* Header Styles */

.logocell{
	border:none;
	margin:0;
	width:560px;
	background-color:#FFF;
	padding-left:5px;
	height:100px;
	}
	
.topNav{
	padding-bottom:10px;
	}
	
.topNavLinks a:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #008FC5;
	text-align: right;
	text-decoration: none;
}
.topNavLinks a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: right;
	color: #DA521F;
	text-decoration: none;
}
.topNavLinks a:visited{
	font-size: 0.7em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #008FC5;
	text-align: right;
	text-decoration: none;
}


/* slide show */
.topPics{
	border:none;
	margin:0;
	width:840px;
	padding:0;
	height:200px;
}

.slideshow_Hotel{
	display:block;
	position:absolute;
	left:5px;
	top:0;
	background-color:#008FC5;
	z-index:1;
	}
.slideshowOver_Hotel{
	display:block;
	position:absolute;
	left:5px;
	top:0;
	z-index:50;
	}
	
.slideshow_Restaurant{
	display:block;
	position:absolute;
	left:215px;
	top:0;
	background-color:#A8DEE8;
	z-index:1;
	}
.slideshowOver_Restaurant{
	display:block;
	position:absolute;
	left:215px;
	top:0;
	z-index:50;
	}
		
.slideshow_Pool{
	display:block;
	position:absolute;
	left:425px;
	top:0;
	background-color:#FFD478;
	z-index:1;
	}
.slideshowOver_Pool{
	display:block;
	position:absolute;
	left:425px;
	top:0;
	z-index:50;
	}
.slideshow_Gallery{
	display:block;
	position:absolute;
	left:635px;
	top:0;
	background-color:#62CAE3;
	z-index:1;
	}
.slideshowOver_Gallery{
	display:block;
	position:absolute;
	left:635px;
	top:0;
	z-index:50;
	}
	
.slideshow_Asbury{
	display:block;
	position:absolute;
	right:5px;
	top:10px;
	background-color:#00AF9E;
	z-index:1;
	}
.slideshowOver_Asbury{
	display:block;
	position:absolute;
	right:5px;
	top:10px;
	z-index:50;
	}

.slideshow_ColorBlock{
	display:block;
	position:absolute;
	right:5px;
	top:20px;
	z-index:1;
	}


.clearDiv {
	clear:both;
	}	
.imageGrid{
	position:relative;
	display:block;
	height:200px;
	margin:0;
	padding:0;
	border:none;
}
	
.smallImage{
	border:0;
	margin:0;
	padding:4px;
	width:150px;
	height:150px;
	}		


/* Body Styles */


.leftpane {
	text-align:right;
	background-color: #FFF;
	border:0;
	margin-top:50px;
	padding:5px;
	}

.mainContent{
	}

.ContentPane {
	font-size: 0.8em;
	text-align:left;
	width: 100%;
	background-color: #FFF;
	padding:20px;
	border:none;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
	
.ContentPane h2{
	color:#F89828;
	font-size: 1.4em;
	font-weight:bolder;
	}
		

.ContentPane a:link{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#008FC5;
	text-decoration:none;
	}

.ContentPane a:hover{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#CA006C;
	text-decoration:none;
	}
	
.ContentPane a:visited{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#008FC5;
	text-decoration:none;
	}
	
.generalInfo{
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:0.8em;
	color:#00AF9E;
	}
	
.footer {
	text-align:center;
	font-size:0.8em;
	height:30px;
	margin:0;
	border:none;
	padding:0;
	}

.footerLinks a:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
	}
.footerLinks a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #CA006C;
	text-decoration: none;
	}
.footerLinks a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
	}

.loginStyle {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #CCCCCC;
	font-size: 0.7em;
	text-decoration: none;
	}
.loginStyle a:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #CCCCCC;
	font-size: 0.7em;
	text-decoration: none;
	}

.loginStyle a:hover{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#999999;
	font-size:0.7em;
	text-decoration:none;
	}
	
.loginStyle a:visited{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#CCCCCC;
	font-size:0.7em;
	text-decoration:none;
	}


.AsburyPark{
	}


/* Menu */

.spacer {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.0pt;
	line-height:0;
	height:0;
	margin:0;
	padding:0;
	border:none;
	color:#fff;
	}


.MainMenu_MenuContainer TD {
	background-color: transparent;
	height: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	}
.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background-color: transparent;
	color: #333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight: bold;
	font-style: normal;
	}
.Normal {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	}
.MainMenu_MenuBar TD {
	cursor: pointer;
	cursor: hand;
	height:16px;
	}
.MainMenu_MenuItem  {
	color: #000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: #135480 1px solid;
	font-style: normal;
	background: #80BCEB;
	height: 25px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

/* Active Menu  */
.ActiveRootTab TD {
	width: 150px;
	color: #DA521F;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	background-color:#fff;
	height: 25px;
	text-align: right;
	}

.RootTab TD {
	width: 150px;
	height: 25px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #008FC5;
	background: #FFF;
	text-align: right;
	}

.SelectedRootTab TD {
	width: 150px;
	color: #DA521F;
	height: 25px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	border-left: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	background-color: #FFF;
	text-align: right;
	}

.BreadcrumbRootTab TD {
	width: 150px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #FFF;
	color: #00AF9E;
	height: 25px;
	/*CURRENT PAGE*/
	}

.ActiveSubTab {
	background-color: #135480;
	color: #ffffff;
	border-top: 0px solid;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

.SubTab {
	background-color:#80BCEB;
	color: #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

.SelectedSubTab {
	background-color: #135480;
	color: #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 25px;
	}

.BreadcrumbSubTab {
	background-color: transparent; /*#000000;*/
	color: #ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	border-top: 0px solid;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

/* this in the dropdown menu */
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight: bold;
	font-style: normal;
	color: #80BCEB;
	border: #135480 2px solid;
	padding:none;
		}
.MainMenu_MenuItemSel {
	color: #ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight: bold;
	font-style: normal;
	height: 25px;
	background-color:#47A8EA;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: #135480 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuArrow {
	display: none;
	}
.StandardButton {
  background: #7994cb none; 
  color: #000000;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	positon:relative;
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

.NormalTextBox{
	font-size:9px;
	/*   height:15px;*/
	}
.Normal{
	font-size:12px;
	/*   height:15px;*/
	}
hr {
	margin: 0 0 0 40px;
	}

/* FAQs */

#dnn_ctr503_MLAdvAnnouncements_pnlCollapsing {
	padding-left:45px;
	padding-right:80px;
}
.shcContainer {
	padding-left:45px;
	padding-right:80px;
}


/* News */

.subhead {
	padding-left:45px;
	padding-right:80px;
}

.announcementitemreadmore{
	padding-left:45px;
	padding-right:80px;

}

p {
	margin-bottom:11px;
}
h2 {
	margin-bottom:11px;
}