html {
/*
	background-image:url('bg.gif');
	#background-color: #ffffff;
	#background-image:url('lw_bg.jpg');
	#background-repeat:no-repeat;
	#background-attachment:fixed;
*/
	height: 100%;
}
body {
	background-image:url('std_bg.gif');
	margin: 0px;
	height: 100%;
}
html>body {
	background-image:url('');
}
div.basebg {
	display: none;
	position: absolute;
	top: 0px;
	left:0px;
	z-index:-2;
	height:100%;
	width:100%;
}
div.forebg {
	position: absolute;
	top: 0px;
	left:0px;
	z-index:-1;
	height:100%;
	width:100%;
}
body>div.basebg {
	display: block;
	position: fixed;
}
body>div.forebg {
	position: fixed;
	background-image:url('lw_fg.png');
}
body.splash {
	background-color: #606061;
	background-image:url('');
}
body.splash table {
	background-color: #606061;
}

body table {
}

td.fade {
	background-color: #303031;
	filter:alpha(opacity=40);
}

tr>td.fade {
	filter: none;
	background-color: transparent;
	background-image:url('fade.png');
}

body table table {
	width: 727px;
	background-color: #ffffff;
}

body table table table {
	width: 585px;
	#width: 600px;
}

body table table table table {
	width: auto;
}

ul.directions {
	margin: 0px;
	padding-left: 20px;
}


b.lightheader {
}
td { 
	font-family: Arial;
	color: #494949;
	font-size: 11px;
} 

.text {
	font-family: Arial;
	color: #494949;
	font-size: 11px;
}

a.text:hover {
	color: #494949;
}

h1 {
	color: #494949;
	font-weight: bold;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

hr { 
	display: none;
	margin-top: 75px;
	margin-bottom: 4px;
	background-color: #aeaeb1;
	height: 1px;
	border: 0px;
} 

span {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

a.splash {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}


a.splash:hover {
	color: #494949;
}

a {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #9A8C7E;
}

a:hover {
	color: #494949;
}

a.sub {
	color: #9A8C7E;
	font-size: 11px;
}

a.sub:hover {
	color: #494949;
}

.nav {
	color: #9A8C7E;
	margin-left: 5px;
	margin-right: 5px;
}

span.divider {
	color: #9A8C7E;
}

a.overview {
	margin-left: 0px;
}

a.overview:hover,span.overview {
	margin-left: 0px;
	color: #494949;
	font-weight: bold;
}

a.areas:hover,span.areas,a.selected {
	color: #494949;
	font-weight: bold;
}

a.partners:hover,span.partners {
	color: #494949;
	font-weight: bold;
}

a.fees:hover,span.fees {
	color: #494949;
	font-weight: bold;
}

a.directions:hover,span.directions {
	color: #494949;
	font-weight: bold;
}

a.contact {
	margin-right: 0px;
}

a.contact:hover,span.contact {
	margin-right: 0px;
	color: #494949;
	font-weight: bold;
}


.footer {
	display: none;
	margin-top: 50px;
	font-size: 11px;
	color: #494949;
}
