

/* ---- LINKS ---- */

a:link 
{
	color:	#0000aa;
	text-decoration: none;
}
a:visited
{
	color:	#006666;
	text-decoration: none;
}
a:hover
{
	color:	#004466;
	text-decoration: underline;
} 
a:active
{
	color: #000; 
}

/****************** Header *****************/

#header 
{
  	width: 100%;
	text-align: center;
	float: left;
}


/***************** Top Navigation **************/

#navigation
{
	width:	100%;
/*	position: relative;*/
	float: left;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type:	none;
	float:	left;
	/*width:	100%;*/
	background-color:	#FFF;
	white-space: nowrap;
}

#navigation ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation li
{
	/*float:	left;*/
	/*width:	auto;*/

}

#navigation ul li a
{
	padding:	0.2em 1em 0.2em 1em;
}


#navigation a
{
	/*display: block;*/
	
	font-family:	verdana;
	float:	left;
	/*width:	14.1%;*/
	/*width:	12.3%;*/
	text-decoration:	none;
	color:	#FFF;
	font-weight:	normal;
	font-size:	11pt;
	background-color:	#8AD;
	margin:	0;
	border-width: 1px 1px 1px 0px;
	border-color:	#FFF;
	border-style:	solid;
}

/*#navigation a.miscellaneous
{
	border-width: 1px 0px 1px 0px;
}*/

#navigation a:link
{
	color:	#FFFFFF;
}
#navigation a:visited
{
	color:	#FFFFFF;
}
#navigation a:hover
{
	background-color:	#ABD;
} 
#navigation a:active
{
	color:	#000;
}

#navigation a.menu-selected
{
	background-color:	#ABD;
}

#navigation span.home
{
	float:left;
}

#navigation span.name
{
	
}

#navigation br
{
	clear:	left;
}

/************** Footer ****************/

#footer 
{
  	width: 100%;
	float: left;
}


#footer-copyright
{
	font-family:	verdana;
	font-size:	9pt;
	color:	#FFFFFF;
	font-weight:	normal;
	text-align:	center;
	background-color:	#8AD;
	padding:	5px 0px 5px 0px;
	margin: 0em 0em 0em 0em;

}


#menu-bottom
{
	font-family:	verdana;
	font-size:	10pt;
	text-align: center;
	padding:	0.1em 0em 0.2em 0em;
	margin: 0.5em 0em 1em 0em;
}


div.top-nav
{
	text-align:	right;
	/*background-color: #EEE;*/
	padding:	0.0em 1.0em 0px 0px;
	margin-left:	25px;
	
	border-top: #999 solid 1px; 
}


img.clustrmaps
{

}

img.clustrmaps-hide
{
	width: 1px;
	height: 1px;
}

a#tooCool
{
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(../_images/too_cool.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

