body {
	background: #b80303 url(assets/bg_body.jpg) repeat-x;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#home { background: #b80303 url(assets/bg_bodyhome.jpg) repeat-x; }

a {
	outline: 0;
	font-weight: bold;
}

a:link { color: #040f71; }
a:visited { color: #040f71; }
a:hover { color: #b80303; }
a:active { color: #040f71; }

h1, h2, h3, h4, h5 {
	color: #790101;
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
}

h1 { font-size: 17px; }
h2 { font-size: 15px; }
h3 { font-size: 13px; }
h4, h5 { font-size: 12px; }

img {
	border: 0;
	display: block;
}

p { margin: 0 0 6px 0; }

li {
	font-weight: normal;
	font-style: normal;
	margin: 2px;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	height: 1%;
	position: relative;
	overflow: hidden;
}

#header {
	height: 171px;
	width: 970px;
	background: url(assets/bg_header.gif) repeat-y;
	margin-top: 4px;
	padding-top: 10px;
}

#header #left {
	width: 300px;
	float: left;
	position: realtive;
	padding-top: 10px;
	text-indent: -9000px;
}

#header #left #logo a {
	display: block;
	height: 106px;
	width: 269px;
	background: url(assets/logo.gif) no-repeat #fff;
	margin: 0 auto;
}

#header #left #inquiry-i a {
	display: block;
	height: 41px;
	width: 201px;
	background: url(assets/btn_inquiry.jpg) no-repeat;
	margin: 4px auto;
}

#header #right {
	width: 650px;
	float: right;
	margin-right: 10px;
	position: relative;
}

#header-h {
	height: 376px;
	background: url(assets/bg_header.gif) repeat-y;
	margin-top: 4px;
	padding-top: 15px;
}

#headerinner {
	background-color: #fbf8ea;
	width: 928px;
	height: 360px;
	margin: 0 auto;
	padding: 0;
/* 	overflow: hidden; */
}

/* 3 columns defined */
.leftcol {
	width: 154px;
	float: left;
	position: relative;
	overflow: hidden;
}

.middlecol {
	width: 600px;
	float: left;
	position: relative;
	margin: 0 8px; 
}

.rightcol {
	width: 154px;
	float: right;
/* 	overflow: hidden; */
position: relative;
}

/* roating images */
#slideshow {
	float: left;  
}

#slideshow, #slideshow li {
/*	width: 600px; 
	height: 357px; */
	margin: 0;
	padding: 0;
 	display: block; 
	list-style-type: none; 
}

#slideshow-i {
 	float: left; 
/*	position: relative; 
	overflow: hidden;
 	width: 650px; */
}

#slideshow-i, #slideshow-i li {
/*	width: 650px;
	height: 150px; */
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

/* end rotating images */
.leftcol a, .rightcol a {
	display: block;
	height: 119px;
	color: #fff;
	text-decoration: none;
}

.leftcol .one { background: url(assets/features/left-one.jpg) no-repeat; }
.leftcol .two { background: url(assets/features/left-two.jpg) no-repeat; }
.leftcol .three { background: url(assets/features/left-three.jpg) no-repeat; }
.rightcol .one { background: url(assets/features/right-one.jpg) no-repeat; }
.leftcol .one a .desc, .leftcol .two a .desc, .leftcol .three a .desc, .rightcol .one a .desc, .rightcol .two a .desc, .rightcol .three a .desc { display: none; }

.leftcol .one a:hover .desc, .leftcol .two a:hover .desc, .leftcol .three a:hover .desc {
	display: block;
	position: relative;
	background: #111;
	filter: alpha(opacity=75);
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	/*--IE 8 Transparency--*/
	color: #fff;
	padding: 10px 3px;
	width: 143px;
	top: 40px;
	right: 0;
	bottom: 0;
	left: 4px;
}

.rightcol .one a:hover .desc, .rightcol .two a:hover .desc, .rightcol .three a:hover .desc {
	display: block;
	position: relative;
	background: #111;
	filter: alpha(opacity=75);
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	/*--IE 8 Transparency--*/
	color: #fff;
	padding: 10px 3px;
	width: 144px;
	top: 40px;
	right: 0;
	bottom: 0;
	left: 0;
}

.rightcol .two { background: url(assets/features/right-two.jpg) no-repeat; }
.rightcol .three { background: url(assets/features/right-three.jpg) no-repeat; }

/* END 3 columns defined */
#nav {
	height: 81px;
	background: url(assets/bg_nav.jpg) no-repeat;
}

