﻿html, body, form {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Verdana;
	font-size: 90%;
	color: #646464;
}
h1 {
	color: #646464;
	font-size: 200%;
	font-weight: normal;
	margin: .7em 0 .3em 0;
	padding: 0;
}
h2 {
	color: #646464;
	font-size: 150%;
	font-weight: normal;
	margin: .8em 0 .3em 0;
	padding: 0;
}
h2 a.plain:link, h2 a.plain:visited, h2 a.plain:active, h2 a.plain:hover 
{
	color: #646464;
	text-decoration:none;
}
h3 {
	color: #646464;
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0 .3em 0;
	padding: 0;
}
h4 {
	color: #646464;
	font-size: 110%;
	margin: 1em 0 .3em 0;
	padding: 0;
}
p {
  margin: .8em 0 1em 0;
}
ol {
  margin: .7em 0 1em 0;
  padding-left: 3em;
}
ul {
  margin: .7em 0 1em 0;
  padding-left: 3.5em;
  list-style-type: square;
}
li {
	margin: 0 0 .3em 0;
}
ul ul 
{
	list-style-type: disc;
}
a, a:visited {
    color: #646464;
}
a:hover {
	color: #c00;	
}
a img {
	border: none;
}
table
{
	border-collapse: collapse;
}
td
{
	vertical-align: top;
}
th, td
{
	text-align: left;
}
th
{
    background: #b0b0b0 url(/img/Gradient-BG-CSS-Sprites.gif) repeat-x;
	background-position: 0px -5px;
	background-color: #646464;
	color: #fff;
}
hr
{
	color: #c00;
	height: 1px;
}
/* Form */
fieldset {
	border: 1px solid #ccc;
	padding: 0 20px 10px 20px;
	margin: 0;
}
legend {
	border: 1px solid #ccc;
	padding: 7px 12px;
	margin: 0;
	font-size: 115%;
	color: #c00;
}
input, textarea, select {
	font-family: Arial, Verdana;
	font-size: 100%;
	color: #000;
}
.Required {
	color: #ff0000;
	font-weight: bold;
}
.TextBox { 
	width: 110px; 
}
.TextBoxShort { 
	width: 40px; 
}
.TextBoxMedium {
	width: 220px;
}
.TextArea {
	width: 465px;
}
.FormTbl td
{
	padding: 2px 5px 3px 0;
}
.ValSummary a:link, .ValSummary a:visited, .ValSummary a:active, .ValSummary a:hover
{
	color: #ff0000;
}

