/* CSS 2.1 */
/* Author: Michael Shick */

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.2em;
	text-align: center;
	margin: 0px;
	padding: 0px;

	}
#container {
	text-align: left;
	position: relative;
	/* border-top: 10px solid #3d3d3d; */
	border-top: 10px solid #565656;
	/* margin-top:15px; */
	padding-top: 30px;
	}

#footer {
	position: absolute;
	top: 680px;
	left:0px;
	height: 10px;
	/* background-color: #3d3d3d; */
	background-color: #565656;
	width: 100%;
	}

#header {
	width: 750px;
	margin: 0px auto 0px;
	/*
	height: 70px;
	padding: 40px 0px 20px 10px; 
	*/
	height: 46px;
	padding: 40px 0px 0px 0px;	
	
}	
.hed {
	/* width: 400px; */
	display: inline;
	/* background: url("../images/name.png") no-repeat top left ; */
	}

h1 span {
	/* display: none; */
	}
	
.subhed {
	display: inline;
	}
.image {
	margin: 0 auto;
	width: 500px;
	}
h3 {
	color: #999999;
	margin: 0 auto 0px auto;
	width: 650px;
	padding-left: 98px;
	font-size: 100%;
	letter-spacing: -1px;
	}
	
ul {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
	margin-bottom: 20px;
	}
	
li {
	text-align: center;
	color: #555555;
	/* display: block; */
	width: 100%;
	position: relative;
	cursor: pointer;
	}

.hover {
	cursor: pointer;
	}

li.first:hover {
	background-color: #cbdee4;
	//color: white;
	cursor: pointer;
	}
li.second:hover {
	background-color: #E4D4CB;
	//color: white;
	cursor: pointer;
	}		
li.third:hover {
	background-color: #cbdee4;
	//color: white;
	cursor: pointer;
	}
li.fourth:hover {
	background-color: #cbdee4;
	//color: white;
	cursor: pointer;
	}
.blob {
	width: 650px;
	text-align: left;
	margin: 0 auto;
	padding: 9px 0px 7px 98px;
	position: relative;
	cursor: pointer;
	}

li a {
	text-decoration: none;
	color: #555555;
	display: block;
	}
strong {
	text-decoration: none;
	font-weight: bold;
	color: #333333;

	}
.subhed a {
	text-decoration: none;
	margin-right: 10px;
	}
.subhed a:hover {
	background-color: #E4D4CB;
	}
.summary {
	/*
	padding-top: 5px;
	width: 450px;
	display: none;
	font-size: 80%;
	*/
	display: none;
	}
.selected .summary {
	display: block;
	}
.blob a {
	font-size: 80%;
	padding: 5px 0px;
	width: 450px;
	display: block;
	}
.visit {
	position: absolute;
	top: 4px;
	left: 10px;
	height: 28px;
	width: 77px;
	background: url("../images/button.png") no-repeat top left;		
	}

a img {
	border: none;
	}

.thickWindow {
	display: none;
	}
