/* CSS style sheet for Servology's web site */

BODY {
	color: #000;
	background-color: #ddd;
/*	font-family: helvetica, sans-serif; */
	font-family: sans-serif;
	margin-top: 3pt;
	margin-left: 6pt;
	margin-right: 6pt;
}

A {
	text-decoration: none;
}

A:link {
	color: #392309;
}

A:visited {
	color: #724612;
}

A:hover, A:active, A:focus {
	background-color: #f7931d;
}
/*	background-color: #fff; */

IMG {
	display: block;
	max-width: 100%;
}

IMG.inline {
	display: inline;
}

IMG.right {
	float: right;
}

.navlink {
	font-size: small;
	text-align: right;
	margin-bottom: 0;
	margin-top: 0;
	float: left;
	clear: left;
	position: relative;
	left: -6pt;
	border: thin solid black;
	border-left: none;
	margin-bottom: 1em;
}

.navlink .decor {
	display: none;
}

.navlink .item {
	display: block;
	width: 85pt;
	padding: 3pt;
	padding-right: 1em;
}

.navlink A.item {
	background-color: #bbb;
}

.navlink A.item:hover {
	background-color: #999;
/* #f7931d */
/* #e48d25 */
/* #f8ca97 */
}

.navlink .cur {
	background-color: #777;
}

.navlink .subhead {
	color: #fff;
	background-color: #b73;
	border-bottom: thin solid black;
}

.navlink + .navlink .subhead {
	background-color: #753;
}

.bodytext {
	margin-left: 144pt;
	margin-right: 24pt;
	text-align: justify;
}

.email span {
	display: none;
}

H1, H2, H3, H4, H5, H6 {
	font-family: bookman, serif;
	font-weight: bold;
}

H1 {
	text-align: center;
	font-size: xx-large;
	color: #000;
	background-color: #fff;
	border-top: thin solid #000;
	border-bottom: thin solid #000;
	margin-top: 6pt;
	padding-top: 9pt;
	padding-bottom: 0;
	margin-left: -6pt;
	margin-right: -6pt;
}

H2 {
	margin-top: 1em;
	margin-left: -24pt;
	font-size: x-large;
	clear: right;
}

H3 {
	margin-top: 1em;
	margin-left: -12pt;
	font-size: large;
}

/*
H1 + P:first-letter {
	font-family: bookman, serif;
	font-weight: bold;
	font-size: 200%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
*/

P + P {
	text-indent: 1.5em;
}

INPUT, TEXTAREA {
	text-indent: 0;
}

P {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

HR + P {
	margin-top: 0;
}

.author {
	font-size: small;
}

.last-modified {
	float: right;
	font-size: small;
}

DD {
	margin-bottom: 0.5em;
}

DT {
	font-weight: bold;
}

LI {
	margin-bottom: 0.75em;
}

.hidden {
	display: none;
}

