@charset "UTF-8";
/* CSS Document */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
	}

.vscrollerbase {
	width: 10px;
	background-color: #f5f5e4;
	}
	
.vscrollerbar {
	width: 5px;
	background-color:#2f6150;
	}
	
body {
	margin:0;
	padding:0;
	 
	}
	
p, a {
	text-decoration:none; 
	font-family:Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:lighter; 
	color:#2f6150;
	}
	
h1 {
	text-decoration:none; 
	font-family:Helvetica, sans-serif; 
	font-size:20px; 
	font-style:italic; 
	font-weight:lighter; 
	color:#2f6150; 
	line-height:17px;
	}

		
.hrs a {
	border:none;
	letter-spacing:1px;
	display:block;
	left:10px;
	position:absolute; 
	z-index:3; 
	background:#f5f5e4; 
	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;
	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;
	border: solid 2px #f5f5e4;
	
	}
	
div#content h1 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:#2f6150;
	background:#f5f5e4;
	filter: alpha(opacity=85); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85); -moz-opacity: 0.85; opacity:0.85;
	padding:2px;
	
	}

div#content h1 a:hover{
	color:#fce; 
	background:#2f6150;
	}
	
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:#fcf; 
	background:#2f6150;
	}
	
.footer {
	
	z-index:89; 
	position:fixed; 
	bottom:0px; 
	right:10px;
	left:10px;
	width:100%; 
	line-height:9px; 
	height:25px; 
	color:#2f6150; 
	background:#f5f5e4; 
	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:#fcf; 
	background:#2f6150;
	}
	
.image {
	z-index:1; 
	position:fixed;
	right:0px;
	bottom:0px;
	filter: alpha(opacity=50); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: 0.50; opacity:0.50;
	border:none;
	}

.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:746px; w\idth:745px;}
					
/* 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:#2f6150; 
	width:118px; 
	height:25px;  
	background:#f5f5e4; 
	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:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:##f5f5e4;
	}
	
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:##f5f5e4;
	}
	
.menu ul ul :hover > a.drop {
	background:##f5f5e4;
	}
	
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
	}
	
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
	}

/* 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:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul {
	left:118px; 
	top:-1px; 
	width:118px;
	}

/* 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:#f5f5e4;  
	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:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#fcf; 
	background:#2f6150;
	}
	
.menu :hover > a, .menu ul ul :hover > a {
	color:#fcf; 
	background:#2f6150;
	}

/* 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;
	}