/* Layout */
#wrap {
	width: 1000px;
	margin: 0 auto;
}
#header {
	clear:both;	
}
#headerTop { 
	padding: 15px 0 15px 0;
}
#topLinks {
	float: right;
	padding: 30px 0 0 0;
}
#topLinks a, #topLinks a:hover, #topLinks a:visited {
	color: #000;
	text-decoration: none;
}
#topLinks a:hover
{
	text-decoration: underline;
}
#main {
	clear: left;
	float: left;
	width: 708px;
}
#mainInner {
	padding: 0 20px 20px 20px;
	overflow: hidden;
}
#sidebar {
	float: right;
	width: 288px;
}
#footer {
    clear: both;
	text-align: center;
	border-top: solid 2px #646464;
	font-size: 75%;
	line-height: 1.6em;
}
#footer div {
	padding: 10px 0;
}
#footer a{
    color: #646464;
}
#SocialNetworkLinks {
    margin: 10px auto 0 auto;
}
#SocialNetworkLinks td {
    text-align: center;
}
#FacebookLink, #TwitterLink {
    background-image: url(/img/Social-Network-CSS-Sprite.gif);
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    margin: 0 auto;
}
#TwitterLink {
    background-position: 0px -33px;
}
a.localLink{
    text-decoration: none;
}
a.localLink:hover, #footer a.localLink:hover {
    text-decoration: underline;
}
#HomePgFeatureBanner {
    height: 240px;
}
.homePgSubFeatures{
    margin: 2px 0;
}
.homePgSubFeatures div {
    float: left;
    margin-right: 2px;
    width: 332px;
    height: 116px;
    background: #646464 url(/img/Home-Sub-Features.jpg);
}
.homePgSubFeatures div:hover, .homePgSubFeatures div.sfhover {
    background: #848484 url(/img/Home-Sub-Features.jpg);
}
.homePgSubFeatures div div {
    background: none;
}
#HomePgSubFeatureTechnology {
    background-position: 0px 0px;
}
#HomePgSubFeatureTechnology:hover, #HomePgSubFeatureTechnology.sfhover {
    background-position: 0px -116px;
}
#HomePgSubFeatureSecurity {
    background-position: 0px -232px;
}
#HomePgSubFeatureSecurity:hover, #HomePgSubFeatureSecurity.sfhover {
    background-position: 0px -348px;
}
#HomePgSubFeatureTandem {
    background-position: 0px -464px;
    margin-right: 0;
}
#HomePgSubFeatureTandem:hover, #HomePgSubFeatureTandem.sfhover {
    background-position: 0px -580px;
}
.homePgSubFeatures div div.learnMore {
    float: none;
    margin: 0;
    width: auto;
    height: 1px;
    position: absolute;
}
.homePgSubFeatures h2 {
    margin: 10px 10px 0 10px;
    color: #fff;
    font-size: 170%;
}
.homePgSubFeatures p {
    margin: 5px 10px 5px 10px;
    color: #fff;
    font-size: 110%;
}
.homePgSubFeatures a, .homePgSubFeatures a:hover, .homePgSubFeatures a:visited {
    font-size: 90%;
    position: relative;
    top: 90px;
    left: 10px;
    border: solid 1px #fff;
    color: #fff;
    text-decoration: none;
    padding: 1px 3px;
}
#HomePgSubFeatureTandem a {
    left: 243px;
}
#HomePgMain {
    clear: both;
    width: 100%;
    margin: 0 0 2px 0;
}
#HomePgSpacer{
    width: 2px;
}
#HomePgMainContent p {
    font-size: 110%;
    margin: 0 30px 30px 0;
    line-height: 1.3em;
}
#HomePageMainColumns {
    background: #f7f7f7 url(/img/Gradient-BG-CSS-Sprites.gif) repeat-x;
	background-position: 0px -400px;
}
#HomePageMainColumns p {
    margin: 0;
    padding: 0 0 10px 0;
}
#HomePgMainLeft, #HomePgMainRight {
    float: left;
    width: 50%;
    padding: 10px 0;
}
.HomePgMainColumnInner{
    padding: 0 20px;
}
#HomePgMainLeft .HomePgMainColumnInner {
    border-right: solid 2px #646464;
}
#HomePgWebinars {
    width: 332px;
    background: #f2f2f2 url(/img/Gradient-BG-CSS-Sprites.gif) repeat-x;
	background-position: 0px -900px;
}
#HomePgWebinarsInner {
    margin: 0 20px;
}
#homePgWebinarsTable td {
    vertical-align: middle;
    border-bottom: solid 2px #646464;
    padding: 5px 0;
}
#homePgWebinarsTable td img {
    margin-right: 20px;
}

#WebinarsTable td {
    vertical-align: top;
    padding: 10px 0;
}
#WebinarsTable td img {
    margin-right: 20px;
}

#subPageBanner img {
    margin-bottom: 2px;
}
/* Navigation Menu */
#divNav {
	margin: 0;
	padding: 0;
	height: 29px;
	background: #686868 url(/img/Gradient-BG-CSS-Sprites.gif) repeat-x;
	background-position: 0px 0px;
	font-size: 1.1em;
	border-bottom: solid 2px #fff;
}
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	z-index: 100;
}

#nav ul {
    
}

#nav a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	line-height: 29px;
	padding: 0 1em;
	border-right: solid 2px #fff;
	color: #fff;
}


#nav li {
	float: left;
	padding: 0;
	margin: 0;
	background: transparent url(/img/Gradient-BG-CSS-Sprites.gif) repeat-x;
	background-position: 0px 0px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 314px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	background: transparent url('/img/Menu-Drop-Down-BG.png');
}

#nav li li {
	padding-right: 1em;
	width: 100%;
	background-image: none;
}

#nav li li a {
	width: 100%;
	white-space: normal;
	border: none;
	font-size: .9em;
	line-height: 1.9em;
	padding: 0 1em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
    background: #b8b8b8 url(/img/Gradient-BG-CSS-Sprites.gif) repeat-x;
	background-position: 0px -100px;
	
}
#nav li.on {
	background: #dc0000 url(/img/Gradient-BG-CSS-Sprites.gif) repeat-x;
	background-position: 0px -200px;
}

#nav li ul li:hover, #nav li ul li.sfhover, #nav li ul li.on {
	background: transparent url(/img/Menu-Drop-Down-BG.png) repeat;
	background-position: 0 0;
}

