/* CSS Document */
/************* Topnav styles **************/
#topnav {
	color: #FFFFFF;
}
#welcome_msg {
	color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#welcome_msg h1 {
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
}

#welcome_msg p {
	font-weight: normal;
	margin-top: 30px;
	display: block;
	padding: 0px;
}

#topnav a:link, #topnav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
#topnav a:hover{
	font-weight: bold;
	color: #FB7514;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
#homelinks {
	color: #FFFFFF;
	background-color: #FA7614;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 12px;
	font-weight: bold;
	display: block;
	width: 150px;
	float: left;
	padding-right: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #8A8685;
	border-right-color: #8A8685;
	border-left-color: #8A8685;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8A8685;
}
#grey {
	color: #666666;
	text-decoration: none;
	border: 1px solid #BEBEBE;
	float: left;
	display: block;
	width: 350px;
	padding: 4px;
	line-height: 14px;
}
#grey li {
	color: #666666;
	text-decoration: none;
	line-height: 20px;
}
#grey a:link, #grey a:visited, #grey a:hover{
	color: #FA7614;
	text-decoration: none;
	font-weight: bold;
}
#headers {
	color: #6D6E70;
	padding-bottom: 3px;
	font-weight: normal;
	text-align: left;
}
.quotes {
	background-image: url(../newimages/quotes.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.quotestext {
	padding-top: 35px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}
#servhome  li{
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
}
#servhome {
	font-family: Tahoma, Geneva, sans-serif;
}


#servhome h2 {
	margin-top: 5px;
	margin-left: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#servhome form {
	margin: 0px;
	padding: 0px;
}

