/* schnuffle.com css file */

/* main */

body, div, td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}	
a:link, a:visited, a:active {
	color: #254117; /* dark green */
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	background-color: #254117;
	text-decoration: none;
}

h1 {
	font-weight: bold;
	margin: 0px;
	margin-bottom: 15px;
	font-size: 130%;
	letter-spacing: 5px;
}

.green {
	color: #254117;
}

.noline a:link, .noline a:visited, .noline a:active {
	text-decoration: none;
}

#links, #links a:link, #links a:visited, #links a:active {
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}	
#links a:hover {
	color: #254117;
	background-color: transparent;
	text-decoration: underline;
}
#copyright {
	font-size: 10px;
	color: #BBBBBB;
}

/* contact */

#contactform th {
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	width: 40px;
	padding-left: 10px;
}
#contactform th, td {
	color: #F6F6F6;
}
#contactform input {
	width: 150px;
	font-family: Verdana;
	font-size: 11px;
	vertical-align: middle;	
}
#contactform textarea {
	width: 150px;
	font-family: Verdana;
	font-size: 11px;
}

/* services */
.item {
	display: none; 
	width: 55%; 
	float: right;
	padding-top: 20px;
	padding-right: 20px;
}

#serviceLinks li {
	padding: 3px;
	padding-top: 6px; padding-bottom: 0px;
}
#serviceLinks a:link, #serviceLinks a:visited {
	color: #000000;
}

#serviceLinks a:active {
	color: #888888;
}

#serviceLinks a:hover {
	color: #777777;
	background-color: transparent;
}

p:first-letter {
	font-family: Times New Roman;
	font-size: 150%;
}

.linkbox {
	padding: 10px;
	background-color: #808080;
	border: 1px solid #F6F6F6;
}

.linkhead {
	text-align: center;
	font-weight: bold;
	color: #F6F6F6;
}

.linkbox a:link, .linkbox a:visited {
	display: block;
	padding: 4px;
	color: #F6F6F6;
	background-color: #808080;
	font-weight: bold;
	text-decoration: none;
}

.linkbox a:active, .linkbox a:hover {
	color: #000000;
	background-color: #BBBBBB;
}