@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000033;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.25;
}

p { line-height: 1.5; }


a {
	color: #000033;
	font-weight: bold;
}
li { line-height: 1.4; }

a:hover {
	color: #999999;
}



h1 {
	font-size: x-large;
	background-color: #E8E8E8;
	background-image: url(../Images/Hdg-Backgrounds/hdg-1-background.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin: 0px;
	letter-spacing: 1px;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 1px;
}
h3 {
	font-size: small;
	font-style: italic;
	color: #999999;
}
h4 {
	font-size: small;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	background-image: url(../Images/Hdg-Backgrounds/hdg-4-background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}



#topBanner {
	height: 80px;
	width: 780px;
	background-repeat: no-repeat;

}
#topBanner  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}





#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 780px;
	clear: both;
	padding-top: 20px;
}
#content  a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#text-box-left {
	width: 550px;
	float: left;
}
.service-img-holder {
	margin-top: 5px;
}
.smallItalics {
	font-size: smaller;
	font-style: italic;
}
.table-fill-grey {
	background-color: #e8e8e8;
}
