/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Copyright 2009 Neutrino Consulting, Inc. All Rights Reserved.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*-------------------------------------------------
GLOBAL RESET
-------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear: both;
}
.hidden {
	display: none;
	visibility: hidden;
}

/*-------------------------------------------------
GLOBAL
-------------------------------------------------*/

body {
	background: #fff;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

.header {
	width: 914px;
	margin: 10px auto;
}
.header ul li {
	float: right;
}
.header ul li span {
	display: none;
	visibility: hidden;
}
/* LOGO */
.header li.logo {
	float: left;
	margin: 0 0 0 10px;
}
.header li.logo a:link,
.header li.logo a:visited {
	display: block;
	background: url("/global/img/logo_2011.jpg") 0 0 no-repeat;
	width: 198px;
	height: 63px;
}

/* NAV */
.header li a {
	display: block;
	border: none;
	height: 34px;
	background-image: url("/global/img/nav.png");
	background-repeat: no-repeat;
}
.header li.nav {
	margin: 20px 0 0 5px;
}
.header li.nArrow div {
	margin: 10px 3px 0 3px;
	width: 13px;
	height: 14px;
	opacity: 0.35;
	background: url("/global/img/nArrow.png") 0 0 no-repeat;
}
.header li.nContactUs {
	margin-right: 10px;
}
.header li.nWhoWeAre a { width: 86px; background-position: 0 0; }
.header li.nOurProcess a { width: 87px; background-position: -95px 0; }
.header li.nHowWeAreDifferent a { width: 153px; background-position: -193px 0; }
.header li.nServiceOfferings a { width: 123px; background-position: -356px 0; }
.header li.nContactUs a { width: 78px; background-position: -488px 0; }
.header li.nWhoWeAre a:hover, .header li.nWhoWeAre a.active { background-position: 0 -34px; }
.header li.nOurProcess a:hover, .header li.nOurProcess a.active { background-position: -95px -34px; }
.header li.nHowWeAreDifferent a:hover, .header li.nHowWeAreDifferent a.active { background-position: -193px -34px; }
.header li.nServiceOfferings a:hover, .header li.nServiceOfferings a.active { background-position: -356px -34px; }
.header li.nContactUs a:hover, .header li.nContactUs a.active { background-position: -488px -34px; }

/*-------------------------------------------------
SPLASH: H1
-------------------------------------------------*/

.splash h1 {
	display: none;
	visibility: hidden;
}

/* HOME */
.splashHome {
	width: 914px;
	height: 358px;
	margin: 0 auto 10px auto;
}
.splashHome a {
	display: block;
	width: 914px;
	height: 358px;
}
.splashHome .splashDesc {
	display: none;
	visibility: hidden;
}

/* NON-HOME */
.splashMini {
	width: 914px;
	height: 145px;
	margin: 0 auto 10px auto;
}
.splashMini a {
	display: block;
	float: right;
	width: 295px;
	height: 145px;
}
.splashMini .splashDesc {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #2e2a2b;
	width: 475px;
	padding: 73px 0 0 30px;
}

/*-------------------------------------------------
WRAPPER
-------------------------------------------------*/

.boxTop {
	width: 914px;
	height: 15px;
	margin: 0 auto;
	background: url("/global/img/boxTop.png") 0 0 no-repeat;
}
.boxMid {
	width: 914px;
	margin: 0 auto;
	background: url("/global/img/boxMid.png") 0 0 repeat-y;
}
.boxBtm {
	width: 914px;
	height: 15px;
	margin: 0 auto;
	background: url("/global/img/boxBtm.png") 0 0 no-repeat;
}

/*-------------------------------------------------
CONTENT
-------------------------------------------------*/

.content {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	padding: 10px 0;
}
.content p {
	padding: 5px 0;
}
.content p a:link, .content p a:visited {
	color: #82bc3e;
	text-decoration: none;
}
.content p a:hover {
	text-decoration: none;
	color: #231f20;
}
.content p strong {
	font-weight: bold;
}
.content ul.bullet li {
	list-style-type: disc;
	margin: 5px 0 5px 25px;
}

/* H2, H3, H4, BLOCKQUOTE */

.content h2 span,
.content h3 span,
.content h4 span,
.content blockquote p {
	display: none;
	visibility: hidden;
}
.content h2 {
	height: 30px;
	margin: 0 0 5px 0;
	background-position: top left;
	background-repeat: no-repeat;
}
	.content h2.alt {
		height: 47px;
	}	
.content h3 {
	height: 20px;
	margin: 15px 0 5px 0;
	background-position: top left;
	background-repeat: no-repeat;
}
.content h4 {
	height: 41px;
	margin: 10px 0 5px 0;
	background-position: top left;
	background-repeat: no-repeat;
}
.content h5 { /* NON-IMAGE */
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}
blockquote {
	height: 20px;
	margin: 10px 0 7px 0;
	background-position: top left;
	background-repeat: no-repeat;
}

/* BREADCRUMBS */

.content .crumbs {
	border-top: 1px solid #eee;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	font-size: 12px;
	color: #888;
}
.content .crumbs a:link, .content .crumbs a:visited {
	color: #82bc3e;
	text-decoration: none;
}
.content .crumbs a:hover {
	text-decoration: none;
	color: #231f20;
}

/*-------------------------------------------------
CONTENT > 2 COL
-------------------------------------------------*/

table.page {
	width: 100%;
}
table.page td.right {
	padding: 0 25px;
	vertical-align: top;
}
table.page td.left {
	width: 240px;
	vertical-align: top;
}
table.page td.left .area {
	padding: 0 0 0 20px;
}
table.page td.left .area li {
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	padding: 0 0 0 15px;
}
table.page td.left .area li a:link,
table.page td.left .area li a:visited {
	color: #666;
	text-decoration: none;
}
table.page td.left .area li a:hover {
	color: #231f20;
}
table.page td.left .area li.active {
	color: #231f20;
	font-weight: bold;
	background: url("/global/img/sidebar/active.png") 100% 0 no-repeat;
}

/*-------------------------------------------------
CONTENT > FEATURES TABLE
-------------------------------------------------*/

table.features {
	width: 100%;
}
table.features td {
	vertical-align: top;
	width: 50%;
}
table.features td.soLeft { padding-right: 25px; }
table.features td.soRight { padding-left: 25px; }

/*-------------------------------------------------
HOME > LANDING
-------------------------------------------------*/

.landing {
	width: 914px;
}
.landing .inner {
	padding: 0 30px;
}
.landing table {
	width: 100%;
}
.landing table td {
	vertical-align: top;
}
.landing table td span {
	display: none;
	visibility: hidden;
}
.landing table td p {
	margin: 0;
	padding: 0;
}
.landing table td .icnManagedIT a {
	display: block;
	background: url("/global/img/icnManagedIT.png") 0 0 no-repeat;
	height: 55px;
	margin-bottom: 5px;
}
.landing table td .icnOnDemand a {
	display: block;
	background: url("/global/img/icnOnDemand.png") 0 0 no-repeat;
	height: 55px;
	margin-bottom: 5px;
}
.landing table td .icnWebServices a {
	display: block;
	background: url("/global/img/icnWebServices.png") 0 0 no-repeat;
	height: 55px;
	margin-bottom: 5px;
}

/*-------------------------------------------------
CONTACT US > RFP
-------------------------------------------------*/

form#formBox {
	margin: 15px 0 0 0;
}
form#formBox ul li {
	margin: 0 0 10px 0;
}
form#formBox .input {
	width: 400px;
	color: #999;
	padding: 4px;
	background: #fff url("/global/img/forms/fieldbg.gif") center top repeat-x;
	border-top: 1px solid #7c7c7c;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #c3c3c3;
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
form#formBox .focused, 
form#formBox .active {
	color: #555;
	font-weight: bold;
}
form#formBox small {
	font-size: 11px;
	color: #ccc;
}

