body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #D1D1D3;
	text-align:center;
	behavior: url(csshover.htc);
}

#bodywrapper {
	width: 760px;
	margin: auto;
	background-color:#750923;
	text-align:left;
	border: 1px solid #000;
}

#topbanner {
	border-bottom:1px solid #000;
}

.center {
	text-align: center;
}

a {
	color:#343d82;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

img.floatright { 
	float:right; 
	margin: 0 0 .7em 1.2em;
}

img.floatleft {
	float: left; 
	margin: 0 1.2em .7em 0;
}

.clearbreaks {
	clear: both;
}


/*-------------------------------*/
/*-- NAVIGATION MENU ------------*/
/*-------------------------------*/

#nav
{
	height: 30px;
	font-size:1em;
	margin: 0;
	background-position:center;
	background-image:url(images/menu-bar-bg.jpg);
	background-repeat:no-repeat;
}

#nav ul
{
	margin: 4px 0 0 15px;
	padding: 0;
}

#nav li
{
	float: left;
	list-style-type: none;
	border-right: 1px solid #343082;
	position:relative;
	padding: 0 2px;
	margin: 2px 0 0 0 ;
}

#nav li:first-child {
	border-left: 1px solid #343082;
}

#nav a 
{
	text-decoration: none;
	color: #fff;
	padding: 0 6px;
	font-weight:bold;
}


#nav a:hover {
	color: #fff;
}

#nav li:hover
{
	background-color: #577fbd;
}

#nav ul li ul {
	margin:0;
	position: absolute;
	width: 250px;
	left: -1px;
	display:none;
}

#nav ul li ul li {
	width: 100%;
	border-left: 1px solid #343082;
	border-right: 1px solid #343082;
	border-bottom: 1px solid #343082;
	background-color:#577fbd;
	padding-bottom: 3px;
	padding-top: 2px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

#nav ul li:hover ul
{
	display:block;
}

#nav ul li ul li:hover {
	background-color: #343082;
	color: #fff;
}

#nav ul li ul li:hover a {
	color: #fff;
}

#nav ul li ul li a:hover {
	color: #fff;
}

#nav ul li ul li:first-child {
	border-top: 1px solid #343082;
}

#nav ul li.booknow a {
	color: #ff0;
}

/* IE hack for first menu link */
* html div#nav ul
{
	border-left: 1px solid #666;
	float: left;
	margin-left: 15px;
	margin-top: 3px;
}

* html div#nav ul li
{
	margin: 0;
	margin-left: 0;
	margin-top: 0;
}

* html div#nav ul li ul
{
	border-top: 1px solid #666;
	border-left: 0;
	margin-left: 0px;
	margin-top: 0px;
}

* html div#nav a {display:block;}


/*-------------------------------*/
/*----- RIGHT HAND BOXES ---------*/
/*-------------------------------*/

#rightwrapper {
	width: 221px;
	float: left;
}

#rightitem {
	background-image:url(images/rhsb.gif);
	background-position:bottom right;
	background-repeat: no-repeat;
	padding-bottom: 12px;
	text-align: left;
}

#rightitem h1 {
	background-image:url(images/rhst.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding: 14px 18px 0 12px;
	margin:0;
	font-size: 1.4em;
	font-weight:bold;
	color: #E2E1E3;
}

#rightitem h2 {
	margin: 14px 18px .5em 12px;
	font-size: 1.1em;
	font-weight:bold;
	color: #E2E1E3;
	border-bottom: 1px solid #e2e1e3;
}


#rightitem p {
	margin: 0 18px .7em 12px;
	font-size: .8em;
	color: #E2E1E3;
}

#rightitem p.first {
	font-weight: bold;
}

#rightitem p.special {
	font-weight:bold;
	color:#FFFF66;
}

#rightitem a {
	color: #FFFF00;
}

#rightitem img {
	float: right;
	margin: 0 18px .5em .5em;
	border: 1px solid black;
}

/*----- TESTIMONIAL ----*/
#testimonial {
	background-image:url(images/rhsb.gif);
	background-position:bottom right;
	background-repeat: no-repeat;
	padding-bottom: 12px;
	text-align: left;
}

#testimonial h1 {
	background-image:url(images/rhst.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding: 14px 18px 0 12px;
	margin:0;
	font-weight:bold;
	color: #E2E1E3;
}

#testimonial h2 {
	margin: 14px 18px .5em 12px;
	font-size: 1.1em;
	font-weight:bold;
	color: #E2E1E3;
	border-bottom: 1px solid #e2e1e3;
}


#testimonial p {
	margin: 0 18px .7em 12px;
	font-size: 1em;
	color: #E2E1E3;
	font-style:italic;
}

#testimonial p.byline {
	font-weight: bold;
	font-style:normal;	
}


#testimonial a {
	color: #FFFF00;
}

#testimonial img {
	float: right;
	margin: 0 18px .5em .5em;
	border: 1px solid black;
}


/*-------------------------------*/
/*----- CONTENT ------- ---------*/
/*-------------------------------*/


#contentwrapper {
	width: 535px;
	float: left;
}

#content {
	background-image: url(images/content-tr.jpg);
	background-repeat:no-repeat;
	background-position: top;
	padding: 1.7em;
}

#content .blue {
	color: #343d82;
}

#contentfooter {
	background-image:url(images/content-br.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height: 20px;
}

#footer-banner {
	text-align:center;
	padding: 20px 0;
}


.galleryitem {
	width: 120px;
	float: left;
	text-align: center;
	height: 140px;
	overflow: hidden;
}

.galleryitem p {
	font-size: .8em;
	margin: 0;
	padding: 0;
}

.galleryitem img {
	border: 0;
}

.infotable {
	background-color: #CCCCCC;
	width: auto;
	border: thin solid #000000;
	font-size: .8em;
	color: #003300;
	font-size:1em;
}

h3 {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

div.linklistitem {
	border-bottom: 1px solid #ccc;
	padding: 7px 0;
	margin: 7px 0;
	width: 480px;
	text-align: center;
}

div.linklistitem p {
	margin:0;
	padding: 0;
}

#news img {
	float: right;
	border: 1px solid #000;
	margin: 0 0 .7em 1.2em;
}

#news h2 {
	color: #343d82;
	letter-spacing: .1em;
	border-bottom: 1px solid #343d82;
	margin: 1.7em 0 .5em 0;
}

#news p.first {
	font-weight: bold;
}

#news p.special {
	font-weight:bold;
	color:#343d82;
	font-size: 1.1em;
}

#footer {
	clear: both;
}
div.white {
	text-align:center;
}


div.white ul {
	padding: 0 25px 0 1em;
	list-style-type:none;
	font-size:.9em;
	margin: 0;
	margin-bottom: 1em;
}

div.white ul li {
	padding: 4px 0;
	margin: 0;
	text-indent: 0;
	border-top: 1px solid #633;
	text-align:center;
}

div.white ul li.last {
	border-bottom: 1px solid #633;
}

div.white a {
	color:#fff;
}

div.white a:hover {
	color:#ff3;
	text-decoration:none;
}

