@charset "UTF-8";
/* CSS Document */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 10px;
	background-color: #e3f5f5;
}
.vscrollerbar {
	width: 5px;
	background-color:#4f2f60;
}
body {
	margin:0;
	padding:0;
}
p, a {
	text-decoration:none;
	font-family:Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#4f2f60;
}

ul li {
	list-style:none;
	text-decoration:none;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4f2f60;
	
}
div#content {
	display:block;
	padding:0px 10px;
	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;
	background:#fff;
	
	filter: alpha(opacity=85);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity:0.85;
}
div#content p {
	font-size:12px;
	max-width:420px;
	padding-left:20px;
 width: expression(this.width > 420 ? 420: true);
}

div#content h3 {
	font-size:12px;
	font-style:italic;
	max-width:420px;
	padding-left:20px;
 width: expression(this.width > 420 ? 420: true);
color:#4f2f60;
font-family:Helvetica, sans-serif;
font-weight:normal;
}

div#content a img {
	padding-left:20px;
	background:none;
	border:none;
	}
div#content a {
	font-size:12px;
}
div#content h1 {
	clear:both;
	width:auto;
	display:block;
	text-decoration:none;
	font-family:Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:lighter;
	color:#4f2f60;
	background:#e3f5f5;
	filter: alpha(opacity=85);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity:0.85;
	padding:2px;
}
h2 {
	text-decoration:none;
	font-family:Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:lighter;
	color:#4f2f60;
	line-height:17px;
}
.hrs a {
	border:none;
	display:block;
	left:10px;
	position:absolute;
	z-index:3;
	background:#e3f5f5;
	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;
}
.hrs a:hover {
	color:#ffc;
	background:#4f2f60;
}
.footer {
	z-index:10;
	position:fixed;
	bottom:0px;
	left:10px;
	width:100%;
	line-height:9px;
	height:25px;
	color:#4f2f60;
	background:#e3f5f5;
	font-size:10px;
	text-decoration:none;
	padding-left:10px;
	filter: alpha(opacity=95);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity:0.95;
}
.footer a:hover {
	color:#ffc;
	background:#4f2f60;
}
.image {
	z-index:1;
	position:fixed;
	left:150px;
	top:10px;
}
.imagebottom {
	z-index:2;
	position:fixed;
	left:130px;
	bottom:0;
}
.imagebonus {
	zindex:2;
	position:fixed;
	left:1500px;
	bottom:40px
}
.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:#4f2f60;
	width:118px;
	height:25px;
	background:#e3f5f5;
	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:#e3f5f5;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#e3f5f5;
}
.menu ul ul :hover > a.drop {
	background:#e3f5f5;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e3f5f5;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#4f2f60;
}
/* 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:#e3f5f5;
	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:#ffc;
	background:#4f2f60;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#ffc;
	background:#4f2f60;
}
/* 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;
}

