html {
	margin: 0px;
	text-align: center;
	padding: 0px;
	height: 100.01%;
}
body {
	margin: 0px;
	text-align: center;
	padding: 0px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #ffffff;
	height: 100.01%;
	color: #444444;
	background-image: url(/images/backMain.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link, a:visited, a:active {
	color: #0099CC;
	background: inherit;
	text-decoration: none;
	outline: none;
	}

a:hover {
	background: inherit;
	color: #00CCFF;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
p {
	padding: 0px;
	margin: 0;
	}
ul {
	margin: 0;
	padding : 0;
	list-style : none;
	}
ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
}
form { 	margin: 0; }
img {border:none; }
.centered {
	text-align: center;
}
:focus {
	outline: 0;
}
html {
	min-height: 100.2%;
}


/* MAIN STYLES ---------------------------------------------------------------------------------------*/

.covid {
	background:#09C;
	background:#C30;
	color:#fff;
	padding:30px;
	margin-top:15px;
}
.covid h1,
.covid h2 {
	color:#FFF!important;
	line-height:normal!important;
	margin-bottom:1.2em!important;
}







#container {
	margin-left: auto;
	width: 960px;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#header {
	width: 100%;
	position: relative
}
#topBar {
	background-image: url(/images/headerBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	color: #66CCFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#home {
	float: left;
	width: 100px;
}
#home a:link, #home a:visited, #home a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left: 5px;
	}
#home a:hover {
	color: #66FFFF;
	}
#contact {
	text-align: right;
}
#contact a:link, #contact a:visited, #contact a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#contact a:hover {
	color: #00CCFF;
}
/* navbar ------------------------------------------ */
.navbar {
	clear: both;
	font-size: 1.1em;
	color: #FFFFFF;
	margin: 0;
	background-image: url(/images/mainNavBack.jpg);
	height: 30px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.navbar li {
	margin: 0;
	color: #006699;
	float: left;
	background-image: url(/images/navsep.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;

	}
.navbar li a {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	background-image: none;
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 31px;
	}
.navbar li a:hover {
	color: #FFFFFF;
	background-color: #003366;
	}
.navbar li.active {
	margin: 0;
	color: #FFFFFF;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	font-weight: bold;
	background-color: #003366;
	}

/* logo banner */
#logobanner {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#info {
	float: right;
	text-align: right;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#logo {
	padding-left: 10px;
}

.infoText {
	font-size: 12px;
	color: #006699;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.infoTelnum {
	color: #00CCFF;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#content {
	float: right;
	width: 960px;
	position: relative
}

/* MAIN column ------------------------------------------ */
#banner {
	margin-bottom: 40px;
	height: 150px;
	background-color: #06599B;
}
.homebanner {
	margin-bottom: 4px;
	height: 200px;
	border: 1px solid #CCCCCC;
}
#maincol {
	display: inline;
	float: left;
	position: relative;
	width: 690px;
	padding-bottom: 20px;
	font-size: 1.2em;
}
#maincol ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 10px;
}

#maincol p {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
#maincol h1 {
	color: #006699;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.7em;
	line-height: 2em;
	margin: 0;
	padding: 0px;
}

#maincol h2 {
	color: #006699;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.5em;
	line-height: 2em;
	margin: 0;
	padding: 0px;
}
#maincol h3 {
	color: #FFFFFF;
	background-color: #006699;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 4;
	padding-left: 10px;
	clear: both;
	line-height: 2.5em;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#maincol h4 {
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 10px;
}
#maincol h5 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1em;
	background-color: #006699;
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#maincol h6 {
	font-weight: bold;
	font-size: 14px;
	color: #006699;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.softwareTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006699;
	margin-bottom: 3px;
	display: block;
}
.sideTable {
	margin-bottom: 5px;
}

.sideTable img {
	margin: 0px;
	padding: 0px;
}
#maincol .feature {
	color: #333333;
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#maincol .feature p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#maincol .feature img {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
}
#maincol .feature table {
	font-size: .85em;
	margin: 0px;
	padding: 0px;
}
#maincol .feature td {
	padding: 10px;
}


