.motelsection {
	color: Maroon;
	font: normal normal bolder 12px sans-serif;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	vertical-align: top;
	border: medium double Blue;
}

.sidemenu {
	background: transparent;
	color: Blue;
	font-family: sans-serif;
	font-size: x-small;
	vertical-align: top;
	text-decoration: none;
	text-align: center;
	border: Blue;
	
}
.button1 {
	background: Blue;
	color: White;
	font: normal small-caps bolder 10px sans-serif;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: medium outset Gray;
	height: 35px;
	width: 100px;
}
.menu {
	background: transparent;
	text-decoration: none;
	font-size: 9px;
}
h1 {
	background: transparent;
	font: normal small-caps bolder xx-large sans-serif;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: Blue;
}

a {
	background: transparent;
	color: Navy;
	text-decoration: none;
	font-weight: bold;
	font-family: sans-serif;
	font-style: normal;
	font-size: inherit;

}

a:hover {
	background: transparent;
	color: Green;
	text-decoration: none;
	font-family: serif;
	font-weight: bold;
	font-style: italic;
	font-size: inherit;

}

body {
	background: White;
	font: normal normal 700 medium sans-serif;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	
}

.pagecontent {
	font: normal normal 700 medium sans-serif;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}


.contest {
	text-align: center;
}


h3 {
	background: transparent;
	color: Navy;
	font: normal small-caps bolder large sans-serif;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

h5 {
	background: transparent;
	color: Maroon;
	font: italic small-caps bold small sans-serif;
	text-decoration: none;
	
}

hr {
	background: transparent;
	color: Navy;
	text-align: center;
	width: 100%;
	height: 3px;
	font-weight: bolder;
}

.top {
	vertical-align: baseline;
}

.bottom {
	vertical-align: top;
}



.footer {
	background: transparent;
	color: Black;
	font: normal normal bold xx-small sans-serif;
	text-align: center;
	text-decoration: none;
	vertical-align: baseline;
}

.slogan {
	background: transparent;
	color: Maroon;
	font: normal normal bold small sans-serif;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
}

.caption {
	background: transparent;
	color: Maroon;
	font: normal normal bold small sans-serif;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
}


.safe {
	background: transparent;
	color: Maroon;
	font: normal small-caps bolder small sans-serif;
	padding-left: 5%;
	text-align: left;
	text-decoration: none;
}


point {
	background: transparent;
	color: Navy;
	font: normal small-caps bold medium sans-serif;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}

.counter {
	background: transparent;
	color: Blue;
	font: normal normal bold xx-small sans-serif;
	text-align: center;
	text-decoration: none;
	
}


.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
	padding: 3px 9px 2px 5px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
	text-decoration: none;
	padding: 3px 9px 2px 5px;
	margin: 0;
	margin-right: 0px; /*distance between each tab*/
	color: Red;
	font-size: 13px;
	background: transparent no-repeat top right;
}

.halfmoon li a:visited{
	color: Red;
	background: transparent;
}

.halfmoon li a:hover, .halfmoon li.selected a{
	background-color: Yellow;
	color: Red;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
	position: absolute;
	top: 0; /*THEME CHANGE HERE*/
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: White;
	width: 150px;
	visibility: hidden;
}


.dropmenudiv_e a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: Blue;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{
	/*THEME CHANGE HERE*/
	background-color: Yellow;
}









