/*  [Key]
	CTRL+F to search by section number:
	1.0 Base Element Styles					5.0 Interior Page Styles
	2.0 ezEdit ToolsFile Styles				6.0	LeftNav Item Styles
	3.0 Global/Header/Footer Styles			7.0	TopNav Styles
	4.0 Home Page Styles	
				[#.1 Font Styles | #.2 Layout Styles]

/*	1.0 Base Element Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	1.1 [Fonts]  */

body {
	color:#333333;
	font:75% Georgia, "Times New Roman", Times, serif;}

h1 {
	color:#4e1006;
	font-family:Arial, Helvetica, sans-serif;
	font-size:210%;
	font-weight:normal;
	line-height: 100%;
	}
	
h2	
	{
	color:#4e1006;
	font-family:Arial, Helvetica, sans-serif;
	font-size:160%;
	font-weight:bold;
	line-height: 100%;}

h3	
	{
	color:#4e1006;
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
	line-height: 100%;}

h4 {
	color:#4e1006;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	line-height: 100%;}


	
.subHeading {
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	color:#004990;
	font-size:140%;
	padding:2px 0px}

p {
	line-height:160%;
	font-size:100%;
	}

a {
	color:#4e1006;
	text-decoration:underline;}

	a:hover {
		text-decoration:none;}

td {
	font-size:75%;}

	#container td, #int-container td {
		font-size:100%;} /* ezedit vs. front-end fix */

/*	1.2 [Layout]  */

body {
	background:#efead3 url(images/body_bg.gif) 0px 0px repeat-x;
	height:98%;}
			
h1 	{padding:0px 0px 18px 0px;}	
h2 	{margin:2px 0px 9px 0px;}
h3 	{margin:0px 0px 9px 0px;}
h4 	{margin:0px 0px 9px 0px;}
h5 	{margin:0px;}
h6 	{margin:0px;}
p 	{margin:0px 0px 15px 0px;}
	
img {border:0px;}
img td {border:0px;}

hr {border-top: 1px solid #CCCCCC; margin: 0px 0px 10px; padding: 0px; height: 1px;}

sub, sup {font-size: 70%; vertical-align: text-top;}

.clear {
	clear:both;
	height:1px;}
	
.imgBlock {display:block;}

#content ul.VAMValSummaryErrors li {
	background:none;}
	
.imgLeft {
	margin: 5px 20px 10px 0px;}
	
.imgLeft_border {
	border: 1px solid #68a8c9;
	margin: 5px 20px 10px 0px;}
	
.imgRight {
	margin: 5px 0px 10px 20px;}

.imgRight_border {
	border: 1px solid #68a8c9;
	margin: 5px 0px 10px 20px;}
	
/*	2.0 ezEdit ToolsFile Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	2.1 [Home Page]  */

/*	2.2 [Interior Page]  */

.emagine-note {
	background:url(images/emagine-note.gif) 0 3px no-repeat;
	color: #FF0000;
	display:inline-block;
	font-size:110%;
	font-weight:bold;
	padding-left:20px;}
	
.footnote {
	font-size:90%;}
	
	#container td .footnote {
	font-size:85%;}

/*	2.3 [Interior Tables and Applications]  */

.table-header-app {
	background:#f5f2e6;
	color:#4E1006;
	font-size:120%;
	font-weight:normal;
	padding:10px;}
	
#container .table-header-app {font-size:120%;}

.table-subheader-app {
	background:#9ba4af;
	color:#FFFFFF;
	font-weight:normal;
	padding:10px;}

.table-row {
	border-bottom: 1px solid #DDDDDD;
	background:#FFFFFF;
	color:#333333;
	padding:10px;}

.table-altrow {
	border-bottom: 1px solid #DDDDDD;
	background:#edf3f6;
	color:#333333;
	padding:10px;}
		
.table-header th a {
	color:#FFFFFF;}
	
.table-row td, .table-altrow td {
	padding:10px; border-bottom: 1px solid #DDDDDD;}

/*For Download's Delivery header*/
	
.table-header th {
	background-color:#9ba4af;
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
	padding:5px;
	vertical-align:top;}
	
/*	2.4 [Library Items]  */

/*	3.0 Global/Header/Footer Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	3.1 [Fonts]  */

#utilities {
	color:#000;
	font-size:90%;}

	#utilities a {
		color:#000;
		text-decoration:none;}

		#utilities a:hover {
			color:#cccccc;
			text-decoration:underline;}

#footer {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:center;}

	#footer a {
		color:#666666;
		text-decoration:none;}

		#footer a:hover {
			color:#666666;
			text-decoration:underline;}
			
/*	3.2 [Layout]  */

