html,
body
{
	height: 100%;
	min-height: 100%;
}

body
{
	background-image: url('../media/images/website_background.jpg');
}

.menulink a, .menulink a:visited, .menulink a:hover, .menulink a:active
{
	font: 7pt/1.7em verdana,arial,sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	display: block;
	background: transparent;
	margin-bottom: 0.5em;
}

.menulink a:hover
{
	color: #e0ce96;
}

.content
{
	background-image: url('../media/images/content_area_cream_faded.jpg');
	background-repeat: no-repeat;
	background-color: #F0ECE3;
	height: 100%;
}

.content_bar
{
	background-image: url('../media/images/subheaders/Bar.png'); 
	background-repeat: repeat-x;
}

.content_area
{
	vertical-align: top;
	height: 100%;
}

.nav_bar
{
	background-image: url('../media/images/content_area_green_fade.jpg');
	background-repeat: no-repeat;
	background-color: #8f8453;
}

.copy_bar
{
	background-color: #7a4e2b;
}



.BodyCopy
{
	font-family: Arial;
	font-size: 13px;
	line-height: 1.5em;
	color: #473813;
	padding-top: 10px;
	padding-left: 22px;
}

.BodyCopy H2
{
	font-family: Arial;
	color: #473813;
}

.BodyCopy td, .BodyCopy p
{
	font-family: Arial;
	font-size: 13px; 
	line-height: 1.5em;
	color: #473813;
	padding-right: 2em;
}


.BodyCopy a, 
.BodyCopy a:visited, 
.BodyCopy a:hover, 
.BodyCopy a:active
{
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #784c29;
	text-decoration: none;
}

.BodyCopy a:hover
{
	color: #473813;
	text-decoration: underline;
}


.BodyCopy a.small, 
.BodyCopy a.small:visited, 
.BodyCopy a.small:hover, 
.BodyCopy a.small:active
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #784c29;
	text-decoration: none;
}

.BodyCopy.small a:hover
{
	color: #473813;
	text-decoration: underline;
}

.BodyCopy li
{
	list-style-image: none;
	padding-left: 0px;
	margin-left: -25px;
}

.branch_cell
{
	width: 643px;
	height: 86px;
	background: url('../media/images/branch.gif') no-repeat;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-right: 35px;
}

.leaf
{
	position: relative;
	left: -568px;
	top: 56px;
}

.breadcrumbs
{
	font-size: 10px;
	color: #ffffff;
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
}

/**** Shadow Management *****/
.top_right
{
	background-image: url(../media/images/home_r2_c2.png);
}

.top_center
{
	background-image: url(../media/images/home_r2_c3.png);
}

.top_left
{
	background-image: url(../media/images/home_r2_c7.png);
}

.left_middle
{
	background-image: url(../media/images/home_r3_c2.png);
	background-repeat: repeat-y;
}

.right_middle
{
	background: url(../media/images/right_shadow.png) repeat-y;
}

.bottom_left
{
	background-image: url(../media/images/home_r6_c2.png);
}

.bottom_center
{
	background-image: url(../media/images/home_r7_c2_try.png);
	background-repeat: repeat-x;
}

.bottom_right
{
	background-image: url(../media/images/home_r6_c7.png);
}

/**** END Shadow Management *****/

/**** FloorPlan - Absolute positioning. *****/
.GrandBallroom
{
/**/
	position: absolute; 
	left: 640px; 
	top: 356px; 
	display: none;

/**
	position: relative; 
	left: 100px; 
	top: -400px; 
	display: none;
/**/
}

.MainFloor
{
	position: absolute; 
	left: 330px; 
	top: 545px; 
	display: none;
}

.NorthBallroom
{
/**
	position: relative; 
	left: 100px; 
	top: -400px; 
	display: none;
/**/
	position: absolute; 
	left: 640px; 
	top: 356px; 
	display: none;
/**/
}

