/*
---------------------------------------
Layout Grid
---------------------------------------
*/
.container_12{
	margin:0 auto;
	width:960px;
}
#logogrid .grid_1, #logogrid .grid_2, #logogrid .grid_3, 
#logogrid .grid_4, #logogrid .grid_5, #logogrid .grid_6, 
#logogrid .grid_7, #logogrid .grid_8, #logogrid .grid_9, 
#logogrid .grid_10, #logogrid .grid_11, #logogrid .grid_12{
     width: 100%;
}
.grid_1, .grid_2, .grid_3, .grid_4, 
.grid_5, .grid_6, .grid_7, .grid_8, 
.grid_9, .grid_10, .grid_11, .grid_12{
	margin:0px 10px;
	width:100%;
	display:inline;
	float:left;
	position:relative;
}
.container_12 .grid_1{
	width:60px;
}
.container_12 .grid_2{
	width:140px;
}
.container_12 .grid_3{
	width:220px;
}
.container_12 .grid_4{
	width:300px;
}
.container_12 .grid_5{
	width:380px;
}
.container_12 .grid_6{
	width:460px;
}
.container_12 .grid_7{
	width:540px;
}
.container_12 .grid_8{
	width:620px;
}
.container_12 .grid_9{
	width:700px;
}
.container_12 .grid_10{
	width:780px;
}
.container_12 .grid_11{
	width:860px;
}
.container_12 .grid_12{
	width:940px;
}
.clear, .clr{
	width:0;
	height:0;
	display:block;
	overflow:hidden;
	visibility:hidden;
	clear:both;
}
.clearfix:after{
	width:0;
	height:0;
	display:block;
	visibility:hidden;
	clear:both;
	font-size:0;
	line-height:0;
	content:' ';
}
.clearfix{
	display:block;
}
* html .clearfix{
	height:1%;
}
/*
---------------------------------------
Reset
---------------------------------------
*/
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, abbr, address, cite, 
code, del, dfn, em, img, ins, kbd, q, 
samp, small, strong, sub, sup, var, 
b, i, dl, dt, dd, ol, ul, li, 
form, label, legend, caption, 
article, aside, figure, 
footer, header, hgroup, menu, nav, 
section, menu, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	vertical-align:top;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}
table{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
fieldset{
	border:none;
}
.inputbox{
	margin:5px;
}
article, aside, figure, hgroup,
footer, header, nav, section{
	display:block;
}
hr{
	margin:1em 0;
	padding:0;
	height:1px;
	display:block;
	border:0;
}
/*
---------------------------------------
Body Stlye Tags
---------------------------------------
*/
body{
	margin-top:20px;
	height:auto;
	min-height:100%;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:90%;
	line-height:150%;
	color:#515151;
	background:url(../images/bg-body.png) 0 0 repeat-x #e1d9cc;
}
#wrap{
	margin:0px auto;
	width:960px;
	background:#ffffff;
}
@font-face{
  font-family: "exmouth";
  src: url("../fonts/exmouth.eot");
}
@font-face{
  font-family: "exmouth";
  src: url("../fonts/exmouth.ttf");
}
h1, legend{
	margin:0px 0px 25px 0px;
	font-family:'exmouth',cursive,sans-serif;
	font-size:3.5em;
	font-weight:normal;
	color:#372a23;
}
h2{
	margin:20px 0px 10px;
	font-size:1.5em;
	font-weight:normal;
	color:#372a23;
}
h3{
	margin:20px 0px 10px;
	font-weight:normal;
	font-style:italic;
	font-size:1.3em;
	color:#372a23;
}
h4{
	margin:20px 0px 5px;
	font-size:1.1em;
	font-weight:bold;
	color:#515151;
}
h1 a, h2 a, h3 a, h4 a{
	text-decoration:none;
	color:#372a23;
}
p{
	margin:5px 0px;
}
a{
	margin:0;
	padding:0;
	color:#aa8050;
	vertical-align:baseline;
	text-decoration:underline;
	background:transparent;
}
a:hover{
	color:#a6907c;
	text-decoration:none;
}
a img{
	border:none;
}
ul, ol{
	margin-left:20px;
}
blockquote{
	display:inline-block;
	font-style:italic;
	background:url(../images/icons/quote_up.png) top left no-repeat!important;
}
blockquote p{
	padding:0px 36px 0px 36px;
	float:left;
	background:url(../images/icons/quote_down.png) bottom right no-repeat!important;
}
/*
---------------------------------------
Header
---------------------------------------
*/
#header{
	margin:0px;
	padding:0px;
	width:100%;
	z-index:9050;
}
#logo{
	margin:0px;
	overflow:hidden;
}	
.logo-wrapp{
	background-color:transparent;
}
#logo a{
	height:120px;
	display:block;
	font:0 / 0 a;
	text-decoration:none;
	background:url(../images/logo.png) no-repeat;
}
#logo h1{
	margin:0px;
	padding-top:40px;
	font-weight:bold;
}
/*
---------------------------------------
Header Top Module
---------------------------------------
*/
.header-top{
	margin-top:20px;
	float:right;
	color:#372a23;
}
.header-top h3{
	font-size:1.1em!important;
	color:#372a23!important;
}
/*
---------------------------------------
Menu Bar Navigation
---------------------------------------
*/
#menubar #nav{
	height:57px;
	background-color:#ffffff;
}
#nav{
	background:url(../images/menubar-main.png) 0 0 repeat-x #3c2e26;
}
.nav-left{
	margin-right:-40px;
	float:left;
	width:39px;
	height:57px;
	position:relative;
	left:-45px;
	top:0px;
	background:url(../images/menubar-left.png) 0 0 no-repeat;
}
.nav-right{
	float:right;
	width:39px;
	height:57px;
	position:relative;
	right:-25px;
	top:0px;
	background:url(../images/menubar-right.png) 0 0 no-repeat;
}
#menu{
	z-index:9000;
}
#nav ul{
	margin:0px;
	position:relative;
	list-style:none;
}
/*----Main Level Links ----*/
#nav ul li{
	margin:0px 5px 0;
	height:43px;
	float:left;
}
#nav ul li a{
	margin:9px 0 0 0;
	padding:1px 5px;
	height:auto;
	display:block;
	font-family:Garamond,Georgia,"Times New Roman",Times,serif;;
	font-size:1.5em;
	font-weight:normal;
	line-height:23px;
	color:#a6907c;
	text-decoration:none;  
}
#nav ul li a:hover{
	color:#e3e4df;
	background-color:none;
}
#nav ul li.current a,
#nav ul li.active a{
	color:none;
	background-color:none;
}
/*----Sub Level Links----*/
#nav ul li ul{
	margin:0;
	width:auto;
	min-width:150px;
	display:none;
	position:absolute;
	top:38px;
	background-color:#372a23;
}
#nav ul li:hover > ul{
	display:block;
}
#nav ul li ul li{
	margin:0;
	height:auto;
	float:none;
	white-space:nowrap;
}
#nav ul li ul li a{
	margin:0;
	padding:4px 8px;
	height:100%;
	font-size:1.4em;
	font-weight:normal;
	color:#a6907c;
	background-color:transparent;
}
#nav li li{	
	border-bottom:1px solid #2e231d;
}
#nav ul li ul li:hover{
	background-color:#372a23;
}
#nav ul li ul li a.child,
#nav ul li#current ul li a.child,
#nav ul li ul li.parent{
	position:relative;
	background:url(../images/icons/arrow-right.png) right center no-repeat;
}
/*----Second Level While Parent Main Level Is Selected----*/
#nav ul li.current ul li a,
#nav ul li.active ul li a{
	display:block;
	color:#a6907c;
	background-color:#372a23;
}
#nav ul li.active ul > li.active > a,
#nav ul li.active ul li a:hover{
	color:none;
	background-color:none;
}
#nav ul li ul li a:hover{
	color:#e3e4df;
	background-color:#372a23;
}
#nav ul li.current ul li.parent > a,
#nav ul li.active ul li.parent > a{
	background:url(../images/icons/arrow-right.png) right center no-repeat;
}
/*----Third Level Flyout----*/
#nav ul li ul li ul{
	top:0px;
	left:100%;
}
/*
---------------------------------------
Top, Bottom, Above, and Below Content Modules
---------------------------------------
*/
#top, #top2{
	margin:0px 5px;
	padding:4px 0px 0px 4px;
	background-color:#e1d9cc;
	border:1px solid #372a23;
}
#above-content, #below-content{
	margin:0px 10px;
}
#bottom, #bottom2{
	margin:10px 20px;
}
/*
---------------------------------------
Main Body
---------------------------------------
*/
.mainbody{
	margin:20px 0;
}
.item-page, .blog,
.blog-featured{
	padding:0px 10px;
}
/*----Blog Spacing----*/
.items-row{
	padding:0 0 20px;
}
[class*="leading"]{
	padding:0 0 20px;
}
/*----Read More----*/
.readmore{
	float:right;
}
/*----Button Styles----*/
.button, button{
	padding:4px 5px;
	color:#a6907c;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	background-color:#372a23;
	border-radius:5px;
	box-shadow:0px 1px 2px rgba(0, 0, 0, 0.6);
}
.button:hover, button:hover{
     color:#ffffff;
}
/*----Reservation Page----*/
#iframe-wrap{
	height:820px;
	overflow:hidden
}
#iframe-content{
	margin-top:-126px;
}
/*----Front Page----*/
.front-p{
	margin-top:-10px;
}
.front-image img {
	margin: 20px 0px 10px;
	padding:5px;
	background-color: #372a23;
	border: 5px solid #e1d9cc;
	-webkit-box-shadow:0 0 5px 2px #000000;
	-moz-box-shadow:0 0 5px 2px #000000;
	box-shadow:0 0 5px 2px #000000;
}
/*----Rooms and Rates Page----*/
.room-image img {
	margin-left:5px;
	padding:5px;
	background-color: #372a23;
	border: 5px solid #e1d9cc;
	-webkit-box-shadow:0 0 5px 2px #000000;
	-moz-box-shadow:0 0 5px 2px #000000;
	box-shadow:0 0 5px 2px #000000;
}
.reservation{
	margin-top:-30px;
	float:right;
}
.description{
	margin-top:40px;
}
/*
---------------------------------------
Modules
---------------------------------------
*/
#left ul,
#right ul{
	margin-left:0;
	padding-left:15px;
	list-style:disc;
}
div.module h3{
	margin:0px 0px 5px;
	font-style:normal;
	color:#515151;
}
div.moduletable h3{
	margin:10px 0px 5px;
	font-style:normal;
	color:#515151;
}
.module,
.modstyle1{
	margin-bottom:20px;
}
/*
---------------------------------------
Module Classes
---------------------------------------
*/
.address-footer{
	margin-right:20px;
	float:right;
	text-align:right;
}
.tripadvisor-footer{
	margin:10px 10px;
	float:left;
}
/*
---------------------------------------
Article Info
---------------------------------------
*/
dl.article-info{
	font-size:0.75em;
	color:#99a1a7;
}
dl.article-info dt{
	display:none;
}
dl.article-info dd{
	margin:0 10px 0 0;
	display:inline-block;
}
dd.createdby:before{
	font-family:FontAwesome;
	content:"\f007";
}
dd.category-name:before{
	font-family:FontAwesome;
	content:"\f114";
}
dd.published:before{
	font-family:FontAwesome;
	content:"\f073";
}
dd.create:before{
	font-family:FontAwesome;
	content:"\f073";
}
dd.modified:before{
	font-family:FontAwesome;
	content:"\f044";
}
dd.hits:before{
	font-family:FontAwesome;
	content:"\f06e";
}
/*
---------------------------------------
 Print, Email, and PDF Icons
---------------------------------------
*/
ul.dropdown-menu{
	margin-top:-35px;
	padding:0px;
}
.dropdown-menu li{
	margin-left:10px;
	float:right;
	list-style-type:none;
}
.dropdown-menu ul li a{
	display:block;
}
/*----Font Awesome Icons----*/
.email-icon a{
	font-size:0px;
	text-decoration:none;
}
.email-icon a:before{
	font-family:FontAwesome;
	content:"\f0e0";
	font-size:16px;
	color:#515151;
}
.print-icon a{
	font-size:0px;
	text-decoration:none;
}
.print-icon a:before{
	font-family:FontAwesome;
	content:"\f02f";
	font-size:16px;
	color:#515151;
}
/*----Image Icons----*
.email-icon{
	font-size:0px;
}
.email-icon a{
	height:16px;
	width:16px;
	display:block;
	background:url(../images/icons/email-icon.png) 0 0 no-repeat;
}
.print-icon{
	font-size:0px;
}
.print-icon a{
	height:16px;
	width:16px;
	display:block;
	background:url(../images/icons/print-icon.png) 0 0 no-repeat;
}
/*
---------------------------------------
Pagination
---------------------------------------
*/
.pagination{
	margin:-70px 0;
}
.pagination ul{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-left:0;
	margin-bottom:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);
	box-shadow:0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li{
	display:inline;
}
.pagination ul > li > a,
.pagination ul > li > span{
	float:left;
	padding:4px 12px;
	line-height:18px;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd;
	border-left-width:0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span{
	background-color:#f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span{
	color:#999;
	cursor:default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus{
	color:#999;
	background-color:transparent;
	cursor:default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span{
	border-left-width:1px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span{
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
}
.pagination-centered{
	text-align:center;
}
.pagination-right{
	text-align:right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span{
	padding:11px 19px;
	font-size:16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span{
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span{
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span{
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span{
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span{
	padding:2px 10px;
	font-size:12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span{
	padding:0 6px;
	font-size:9.75px;
}
.items-more{
	margin-left:30px;
}
/*
---------------------------------------
Table of Contents
---------------------------------------
*/
#article-index{
	margin:5px;
	padding:10px;
	width:auto;
	float:right;
	color:#330;
	border:1px solid #d6d6d6;
}
#article-index ul{
	margin:0;
	padding:0;
}
#article-index ul li{
	margin:0 5px;
	padding:0;
	font-weight:normal;
	text-align:left;
	list-style:none;
}
#article-index ul li a.active{
	font-weight:bold;
}
/*
---------------------------------------
Article Column Structure
---------------------------------------
*/
.cols-1{
	margin:0!important;
	display:block;
	float:none!important;
}
.cols-2 .column-1{
	width:46%;
	float:left;
}
.cols-2 .column-2{
	margin:0;
	width:46%;
	float:right;
}
.cols-3 .column-1{
	margin-right:4%;
	padding:10px 5px 10px 0px;
	width:29%;
	float:left;
}
.cols-3 .column-2{
	margin-left:0;
	padding:10px 5px;
	width:29%;
	float:left;
}
.cols-3 .column-3{
	padding:10px 0px 10px 5px;
	width:29%;
	float:right;
}
.cols-4 .column-1{
	margin:0;
	padding:10px 5px 10px 0px;
	width:24%;
	float:left;
}
.cols-4 .column-2{
	margin:0;
	width:24%;
	float:left;
}
.cols-4 .column-3{
	margin:0;
	width:24%;
	float:left;
}
.cols-4 .column-4{
	margin:0;
	padding:10px 0px 10px 5px;
	width:24%;
	float:right;
}
.items-row{
	overflow:hidden;
}
.column-1, .column-2,
.column-3, .column-4{
	padding:10px 5px;
}
.leading{
	clear:both;
}
/*
---------------------------------------
Form
---------------------------------------
*/
/*----Login Form----*/
#username-lbl:before{
	font-family:FontAwesome;
	content:"\f007";
	color:#515151;
}
#password-lbl:before{
	font-family:FontAwesome;
	content:"\f023";
	color:#515151;
}
.nav-stacked li{
	margin-left:10px;
	list-style:none;
}
/*----Account Form----*/
.control-label{
	padding:10px 0px 2px 0px;
}
/*
---------------------------------------
Tool Tip
---------------------------------------
*/
div.tooltip{
	position:absolute;
	display:block;
	visibility:visible;
	max-width:400px;
	font-size:0.9em;
	line-height:1.4;
	opacity:0;
	filter:alpha(opacity=0);
	background:none;
	border:none;
	z-index:103000;
}
.tooltip.in{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.tooltip.top{
	margin-top:-3px;
	padding:5px 0;
}
.tooltip.right{
	margin-left:3px;
	padding:0 5px;
}
.tooltip.bottom{
	margin-top:3px;
	padding:5px 0;
}
.tooltip.left{
	margin-left:-3px;
	padding:0 5px;
}
.tooltip-inner{
	padding:8px;
	max-width:250px;
	text-align:left;
	text-decoration:none;
	color:#ffffff;
	background-color:#000000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.tooltip-arrow{
	position:absolute;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
}
.tooltip.top .tooltip-arrow{
	margin-left:-5px;
	bottom:0;
	left:50%;
	border-width:5px 5px 0;
	border-top-color:#000;
}
.tooltip.right .tooltip-arrow{
	margin-top:-5px;
	top:50%;
	left:0;
	border-width:5px 5px 5px 0;
	border-right-color:#000;
}
.tooltip.left .tooltip-arrow{
	margin-top:-5px;
	top:50%;
	right:0;
	border-width:5px 0 5px 5px;
	border-left-color:#000;
}
.tooltip.bottom .tooltip-arrow{
	margin-left:-5px;
	top:0;
	left:50%;
	border-width:0 5px 5px;
	border-bottom-color:#000;
}
/*
---------------------------------------
Modal Popup
---------------------------------------
*/
.modal-backdrop{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:#000000;
	z-index:1040;
}
.modal-backdrop.fade{
	opacity:0;
}
.modal-backdrop,
.modal-backdrop.fade.in{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.modal-header{
	padding:9px 15px;
	border-bottom:1px solid #eeeeee;
}
.modal-header .close{
	margin-top:2px;
}
.modal-header h3{
	margin:0;
	line-height:30px;
}
.modal-body{
	padding:15px;
	position:relative;
	overflow-y:auto;
	max-height:400px;
}
.modal-body iframe{
	max-height:400px;
	border:0!important;
}
div.modal{
	margin-left:-280px;
	width:580px;
	position:fixed;
	top:10%;
	left:50%;
	background-color:#ffffff;
	border:1px solid #999999;
	*border:1px solid #999999;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background-clip:padding-box;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	outline:none;
	z-index:1050;
}
div.modal.fade{
	top:-25%;
	-webkit-transition:opacity .3s linear, top .3s ease-out;
	-moz-transition:opacity .3s linear, top .3s ease-out;
	-o-transition:opacity .3s linear, top .3s ease-out;
	transition:opacity .3s linear, top .3s ease-out;
}
div.modal.fade.in{
	top:10%;
}
.fade{
	opacity:0;
	-webkit-transition:opacity .15s linear;
	-moz-transition:opacity .15s linear;
	-o-transition:opacity .15s linear;
	transition:opacity .15s linear;
}
.fade.in{
	opacity:1;
}
.close{
	float:right;
	font-size:20px;
	font-weight:bold;
	line-height:18px;
	color:#000000;
	opacity:0.3;
	filter:alpha(opacity=30);
	background:transparent;
}
.close:hover,
.close:focus{
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	opacity:0.5;
	filter:alpha(opacity=50);
	background:transparent;
}
.hide{
	display:none;
}
.show{
	display:block;
}
.invisible{
	visibility:hidden;
}
.affix{
	position:fixed;
}
.hidden{
	display:none;
	visibility:hidden;
}
/*
---------------------------------------
Footer
---------------------------------------
*/
#footer{
	margin:0px auto;
	padding:5px 0;
	width:100%;
	height:auto;
	color:#e3e4df;
	text-align:center;
	background-color:#372a23;
	overflow:hidden;
}
#footer a,
#footer li a{
	color:#ffffff;
}
#footer ul{
	margin:0;
	padding:0;
	display:inline;
	list-style-type:none;
}
#footer li{
	margin-left:10px;
	padding:0px 0px;
	float:left;
}
#copyright{
	font-size:0.8em;
}
/*
---------------------------------------
System Messages
---------------------------------------
*/
div.note, div.alert, div.info, div.myemail,
div.download, div.warn, div.idea, div.accept,
div.secure, div.author, div.time,
div.mycomment, div.tools{
	padding:10px;
	text-align:left;
	background-color:#efefef;
	border:2px solid #777777;
}
div.note{
	color:#b79000;
	background-color:#fef6d8;
	border-color:#fde179;
}
div.note a, div.alert a, div.info a, div.warn a, div.accept a{
	float:right;
	color:#333333;
	text-decoration:none;
	cursor:default;
}
/*
---------------------------------------
Tabs Plugin
---------------------------------------
*/
/* Push nav down on vertical tabs */
.nav-tabs{
	margin-top:25px;
}
/* Push nav down on Rooms pages with rooms class */
.rooms .nav-tabs{
	margin-top:10px!important;
}
/* Changed nav position */
.nn_tabs > ul.nav-tabs > li{
	margin:-4px 0px -1px!important;/* changed */
}
/* Remove leftand right border from nav */
.nn_tabs.outline_handles ul.nav-tabs > li a,
.nn_tabs.outline_handles ul.nav-tabs > li a:hover{
	border-left:none;/* added */
	border-right:none;/* added */
}
/* Remove right border from nav */
.nn_tabs.left > .nav-tabs{
	border-right:none!important;/* changed */
}
/* Change color of nav links */
.nn_tabs > ul.nav-tabs > li > a{
	color:#aa8050;/* changed */
}
/* Changed hover link color */
.nn_tabs > ul.nav-tabs > li > a:hover{
	color:#372a23;/* changed */
}