#container {
	margin:0px auto;
	width:971px;}
	
		
		#header {
		background-image:url(images/header_bg.gif);
		width:971px;
		height:122px;
		margin-bottom:20px;
		}
		
		.no-header #header {
		margin-bottom:0px;
		}
		
		#logo {	
			float:left;
			display:block;
			margin:0px 0px 0px 23px;}
			
		#utilities {
			float:right;
			display:inline; /*IE double margin fix*/
			/*background-color:#77362b;*/
			height:36px;
			width:auto;
			margin:0px 27px 0px 0px;}
	
		#utilities li {
			display:inline;
			padding:0px 0px 0px 0px;
			margin:0px;}
			
			#utilities li img {
				vertical-align:top;
				padding:0px 0px 0px 0px;
				margin:0px!important;
				border:0px;}
			
			#topNav {
				clear:both;
				padding:0px 0px 0px 188px;
				height:36px;
				width:758px;}
	
			#topNav img {
				float:left;
				display:block;}
				
#footer {
	clear:both;
	padding:21px 0px 26px 0px;
	width:100%;}

	#footer ul {
		list-style:none;
		margin:4px 0px 0px 0px;}

		#footer ul li {
			display:inline;
			padding:0px 7px 0px 0px;}
			
			
/*	4.0 Home Page Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	4.1 [Fonts]  */


/*#homeLinks .linkHeader {
	color:#999999;
	display:block;
	padding:0px 0px 3px 0px;
	font:normal 120% Helvetica, Georgia, sans-serif;}
*/
	
#homeBottomBoxes {
	font-size:90%;
	text-align:center;}
	
	#homeBottomBoxes h1 {
		color:#333333;
		padding:32px 0px 13px 0px;
		font-weight:bold;
		font-size:130%;}
		
	#homeBottomBoxes p {
		margin:0px 0px 15px 0px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 111%;
		line-height: 160%;
		color:#333333;}
		
			
	#homeBottomBoxes a {
		display:block;
		font-family:Arial, Helvetica, sans-serif;
		font-size:90%;
		color:#333333;	
		text-decoration: none;
		font-weight:bold;
		margin-top:-4px;
		}
		
		
	#homeBottomBoxes a:hover {
		display:block;
		font-family:Arial, Helvetica, sans-serif;
		font-size:90%;
		color:#333333;
		text-decoration:underline;
		font-weight:bold;
		margin-top:-4px;
		}
		

/*	4.2 [Layout]  */

#homeMain {
	clear:both;
	margin:0px auto;
	min-height:500px;
	height:auto !important;
	height:500px;
	width:100%;}

	#homeFlash {
		clear:both;
		height:400px;
		margin:0px 0px 0px 0px;
		width:971px;}
		
	#sectionalGraphic  {
		clear:both;
		height:285px;
		width:971px;}
		
		
			
			#interiorLinks a {
				margin:21px 0px 0px 58px;
				padding-right:10px;
				float:left;}
				
				#interiorLinks a.eleganthotel {
					background:url(images/intlnk_eleganthotel_off.gif) left 0px no-repeat;
					display:block;
					height:15px;
					width:89px;}
					
				#interiorLinks a.eleganthotel:hover {
					background:url(images/intlnk_eleganthotel_on.gif) left 0px no-repeat;
					display:block;
					height:15px;
					width:89px;}
					
				#interiorLinks a.photoopps {
					background:url(images/intlnk_photoopps_off.gif) left 0px no-repeat;
					display:block;
					height:15px;
					width:79px;}
					
				#interiorLinks a.photoopps:hover {
					background:url(images/intlnk_photoopps_on.gif) left 0px no-repeat;
					display:block;
					height:15px;
					width:79px;}
					
				#interiorLinks a.localattract {
					background:url(images/intlnk_localattract_off.gif) left 0px no-repeat;
					display:block;
					height:15px;
					width:113px;}
					
				#interiorLinks a.localattract:hover {
					background:url(images/intlnk_localattract_on.gif) left 0px no-repeat;
					display:block;
					height:15px;
					width:113px;}
					
				#interiorLinks a.banquetrooms {
					background:url(images/intlnk_banquetrooms_off.gif) left 0px no-repeat;
					display:block;
					height:15px;
					width:108px;}
					
				#interiorLinks a.banquetrooms:hover {
					background:url(images/intlnk_banquetrooms_on.gif) left 0px no-repeat;
					display:block;
					height:15px;
					width:108px;}
					
				
				
		#homeBottom {
			border:none;
			clear:both;
			width:971px;
			}
			
			#homeBottomBoxes {
				clear:both;
				background:#efead3;}
				
			/*	#homeBottomBoxA, #homeBottomBoxB {
					float:left;
					padding:19px 0px 0px 0px;
					min-height:196px;
					height:auto !important;
					height:196px;}
			*/		
				
				#homeBottomBoxA {
					float:left;
					background:url(images/box_divider_top.gif) center 0px no-repeat;				
					margin:20px 0px 0px 0px;
					padding:0px 24px 0px 12px;
					width:228px;
					}
				
				#homeBottomBoxB {
					float:left;
					margin:20px 0px 0px 47px;
					width:330px;
					}
				
				#homeBottomBoxC {
					float:right;
					margin:20px 0px 0px 0px;
					padding-right:6px;
					width:252px;
					}
					
					
				img.box_arrow_rt {
				margin:0px 0px -2px 5px;}
				
				img.boxa_dvdrbot {
				margin:24px 0px 0px 4px;}