#SubNav {
    background: #f7f7f7 url(/img/Gradient-BG-CSS-Sprites.gif) repeat-x;
	background-position: 0px -400px;
    width: 100%;
    height: 250px;
    margin: 0 0 5px 0;
}

#SubNav ul {
    margin:  0 20px;
    padding: 0;
    list-style-type: none;
}

#SubNav ul li {
	margin: 0 0 .6em 0;
}

#SubNav ul li a, #SubNav ul li a:hover, #SubNav ul li a:visited {
    font-weight: bold;
}
#SubNav ul li a:hover {
    color: #646464;
}

#SubNav ul li.on a, #SubNav ul li.on a:hover, #SubNav ul li.on a:visited {
    text-decoration: none;
    color: #646464;
}

#SubNav ul ul {
    list-style-type: none;
}

#SubNav a, #SubNav a:hover, #SubNav a:visited {
    color: #c00;
}

/* Report Card */
.ReportCardSection
{
	padding-bottom: 10px; 
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
.ReportCardSection h3
{
	margin-top: 0;
}
.reportCardSummary
{
	border-bottom: solid 1px #ccc;
}
.reportCardSummary td, .reportCardSummary th
{
	padding: 2px 10px;
}
.reportCardSummary th
{
	font-size: 110%;
	background: #ff7a7a url(/img/Gradient-BG-CSS-Sprites.gif) repeat-x;
	background-position: 0px -200px;
}
.reportCardSummary .numCell
{
	text-align: right;
}
.reportCardSummary .area
{
	padding-left: 25px;
}

/* Misc. */
.quoteButton
{
    display: block;
    background: #dc0000 url(/img/Gradient-BG-CSS-Sprites.gif) repeat-x;
	background-position: 0px -300px;
    width: 100%;
    margin: 0 0 5px 0;
    line-height: 56px;
    text-align: left;
    text-indent: 20px;
    text-decoration: none;
    font-size: 20pt;
    font-weight: bold;
    color: #fff;
}
a.quoteButton, a:hover.quoteButton, a:visited.quoteButton, a:active.quoteButton
{
	color: #fff;
}
.certImg {
	float: right;
	text-align: center;
	margin: 3px 0 20px 15px;
}

.sidebarBox {
	border: solid 1px #ccc;
	padding: 10px 10px 5px 10px;
	margin: 0 0 4px 0;
}
.sidebarBox h2 {
	margin: 0 0 10px 0;
	color: #c00;
	font-size: 140%;
}
#RedFlagAd, .sidebarImgAd
{
	padding: 2px;
	margin-bottom: 20px;
	border: solid 1px #ccc;
}
.sidebarBox ul
{
	margin: 0;
	padding: 0;
}
.sidebarBox ul li
{
	margin-left: 25px;
	padding: 0;
}
.sidebarNewsItem {
	margin: 0 0 10px 0;
}
a.sidebarNewsTitle, a:hover.sidebarNewsTitle, a:visited.sidebarNewsTitle {
	color: #646464;
	text-decoration: none;
	font-weight: bold;
}
#ContactUsGeneral {
	float: left;
}
#ContactUsEmail {
	float: right;  
	margin: 0;
	width: 515px;
}

.TableBorders td
{
	border: solid 1px #ccc;
}
.TableBorders td
{
	vertical-align: top;
}
.TableBorders th, .TableBorders td
{
	text-align: left;
	padding: 3px 5px;
}
.TableBorders th
{
	font-size: 110%;
	background: transparent url(/img/Gradient-BG-CSS-Sprites.gif) repeat-x;
	background-position: 0px -200px;
	color: #fff;
}
.TableBorders .numCell
{
	text-align: right;
}
.TableItppPricing th
{
	padding: 2px 25px;
	
}
.TableItppPricing th, .TableItppPricing td
{
	text-align:center;
}
#ItppItemList
{
	margin-left: 0; 
	padding-left: 15px;
}
#ItppItemList li
{
	margin-bottom: 10px;
}
#ItppScreenShots{ }
#ItppScreenShots td
{
	text-align: center;
	padding: 0 20px 20px 0;
}
#ItppScreenShots ItppScreenShotsLastRow td
{
	padding: 0;
}
.testimonialText
{
	font-size: 110%;
	line-height: 1.5em;
	margin-bottom: 0;
	padding-bottom: 0;
}
.testimonialCite
{
	padding-left: 35px;
	margin-top: 5px;
	padding-top: 0;
}