@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
  	background-image:url('/media/images/beachmere_tavern_bg_A01.jpg');
  	background-repeat: repeat-x;
  	background-position: top;
	color: #333333;
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {
	color: #69be49;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #69be49;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

#nmsignup h2 {
	color:#133866;
	font-size: 12px;
}

a:link, a:visited {
	text-decoration: none;
	color: #339999;
	outline: none;	
}
a:hover {
	text-decoration: underline;
}

/* CLASSES */
.headerIMG {
	width: 255px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.highlight {
	background-color:#FFFF00;
}

.navi {
	display: inline;
}


/* ID'S */
#googlemap {
	width: 430px;
	border: 1px solid #CCCCCC;
	float: right;
}

#staticmap {
	width: 430px;
	float: left;
	border: 1px solid #CCCCCC;
}
.required_star {
	color:#FF0000;
	font-weight: bold;
}

.infoBlock {
	background-color: #FFE8E8;
	padding: 10px;
	width: 350px;
	margin-bottom: 15px;
	border: 1px dashed #CCCCCC;
	color: #FF0000;
}