#centeredmenu {
	height: 81px;
	float: left;
	width: 100%;
	background: url(assets/bg_nav.jpg) no-repeat;
	overflow: hidden;
	position: relative;
}

#centeredmenu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
	font-size: 13px;
	font-family: Verdana;
}

#centeredmenu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

#centeredmenu ul li a {
	display: block;
	margin: 0 0 0 1px;
	padding: 20px 20px 0 20px;
	color: #fff;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: normal;
}

#centeredmenu ul li a:hover {
	background: url(assets/bg_hover.gif) no-repeat center 10px;
	color: #ffd394;
	padding-top: 30px;
}

/* end nav */
/* contains left column and content area */
#contentwrapper {
	background: url(assets/bg_content.gif) repeat-y #fbf8ea;
	height: 1%;
	position: relative;
	overflow: hidden;
	clear: both;
	padding-left: 27px;
	text-align: left;
	width: 970px;
}

/* contains left column and content area */
#contentwrapper_h {
	background: url(assets/bg_contenthome.gif) repeat-y #fbf8ea;
	height: 1%;
	position: relative;
	overflow: hidden;
	clear: both;
	padding: 0 35px 10px 10px;
	text-align: left;
	width: 970px;
}

#content {
	width: 685px;
	float: left;
	position: relative;
}

#content_h {
	width: 625px;
	float: left;
	position: relative;
}

#leftcolumn {
	width: 225px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	color: #b80303;
	font-weight: bold;
}

#leftcolumn_home {
	width: 300px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #b80303;
	font-weight: bold;
}

#logo_home {
	display: block;
	text-indent: -9000px;
	height: 100px;
	margin-bottom: 10px;
	background-image: url(assets/logo_h.gif);
	background-repeat: no-repeat;
	background-position: 15px 0;
}

#inquiry {
	display: block;
	text-indent: -9000px;
	height: 50px;
	margin-bottom: 10px;
	background-image: url(assets/btn_inquiry.gif);
	background-repeat: no-repeat;
	background-position: 20px 0;
}

#leftcolumn_home p {
	margin: 0;
	text-indent: -10px;
	text-align: center;
}

#leftcolumn p {
	margin: 0;
	text-indent: -30px;
	text-align: center;
}

/* Sub Level Navigation */
#sublevelwrapper {
	height: 1%;
	overflow: hidden;
	background: url(assets/bg_subnav.gif) repeat-y #b80303;
	width: 195px;
	margin: 0;
	font-family: Verdana;
	margin-bottom: 30px;
	border-bottom: 1px solid #b80303;
}

#pagetitle {
	padding: 10px 0 10px 0;
	background: url(assets/bg_pagetitle.gif) no-repeat left bottom;
	color: #fff;
	text-align: center;
}

#pagetitle a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#pagetitle img { margin: 0 auto; }

#subnav, #subnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

#subnav {
	padding: 5px 0px;
	margin: 0;
}

#subnav a {
	display: block;
	padding: 5px 1px 3px 20px;
	font-weight: bold;
	color: #040f71;
	text-decoration: none;
	margin-left: 5px;
	background: url(assets/bullet.gif) no-repeat left 4px;
	zoom: 1;
	/*IE6*/
}

#subnav a:link { color: #040f71; }
#subnav a:visited { color: #040f71; }
#subnav a:hover { color: #b80303; }
#subnav a:active { color: #040f71; }

/* toolbox - contains category and listing */
#toolbox img { border: 1px solid #790101; }

#toolbox ul {
	color: #000;
	font-style: italic;
	font-weight: bold;
	margin: 10px;
	list-style-position: inside;
}

#category { margin: 20px 0; }
.listing { margin-top: 20px; clear:both;}

.imageright {
	float: right;
	position: relative;
	margin: 0 0 8px 10px;
}

.imageleft {
	float: left;
	position: relative;
	margin: 0 10px 8px 0;
}

.imagecaption {
	font-size: 10px;
	font-weight: bold;
	padding: 2px 2px 10px 30px;
	background: url(assets/icon_caption.gif) no-repeat;
	margin-top: 3px;
	color: #790101;
}

#footer {
	background: url(assets/bg_footer.gif) no-repeat;
	color: #F2F7CC;
	font-style: italic;
	padding-top: 100px;
	font-size: 11px;
}

#footer a { color: #f2f7cc; }
#footer a:hover { color: #b80303; }

/* Book Today in left column */
#leftcolumn_home #bookToday,
#leftcolumn #bookToday {
	font-size: 1.3em;
	text-indent: 0;
	margin-bottom: .5em;
	}
#leftcolumn #bookToday {
	margin: 0 30px .5em 0px;
	}