.quote{
	font-size: 1.7em;
	font-style: italic;
	color: #999999;
	text-align: left;
	padding-right: 30px;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.quoteOrigin {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
}
.quoteSmall {
	font-style: italic;
	color: #666666;
	text-align: left;
	padding-right: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.tableStyle1 {
	color: #006699;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 20px;
}
.tableTitle {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.tableTitleRev {
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.borderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}




.tableColumnHead {
	font-weight: bold;
	background-color: #58A0BC;
	color: #FFFFFF;
	margin-top: 0px;
	padding: 0px;
}
.table_blue {
	background-color: #EEEEEE;
	width: 700px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 14px;
}
.tableBlueTitle {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.table_blue td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* RIGHT column ------------------------------------------ */
#rightcol {
	float: right;
	width: 250px;
	margin-bottom: 20px;
}
#homeRightcolumn {
	padding-top: 15px;
}

.rightBanner {
	background-image: url(/images/rightBack.jpg);
	/*min-height: 150px;*/
	background-repeat: no-repeat;
	background-repeat: repeat-y;
	background-position: left top;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.rightTestimonial {
	padding: 15px;
}

.rightBannerText {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 10px;
}
.rightBannerTextsmall {
	font-size: 10px;
	margin: 0px;
	line-height: 12px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
}

#totm {
	min-height: 150px
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(/images/totm_grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#totm p {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 12px;
}
#totm h3 {
	background-color: #003366;
	display: block;
}
#rightcol h1 {
	color: #FFFFFF;
	background-color: #003366;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 4;
	padding-left: 25px;
	clear: both;
	line-height: 2.5em;
	margin: 0;
	background-image: url(/images/checked.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#rightcol h2 {
	color: #FFFFFF;
	background-color: #999999;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 4;
	padding-left: 10px;
	clear: both;
	line-height: 2.5em;
	margin: 0;
}
#rightcol h3 {
	color: #FFFFFF;
	background-color: #999999;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 4;
	padding-left: 10px;
	clear: both;
	line-height: 2.5em;
	margin: 0;
}
#rightcol h4 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#rightcol .feature {
	background-color: #EEEEEE;
	font-size: 10px;
	color: #333333;
	line-height: 12px;
	margin-bottom: 5px;
	text-align: left;
	padding: 10px;
}
#rightcol .featureText {
	text-align: left;
	margin-bottom: 3px;
}

#rightcol .featureDark {
	background-color: #E1E1E1;
	color: #333333;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}
#rightcol .feature img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* right menu -------------------------------*/
#navcontainer {
	margin-bottom: 4px;
	width: 100%;
	/*min-height: 140px;*/
	}
.feature table {
	margin-bottom: 5px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}
#navlist .menuhead {
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.7em;
	background-color: #003366;
	display: block;
	border-bottom: 1px solid #eee;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#navcontainer a {
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	}
#navcontainer a:link, #navlist a:visited {
	color: #EEEEEE;
	text-decoration: none;
	}
#navcontainer a:hover {
	color: #ffffff;
	background-color: #003366;
	}
/*end menu*/

/*------- Right Icon Links ----------*/
.linklist {
	font-size: 1.1em;

}
.linklist ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.linklist ul li {
	text-indent: -15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-bottom: 7px;
}
.linklist ul li a {
	padding-left: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #006699;
	font-size: 1em;
	line-height: 1.2em;
}
.linklist ul li a:visited {
	color: #006699;
}
.linklist ul li a:hover {
	color: #00CCFF;
	}
.page {
	background-image: url(/images/icon_page.gif);
	line-height: 10px;
	display: block;
	background-position: left 1px;
}
/*-------END Right Icon Links ----------*/


/* FOOTER  ------------------------------------------ */
#footer {
	clear: both;
	height: 70px;
	background-color: #eeeeee;
	text-align: center;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #999999;
}


/* FIXES */

.clearfix:unknown {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
	content: "."
}
.clearfix {
	display: inline-block;
}
html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.blueText {
	color: #006699;
	line-height: 14px;
}
.blueTextLight {
	color: #0099CC;
}

.imageWrapLeft {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.backtotop {
	font-size: .8em;
	padding-top: 30px;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	clear:both;
}
.clearit {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.smallLink  {
	font-size: 11px;
}
.floatRight {
	float: right;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
}
.floatLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#social  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#social  li {
	float: left;
	margin-right: 5px;
}
.fdpoweredby {
	visibility: hidden;
}
#blogfeed script {
	margin: 0px;
	padding: 0px;
}

#blogfeed p {
	font-size: 0.85em;
	padding: 10px;
	border-bottom-style: none;
	background-color: #f5f5f5;
}

/* 10 year tab */
.tab a {
	width: 140px;
	text-align: center;
	display: block;
	position: absolute;
	top: -50px;
	right: 150px;
	color: #FFF;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	background-image: url(/images/tab.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 164px;
	z-index:9999;
}
.tab a:hover {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	top: 0px;
	}