.SouthBallroom
{
/**
	position: relative; 
	left: 100px; 
	top: -206px; 
	display: none;

/**/
	position: absolute; 
	left: 640px; 
	top: 550px; 
	display: none;
/**/
}

.UpstairsMeeting
{
	position: absolute; 
	left: 523px; 
	top: 570px; 
	display: none;
}

/**** END FloorPlan - Absolute positioning. *****/

/**** Form Styles *****/

input
{
	border: 1px solid #A79657;
}

td.widthfix
{
	width:100%;
}

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li { margin: 0; padding: 0; border: 0; display: block; float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul ul { visibility: hidden;	/* initially hide all submenus. */
	position: absolute; z-index: 10; left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0; 	/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 0;	/* 1st level go below their parent item */
	left: 90%;
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul ul{
	background: transparent url(../media/images/menu_arrow.gif) no-repeat 13px 0px;	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 0px;
	padding-left: 22px;
	margin: 0px;
	/* background: #f00; */	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul ul{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu
{ 
	color: #473813; 
	background: transparent;
}

.menu ul li 
{ 
	color: #473813; 
	background: #d7c690;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	margin-bottom: 3px;
	padding-right: 3px;
	text-align: right;
	width: 127px;
	border: 1px solid #d7c690;
}
.menu ul li:hover
{
	color: #876a23; 
	background: #ded3b0;
	border: 1px solid #453622;
}

.menu ul li ul,
.menu ul li ul li,
.menu ul li ul li:hover
{
	border: 0;
}

.menu ul li ul li
{
	padding-left: 10px;
}

.menu ul li ul li.first
{
	padding-top: 10px;
}

.menu ul li ul li.last
{
	padding-bottom: 10px;
}

.menu li li
{
	text-align: left;
	margin-bottom: 0;
	padding: 3px;
	padding-left: 5px;
	background-color: #58462e;
}

.menu li li:hover
{
	background-color: #58462e;
}

.menu a {
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	font-family: arial;
	padding: 0em;
	display: block;
	position: relative;
}

.menu a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.menu a:hover
{
	color: #d7c690;
	text-decoration: none;
}

.menu li ul { border: solid 1px #333; 	/* create borders around each item */
	
}
.menu ul ul ul
{
	border: 0;
}

.menu ul>li + li { 	/* and remove the top border on all but first item in the list */
	
}

.menu li li
{
	width: 180px;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 110%;
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */



<!--[if lte IE 6]>



/* - - - ADxMenu: IE6 BASIC styles [MANDATORY] - - - */

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}

.menu li.adxmhover {
	z-index: 10;
}

.menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}

.menu .adxmhoverUL {	/* 1st-level submenu go below their parent item */
	top: 10%;
	left: 90%;
}

.menu .adxmhoverUL .adxmhoverUL {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* - - - ADxMenu: DESIGN styles - - - */

.menu ul a,
.menu2 ul a
{	/* fix clickability-area problem */
	zoom: 1;
}

.menu li li {	/* fix white gap problem */
	float: left;
}

.menu li li {	/* prevent double-line between items */
	
}

.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
}

.menu .adxmhoverUL .adxmhoverUL {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

.menu2, .menu2 ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu2 ul li 
{ 
	color: #473813; 
	background: #d7c690;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	margin-bottom: 3px;
	padding-right: 3px;
	padding-left: 4px;
	text-align: left;
	width: 170px;
	border: 1px solid #d7c690;
}

.menu2 ul li:hover
{
	color: #876a23; 
	background: #ded3b0;
	border: 1px solid #453622;
}


.menu2 a {
	text-decoration: none;
	color: #473813;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	padding: 0em;
	display: block;
	position: relative;
}

.menu2 a:visited
{
	color: #473813;
	text-decoration: none;
}

.menu2 a:hover
{
	color: #876a23;
	text-decoration: none;
}

.menu a.onpage,
.menu2 a.onpage
{
	color: #876a23;
}

.menu ul li.onpage,
.menu2 ul li.onpage
{
	background: #bfa861;
	border: 1px solid #453622;
}
