@charset "utf-8";
/* CSS Document */
p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 25px;
	margin-bottom: 15px;
	margin-right: 7px;
}
#mainnav ul{
	list-style: none;
}
#mainnav li a{
	color: #FFFFFF;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	font-variant: normal;
	text-transform: capitalize;
	line-height: 30px;
}
#mainnav li a:hover{
	color: #CCCCCC;
}
h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: lighter;
}
h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	margin-bottom: -10px;
}

.text_green {
	color: #8ABD05;
}
.text_grey {
	color: #7A7A7A;
}

.text_orange {
	color: #F47C16;
}
.text_red {
	color: #D33A37;
}
h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
	font-weight: normal;
}
hr {
	border: 0;
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	width: 100%;
}
.text_blue {
	color: #489DD2;
}
/*list style for tab area of services page*/
.TabbedPanelsContent li{
	margin-bottom:0px;
}