﻿html, body { height:100%; }

body 
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	margin:0;
	padding:0;
	background-color:#FFEEDD;
	background-image:url('/images/gradient.jpg');
	background-repeat:repeat-x;
	background-position:top;
	behavior:url('/js/csshover3.htc');
}

html>body .Top2 
{
	height:auto;
}

img 
{
	border:0;
}

h1
{
    font-weight:bold;
    font-size:20px;
	margin:0.3em 0;
    padding:0;
}

h3
{
    font-weight:bold;
    font-size:16px;
	margin:0.5em 0;
    padding:0;
}

h4
{
	font-weight:bold;
	font-size:14px;
	margin:0.5em 0;
	padding:0;
}

h5
{
    font-weight:bold;
    font-size:12px;
	margin:0.5em 0;
	padding:0;
}

a
{
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;
}

a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

p
{
	margin:1em 0;
}

ul 
{
}

ul li, ol li
{
}

hr
{
	 color:#EEEEEE; 
	 background-color:#EEEEEE;
	 height:1px;
	 border:none;
}

.Uppercase
{
	text-transform:uppercase;
}

.DarkBlue
{
	color:#444466;
}

.Grey
{
	color:#AAAAAA;
}

.WaterMark, WaterMarkPassword
{
   color:#A9A9A9;
}

.WaterMarkPassword
{
	background-image:url('/images/enter_password.gif');
	background-repeat:no-repeat;
}

.Normal
{
	background:none;
}

#Container
{
	width:850px;
	height:auto !important;
	height:100%;
	margin:0 auto;
	padding:0 5px;
	background-image:url('/images/page_bg.jpg');
	background-color:#FFFFFF;
}

	#Head
	{
		width:850px;
		height:70px;
		border-bottom:solid 3px #FFFFFF;
	}
		#Logo
		{
			width:175px;
			height:70px;
			float:left;
			background-color:#59283E;
		}
		#TopMenu
		{
			width:492px;
			height:50px;
			padding:20px 0 0 180px;
			float:left;
			border-left:solid 3px #FFFFFF;
			background-color:#59283E;
		}
		
	#Main
	{
		width:850px;
		height:auto !important;
		height:100%;
	}
		#Left
		{
			width:175px;
			height:100%;
			float:left;
			background-color:#BC724F;
		}
			#LeftMenu
			{
				width:160px;
				padding:10px 10px 10px 5px;
				background-color:#BC724F;
				border-bottom:solid 3px #FFFFFF;
				text-align:right;
			}
				#LeftMenu ul
				{
					list-style:none;
				}
				.L1NavItem
				{
					width:160px;
					position:relative;
					display:block;
					padding:5px 0;
					z-index:1;
				}
					.L2Nav
					{
						width:155px;
						position:absolute;
						left:160px;
						top:0px;
						display:none;
						background-color:#BC724F;
						text-align:left;
					}
						.L1NavItem:hover .L2Nav, .L2Nav:hover
						{
							display:block;
						}
						.L2NavItem
						{
							display:block;
							width:145px;
							float:left;
							margin:0;
							padding:5px 5px 5px 15px;
						}
			#Brochure
			{
				width:155px;
				padding:10px;
				background-color:#59283E;
				border-bottom:solid 3px #FFFFFF;
				text-align:center;
			}
		#Right 
		{
			width:672px;
			height:auto !important;
			height:100%;
			float:left;
			border-left:solid 3px #FFFFFF;
		}
			.Top
			{
				width:672px;
			}
				#SlideShow
				{
					width:547px;
					height:93px;
					float:left;
				}
				#Top1Right
				{
					width:125px;
					height:93px;
					float:left;
					background-color:#DAA89D;
				}
				#Heading
				{
					width:507px;
					height:35px;
					margin:0;
					padding:0 20px;
					float:left;
					background-color:#59283E;
				}
				#Top2Right
				{
					width:125px;
					height:35px !important;
					height:36px;
					margin:0;
					padding:0;
					float:left;
					background-color:#59283E;
				}
			.Top2
			{
				width:672px;
				min-height:400px;
				height:auto !important;
				height:100%;
				position:relative;
			}
				#Content
				{
					width:507px;
					min-height:505px;
					height:auto !important;
					height:505px;
					float:left;
					padding:20px;
					color:#777777;
				}
					#Content a 
					{
						color:#777777;
					}
					#Content a:hover
					{
						color:#777777;
					}
					#RightPics
					{
						width:130px; 
						float:right; 
						padding:0 0 0 15px;
					}
						#RightPics img
						{
							margin:0 0 25px 0;
						}
				#Top3Right
				{
					width:125px;
					height:100%;
					float:left;
					background-color:#BC724F;
					position:absolute;
					right:0;
					top:0;
				}
	#Footer
	{
		width:810px;
		padding:10px 20px;
		background-color:#59283E;
	}
		#FooterLeft
		{
			float:left;
		}
		#FooterRight
		{
			float:right;
		}
	
#Bottom
{
	width:850px;
	height:20px;
	margin:0 auto;
	padding:0 5px;
	background-image:url('/images/bottom_bg.jpg');
	background-repeat:no-repeat;
}
	
#SubFooter
{
	width:850px;
	height:20px;
	margin:0 auto;
	padding:5px;
	text-align:right;
	color:#777777;
}
	#SubFooter a, #SubFooter a:hover
	{
		color:#777777;
	}
		
		
		
/* CMS styles */

.mceContentBody 
{
	color:#777777;
	background-image:none;
	background-color:#FFFFFF;
}

.mceContentBody a, .mceContentBody a:hover
{
	color:#777777;
}