/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

body, html{
		background-color:white;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px;color:#6a6969;
		height: 100%;
 		margin: 0 0 1px;
		padding: 0 0 15px 0;
	}

.highlighted{color:white}
	
h1 {font-size:16px;margin-bottom:10px;color:black;line-height:16px;}
h2 {font-size:20px;text-transform: uppercase;margin-bottom:15px;}
h3 {font-size:14px;margin-bottom:15px;color:black;}
h4 {font-size:24px;margin-top:-5px;margin-bottom:15px;}
h3 a{color:black}
h3 a:hover{color:#6a6969}
p{
	line-height:16px;
	margin-bottom:10px;
}

p a{color:black}
p a:hover{color:#6a6969}

ul{list-style-type:square}
#wrapper{
	position:relative;
	width:1000px;
	margin:auto;
	}

.red{color:#C2A303;}
.light-blue{color:#00A1B1;}
.dark-blue{color:#003A63;}
.yellow{color:red}

/* HEADER */

#header{
	position:relative;
	height:113px;
	width:100%;
	border-bottom: 1px #4C4C4C solid;
}

/* ACCORDIAN MENU */

/* AUTO GENERATED STRUTURE DIV */

#nav_full{
	font-size:11px;
	text-transform: uppercase;
	list-style-type:none;
	 
	
	}

#nav_full ul {
  margin: 0;
  padding: 0;
  text-align: right;
  list-style-type:none;
}

#nav_full ul a {
  display: block;
  text-decoration: none;
}

#nav_full li {
  margin-top: 1px;
  text-align: right;
}

#nav_full li.here {background:url(http://townhallhotel.com/design/menu-selected.png) no-repeat 175px 6px;
}

#nav_full li a {
  color:#2d2d2d;	
 text-decoration: none;
 padding-right: 10px;
}

#nav_full li a:hover {color:black;}
#nav_full li ul li a {color:#787878;}

#nav_full li ul li a:hover {
}

/* NEXT PREV MENU */

.next-prev-controls{font-size:9px;}
.next-prev-controls a{
	text-decoration:none;
	color:black;
	text-transform:uppercase;
}
.next-prev-controls a:hover{color:#6a6969;}

#prev-page{position:absolute; bottom:-30px; left:0;}
#next-page{position:absolute; bottom:-30px; right:25px; }

#menu-book-btn{position:absolute;bottom:0;right:0;text-align:right;}
#menu-book-btn a h1 span{background:black;}
#menu-book-btn a h1{font-size:18px;}


/* END ACCORDIAN */

#top_bar{
	background-color:#F5C589;
	padding:5px 15px 7px 15px;
	margin-bottom:5px;
	}

#top_bar a {
    color: white;
    text-decoration: none;
}

#logo{
	position:absolute;
	top:15px;
	left:15px;
}

#social-links{
	position:absolute;
	bottom:15px;
	right:15px;
	list-style-type:none;
	text-transform: uppercase;
	
}
#social-links li{
	float:left;
	margin-left:15px;
}

#social-links li a{
	text-decoration:none;
	color:#6a6969;
}

#social-links li a:hover{color:black;}

/* CONTENT AREA */
#content{
	position:relative;
	float:left;
	width:1000px;
	padding: 25px 15px 85px 15px;
	background:white;
	z-index:1;
	min-height:486px;
	
}

#title-underline{
	margin-bottom:10px;
	margin-left:-5px;
}

#line{position:absolute;top:47px;left:0;}
#left-column{position:relative;float:left;width:182px;min-height:520px;margin-right:18px;}
#mid-column{position:relative;float:left;width:350px;padding-right:0px;}
#right-column{position:relative;float:left;width:400px;margin-left:25px;}

#right-column ul{list-style-position:inside;}

#right-column p a{color:black}
#right-column p a:hover{color:#6a6969}

#galleria{height:529px;}.galleria-container{position:absolute;}

#tour{
	position:absolute;
	right:0px;
	top:380px;
	height:100px;
	width:40px;
	background:#F5C589;
	z-index:2;
}

/* FOOTER */

#footer-menu{list-style-type:none;}

#footer-menu li{margin-bottom:0}

#footer{
	clear:both;
	font-size:10px;
	color:black;
	line-height:16px;
	}
	
#footer a:hover{color:black;}

.footer-column{
	float:left;
	margin-right:45px;
	}
	
.footer-column a{color:#444}

/* FOOTER END */

