/*---------HAZARDS -----------*/
div#navDiv {
	width:100%;
	height:auto;
}

div#animateDiv {
	
	width:700px;
	height:100%;	
}

div#fragmentHolder {
		
	width:700px;
	height:auto;
	position:absolute;
	overflow:hidden;
	
	/*opacity: 0;
	filter: alpha(opacity=0);	*/
}

.menuShadedCell {
	background-color:#05244D;
}

.menuShadedCell2 {
	background-color:#E6ECF3;
}

.contentDiv {
	position:relative;
	background-color:#339900;
	width:75%;
	float:left;
	
}

.accentDiv {
	position:absolute;	
	background-color:#66CCFF;
	width:25%;	
	right:0px;
	top:0px;
	bottom:0px;
}

div#fragment {
position:absolute;
background-color:#000000;
}

table#navTable {
width:100%;
margin:-10px;
}

.hazardLinks {
	cursor:pointer;
	font-family: Calibri,Arial,clean,sans-serif;
	color:#E0EDFD;
	/*text-decoration:underline;*/
	margin-top:0px;
	margin-bottom:0px;
}

#Earthquake:hover, #Flood:hover, #Landslide:hover, #MGI:hover, #Hurricane:hover {
	cursor:pointer;
	font-family: Calibri,Arial,clean,sans-serif;
	color:#E0EDFD;
	font-weight:bold;	
	margin-top:0px;
	margin-bottom:0px;
}

.selected {
	font-weight:bold;
	text-decoration:underline;
	font-size:18px;
}


.clickable {
	cursor:pointer;
}

:focus { -moz-outline-style: none; }

.imgLink {border: 2px solid #05244D; }

div#contentContainer {
	width:700px;
	margin-left:-2px;
}

.hazardTitle {
text-decoration:underline;
color:#05244D;	
}

table#navHolder {
	margin-left:-5px;
}