/*STANDARD*/
html, body {
	margin: 0px;
	padding: 0px;
}

/* commented backslash hack v2 \*/
html, body, .fit-screen { height:100%; }
/* end hack */

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

form {
	margin: 0px;
	padding: 0px;
}

.fit-screen {
	height: 100%;
}

.small-text {
	font-size: 10px;
}

/*CUSTOM*/
a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.tab-copy, .info-text {
	line-height: 20px;
}

p, blockquote, ul, li {
	line-height: 20px;
}

.edge-left {
	background-image: url(images/main.left-edge.gif);
	background-repeat: repeat-y;
}

.edge-right {
	background-image: url(images/main.right-edge.gif);
	background-repeat: repeat-y;
}

.main-content {
	background-image: url(images/main.background.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 14px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.quicklink-multiple {
	padding-top: 5px;
}

.quicklink-single {
	padding-top: 5px;
	padding-bottom: 14px;
}

.home-content, .regular-content, .regular-content-features, .regular-content-protection, .regular-content-understanding, .regular-content-benefits, .regular-content-plans, .regular-content-center, .regular-content-hardware, .regular-content-software, .regular-content-security, .regular-content-support, .regular-content-legal, .regular-content-contact, .regular-content-callback, .regular-content-news {
	background-image: url(images/content.background.gif);
	background-repeat: no-repeat;
	background-position: 0px 14px;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
	height: 250px;
}

.regular-content, .regular-content-features, .regular-content-protection, .regular-content-understanding, .regular-content-benefits, .regular-content-plans, .regular-content-center, .regular-content-hardware, .regular-content-software, .regular-content-security, .regular-content-support, .regular-content-legal, .regular-content-contact, .regular-content-callback, .regular-content-news {
	background-position: 0px 0px;
	padding-top: 16px;
}

.regular-content-features {
	background-image: url(images/content.bg-features.jpg);
}

.regular-content-protection {
	background-image: url(images/content.bg-protection.jpg);
}

.regular-content-understanding {
	background-image: url(images/content.bg-learn.jpg);
}

.regular-content-benefits {
	background-image: url(images/content.bg-benefits.jpg);
}

.regular-content-plans {
	background-image: url(images/content.bg-plans.jpg);
}

.regular-content-center {
	background-image: url(images/content.bg-center.jpg);
}

.regular-content-hardware {
	background-image: url(images/content.bg-hardware.jpg);
}

.regular-content-software {
	background-image: url(images/content.bg-software.jpg);
}

.regular-content-security {
	background-image: url(images/content.bg-security.jpg);
}

.regular-content-support {
	background-image: url(images/content.bg-support.jpg);
}

.regular-content-legal {
	background-image: url(images/content.bg-legal.jpg);
}

.regular-content-contact {
	background-image: url(images/content.bg-contact.jpg);
}

.regular-content-callback {
	background-image: url(images/content.bg-callback.jpg);
}

.regular-content-news {
	background-image: url(images/content.bg-news.jpg);
}

.tab-copy {
	padding-bottom: 11px;
}

h1, .title, .title-blue {
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #519A40;
}

h1:first-child, h2:first-child {
	margin-top: 0px;
}

/*h1, h2 {
	padding-right: 200px;
}*/

.title-blue {
	color: #001C7A;
}

.highlight {
	color: #B78A02;
}

.hidden a, .hidden a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.title-big {
	font-size: 16px;
	font-weight: bold;
	color: #519A40;
}

.title p, .title-blue p, .title-big p {
	margin-top: 0px;
}

.sub-content-blank, .sub-content-short, .sub-content {
	background-image: url(images/sub-content.long-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 175px;
	padding-top: 16px;
	padding-right: 15px;
	padding-left: 15px;
}

.sub-content-short {
	background-image: url(images/sub-content.background.gif);
}

.sub-content {
	background-image: url(images/sub-content.icon.jpg);
	padding-top: 0px;
}

.tab-active, .tab-inactive {
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	font-weight: bold;
	padding-top: 11px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
}

.tab-active {
	background-image: url(images/tabs.active.gradient.gif);
	color: #000000;
}

.tab-inactive {
	background-image: url(images/tabs.inactive.gradient.gif);
}

.tab-inactive a {
	color: #404040;
}

.tab-active-bg {
	background-image: url(images/tabs.active.background.gif);
	background-repeat: repeat-y;
}

.tab-inactive-bg {
	background-image: url(images/tabs.inactive.background.gif);
	background-repeat: repeat-y;
}

.tab-bg {
	background-image: url(images/tabs.indent-background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.tab-icon {
	background-image: url(images/tabs.icon-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 15px;
}

#news {
	background-image: url(images/news.bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 88px;
	margin-top: 22px;
	margin-left: 5px;
	padding: 6px 40px 0px 140px;
}

.float-left {
	float: left;
	margin: 5px 15px 15px 0px;
}

.float-left-long {
	float: left;
	margin: 5px 15px 95px 0px;
}

.float-right {
	float: right;
	margin: 5px 0px 15px 15px;
}

.required {
	color: #FF0000;
}

.info {
	background-image: url(images/info-box.background.gif);
	background-repeat: repeat-x;
}

.info-text {
	font-size: 10px;
	height: 101px;
	padding: 0px 12px 2px 12px;
}

.info-text p {
	margin-top: 0px;
}

.grid-cell {
	background-image: url(images/grid-cell.bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.footer-nav-bg {
	background-image: url(images/footer-nav.bg.gif);
	background-repeat: repeat-x;
}

.microsoft {
	background-image: url(images/authorized-ms.gif);
	background-repeat: no-repeat;
}

.copyright {
	font-size: 10px;
	padding-left: 10px;
}

/*2009 Updates*/
p:first-child {margin-top: 0px;}
/*p:last-child {margin-bottom: 0px;}*/