/*-----------------------
	GLOBAL RESET 
------------------------*/

html {
	background:#fff;
	margin:0; padding:0;
}

body { 
	height:100%; /* this is the key! */ 
	margin:0; padding:0; 
} 


/*-----------------------
	DIV STYLING	
------------------------*/

#page-container {
	height:100%; width:100%; 
} 

/* HEADER */
#header {
	z-index:100;
	background:transparent;
	float:left; position:absolute;
	height:80px; width:320px;
	margin:0 0 0 60px; padding:0;
	}
	#header h1 {
		font:normal 1.0em/1.2em Georgia, "Times New Roman", Times, Sans-Serif; color:#fff;
		margin:0; padding:20px 0 0;
	}
	#header p {
		font:bold 0.8em/1.2em "Trebuchet MS", "Helvetica Neue", "Lucida Grande", Arial; color:#fff;
		margin:0; padding:0;
	}
	img.logo { 
		border:0;
	}
	
	
/* MENU */
#menu {
	z-index:100;
	background:#2f2502;
	float:left; position:absolute;
	width:330px; top:235px;
	margin:0 0 0 20px; padding:0 40px;
	}
	/* links */
	#menu a:link {
		font:bold 0.8em/1.4em "Trebuchet MS", "Helvetica Neue", "Lucida Grande", Arial; color:#fff;
		text-decoration:none;
		margin:0 1px; padding:0 4px 2px;
		}
		#menu a:active {
			font:bold 0.8em/1.4em "Trebuchet MS", "Helvetica Neue", "Lucida Grande", Arial; color:#fff;
			text-decoration:none;
			margin:0 1px 0; padding:0 4px 5px;
			}
			#menu a:visited {
				font:bold 0.8em/1.4em "Trebuchet MS", "Helvetica Neue", "Lucida Grande", Arial; color:#fff;
				text-decoration:none;
				margin:0 1px 0; padding:0 4px 2px;
				}
	#menu a:hover {
		color:#55ab26;
		text-decoration:none;
		border-bottom:3px solid #55ab26;
		margin:0; padding:5px 5px;
		background-color:#fff;
	}
	
/* NEWS */
#news {
	z-index:100;
	background:transparent;
	float:left; position:absolute;
	width:500px; top:280px;
	margin:0 0 0 40px; padding:10px 20px 20px;
	}
	#news h1 {
		font:italic 1.6em/1.2em Georgia, "Times New Roman", Times, Sans-Serif; color:#2f2502;
		margin:0; padding:0;
		}
	#news h2 {
		font:italic 1.2em/1.2em Georgia, "Times New Roman", Times, Sans-Serif; color:#4c3c04;
		margin:0; padding:20px 0 5px;
		}
		#news span.hl2 {
			color:#4c3c04;
			border-bottom:1px solid #4c3c04;
			margin:0 -20px 0 -40px; padding:0 10px 0 40px;
		}
	#news p {
		font:normal 0.75em/1.5em Georgia, "Times New Roman", Times, Sans-Serif; color:#333;
		margin:0; padding:0 10px 0 5px;
	}
	img.floatLeft { 
		border:0;
	   float:left; margin:4px 10px 8px 0; 
	}
	/* links */
	#news a:link {
		font:normal 1.0em/1.5em Georgia, "Times New Roman", Times, Sans-Serif; color:#55ab26;
		text-decoration:none;
		border-bottom:1px dashed #55ab26;
		margin:0; padding:0;
		background-color:transparent;
		}
		#news a:active {
			color:#55ab26;
			text-decoration:none;
			border-bottom:1px dashed #55ab26;
			margin:0; padding:0;
			}
			#news a:visited {
				color:#55ab26;
				text-decoration:none;
				border-bottom:1px dashed #55ab26;
				margin:0; padding:0;
				}
	#news a:hover {
		color:#f8e800;
		text-decoration:none;
		border-bottom:1px dashed #f8e800;
		margin:0; padding:0;
	}
	
/* iframe */
#iframe {
	color:#fff;
	z-index:20;
	display:none; position:absolute; 
	width:1100px; height:900px; left:0px; 
	}
	
/* MAP */
#map {
	z-index:10;
	float:left; position:absolute;
	width:1200px; height:900px; top:-50px; left:-70px;
	margin:0; padding:0;
	}
	
/* INFO */
#info {
	z-index:100;
	background:#f8e800;
	float:left; position:absolute;
	width:180px; top:120px; left:800px;
	margin:0; padding:0;
	}
	#info span.info_title {
		font:bold 1.0em/1.2em Georgia, "Times New Roman", Times, Sans-Serif; color:#4c3c04;
		background:#fff;
		margin:0 -20px 0 -20px; padding:0 10px 0 20px;
		}
		#info p {
			font:normal 0.7em/1.2em Georgia, "Times New Roman", Times, Sans-Serif; color:#000;
			margin:0; padding:4px 5px 2px;
		}
	
/* CONTENT */
#content {
	z-index:100;
	background:transparent;
	float:left; position:absolute;
	width:350px; top:540px; left:600px;
	margin:0; padding:0;
	}
	#content h1 {
		font:italic 1.0em/1.2em Georgia, "Times New Roman", Times, Sans-Serif; color:#000;
		margin:0 0 0 -4px; padding:4px 4px 0;
		}
		#content span.hl1 {
			color:#fff;
			background:#888;
			margin:0; padding:0 4px;
		}
	#content p {
		font:normal 0.7em/1.5em "Trebuchet MS", "Helvetica Neue", "Lucida Grande", Arial; color:#555;
		margin:0; padding:10px 0;
	}
	/* links */
	#content a:link {
		color:#d95755;
		text-decoration:none;
		border-bottom:1px dashed #d95755;
		margin:0 1px; padding:0 4px 2px;
		background-color:transparent;
		}
		#content a:active {
			text-decoration:none;
			border-bottom:1px dashed #d95755;
			margin:0 1px 0; padding:0 4px 5px;
			}
			#content a:visited {
				color:#d95755;
				text-decoration:none;
				border-bottom:1px dashed #d95755;
				margin:0 1px 0; padding:0 4px 2px;
				}
	#content a:hover {
		color:#d95755;
		text-decoration:none;
		border-left:3px solid #d95755; border-right:3px solid #d95755; border-bottom:none;
		margin:0; padding:0 2px;
	}
	
/* HIDE */
#hide {
	z-index:200;
	background:#fff;
	float:left; position:absolute;
	width:100px; height:20px;
	margin:0; padding:0;
	}


span.marked_yellow {
	background:#f8e800;
}