/*	4.3 [ezEdit ToolsFile]  */
				 
/*	5.0 Interior Page Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	5.1 [Fonts]  */
	
#content ul {
	line-height:150%;}

/*	5.2 [Layout]  */

#interiorMain {
	clear:both;
	margin:0px auto 0px auto;
	width:100%;}
		
	#interiorColumns {
		background:#efead3;
		clear:both;
		width:971px;}
		
	#sectionalGraphic {
		height:288px;
		padding-top:3px;
		width:100%;}
		
		#sectionalGraphic img {
			display:block;}
	
	#main {
		min-height:500px;
		height:auto !important;
		height:500px;
		margin:26px 0px 0px 25px;
		width:952px;}
	
		#content {
			padding:23px 24px 5px 0px;
			width:100%;}
		
			#content ul {
				margin:0px 0px 13px 20px;
				list-style:none;
				padding:0px;}
				
				#content ul li {
					background: url(images/int_list.gif) 0px 6px no-repeat;
					padding:0px 0px 7px 10px;}
				
				#content ul ul {
					margin:0px 0px 0px 25px;
					list-style:none;
					padding:0px;}
					
					#content ul ul li {
						background: url(images/int_list.gif) 0px 7px no-repeat;
						padding:0px 0px 7px 13px;
						margin-top:3px;}
				
			#content ol {
				margin:0px 0px 12px 25px;
				padding:0px;}
				
		#IntBottomBtm {
			margin-left:24px;
			width:971px;}
				
				
/* 5.3 =-=-=-=-=-=-=-=-=-=-=-=-Library Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

/*	5.4 [Fonts]  */

 td#library {font-size:90%; width: 260px; padding-top:25px}

#libraryItem h3 {
	font:bold 168% Arial, Helvetica, sans-serif;
	color:#333;
	padding:6px 16px 0px 0px;}
	
	
#libraryItem p {
	font:normal 100% Arial, Helvetica, sans-serif;
	color:#333;
	margin-top:-8px;
	padding:0px 16px 0px 0px;}
	
	
	
#libraryItem a {
		display:block;
		font-size:80%;
		color:#333333;	
		text-decoration: none;
		font-weight:bold;
		margin-top:-4px;
		}
		
		
	#libraryItem a:hover {
		display:block;
		font-size:80%;
		color:#333333;
		text-decoration:underline;
		font-weight:bold;
		margin-top:-4px;
		}



		
/*	5.5 [Layout]  */
	
	#library {
		padding:55px 0px 0px 25px;}
		
	#libraryItem table {	
	 
		background:url(images/lib-background.gif) 0px 0px repeat-y;
		margin:42px 12px 0px 0px;}
		
	#libraryItem a {
		margin-bottom:-14px;}		
		
	.graphic_lib	{
		position:relative; 
		top:-16px; 
		left:3px;
		}
	#libraryItem table img {display: block;}
	
	#libraryItem table p img {display: inline;}
		
	img.lib_bcaward	{
	float:left; 
	margin-bottom:-7px;}
	
	img.lib_cake {
	float:left; 
	margin:-14px 0px -30px 0px;}
	
	img.lib_arrow_rt {
				margin:0px 0px -2px 3px;}
	

