img
{
	border-width: 0;
	line-height: 0;
	vertical-align: bottom;
}

table
{
	border: 0;
	border-spacing: 0px;
	empty-cells: show;
}

h1
{
	font-family: Trebuchet MS, Georgia;
	color: #a8280b;
	font-size: 36px;
	font-weight: normal;
	margin-top: 0px;
}

h2
{
	font-family: Trebuchet MS, Georgia;
	color: #a8280b;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	display:inline;
}

h3
{
	font-family: Trebuchet MS, Georgia;
	color: #a8280b;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	padding-bottom: 4px;
	margin: 0;
}

/******************************************************
/* LINE & CLEAR SPACER
/*****************************************************/
HR
{
	clear: both;
	display: block;
	border-width: 0;
	height: 1px;
	color: #D8D8D8;
	background-color: #D8D8D8;
	margin: 10px 0;
	margin-bottom: 10px;
}

HR.Clear
{
	display: block !important;
	display: none;
	visibility: hidden;
	overflow: hidden;
	border-width: 0;
	height: 1px;
	margin: -1px 0 0;
}

DIV.Clear
{
	clear: both;
	overflow: hidden;
	visibility: hidden;
	height: 1px;
	margin-top: -1px;
	padding-bottom: 20px;
}

/***** MENU *****/
.MainMenu
{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #A89883;
}

ul, li { margin: 0; padding: 0; }
li { list-style: none; }
.leftmenu { width: 160px; background-color: #a58e74; padding-top:15px; }
.leftmenu a { font-family: Trebuchet MS, Georgia; font-size: 16px; color: #ffffff; text-decoration: none; display: block; }
.leftmenu ul li a { padding: 6px 0 6px 0; }
.leftmenu ul li a { margin-left: 20px; }
.leftmenu ul li ul li a { margin-left: 32px; text-transform: none; }
.leftmenu ul li ul li ul li a { margin-left: 44px; }
.leftmenu ul li.active { background-color: #99846D; }
.leftmenu ul ul { background-color: #99846d; }
.leftmenu ul ul li.active { background-color: #8C7B63; }
.leftmenu ul ul li.current { background: #8c7b63 url(/Images/dot.gif) no-repeat 26px 16px; }
.leftmenu ul ul ul { background-color: #8c7b63; }
.leftmenu ul ul ul li a { font-size: 14px; }
.leftmenu ul ul ul li.active { background-color: #5e503d; }
.leftmenu ul ul ul li.current { background: #5E503D url(/Images/dot.gif) no-repeat 38px 14px; }
.leftmenu ul ul ul ul { background-color: #5e503d; }

.leftmenu ul li.current { background: #99846d url(/Images/dot.gif) no-repeat 13px 16px; }



/******************************************************
/* CONTENT LAYOUTS
/*****************************************************/
.Ingress
{
	font-weight: bold;
}

A
{
	color: #644c2f;
	text-decoration: none;
}

.EmLink
{
	color: #333333;
	font-weight: bold;
}

A:hover
{
	text-decoration: underline;
}

A:hover IMG
{
	text-decoration: none;
}

.Block
{
	padding-bottom: 20px;
}

p
{
	margin-top:4px;
}
/*********************************************************
/* StandardArticle
/*********************************************************/
.StandardArticle
{
	padding-bottom: 10px;
}

.StandardArticle .ArticleImage
{
	margin-bottom: 10px;
}

.StandardArticle .ArticleImageLeft
{
	margin-right: 10px;
	float:left;
}

.StandardArticle .ArticleImageRight
{
	margin-left: 10px;
	float:right;
}

.StandardArticle .ArticleLink
{
	display:block;
	padding-top: 10px;
}

/*********************************************************
/* Right Teaser
/*********************************************************/
.RightTeaser
{
}

.RightTeaser .Header
{
	width: 160px;
	height: 15px;
	margin: 0px auto;
	overflow: hidden;
	background-image: url(/images/Teaser_BgTop.gif);
}

.RightTeaser .OuterContent
{
	clear:both;
	background: #FFFFFF url(/Images/Teaser_Bg.gif) repeat-y;
	width: 160px;
	margin: 0px auto;
	text-align: Left;
}

.RightTeaser .Footer
{
	width: 160px;
	height: 15px;
	margin: 0px auto;
	overflow: hidden;
	background-image: url(/images/Teaser_BgBottom.gif);
}
.RightTeaser .Title
{
	height: 29px;
	text-align:center;
	padding-top: 5px;
	background-image: url(/images/Teaser_BgSubject.gif);
}

.RightTeaser .Content
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.RightTeaser .TeaserLink
{
	display:block;
	padding-top: 10px;
	padding-bottom: 6px;
}
.RightTeaser .TeaserImage
{
	display:block;
	padding-top: 5px;
}


/*********************************************************
/* Teaser
/*********************************************************/
.Teaser
{
}

.Teaser .TeaserImage
{
	display:block;
	padding-bottom: 5px;
}

.Teaser .Header
{
	display:block;
	padding-top: 5px;
	padding-bottom: 3px;
}

.Teaser .Content
{
	display:block;
	padding-bottom: 3px;
}

/*********************************************************
/* Image
/*********************************************************/
.Image .ImageText
{
	display: block;
}

/*********************************************************
/* Booking
/*********************************************************/
.Booking input
{
	font-size: 11px;
}

.Booking input.TextBox
{
	width: 80px;
}

.Booking textarea
{
	height: 50px;
	width: 200px;
	font-family: Arial;
	font-size: 11px;
}

.Error
{
	margin-bottom: 10px;
	padding: 15px;
	border: solid 1px red;
}
