@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	padding-bottom: 5px;
}
img#top {
	padding-top: 10px;
	padding-left: 5px;
}
body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	background-image: url(../images/background_new_pent.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}
table {
	font-size: 85%;
	color: #000033;
	vertical-align: bottom;
}
#clear {
	clear: both;
}
#wrapper {
	padding: 0px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/background_pent.gif);
}
#sidebar {
	width: 140px;
	float: left;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 0.85em;
	color: #000033;
	padding-top: 135px;
	padding-left: 60px;
}
#content {
	width: 640px;
	float: right;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 0.95em;
	color: #000033;
	overflow: auto;
	padding-top: 75px;
	background-image: url(../images/cont_top_img_pent.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 45px;
}
#middlecontent {
	margin: 0px;
	padding: 0px;
	overflow: auto;
	clear: both;
}
#mid_cont {
	padding-right: 50px;
	padding-left: 50px;
	background-image: url(../images/cont_mid_img_pent.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-bottom: 25px;
	padding-top: 10px;
}
#mid_cont .headline {
	text-decoration: underline;
	font-size: 135%;
	font-weight: bold;
}
#bot_cont {
	background-image: url(../images/cont_bot_img_pent.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 30px;
	padding-left: 45px;
}
.footer {
	font-size: 0.7em;
	color: #000033;
	opacity: .70;
	filter: alpha(opacity=70);
}
#bot_cont .footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000033;
	padding-right: 5px;
	padding-left: 5px;
}
#reserv {
	padding-right: 35px;
	text-align: right;
	padding-top: 5px;
}
.ItemTitle {
	font-size: 1.8em;
	color: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
}
.boldtext {
	font-size: 115%;
	font-weight: bold;
	color: #000033;
}
.boldtexttitle {
	font-size: 1.3em;
	font-weight: normal;
	color: #000000;
	padding: 2px;
	text-transform: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 150px;
}
.review  {
	color: #E1D9B2;
	font-size: 85%;
	font-style: italic;
	padding-top: 10px;
}
.highlighttext {
	font-size: .9em;
	color: #FF0000;
	font-style: italic;
}
.whitetext {color: #FFFFFF}
table .greytext {
	color: #999999
}
a:link {
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a {
	text-decoration: none;
}
#reserv a {
	font-size: 85%;
}
#reserv a:hover {
	color: #000033;
}



/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 8em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -20% 0 0 105%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8em;
	left: -1000em;
	top: 0;
	background-image: url(../images/br_tran_white.gif);
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.2em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.65em;
	color: #000033;
	text-decoration: none;
	font-size: 105%;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #003366;
	opacity: .85;
	filter: alpha(opacity=85);
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	color: #000033;
	opacity: .85;
	filter: alpha(opacity=85);
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(../images/cicadaMenuBarRight_pent.gif);
	background-repeat: no-repeat;
	background-position: 99% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(../images/cicadaMenuBarRight_pent.gif);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
