#content h1 {
	margin: 0;
	padding: 0 0 .6em 0;
	font-size: 14px;
	font-weight: bold;
	color: #406A9C;
}
#content td.details {
	padding: 30px 10px 0 30px;
	vertical-align: top;
}
#content td.details p {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.6em;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
#content td.details img.inlinelogo {
	margin-top: -3px;
	margin-bottom: -3px;
}
#content td.details ul {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 11px;
	color: #666666;
}
#content td.details li {
	line-height: 18px;
	font-weight: normal;
}
#content .details .attention {
	color: #F56821;
}



#content td.skyscraper {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
	background-image: url(../../images/skyscraper_employeepricing.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #406A9C;
	font-weight: bold;
	font-size: 14px;
}
#content .skyscraper h3 {
	font-size: 18px;
	padding: 50px 0px;
}
#content .skyscraper p {
	margin-right: 5px;
	padding-bottom: 30px;
}
#content .skyscraper a {
	color: #406A9C;
	text-decoration: none;
}
#content .skyscraper a:hover {
	text-decoration: underline;
}
#content .skyscraper a.livechat {
	display: block;
	width: 125px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	background-image: url(../../images/btn_livechat.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content .skyscraper a.livechat:hover {
	background-position: left bottom;
}
/* hides text */
#content .skyscraper a.livechat span {
	position: relative;
	top: -2000px;
}




#content td.pricedetails {
	padding: 30px 10px 30px 30px;
	vertical-align: top;
}
#content td.pricedetails p {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.6em;
	font-size: 11px;
	color: #666666;
}
#content td.pricedetails p.detail {
	color: #00467f;
	font-weight: bold;
}



/* ************************************************** TABS ******************** */
.shadetabs {
	width: 470px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #406A9C;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li {
	float: left;
	width: 235px;
	margin: 0;
}
.shadetabs li a {
	position: relative;
	top: 3px;
	z-index: 1;
	display: block;
	width: 233px;
	margin: 0;
	padding: 5px 0;
	border: solid #939D9E;
	border-width: 1px 1px 2px 1px;
	color: #406A9C;
	text-decoration: none;
}
.shadetabs li a:hover {
	color: #406A9C;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	top: -1px;
	padding-bottom: 6px;
	border-top: solid 5px #F3620A;
	border-bottom: none;
	background-color: #ffffff;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}




.tabcontentstyle{ /*style of tab content oontainer*/
	border: solid #939D9E;
	border-width: 0 1px 1px 1px;
	width: 448px;
	margin: 0;
	padding: 0;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


priceheadings {
	padding: 0 0 4px 0;
	vertical-align: bottom;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00467f;
}

div#pricetabcontent {
	border: solid #939D9E;
	border-width: 0 1px 1px 1px;
	width: 468px;
	height: 337px;
	margin: -1px 0 0 0;
	padding: 0;	
	background-color: #ffffff;
/*	background-image: url(../../images/bkg_tabcontent.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
}
#pricetabcontent table {
	width: 408px;
	margin: 20px 30px 0 30px;
}
#pricetabcontent th {
	padding: 0 0 4px 0;
	vertical-align: bottom;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00467f;
}
#pricetabcontent th.moreinfo {
	color: #F3620A;
}
#pricetabcontent table#tab1 td {
	padding: 6px 0;
	font-size: 9px;
	color: #666666;
	font-family: Verdana, sans-serif;
	vertical-align: middle;
	font-weight: normal;
}
#pricetabcontent table#tab2 td {
	padding: 2px 0;
	font-size: 9px;
	color: #666666;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	vertical-align: middle;
}
#pricetabcontent p {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.6em;
	font-size: 11px;
	color: #666666;
}
#pricetabcontent .formelement {
	border: solid 1px #999999;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 190px;
}
#pricetabcontent a.continue {
	display: block;
	width: 91px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background-image: url(../../images/btn_continue.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#pricetabcontent a.continue:hover {
	background-position: left bottom;
}
/* hides text */
#pricetabcontent a.continue span {
	position: relative;
	top: -2000px;
}
