



html, body {
	width: 100%;
	height: 100%; }

body, h1, h2, h3, h4, h5, h6, table, tr, td, th {
	margin: 0;
	border-spacing: 0;
 	border-collapse: collapse; 
	border-style: none;
	empty-cells: show;
	vertical-align: top;
	padding: 0;
	color: #333;
	font-family: "Andale Mono", "Courier New", "Courier", monospace;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
 }

body {
	background-color: #FFF; }




a:link {
	color: #333;
	text-decoration: none; }

a:visited {
	color: #333;
	text-decoration: none; }

a:hover {
	color: #333;
	text-decoration: underline; }

a:active {
	color: #333;
	text-decoration: underline; }





p {
	padding: 0px;
	margin: 0px;
}


.bottomnav {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 800; 
	background: #fff;
	width: 100%;
	height: 70px;
	padding: 0;
	margin: 0;
}




.navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 995; 
	background: #fff;
	width: 100%;
	height: 100px;
	
}

.navHolder {
	padding-top: 15px;
	padding-left: 40px;
}

.content {
	position: absolute;
	z-index: 50;
	top: 100px;
	left: 0px; 
	padding-left: 1px;
	padding-bottom: 175px;
}




a.selected {
	color: #333; }

a.selected {
	color: #333;
	text-decoration: underline; }

a.selected:visited {
	color: #333;
	text-decoration: underline; }

a.selected:hover {
	color: #333;
	text-decoration: underline; }

a.selected:active {
	color: #333;
	text-decoration: underline; }




a.unselected {
	color: #333; }

a.unselected {
	color: #333;
	text-decoration: none; }

a.unselected:visited {
	color: #333;
	text-decoration: none; }

a.unselected:hover {
	color: #333;
	text-decoration: underline; }

a.unselected:active {
	color: #333;
	text-decoration: underline; }



/* Tooltip */

#tooltipDiv {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
	display: none;
	font-family: "Andale Mono", "Courier New", "Courier", monospace;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	padding: 1px 1px 1px 1px;
	color: #333333;
	white-space: nowrap;
	background-color: #FFFFFF;
}





#slide {
	background: #fff;
	width: 540px;
	height: 575px;
	z-index: 1000;
	position: absolute;
	top: 50px;
	left: 20px;
	display: none;
	border: 1px solid #222;
}




.cap {
	font-family: "georgia", serif;
	font-size: 12px;
	color: #333;
}


#contactDiv {
	padding: 10px;
	position: absolute;
	top: 33px;
	left: 40px;
	background: #fff;
	width: 400px;
	height: 450px;
	z-index: 996; 
	border: 1px solid #222;
	color: #333;
}
#contactDiv a {
	color: #333;
}

#fadebg {
	/* background-image:url('fade.gif'); */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 994; 
}


