* { margin: 0; padding: 0 }

body       {
	padding: 0;
	margin-left:0; margin-right:0; margin-top:0; margin-bottom:20px;
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:80%; 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color:#000000; 
	background-color: #9a9d88; 
}

A			{text-decoration: underline; color:#7f8767}
a:link      { color: #7f8767 }
a:visited   { color: #7f8767 }
a:active   { color: #e76421 }
A:hover		{color: #e76421; text-decoration: none}

A.accent  	{text-decoration: none; color:#3f3f41}
a:link.accent      { color: #3f3f41 }
a:visited.accent   { color: #3f3f41 }
a:active.accent   { color: #144a6a }
a:hover.accent		{color: #144a6a; text-decoration: underline}


h1 {												/*Use for page titles*/
	font-family: Garamond, Geneva, Arial,  serif;
	font-size: 2.3em;
	font-weight: bold;
	line-height: 100%;
	color: #7f8767;
	margin: 0 0 .4em 0;
	padding: 0;
	}
	
h2 {												/*Use for subheadings in content area no space above*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
		line-height: 110%;
	color: #7f8767;
	padding: 0;
	margin: .1em 0 .3em 0;
	}
	
h3 {												/*Use for subheadings in content area coloured*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 120%;
	color: #7f8767;
	padding: 0;
	margin: .9em 0 .3em 0;
	}
	
h4 {												/*Use for next level subheadings in content area*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
		line-height: 110%;
	font-weight: bold;
	margin: 0 0 .2em 0;
	padding: 0;
	}

h5 {												/*Use for regular size faded text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #939598;
	margin: 0 0 .4em 0;
	padding: 0;
	}
	
h6 {												/*Use for small faded text*/
	font-size: .9em;
	font-weight: normal;
	color: #939598;
	margin: 0;
	padding: 0;
	display: inline
	}

p {	margin: 0 0 .7em 0}
p.reduced {	margin: 0 0 .3em 0}
.small 	{font-size: .9em;}
.accent {	color: #ce4d19; font-weight: bold}
.colour {	color: #7f8767;  font-weight: bold}  /*Use for text that is the same colour as links*/

.fade   {	color: #939598}
.strike {	color: #ce4d19; text-decoration: line-through;}
.strike span {color: #939598;}

.content_nb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 120%;
	color: #7f8767;
}

.content_h3 {									/*Use for span subheadings in content area coloured*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 120%;
	color: #7f8767;
	padding: 0;
	margin: .9em 0 .3em 0;
}


#wrapper	{
position: relative;
	background-color: #7d806e;
	width: 782px; 
	padding: 0 12px 12px 12px; margin: 0 auto;
	border: 0;
	   z-index: 1 
	}
#wrapper2	{
		width: 770px; 
	background-color: #FFFFFF;
	padding: 0 6px 6px 6px; margin: 0 auto;
	border: 0;
	}



/*Index Highlight styles*/
td.highlightEvents{
	background: transparent url('images/nav_plus/highlightEvents.jpg') no-repeat;
	width: 297; height: 27px;
	padding: 0; margin: 0;
	}
td.highlightSpecials{
	background: transparent url('images/nav_plus/highlightSpecials.jpg') no-repeat;
	width: 297; height: 27px;
	padding: 0; margin: 0;
	}
td.highlightContent{
	background: transparent url('images/nav_plus/highlightContent.jpg') no-repeat;
	width: 297; height: 107px;
	padding-left: 14px; padding-right: 14px; padding-top: 3px; padding-bottom: 0; 
	margin: 0;
	}
td.highlightMore{
	background: transparent url('images/nav_plus/highlightMore.jpg') no-repeat;
	width: 297; height: 24px;
	padding: 0; margin: 0;
	}

/*Main Table layout*/

td.header_logo, td.header_left {
	height: 56px;
	background-color: #7f8767;
}

table#Menu_Container {height:26px }

td.column_lt {
	background-color: #e1e3da;
	text-align: center:
	margin: 0 auto;	
	padding: 0;
}

td.column_lt #column_left {
 padding: 0 5px 0 0 
}

table.packages {
	margin: 0;
	width: 550px
}

table.packages td.left {
	padding: 1.3em 0 1.3em 0;
	text-align: left;
	width: 178px;
}
table.packages td.right {
	padding: 1.3em 0 1.3em 0;
	text-align: left;
	width: 380px;
}

table.content_table{
	border:1px solid #cdd1be; 
		border-collapse: collapse;
	margin:0; padding:0; width: 550px;
}

table.content_table th {
	padding: .5em;
	background-color: #e1e3da;
	color: #6f7555;
	font-weight: bold;
}

table.content_table td.heading {
	padding: .5em;
	background-color: #e1e3da;
	color: #6f7555;
	font-weight: bold;
}

table.content_table td {
	padding: .3em;
}


div.content_divide{
background-color: #e1e3da;
height: 1px;
widht: 560px;
text-align: center;
margin: 1.3em 0 1.3em 0;
}

.callout{
	padding: 16px 0 16px 0;
}
.content{
padding: 12px 0 0 0;}
.content_main {
	padding: 0 6px 12px 18px;
}

td.question {
	padding: .7em 0 .2em 0;
	font-weight: bold;
	color: #7f8767;
	text-align: left;
}

td.answer{
	padding: 0 0 0 1.3em;
	text-align: left;
}


/***** List column left no images *****/

.menu_left {   
   padding:0;   
   margin:0;  
   padding:16px 0 16px 16px;   
   margin:0;   
	color: #3f3f41;
	font-weight: bold;
	text-align: left 
   }   
.menu_left li {   
   list-style-type:none;  
   margin: 0 0 .4em 0;
   }   
.menu_left a, .menu_left a:visited, .menu_left a:active, .menu_left a:hover ,
.menu_left_2nd a, .menu_left_2nd a:visited, .menu_left_2nd a:active, .menu_left_2nd a:hover
 {   
   text-decoration: none;
   display:block;   
   color:  #3f3f41;   
   }   
   
.menu_left a:hover,.menu_left_2nd a:hover  {color:  #7f8767;text-decoration: underline;}  

.menu_left_2nd {   
   padding:0;   
   margin:0;  
   padding:0 0 4px 10px;   
   margin:0;   
	color: #3f3f41;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left 
   }   
.menu_left_2nd li {   
   list-style-type:none;  
   margin: 0 0 .2em 0;
   }   


/*Content area Table layout*/
table.rates {
padding: 0; margin:0 0 .5em 0;
}

table.rates td{
padding: .5em; margin:0;
}
table.rates td.border_rt{
border-right: 1px solid #e1e3da}

/*Footer layout*/
td.footer {
background: #cdd1be url('images/footer_flag.gif') no-repeat;
padding: 16px;
text-align: center;
color: #484a3e;
}
td.footer a{color: #484a3e; text-decoration: none}
td.footer a:hover{color: #e76421; text-decoration: underline}


#wrapper_copyright	{
position: relative;
	width: 814px; 
	padding: 6px 0 12px 0; 
	margin: 0 auto;
	text-align: right;
	color: #484a3e;
	font-size: .9em;
	border: 0;
	   z-index: 1 
	}



.content_highlight {
	width: 550px;
	background: #fbf7ed;
	margin: 8px 0 8px 8px; 
	padding: 1px 8px 8px 8px; }

.content_highlight table td{
	padding: .2em 0 .2em 0}
	
.indent {
margin: 0 0 0 12px
}

img.thumbnail{
	margin: 0 12px 10px 0;
	padding: 0;}
	
img.slideshow_tn {
	width: 100px;
	height: 100px;
	border: 0px}
		
img.img_main {
padding: 6px;
	margin:  4px 0 4px 0;
border:1px solid #b1b59e; 

}
	
table.slideshow td{
	margin: 0px;
	padding: 3px}
	
div.img-left 
{
	float: left;
	margin:  0px 20px 5px 0px;
	position: relative;
	top:0%;
	left:0%;
	vertical-align: top;
}

div.img-right 
{
	float: right;
	position: relative;
	top:0%;
	left:0%;
	text-align: center;	
}

.list_content ul{
	list-style-type: none;
	list-style-position: outside;
	margin: .2em 0 0 0; 
	padding: 0;}
	
.list_content li {
	list-style-type: none;
	background-image: url('images/bullet.jpg');
	background-repeat: no-repeat;
	background-position: 0 .2em;
	line-height: 1.1em;
	margin: 0;
	padding: .1em 0 .2em 1.1em}
	

ul, ol {
	list-style-position: outside;
margin: .2em 0 1.0em 1.6em;
padding:0
}

li {
	margin: .2em 0 .1em 0;
padding:0
}

/***** rooms menu*****/
#sub_nav {margin: 5px 0 0 0}
#sub_nav a {text-decoration: none; }
#sub_nav a:hover {text-decoration: underline; }

img.sub_nav ( border: 0; margin-left: 15px;  margin-right: 15px; )