body {
	font: 0.8em/1.2em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background: #bb8e7f url(../images/common/bg.jpg) top left repeat;
}

#container {
	background: transparent url(../images/common/bg_header.jpg) top center no-repeat;
}

#wrapper {
	margin: 0 auto;
	width: 919px;
	background-color: #fff;
}

#header {
	width: 919px;
	height: 227px;
	margin: 0 auto;
}

#logo {
	width: 380px;
	height: 150px;
	float: left;
}

#logo a {
	display: block;
	text-indent: -9999px;
	width: 380px;
	height: 150px;
}

#nav {
	width: 440px;
	height: 35px;
	clear: both;
	float: left;
}

#quicklinks {
	width: 144px;
	height: 64px;
	float: right;
	padding-top: 28px;
}

#leftCol {
	width: 682px;
	float: left;
	padding: 10px 10px 30px 20px;
	margin: 
}

#leftColHome p{
	text-align: center;
	font-size: 1.2em;
}



#rightCol {
	width: 200px;
	float: left;
	padding: 20px 0 10px 0;
}

#footer  {
	width: 100%;
	clear: both;
	margin: 0 0 0px 0;
	padding: 5px 5px 5px 5px;
	
}

#footer  p{


	text-align: center;
	line-height:1.1em;
	font-size: 1em;
	font-weight: normal;
	/* color: #6b7170; */

}



/* ---------- Defaults ---------- */


img {
	border: none;
}

#rightCol table {
	margin-bottom: 12px;
}

#rightCol td {
	padding: 0 20px;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

li {
	padding: 5px;
}

caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
	*font-size:100%;
}

legend {
	color:#000;
}

del,ins {
	text-decoration:none;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #471d24;
}

p {
	line-height:1.5em;
	margin: 0 0 1.5em 0;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
}

strong, b {
	color: #471d24;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	text-align: right;
	color: #000;
}



/* ---------- Menu ---------- */


#menu {
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  float:left;
  }
#menu li {
  float:left;
  padding: 0;
  }
  
#menu2 {
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  }
#menu2 li {
  }




div.hr {
  height: 4px;
  padding-bottom: 6px;
	background: transparent url(../images/hr.jpg) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

.feature1 {
	background: transparent url(../images/common/bg_feature.jpg) no-repeat;
}
#wrapper #rightCol p {
	text-align: center;
	line-height: 1.5em;
}
 /* ----------- New CSS 20150829 TJB --------------- */
a:link {
	color: #990000;
    text-decoration: none;
}

a:visited {
	color: #b0b3b5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
	color: #b0b3b5;
    text-decoration: underline;
}



hr {
	width: 95%;

}

p.sidebar {
	line-height:1.5em;
	margin: 0 0 0 0;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
}

p.sidehead {
	line-height:1.5em;
	margin: 0 0 0 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #990000;
}

p.announcement {
	line-height:1.5em;
	margin: 0 0 0 0;
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	color: #990000;
}


div.center
{
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.border /* Trip Advisor */
{
 margin: 5px 0px 5px 5px;
 padding: 5px 5px;
 width: 100%
 

}