@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #fff url(images/gray_delta_pattern.jpg) repeat left top;
}
#container  {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#banner-headings {
	position: absolute;
	height: 90px;
	width: 513px;
	left: 123px;
	top: 165px;
}

#navbar {
	position: absolute;
	top: 271px;
	right: 14px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 272px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #004b8d; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin-top: 5px;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}
#mainContent  {
	background-color: #008751;
	color: #FFF;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 274px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 20px;
} 
#footer  {
	background-color: #FFF;
	text-align: right;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #004b8d;
	line-height: 120%;
} 
#footer a {
	text-align: right;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #004b8d;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.emphasisLines {
	font-weight: bold;
	color: #b3d5c5;
}
.emphasisLinesSerif {
	font-weight: bold;
	color: #7cc576;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.listHeading {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#mainContent ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#mainContent ul li {
	list-style-position: outside;
	list-style-type: none;
	line-height: 22px;
	background-image: url(images/diamond.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
	font-style: italic;
}
#mainContent ul ul li {
	background-image: none;
	padding-left: 5px;
	font-style: normal;
}

#container .HomeSidebar1 {
	text-align: center;
}
#container .ClientsMainContent {
	background-color: #004a8d;
}
#container .ClientsMainContent ul li {
	list-style-position: outside;
	list-style-type: none;
	line-height: 22px;
	background-image: url(images/diamond.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
	font-style: italic;
	margin-left: 200px;
}
#container .ClientsSidebar1 {
	text-align: left;
	background-color: #008751;
}
#pscroller2 {
	text-align: center;
	height: 350px;
	color: #FFF;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
}
.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	padding-top: 0px;
	text-align: left;
	font-style: normal;
}
#container .ServicesMainContent {
	background-color: #008852;
}
#container .ServicesSidebar1 {
	text-align: left;
	background-color: #004b8d;
	padding: 15px;
	width: 242px;
}
#mainContent #ServicesList1 {
	width: 47%;
	float: left;
}
#mainContent #ServicesList1 ul , #mainContent #ServicesList2 ul{
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent  #ServicesList1 ul li , #mainContent #ServicesList2 ul li{
	list-style-position: outside;
	list-style-type: none;
	line-height: 22px;
	background-image: url(images/diamond.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	font-style: italic;
}
#mainContent #ServicesList2 {
	margin-left: 50%;
}
#container .ContactSidebar1 {
	text-align: left;
	background-color: #008751;
	padding: 15px;
	width: 242px;
	font-weight: bold;
}
#mainContent h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.FormLabels {
	font-weight: bold;
	text-align: right;
}
#mainContent  a {
	color: #FFF;
}
#mainContent a:hover {
	text-decoration: none;
}
.quoteExtender {
	margin-top: 20px;
	margin-bottom: 50px;
}
.MCMcoupon {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
#sidebar1  a {
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
#sidebar1 .sidebarCopy {
	margin-right: 10px;
	margin-left: 10px;
}
#mainContent.supportContent ul li{
	list-style-position: outside;
	list-style-type: none;
	line-height: 22px;
	background-image: url(images/diamond.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
	font-style: italic;
}
#container #mainContent.supportContent h3{
	margin-bottom: 5px;
	padding: 0px;
}
#container #mainContent.supportContent p{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#footer .textNavBar {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
