@import url('layout.css');

body {
	font-family: "Lucida Grande",Verdana,Geneva,sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	color: #333;
	background-color: #eee;
	background: url(images/background-full.gif) no-repeat;
}

a, a:link, a:visited {
	color: #36f;
	text-decoration: none;
}

a:hover, a:active {
	color: #999;
	text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 5px 0;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
	padding: 5px 0 0;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

#contactlist {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#contactlist ul {
	list-style-type: none;
	margin: 0;
}

#contactlist ul li {
	padding: 0 10px;
	display: inline;
}


#thumbnav h3 {
	font-weight: bold;
	font-size: 0.85em;
	margin: 0;
	padding: 1px 2px 5px;
}

#thumbnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#thumbnav li {
	margin: 0;
	border-bottom: 1px solid #73768b;
}

#thumbnav li a {
	display: block;
	padding: 5px 3px;
	text-decoration: none;
	width: 100%;
	font-size: 0.75em;
}

html>body #thumbnav li a { width: auto; }

#thumbnav li a:hover, #thumbnav li a.current {
	color: #000;
}

#thumbnav td {
	text-align: center;
}

#thumbnav img {
	border: 0px;
}

#fullblock {
	padding: 10px 0 0;
	text-align: center;
}

.thumbcell_off {
	background-color: #fff;
	border: 1px solid #ccc;
}

.thumbcell_on {
	background-color: #ccc;
	border: 1px solid #36f;
}