/*	6.0 LeftNav Item Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#leftNav {
	clear:both;
	background:url(images/interiorlinks_bg.gif) 0px top no-repeat;
	margin-top:-3px;
	padding:0px 0px 0px 0px;
	height:43px;
	width:971px;}
	
	#leftNav table {
		margin:0px 0px 0px 13px;}

#leftNav td.leftnav-lvl1-on {
	background:url(images/leftnav_item_bg.gif) 0 0 no-repeat;
	color:#A89F77;
	font:bold 120% arial, sans-serif;
	padding:21px 19px 8px 34px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl1-off {
	background:url(images/leftnav_item_bg.gif) 0 0 no-repeat;
	color:#333333;
	font:bold 120% arial, sans-serif;
	padding:21px 19px 8px 34px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl1-on a {color:#A89F77;text-decoration:none;}
#leftNav td.leftnav-lvl1-on a:hover {color:#A89F77;text-decoration:underline;}	
	
#leftNav td.leftnav-lvl1-off a {color:#333333;text-decoration:none;}
#leftNav td.leftnav-lvl1-off a:hover {color:#A89F77;text-decoration:none;}
	
#leftNav td.leftnav-lvl2-on {
	color:#A89F77;
	font:bold 120% arial, sans-serif;
	padding:21px 10px 8px 25px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl2-off {
	color:#333333;
	font:bold 120% arial, sans-serif;
	padding:21px 10px 8px 25px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl2-on a {color:#A89F77;text-decoration:none;}
#leftNav td.leftnav-lvl2-on a:hover {color:#A89F77;text-decoration:underline;}
	
#leftNav td.leftnav-lvl2-off a {color:#333333;text-decoration:none;}
#leftNav td.leftnav-lvl2-off a:hover {color:#A89F77;text-decoration:none;}
	
#leftNav td.leftnav-lvl3-on {
	color:#566463;
	font:bold 120% arial, sans-serif;
	padding:6px 22px 6px 53px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl3-off {
	color:#566463;
	font:bold 120% arial, sans-serif;
	padding:6px 22px 6px 53px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl3-off a {color:#566463;text-decoration:none;}
#leftNav td.leftnav-lvl3-off a:hover {color:#566463;text-decoration:underline;}
#leftNav td.leftnav-lvl3-on a {color:#566463;text-decoration:none;}
#leftNav td.leftnav-lvl3-on a:hover {color:#566463;text-decoration:underline;}

/*	7.0 TopNav Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.RadMenu_Default .group .link  /* 1st level off cell */
{
	color: #ffd98f;
	padding:8px 10px 8px 10px;
	text-align: left;
	font-weight: bold;
	white-space:normal;
	width:151px;
}

.RadMenu_Default .group .link .item last {
 	border:0px;}

.RadMenu_Default .group .group .link  /* 2nd level off cell */
{
	color: #ffd98f;
	padding:8px 10px 8px 10px;
	text-align: left;
	font-weight: bold;
	white-space:normal;
	width:151px;
}

.RadMenu_Default .link,   /* off text */
.RadMenu_Default .link:visited
{
	cursor:pointer;
	text-decoration:none;
}

.RadMenu_Default .group .link:hover,   /* 1st level on cell*/
.RadMenu_Default .group .focused,
.RadMenu_Default .group .expanded
{
	background:#77362b;
	color:#ffd98f;
	font-weight: bold;
	padding:8px 10px 8px 10px;
	text-align:left;
	white-space:normal;
	width:151px;
}

.RadMenu_Default .group .group .link:hover,  /* 2nd level on cell*/
.RadMenu_Default .group .group .focused,
.RadMenu_Default .group .group .expanded
{
	background:#77362b;
	color:#ffd98f;
	font-weight: bold;
	padding:8px 10px 8px 10px;
	text-align:left;
	white-space:normal;
	width:151px;
}

.RadMenu_Default .link:hover,    /* on text */
.RadMenu_Default .link:visited:hover,
.RadMenu_Default .focused,
.RadMenu_Default .expanded
{
	cursor:pointer;
	text-decoration:none;
}

.RadMenu_Default .group   /* whole dropdown */
{
	background:#460c03;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	border:1px solid #DDDDDD;
}

.RadMenu_Default 
{
}

.RadMenu_Default_Context
{
	background: none;
}


.RadMenu_Default .text
{
	padding-left: 0px;	
	padding-right: 0px;
}

.RadMenu_Default .text:hover
{
	padding-left: 0px;	
	padding-right: 0px;
}

.slide /* use this style to add a top or bottom curve to a dropdown */
{
	background: url(images/topnav_dd_bg.gif) center bottom no-repeat;
	padding-bottom:5px;}

/* =-=-=-=-=-=-=-=-=-=-=-=-Form Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.form {font:1.09em arial, sans-serif;margin:3px;}
.form-label {font-weight:bold;}
/* .form-button {} */
.form-textbox {font: 1.09em arial, tahoma, sans-serif; color:#000000;border:1px solid #B3A892;}
.red-star {font: bold 0.91em tahoma, sans-serif; color:#FF0000; }
.alert {font: bold 0.91em tahoma, sans-serif; color:#FF0000;}
/*site map*/

#sitemap td {
	padding:5px;}
	
	#sitemap td.table-header-app {
		border-bottom: 1px solid #FFFFFF;}
