/* CSS Document */

body {margin:0px; padding:0px; font-family:Arial; font-size:13px; color:#FFDC9E; background-color:#34130C; }

.orange_bg{ background-color:#61291A;}

.logo_left{ background:url(../images/logo_left.jpg) no-repeat left top; width:38px; height:128px;}
.logo_right{ background:url(../images/logo_right.jpg) no-repeat left top; width:38px; }
.nav_left{ background:url(../images/left_shadow_top.jpg) no-repeat left top; width:38px; height:57px;}
.nav_right{ background:url(../images/right_shadow_top.jpg) no-repeat left top; width:38px;}
.nav_bottom{ background:url(../images/nav_bottom.jpg) no-repeat left top; width:864px; height:11px;}
.left_shadow{ background:url(../images/left_shadow.jpg) repeat-y right top; background-color:#61291A;}
.right_shadow{ background:url(../images/right_shadow.jpg) repeat-y left top; background-color:#61291A;}
.center_shadow{ background:url(../images/two_panel_shadow.jpg) repeat-y left top; }
.left_pannel{ background:url(../images/feature_top_img.jpg) no-repeat left top; background-color:#773321; padding-top:10px;}

.text_line{ border-bottom:#BC9156 solid 1px; padding-bottom:8px; $padding-top:0px; padding-top:8px; color:#FFF; font:bold 14px arial;}
.text_line2{ border-bottom:#BC9156 solid 1px; padding-bottom:5px; color:#FFF; font:bold 14px arial;}
.text_line3{ border-bottom:#735732 solid 1px; padding:18px 0px 29px 0px;}
.text_line4{ border-bottom:#735732 solid 1px; padding:0px 0px 10px 0px;}
.img_border{ border:#715330 solid 2px; padding:8px;}
.img_border2{ border:#081529 solid 1px; padding:0px;}

.body_text{ font-family:Arial; font-size:13px; color:#FFDC9E; text-decoration:none; font-weight:normal; text-align:left; background:url(../images/body_top_img.jpg) no-repeat left top #490F0D; padding:20px 0px 20px 0px; line-height:14px;}
.body_text a{ color:#FFF; text-decoration:none; }
.body_text a:hover{ color:#FFF; text-decoration:underline; }

.head_line{ font-family:Arial; font-size:16px; color:#F6DEB3; text-decoration:none; font-weight:bold; text-align:left; padding:0px;}
.its_time_padding{ margin:25px 0px 13px 13px;}

.get_text{ font-family:Arial; font-size:16px; color:#D88935; text-decoration:underline; font-weight:normal; padding:0px; line-height:28px;}
.get_text a{ color:#D88935; text-decoration:underline; font-weight:normal; }
.get_text a:hover{ color:#D88935; text-decoration:none; font-weight:normal; }

.table_bg{ background-color:#6C1815;}
.table_bg1{ background-color:#500E0C; border:#6C1815 solid 1px; border-width:1px 1px 0px 1px;}
.table_bg4{ background-color:#480D0B; border:#6C1815 solid 1px; border-width:1px 1px 0px 1px; font-family:Arial; font-size:15px; color:#FFDC9E; font-weight:bold; padding:10px 0px 10px 0px;}
.table_bg2{ background-color:#490F0D; padding:2px;}
.table_bg3{ background-color:#490F0D; padding:6px; }
.table_bg5{ background-color:#500E0C; padding:2px; }

.body_text ul{margin:0px 0px 0px 0px; padding:0px 0px 10px 2px; list-style-type:none;}
.body_text li { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; list-style-type:none; background:url(../images/arrow.gif) no-repeat  5px 7px; font-family:Arial; font-size:13px; color:#FFDC9E; font-weight:normal; padding-left:25px; line-height:19px; text-decoration:none; }
.body_text li a{ font-family:Arial; font-size:13px; color:#000; font-weight:normal; text-decoration:none; text-align:left; line-height:19px; }
.body_text li a:hover, active{ color:#000; font-weight:normal; display:block;  text-decoration:underline;}


.bottom_left{background:url(../images/left_panel_bottom_shadow.jpg) no-repeat right top #61291A;}
.bottom_center{background:url(../images/bottom_shadow_left_bg.jpg) repeat-x right top;}
.bottom_right{background:url(../images/body_bottom_shadow_bg.jpg) repeat-x left top;}

.italic{ font-family:Arial; font-size:13px; color:#F6A635; text-decoration:none; font-weight:normal; font-style:italic;}

.copy_rights{ font-family:Arial; font-size:13px; color:#FFFFFF; text-decoration:none; background:url(../images/footer_bg.jpg) no-repeat center top #61291A;   padding:15px 0px 30px 0px; }
.copy_rights a{color:#FFFFFF; text-decoration:none; }
.copy_rights a:hover{color:#FFFFFF; text-decoration:underline; }

.gallery_big{ border:#832522 solid 3px; background-color:none/*#EBA000*/; padding:1px;}
.gallery_texture{ background:url(../images/g_bg.jpg) repeat left top;}
.photo_bg{ background-color:#450907;font-family:Arial; font-size:12px; color:#FFDF9C; text-decoration:none;}
.small_image_padding{ border:#D37B12 solid 1px; border-width:1px 0px 1px 0px; padding:10px 0px 0px 5px;}
.small_img_border{ border:#8B4633 solid 1px; margin-right:4px;}
.photo_txt{ font-family:Arial; font-size:12px; color:#FFDF9C; text-decoration:none; font-weight:normal; padding-top:12px; line-height:16px;}
b{ color:#E2A841;}


ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	
}
/* 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 a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 36px;
	float: left;
	
	
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0 0 0 2px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 9.0em;
	position: absolute;
	left: -1000em;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width:110px;   margin:0 0 0 0px; padding:0; 
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 0%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border:none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color:#E9DEC5;
	color: #333;
	text-decoration: none;
}

ul.MenuBarHorizontal ul li a
{
font-size:12px;
font-family:Tahoma; font-weight:bold; 
color:#FCE29D; padding:6px 0px 0px 10px; margin:0px; border:1px solid #490F0D; float:left; width:110px; height:25px;
background-image:url(../images/ul_bg.jpg); background-repeat:no-repeat; background-position:left top;

}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
		background-image:url(../images/ul_bg.jpg); background-repeat:no-repeat; background-position:left top;

	background-color: #5E0101;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-image:url(../images/ul_bg.jpg); background-repeat:no-repeat; background-position:left top;
	background-color: #BC724D;
	color: #FFF;
}


ul.MenuBarHorizontal 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.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;

		
	}