@charset "UTF-8";
/* CSS Document */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 10px;
	background-color: #f5e4e9;
}
.vscrollerbar {
	width: 5px;
	background-color:#50612f;
}
body {
	margin:0;
	padding:0;
}
p, a {
	text-decoration:none;
	font-family:Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#50612f;
}
h1 {
	text-decoration:none;
	font-family:Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	font-weight:lighter;
	color:#50612f;
	line-height:17px;
}
.hrs a {
	border:none;
	letter-spacing:1px;
	display:block;
	left:10px;
	position:absolute;
	z-index:3;
	background:#f5e4e9;
	width:246px;
	font-size:24px;
	font-weight:lighter;
	height:36px;
	line-height:38px;
	padding-left:10px;
	top:100px;
	filter: alpha(opacity=85);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity:0.85;
}
div#content {
	padding:0px 10px;
	padding-bottom:40px;
	margin-right:10px;
	height:auto;
	overflow:auto;
	position:absolute;
	left:276px;
	right:50px;
	top:100px;
	bottom:10%;
	width:auto;
	max-width:513px;
 width: expression(this.width > 513 ? 513: true);
	z-index:80;
	
}
div#content ul li{
color:#50612f;
font-family:Helvetica, sans-serif;
font-weight:lighter;
	
	font-size:12px;
	max-width:420px;
	padding-left:20px;
 width: expression(this.width > 420 ? 420: true);
 list-style:none;
}
div#content a {
font-size:12px;
	
}
div#content  a:hover {
font-size:12px;
	color:#cdf;
	background:#50612f;
}
div.gallery ul {
	width:auto;
	display:table;
	padding-left:10px;
	list-style:none;
	width:auto;
	z-index:90;
}
div.gallery ul li {
	list-style:none;
	border:none;
	float:left;
	padding-right:10px;
	padding-bottom:6px;
	margin:0;
}
div.gallery ul li a img {
	filter: alpha(opacity=75);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity:0.75;
	border:none;
}
div.gallery ul li a img:hover {
	opacity:1;
	border:none;
}
.hrs a:hover {
	color:#cdf;
	background:#50612f;
}
.footer {
	z-index:89;
	position:fixed;
	bottom:0px;
	right:10px;
	left:10px;
	width:100%;
	line-height:9px;
	height:25px;
	color:#50612f;
	background:#f5e4e9;
	font-size:10px;
	text-decoration:none;
	padding-left:10px;
	filter: alpha(opacity=85);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity:0.85;
}
.footer a:hover {
	color:#cdf;
	background:#50612f;
}
.image {
	z-index:1;
	position:fixed;
	left:195px;
	top:10px;
	
	border:none;
}
.description a {
	clear:both;
	width:auto;
	display:block;
	text-decoration:none;
	font-family:Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:lighter;
	color:#50612f;
	background:#f5e4e9;
	filter: alpha(opacity=85);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity:0.85;
	padding:2px;
}
.description ul {
	padding:0;
	margin:0;
	list-style:none;
}
.description ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	left:0;
	width:auto;
	z-index:100;
	padding:0;
	margin-top:-.9em;
}
.description ul ul li {
	width:400px;
	background:#fff;
	filter: alpha(opacity=85);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity:0.85;
	padding-left:1em;
	padding-bottom:10em;
	padding-top:1em;
}
.description ul ul li p {
	font-size:11px;
}
.description ul li:hover ul, .description ul a:hover ul {
	visibility:visible;
}
.menu {
	width:118px;
	left:10px;
	top:136px;
	height:32px;
	position:absolute;
	z-index:5;
	font-family:Helvetica, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
					* html .menu {
	width:119px;
	w\idth:118px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:118px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	width:118px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:10px;
	text-decoration:none;
	color:#50612f;
	width:118px;
	height:25px;
	background:#f5e4e9;
	padding-left:10px;
	line-height:29px;
	filter: alpha(opacity=85);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity:0.85;
}
/* a hack so that IE5.5 faulty box model is corrected */
					* html .menu a, * html .menu a:visited {
	width:129px;
	w\idth:118px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#f5e4e9;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#f5e4e9;
}
.menu ul ul :hover > a.drop {
	background:#f5e4e9;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#f5e4e9;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#50612f;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0px;
	top:0px;
	left:128px;
	width:118px;
}
/* another hack for IE5.5 */
					* html .menu ul ul {
	top:-1px;
	t\op:1px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:0px;
	top:25px;
	width:115px;
	z-index:99;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-100px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#f5e4e9;
	height:auto;
	line-height:25px;
	padding-left:10px;
	width:118px;
}
/* yet another hack for IE5.5 */
					* html .menu ul ul a, * html .menu ul ul a:visited {
	width:140px;
	w\idth:118px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#cdf;
	background:#50612f;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#cdf;
	background:#50612f;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}

