﻿body {
	text-align:center;
	margin:auto;
	font-family: Arial;
	color:Black;
	font-size: 11pt;
	line-height: 1.2em;
	background-color:#333333;
	padding-bottom: 10px;
}
h1, h2, h3
{
	font-weight:bold;
	color:#990000;
}
h1
{
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2
{
	font-size: 13pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3
{
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 5px;
}	
#content
{
	width:765px;
	margin:auto;
	text-align:left;
	padding:0px;
	background-color:White;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.topLeft
{
	display:inline-block;
	margin-right: 20px;
	margin-left: 10px;
}
.topRight
{
	display:inline-block;
}
body table,
body table tbody
{
	margin:auto;
}
#footer
{
	text-align:center;
	font-size:9pt;
	padding-top: 20px;
}
a, a:link, a:active, a:visited
{
	color:#990000;
}
a:hover
{
	color: #333333;	
}
a.Button{
    display:inline-block;
    width: 115px;
    text-align:center;
    vertical-align:middle;
    height:39px;
    padding-bottom: 10px;
    padding-right:10px;
    padding-left: 10px;
    background-image: url(../images/Button.jpg);
    background-repeat: no-repeat;
    background-position: 0px -48px;
    color:white;
    text-decoration:none !important;
    line-height:45px;
}
a.Button:hover{
   background-position: 0px 0px;
}
.modalPopup
{
	width:300px;
	border: 1px solid black;
	padding: 10px;
	position:relative;
	left: -250px;
	top: -150px;
}
#tabContainer
{
	width:742px;
	background-color:#990000;
	padding-bottom: 20px;
	padding-left:9px;
	padding-right:7px;
	margin:auto;
}
#tabContent
{
	width: 720px;
	background-color:White;
	padding: 20px 10px 20px 10px;	
}
#footer
{
	font-size:8pt;
	color:White;
}
.serviceSpan
{
	display:inline-block;
	width: 220px;
	border: 1px solid #627700;
	height: 332px;
	margin-right:12px;
}
.serviceSpan.ltGreen
{
	border: 1px solid #97AC02;
}
.serviceSpan label
{
	display:inline-block;
	padding: 10px;
	height: 80px;
}
#footer a
{
	color:White !important;
}
#divisions
{
	margin-top: 10px;
}
a.MoreInfoButton
{
	display:inline-block;
	width:153px;
	height:45px;
	background-image: url(../images/MoreButton.jpg);
	background-repeat:no-repeat;
	background-position: 0px -44px;
	margin-left: 35px;
	margin-bottom: 10px;
}
a.MoreInfoButton:hover
{
	background-position: 0px 0px;
}
.imageLink
{
	display:inline-block;
	margin-left: 15px;
}
p
{
	margin-bottom: 10px;
}
ul li
{
	margin-left: 30px;
	list-style-type: disc;
}
ul
{
	margin-bottom: 10px;
	
}
.rightImage
{
	float:right;
	margin: 15px;
}
