﻿/*
h3 {
	color: #C6A600;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1.5pt;
}
h3 span {
	font-variant: small-caps;
}
h4 {font-family: "Times New Roman", Times, serif !important}

*/
	/*
	padding: 0 8%;
	font-family: "Times New Roman", Times, serif !important;
	*/

.InfoSourceBanner {
	padding-left: 6%;
	padding-right: 6%;
	overflow: hidden;
	font-size: large;
	line-height: 2em;
}
.InfoSourceBanner .Logo {
	float: left;
	width: 30%;
	height: 2em;
	font-style: italic;
	text-align: center;
	
	background-color: black; color: #c90; border: 2px solid #000;
	
	font-family: 'Times New Roman', Times, serif;
}
.InfoSourceBanner .Tagline {
	float: left;
	width: 65%;
	height: 2em;
	text-align: center;
	
	border: 2px solid #c90;
	border-left-width: 0;
	
	font-weight: bold;
}

.DataTable td.Service {
}
.DataTable td.SubService {
}
.DataTable td.Service, .DataTable td.SubService {
	margin-left: 3%;
}
.DataTable td.ServiceDetail {
}
.DataTable td.DollarSign {
	width: 2ex;
	text-align: right;
}
.DataTable td.Cost {
	width: 7ex;
	text-align: right;
}
.DataTable td.Unit {
	width: 15ex;
}


#InfoSourceContent {
	line-height: 1.4em;
	overflow: hidden;
}
#InfoSourceContent ul {
	list-style-type: square;
	list-style-image: url('/images/Bullets/Star.png') !important;
}
#InfoSourceContent ul li {
	padding-left: 0.5em;
}

