body {
	background-color: #0b4e86;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #808080;
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
#wrapper {
	width: 952px;
	margin: 0 auto;
	background-color: white;
	border-top: 3px solid #0e66b0;
}
#header {
	background-color: white;
	padding: 0px 0 0px 0px;
}
#header a img {
	border: none;
	float: left;
}
#menu {
	
}
#menu ul {
	list-style: none;
	width: 900px;
	margin: 0;
	padding: 0 26px;
	background: white url(images/menuulbg.gif) repeat-x top left;
	border-bottom: 9px solid #DD6F19;
	overflow: hidden;
}
#menu ul li {
	background-color: #ffffff;
}
#menu li.left {
	float: left;
}
#menu li.right {
	float: right;
}
#menu li.first a {
	border-left: 1px solid #dddddd;
}
#menu ul li a {
	display: block;
	background: transparent url(images/menubg.gif) top left no-repeat;
	padding: 6px 10px;
	color: #494949;
	text-decoration: none;
	line-height: 17px;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #fff;
	font-size: 12px;
}
#menu ul li a:hover, #menu ul li a.active {
	background-position: bottom left;
	color: white;
	border-bottom: 1px solid #DD6F19;
	font-size: 12px;
}
#menu li.spacer {
	width: 100px;
}
#menu li.signup a {
	background-image: url(images/signupbg.gif);
	color: white;
}
#menu li.login a {
	background-image: url(images/loginbg.gif);
	color: white;
}
#main {
	background: white url(images/blue-fade.jpg) repeat-x top left;
	overflow: hidden;
	padding: 0 2em;
}
#main .person {
	padding: 10px;
	clear: left;
}
#main a {
	color: #0e66b0;
}
#main .email {
	text-align: right;
	margin-right: 1em;
}
#main .email a {
	color: #0e66b0;
	text-decoration: none;
}
#main .person img {
	float: left;
	padding: 3px 3px 0px 3px;
	margin: 2px 25px 5px 0px;
	border: 0px solid #e5e5e5;
}
#main .person p {
	margin-left: 163px;
	color: #000;
	font-size: 14px;
}
#main h1 {
	font-size: 16pt;
	color: #0e66b0;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d7d7d7;
}
#main h2 {
	font-size: 10pt;
	color: #0e66b0;
}
#main p {
	font-size: 9pt;
	color: #000;
}
#main dl {
	font-size: 9pt;
}
#main dt {
	color: black;
}
#main dd {
	margin: 0.5em 0 1em 2em;
}
#footer {
	clear: both;
	background-color: #0e66b0;
	padding: 10px 20px;
	font-size: 9pt;
	margin-bottom: 2em;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer .separator {
	padding: 0 10px;
	color: #7d9fba;
	font-size: 8pt;
	vertical-align: 10%;
}
#copyright {
	color: #a1c2dc;
}
#links {
	font-weight: bold;
}
#links img {
	float: right;
}
#testimonials {
	float: right;
	width: 415px;
	border-left: 1px solid #d7d7d7;
	padding: 1px 30px 10px 30px;
	border-top: 1px solid #d7d7d7;
}
#testimonials h2 {
	color: #08579a;
	font-size: 11pt;
	font-weight: bold;
	background: transparent url(images/quote.gif) no-repeat 96% 0%;
	padding-right: 40px;
	^margin-top: 1em;
}
#blog {
	border-top: 1px solid #d7d7d7;
	width: 416px;
	padding: 1px 26px 10px 30px;
}
#blog h2 {
	color: #08579a;
	font-size: 11pt;
	font-weight: bold;
	background: transparent url(images/rss.gif) no-repeat 96% 0%;
	padding-right: 40px;
	^margin-top: 1em;
}
#blog h3 {
	color: black;
	font-size: 10pt;
}
#blog p a {
	color: #0e66b0;
	text-decoration: none;
}
#blog p a:hover {
	text-decoration: underline;
}
a.button {
	background: white url(images/buttonbg.gif) no-repeat top left;
	color: white;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8pt;
}
a.button span {
	background: white url(images/buttonbg.gif) no-repeat top right;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.strike {
	text-decoration: line-through;
}
address {
	margin: 1em 0;
}
table.pricing {
	width: 100%;
	background-color: #d7d7d7;
	border-collapse: collapse;
	border-width: 0px;
}
#main .plan h2.blue, table.pricing th.blue {
	color: #0e66b0;
}
#main .plan h2.green, table.pricing th.green {
	color: #629d14;
}
#main .plan h2.orange, table.pricing th.orange {
	color: #dd7119;
}
#main table.pricing th.red, #main table.pricing span.red {
	color: #990000;
}
table.pricing thead tr {
	border-bottom: 1px solid #d7d7d7;
}
table.pricing tr {
	background-color: white;
}
table.pricing tr.alt {
	background-color: #f4f4f4;
}
table.pricing tbody td {
	color: #0e66b0;
	font-weight: bold;
}
table.signup {
	width: 100%;
	border-collapse: collapse;
	border-width: 0px;
	margin: 1em 0;
}
table.signup td, table.signup th {
	padding: 7px 20px;
}
table.signup tfoot td {
	padding: 15px 20px;
}
table.signup tbody td {
	text-align: center;
	border: 1px solid #d7d7d7;
}
table.signup tbody th {
	text-align: right;
	font-weight: normal;
	width: 25%;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}