/*-------------------------------------------------
MODAL > CONNECT
-------------------------------------------------*/

#connect {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	background: #fff;
}
#connect .modalClose {
	background: url("/global/img/modal/modalBar.png") 0 0 no-repeat;
	height: 19px;
	cursor: pointer;
}
#connect .content {
	padding: 20px;
}
#connect .content p {
	padding: 0;
}
#connect form {
	margin: 5px 0 0 0;
}
#connect form li {
	float: left;
	margin: 0 5px 0 0;
}
#connect form input#Code {
	width: 55px;
	padding: 4px;
	font-size: 13px;
	font-weight: bold;
	background: #fff url("/global/img/forms/fieldbg.gif") center top repeat-x;
	border-top: 1px solid #7c7c7c;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #c3c3c3;
}
#connect h4 {
	height: 80px;
}
.modal {
	background: #000;
}

/*-------------------------------------------------
GUTTER
-------------------------------------------------*/

.gutter {
	background: url("/global/img/gutter.png") 50% 0 no-repeat;
	width: 914px;
	height: 96px;
	margin: 10px auto 0 auto;
	font: 12px/16px arial, verdana, sans-serif;
	color: #777;
}
.gutter .inner {
	padding: 10px 15px 0 15px;
}
.gutter table {
	width: 100%;
}
.gutter table td {
	vertical-align: top;
}
.gutter h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px;
	color: #5c6269;
}
.gutter p {
	margin: 3px 0;
}
.gutter p span {
	color: #ccc;
}
.gutter a:link,
.gutter a:visited {
	color: #777;
	text-decoration: none;
}
.gutter a:hover {
	color: #000;
	text-decoration: underline;
}

/* NCONNECT */
.nConnect a {
	display: block;
	border: none;
	width: 166px;
	height: 40px;
	margin: 10px auto 0 auto;
	background: url("/global/img/nConnect.png") 0 0 no-repeat;
}
.nConnect a span {
	visibility: hidden;
	display: none;
}

/* VENDORS */
.gutter .vendors {
	display: block;
	width: 302px;
	height: 55px;
	margin-right: 30px;
	background: url("/global/img/vendors.png") 50% 100% no-repeat;
}
.gutter .vendors span {
	visibility: hidden;
	display: none;
}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

#footer {
	width: 914px;
	margin: 0 auto;
	text-align: center;
}
#footer ul {
	list-style-type: none;
	display: block;
	margin: 0;
}
#footer ul li {
	list-style-type: none;
	display: inline;
	font: 11px/16px arial, verdana, sans-serif;
	line-height: 1.6em;
	color: #ccc;
	margin: 0 5px;
}