table.signup thead th {
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #d7d7d7;
	color: #0e66b0;
}
table.signup thead th big {
	font-weight: bold;
}
table.signup tfoot td {
	text-align: center;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}
table.signup tr {
	background-color: white;
}
table.signup tr.alt {
	background-color: #f4f4f4;
}
table.signup td.popular, table.signup th.popular {
	background-color: #f5f9fc;
}
table.signup tr.alt td.popular {
	background-color: #edf1f4;
}
table.signup .rightmost {
	border-right: none;
}
table.signup .leftmost {
 	color: #dd7119;
}
table.signup .topmost {
	border-top:1px solid #d7d7d7;
	padding-top: 20px;
}
table.signup .first_topmost{
	color: #797979;
	border-top:1px solid #d7d7d7;
}

table.signup thead th small {
	color: #797979;
}
table.signup thead .rightmost big, table.signup thead .rightmost b {
	color: #3c9d00;
}
table.signup thead .tab {
	background-color: #2264af;
	color: #f4f4f4;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}
#services h3 {
	color: #2264af;
	margin: 0 0 0.8em 0;
}
#services table {
	width: 460px;
	border-collapse: collapse;
	border-width: 0px;
}
#services table td {
	width: 30%;
	padding: 8px 20px 0 0;
	vertical-align: top;
}
#services table h4 {
	color: #2264af;
	margin: 0;
	font-weight: normal;
}
#reasons {
	float: right;
	width: 418px;
	border-left: 1px solid #d6d6d6;
	padding-left: 20px;
	margin: 0 0 1em 0;
}
#reasons dt {
	margin: 1em 0 0 0;
	padding: 0;
	color: #2264af;
	font-weight: bold;
}
#reasons dd {
	margin: 0;
	padding: 0;
}

.hackedmargin {
    margin-top: 0px;
    padding-top: 1em;
}
#main .testimonial {
    margin: 1em 0;
	background: transparent url(images/testimonial-bottom-bg.gif) no-repeat bottom left;
	padding-bottom: 20px;
}
#main .testimonial blockquote {
    margin: 0;
	background: transparent url(images/testimonial-top-bg.gif) no-repeat top left;
	padding: 15px 20px 15px 20px;
}
#main .testimonial blockquote img {
	float: right;
	margin: 5px;
}
#wrapper #main .person table {
	color: #000;
	margin-left: 5px;
}
#wrapper #main .person ol li {
	color: #000;
}
#wrapper form table tr td table tr td em {
	color: #000;
}
#wrapper form table tr td table tr td table {
	color: #000;
}
#wrapper form table tr td table tr td strong {
	color: #000;
	text-align: center;
}
#wrapper #main .bluebox .inner form table tr .text table tr .text div {
	color: #000;
}
.inpageimage {
	text-align: right;
}

/*********************************************************************/
#content-right {
	width: 200px;
	float: right;
	margin-top: 10px;
	padding-top: 47px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 10px;
}
#secondary-navigation {
	width: 205px;
	margin: 0 0 0px 0;
	padding: 0 14px 20px 7px;
	list-style: none;
	background: url(http://www.itcsny.com/images/background-navigation-right.gif) no-repeat bottom left;
	font-size: 11px;
}

#secondary-navigation li {
	border-top: 1px solid #C5D4E9;
	padding: 1px 0 1px 0;
	background: url(../../images/tpl/arrow-right-lite.gif) no-repeat 0 12px;
}
#secondary-navigation li.first {
	border-top: none;
}

#secondary-navigation li.active {
	background-image: url(../../images/tpl/arrow-right-dark.gif);
}

#secondary-navigation li a {
	padding: 8px 0 8px 12px;
	display: block;
	text-decoration: none;
}

#secondary-navigation li.active a {
	font-weight: bold;
	background: url(../../images/tpl/gradient.gif) repeat-y top;
}

#secondary-navigation li a:hover {
	background: url(../../images/tpl/gradient.gif) repeat-y top;
}

#secondary-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #C5D4E9;
}

#secondary-navigation ul ul {
	border-top: none;
	padding-left: 7px;
}

#secondary-navigation li.active ul li a, #secondary-navigation ul li.active ul li a {
	font-weight: normal;
	background: none;
}

#secondary-navigation li.active ul li a:hover, #secondary-navigation ul li.active ul li a:hover {
	background: url(http://www.itcsny.com/images/tpl/gradien1t.gif) repeat-y top;
}

#secondary-navigation li ul li {
	background-position: 9px 12px;
	_width:204px;
/*	border-top: none;*/
}
#secondary-navigation li ul li a {
	padding-left: 21px;
}
#secondary-navigation li ul li ul li {
	background-position: 17px 12px; 
	border-top: none;
	_width:190px;
}
#secondary-navigation li ul li ul li a {
	padding-left: 29px;
}

/*********************************************************************/
