* {
	margin:0px;
	padding:0px;
} /* Get rid of browser default margins and padding */
body {
	background-color: #1e1e1e;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e1e1e;
	text-align: center;
}
/* /////////////// GENERAL STYLES ///////////////*/
#wrapper {
	width: 100%;
	margin-right:auto;
	margin-left: auto;
	text-align: center;
	padding:0px;
}
img {
	border: none;
	border-collapse:collapse;
}
table, td {
	border: none;
	border-collapse:collapse;
}
.clear {
	clear:both;
	height:0px;
	margin:-1px;
	overflow: hidden;
}
.clear_right {
	margin: -1px;
	clear: right;
	height: 0px;
	overflow:hidden;
}
a {
	text-decoration: none;
	color: #0066cc;
}
a:hover {
	color: #2e7a08;
}
/* //////////////////////////////// TOP STYLES ////////////////////////////////////*/

#topnav {
	width: 944px;
	margin-top:0px;
	margin-right:auto;
	margin-left: auto;
	margin-bottom:0px;
	padding:0px;
	background-repeat: no-repeat;
	background-position:center top;
}
#resources #topnav {
	height: 120px;
	background-image: url(../images/iface/bg_topnav_resources.gif);
}
#about #topnav {
	height: 120px;
	background-image: url(../images/iface/bg_topnav_about.gif);
}
#contact #topnav {
	height: 120px;
	background-image: url(../images/iface/bg_topnav_contact.gif);
}
#news #topnav {
	height: 120px;
	background-image: url(../images/iface/bg_topnav_news.gif);
}
#tech #topnav {
	height: 120px;
	background-image: url(../images/iface/bg_topnav_contact.gif);
}
#techlogin #topnav {
	height: 100px;
	background-image: url(../images/iface/bg_topnav_contact.gif);
}
#topnav #logo {
	width: 168px;
	height: 120px;
	margin:0px;
	text-align: left;
	float: left;
	overflow: hidden;
}
#techlogin #topnav #logo {
	width: 168px;
	height: 100px;
	margin:0px;
	text-align: left;
	float: left;
	overflow: hidden;
}
#topnav #phone {
	float:right;
	width: 776px;
	height: 53px;
	text-align: right;
	overflow: hidden;
}
#topnav #topMainNav {
	width: 776px;
	height: 30px;
	float: right;
	text-align: right;
	overflow: hidden;
}
/* ///////// SUBNAV: SWAP ALIGNMENT DEPENDING ON SECTION - DEFAULT IS RIGHT FOR ETS SECTION ////////// */
#topnav #topSubNav {
	width: 710px;
	padding-top:10px;
	padding-right: 60px;
	float: right;
	text-align: right;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f4a63a;
}
#topnav #topSubNavnew {
	width: 776px;
	padding-top: 10px;
	float: right;
	text-align: right;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f4a63a;
}
#it #topnav #topSubNav {
	width: 760px;
	padding-top:10px;
	padding-right: 10px;
	float: right;
	text-align: right;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f4a63a;
}
#topnav #topSubNav a {
	color: #9c9c9c;
	padding-right:13px;
	text-decoration: none;
}
#topnav #topSubNavnew a {
	color: #9c9c9c;
	padding-right:13px;
	text-decoration: none;
}
/* ///////// SET DIFFERENT LINK HIGHLIGHT COLOR FOR TOP DEPENDING ON SECTION ////////// */
/* ///////// THE ETS SECTION IS THE DEFAULT ////////// */
#topnav #topSubNav a.highLink {
	padding-right:13px;
	text-decoration: none;
	color: #39aa01;
}
#topnav #topSubNavnew a.highLink {
	padding-right:13px;
	text-decoration: none;
	color: #39aa01;
}
#topnav #topSubNav a:hover {
	color: #39aa01;
}
#topnav #topSubNavnew a:hover {
	color: #39aa01;
}
#topnav #topSubNav a.consultLink {
	color: #35fd71;
}
#topnav #topSubNavnew a.consultLink {
	color: #35fd71;
}

/* //////////////////////////////// CONTENT STYLES //////////////////////////////// */

/* //////////////////////////////// BASE TEXT //////////////////////////////// */
h1 {
	font-size:20px;
	font-weight: normal;
	line-height: 26px;
	margin-top:6px;
	margin-bottom:2px;
	color: #666;
}
h2 {
	margin-top: 18px;
	margin-bottom: 2px;
	font-size:13px;
	line-height: 18px;
}
h3 {
	margin-top: 18px;
	margin-bottom: 2px;
	font-size:12px;
	line-height: 18px;
	color: #267700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
p, ul, ol {
	font-size: 12px;
	line-height: 18px;
	margin-top: 2px;
	margin-bottom: 12px;
}
.lightGrayText {
	color:#bbbbbb;
}
.grayBold {
	color:#595959;
	font-weight: bold;
}
.greenBold {
	color:#168539;
	font-weight: bold;
}
.copy11 {
	font-size: 12px;
}
.copy11form {
	font-size: 11px;
	line-height: 13px;
}
/* ///////////////CONTENT AREA LINKS - CHANGE PER SECTION /////////////////// */
/* ///////// THE ETS SECTION IS THE DEFAULT ////////// */

/* ///////////////CONTENT AREA BOXES /////////////////// */

#content {
	padding: 0px 35px 25px 35px;
}
#flashBox, #mainContentTop, #mainContentBG, #mainContentBottom, #boxesHome, #ContentBottomHome, #footContent {
	width: 944px;
	margin:0px;
	padding:0px;
	margin-right:auto;
	margin-left: auto;
}
#mainContentBG {
	background-color:#bcbcbc;
	background-image:url(../images/iface/bg_content_main.gif);
	background-repeat: repeat-x;
}
#tech #mainContentBG, #techlogin #mainContentBG {
	background-color:#bcbcbc;
	background-image:url(../images/iface/bg_it_why2.jpg);
	background-repeat: no-repeat;
}
#mainContentBG #contentBottomBG {
	width:100%;
	text-align: left;
	background: url(../images/iface/bg_content_bottom.gif) no-repeat left bottom;
}
#mainContentBG #contentBottomBG #mainContentTopBG {
	background-image:url(../images/iface/bg_content_top.gif);
	background-repeat: no-repeat;
	width:100%;
	height:39px;
	margin-bottom: -1px;
}
#mainContentBG #contentBottomBG #mainContentTopBGTech {
	background-image:url(../images/iface/bg_content_top_tech.gif);
	background-repeat: no-repeat;
	width:100%;
	height:39px;
	margin-bottom: -1px;
}
/* /////////////// ETS PAGES TEXT /////////////////// */	
#contentLeft {
	width: 540px;
	text-align: left;
	margin: 0px;
	padding:0px;
}
/*NEW TEXT STYLES*/

#news h2 {
	margin-top: 20px;
	padding-top:4px;
	margin-bottom: 3px;
	font-size:13px;
	line-height: 22px;
	color:#595959;
}
#content p, #content ul, #contentLeft p, #contentLeft ul {
	font: 12px/19px Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 8px;
}
#content div.about_lists, #contentLeft div.about_lists {
	margin-bottom:10px;
}
#content div.about_lists a, #content div.about_lists p, #contentLeft div.about_lists a, #contentLeft div.about_lists p {
	font-size:12px;
	display:block;
	padding:5px 0px 5px 15px;
	margin-left: 25px;
}
#content div.about_lists p, #contentLeft div.about_lists p {
	margin-top: 0px;
	margin-bottom: 0px;
}
p.partnerText {
	padding:0px 20px 0px 15px;
	background: url(../images/iface/resources_bullet_up.gif) no-repeat left 6px;
}
#content div.about_lists a:link, #content div.about_lists a:visited, #content div.about_lists p, #contentLeft div.about_lists a:link, #contentLeft div.about_lists a:visited, #contentLeft div.about_lists p {
	line-height:12px;
	background: url(../images/iface/resources_bullet_up.gif) no-repeat left center;
}
#content div.about_lists a:hover, #content div.about_lists a:active, #contentLeft div.about_lists a:hover, #contentLeft div.about_lists a:active {
	background-image:url(../images/iface/resources_bullet_over.gif);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:12px;
}
.contactImage {
	margin-top: 12px;
	margin-bottom: 16px;
}
/* RESOURCES PAGE   */


#contentLeft #resourcesTextContent {
	/* height:450px; */
	border:0px;
	margin:0px;
}
#contentLeft #resourcesTextContent h2 {
	font-size:12px;
	font-weight:bold;
	padding:15px 0px 10px 0px;
}
#contentLeft #resourcesTextContent p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 40px;
	border:0px solid #333;
}
#contentLeft #resourcesTextContent p a {
	font-weight:bold;
}
#contentLeft #resourcesTextContent div.helpdesk {
	background-image:url(../images/iface/help_desk_dark.gif);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
	border:0px;
	margin-bottom:15px;
}
#contentLeft #resourcesTextContent div.helpdesk a {
	font-size:12px;
	font-weight: bold;
	display:block;
	padding:5px 0px 5px 15px;
	margin-left: 40px;
}
#contentLeft #resourcesTextContent div.helpdesk li {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#contentLeft #resourcesTextContent div.helpdesk a:link, #contentLeft #resourcesTextContent div.helpdesk a:visited {
	background-image:url(../images/iface/resources_bullet_up.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#contentLeft #resourcesTextContent div.helpdesk a:hover, #contentLeft #resourcesTextContent div.helpdesk a:active {
	background-image:url(../images/iface/resources_bullet_over.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#contentLeft #resourcesTextContent div.helpdesk ul {
	position:relative;
	margin-left:40px;
	border:0px;
}
#contentLeft #resourcesTextContent p.webmail {
	background-image:url(../images/iface/icon_webmail.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:42px;
	padding-top:10px;
	margin-bottom:0px;
}
#contentLeft #resourcesTextContent p.webmail-alt {
	background-image:url(../images/iface/icon_webmail_blue.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:42px;
	padding-top:10px;
	margin-bottom:0px;
}
/*CLIENTS LIST*/

ul.client_list {
	margin-left: 16px;
	margin-right: 16px;
}
#content td ul.client_list li {
	padding-left:16px;
	margin-top:8px;
	margin-bottom: 8px;
	line-height: 16px;
	background: url(../images/iface/resources_bullet_up.gif) no-repeat left 5px;
	list-style: none;
}
/* ////////////////////////ETS SECTION FORM STYLES///////////////////////////// */

/*NEW BOX FOR ETS SECTION FORM*/
#formBox {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 304px;
}
td.contactBoxHeader {
	padding-top:35px;
	margin: 0px;
	font: 1px/1px "Times New Roman", Times, serif;
	text-align:left!important;
}
td.contactBG1 {
	text-align: left;
	/*background-image: url(../images/iface/bg_contact1.gif);
	background-repeat: repeat-y;*/
	padding: 10px 18px 6px;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
}
.required_field {
	color:#CC0000;
	font-size:11px;
	line-height: 12px;
}
.contactBG1 #form_table {
	width:100%;
}
.contactBG1 #form_table td {
	font-size:12px;
	line-height: 12px;
	padding-top:4px;
}
.contactBG1 #form_table input {
	font-size:12px;
	line-height: 12px;
	color: #1e1e1e;
	width:200px;
	border:1px solid #999999;
}
.contactBG1 #form_table textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	color: #1e1e1e;
	width:100%;
	border:1px solid #999999;
	height:80px;
	margin-top:0px;
}
.contactBG1 #form_table #chk  {
	font-size:12px;
	line-height: 12px;
	color: #1e1e1e;
	width:20px;
}
.contactBG1 #form_table .index_submit {
	border:0px solid #fff;
	background-color:#fff;
	background:none;
	background-image:url(../images/iface/submit_green.gif);
	background-repeat:no-repeat;
	width:78px;
	height:20px;
	cursor: hand;
}
.contactBG1 #form_table #your_message_text {
	padding-top:0px;
	margin:0px;
}
/* ADDED FOR LOCATIONS JUMP */

td.jumpForm {
	background-image:url(../images/iface/bg_jump_form.gif);
	background-repeat:no-repeat;
	height:92px;
}
.jumpForm select {
	font-size:11px;
	line-height: 12px;
	color: #1e1e1e;
	width:225px;
	border:1px solid #999999;
	margin-top:32px;
	margin-left:12px;
}
/* ADDED FOR CLICK-TO-CALL */

#callBox {
	outline:none;
}
#callBox .phone_input_3 {
	text-align:center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	width: 2.3em;
}
#callBox .phone_input_4 {
	text-align:center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	width: 4.3em;
}
.contactBG1 #callBox .callBtn {
	border:0px;
	background-color:#fff;
	background:none;
	border: none;
	background-image:url(../images/iface/btn_click-to-call_green.gif);
	background-repeat:no-repeat;
	width:110px;
	height:21px;
	cursor: hand;
}
td.bgPhone {
	background-image: url(../images/iface/bg_phone.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* //////////////////////////////// FOOTER STYLES //////////////////////////////// */

#mainContentBottom {
	padding-top: 14px;
	padding-bottom:20px;
}
/* / FOOT LINKS IN DARK STRIP / */

#wrapperFootNav {
	width: 100%;
	height: 39px;
	margin-right:auto;
	margin-left: auto;
	text-align: center;
	margin-top:0px;
	padding:0px;
	background-color: #151515;
}
#wrapperFootNav #helpDeskBG {
	width: 944px;
	height: 39px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* ///// SWAP HELPDESK ICON DEPENDING ON SECTION //// */
/* ///////// THE ETS SECTION IS THE DEFAULT ////////// */
#wrapperFootNav #helpDeskBG {
	background-image: url(../images/iface/icon_helpdesk_g.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapperFootNav #helpDeskBG #footLinks {
	width: auto;
	padding-top: 13px;
	padding-right:6px;
}
#wrapperFootNav #helpDeskBG #footLinks #footNavLeft {
	float: left;
	width: 800px;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}
#wrapperFootNav #helpDeskBG #footLinks #footNavLeft a {
	text-transform: uppercase;
	color: #999;
	padding-left: 18px;
	padding-right: 18px;
}
/* ///// SWAP HOVER COLOR DEPENDING ON SECTION //// */
/* ///////// THE ETS SECTION IS THE DEFAULT ////////// */

#wrapperFootNav #helpDeskBG #footLinks #footNavLeft a:hover {
	color: #33cc33;
}
#wrapperFootNav #helpDeskBG #footLinks #footNavRight {
	float: right;
	width: 110px;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}
#wrapperFootNav #helpDeskBG #footLinks #footNavRight a {
	text-transform: uppercase;
	color: #ccc;
	padding-left: 6px;
}
#wrapperFootNav #helpDeskBG #footLinks #footNavRight a:hover {
	color: #33cc33;
}
/* ///////////// FOOT CONTENT VERY BOTTOM - INFO AND COPYRIGHT ///////////// */

#wrapperBottom {
	width: 100%;
	margin-right:auto;
	margin-left: auto;
	margin-bottom:15px;
	text-align: center;
	padding:0px;
}
.partners {
	width:911px;
	overflow:hidden;
	margin:0 auto;
	padding:29px 12px 10px 11px;
}
.partners ul {
	margin:0 auto 0 auto;
	padding:0;
	list-style:none;
	display:table
}
.partners ul li {
	display:table-cell;
	vertical-align:middle;
	padding:0 27px 0 0;
}
.partners ul li a {
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin:0 30px 0 0;
}
.partners ul .wantech {
	background:url(../images/wantech.gif) no-repeat;
	width:46px;
	height:36px;
}
.partners ul .evo {
	background:url(../images/evo.gif) no-repeat;
	width:55px;
	height:19px;
}
.partners ul .alliance {
	background:url(../images/alliance.gif) no-repeat;
	width:44px;
	height:22px;
}
.partners ul .obc {
	background:url(../images/obc.gif) no-repeat;
	width:42px;
	height:21px;
}
.partners ul .cisco {
	background:url(../images/cisco.gif) no-repeat;
	width:43px;
	height:26px;
}
.partners ul .hp {
	background:url(../images/hp.gif) no-repeat;
	width:36px;
	height:20px;
}
.partners ul .microsoft {
	background:url(../images/microsoft.gif) no-repeat;
	width:69px;
	height:12px;
}
.partners ul .sonicwall {
	background:url(../images/sonicwall.gif) no-repeat;
	width:68px;
	height:17px;
}
.partners ul .dell {
	background:url(../images/dell.gif) no-repeat;
	width:47px;
	height:15px;
	margin-right:0;
}
.partners .by {
	width:124px;
	height:37px;
	float:right;
	margin:5px 0 0;
}
.partners .by span {
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/text-supported.gif) no-repeat;
	width:62px;
	height:12px;
	margin:11px 19px 0 0;
}
.partners .by a {
	float:left;
	background:url(../images/text-hersh.gif) no-repeat;
	width:43px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
}

#partners, #bottomInfo {
	width: 944px;
	padding:0px;
	margin-right:auto;
	margin-left: auto;
	margin-top:30px;
	margin-bottom:12px;
}
#bottomInfo p, #bottomInfo p.copyright {
	font-size: 12px;
	color: #666;
	line-height:18px;
	margin-top:10px;
	margin-bottom:12px;
}
#bottomInfo p.copyright_new {
	font-size: 10px;
	color: #2e7a08;
}
#bottomInfo p.copyright {
	font-size: 10px;
}
/* //// SWAP LINK COLORS DEPENDING ON SECTION /// */
/* ///////// THE ETS SECTION IS THE DEFAULT ////////// */
#bottomInfo a {
	color: #2e7a08;
}
#bottomInfo a:hover {
	color: #33cc33;
}
/*.admins_left
{
	position: relative;
	float: left;
	margin-left: 10px;
	width: 25%;
	background-color: #797979;
}

.admins_right
{
	position: relative;
	float: right;
	text-align: left;
	width: 70%;
}*/

ul.sidebar_links {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.sidebar_links li {
	position: relative;
	display: inline;
	float: left;
}
ul.sidebar_links li a {
	display: block;
	background: #414141; /*background of tabs (default state)*/
	color: white;
	padding: 3px 10px;
	border-right: 1px solid #778;
	color: #FFFFFF;
	text-decoration: none;
}
* html .sidebar_links ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
ul.sidebar_links li a:active {
	color: #ffffff;
}
ul.sidebar_links li a:hover {
	background-color: #AFAFAF;
	color: #ffffff;
}

/*New header*/

#header {
	background:url('../web 2/images/bg-header.jpg') repeat-x;
}
#header .holder {
	width:942px;
	height:110px;
	margin:0 auto;
	position:relative;
}
.logo {
	margin:0;
	padding:22px 0 0 14px;
	height:56px;
	width:172px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	float: left;
}
.logo a {
	background:url('../web 2/images/logo.png') no-repeat;
	cursor:pointer;
	height:100%;
	display:block;
}
#header .menu {
	float:right;
	margin:8px 13px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	display:inline;
}
#header .menu li {
	float:left;
	background:url('../web 2/images/separator01.gif') no-repeat 0 0;
	padding:3px 4px 8px 21px;
	margin:11px 1px 0 -1px;
}
#header .menu a {
	float:left;
	color:#ccc;
	font-weight:bold;
}
#header .menu li a:hover{
	text-decoration:underline;
}
#header .menu .live-chat {
	float:left;
	/*background:url(../images/live-chat.gif) no-repeat;
	text-indent:-9999px;*/
	overflow:hidden;
	width:100px;
	height:37px;
	margin:-11px 0 0;
	position:relative;
}
#nav {
	position:absolute;
	/*bottom:13px;*/
	bottom: 25px;
	right:22px;
	margin:0;
	padding:0;
	list-style:none;
	z-index: 5000;
}
#nav li {
	float:left;
}
#nav a {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	height:30px;
	cursor:pointer;
}
#marketing #nav a.selected {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	height:30px;
	cursor:pointer;
	color: #f4a63a;
}
#about #nav a.selected{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	height:30px;
	cursor:pointer;
	color: #39aa01;
}
#nav a span {
	height:90px;
	width:100%;
	float:left;
}

/*#nav .marketing {
	width:126px;
	margin:0 -6px 0 0;
	position:relative;
}
#nav .marketing span {
	background:url('../web 2/images/marketing.png') no-repeat;
}
#nav .it {
	width:126px;
	margin:0 -10px 0 0;
	position:relative;
}
#nav .it span {
	background:url('../web 2/images/it.png') no-repeat;
}
#nav .managed {
	width:126px;
}
#nav .managed span {
	background:url('../web 2/images/managed.png') no-repeat;
}*/
#nav .marketing {
	width:126px;
	margin:0 -6px 0 0;
	position:relative;
}
#nav .marketing span {
	background:url(../images/marketing.png) no-repeat;
}
#nav .medusa {
	width:66px;
	margin:0 2px 0 0;
	position:relative;
}
#nav .medusa span {
	background:url(../images/medusa.png) no-repeat;
}
#nav .it {
	width:106px;
	margin:0 -15px 0 0;
	position:relative;
}
#nav .it span {
	background:url(../images/it.png) no-repeat;
}
#nav .managed {
	width:126px;
}
#nav .managed span {
	background:url(../images/managed.png) no-repeat;
}

#nav .contact, #nav .resources, #nav .about, #nav .blog {
	width:25px;
	height:8px;
	margin:10px 0 0 25px;
}
#nav .blog span {
	background:url('../web 2/images/blog.png') no-repeat;
}
#nav .about {
	width:48px;
	margin-left:39px;
}
#nav .about span {
	background:url('../web 2/images/about.png') no-repeat;
}
#nav .resources {
	width:57px;
	margin-left:38px;
}
#nav .resources span {
	background:url('../web 2/images/resources.png') no-repeat;
}
#nav .contact {
	width:60px;
	margin-left:37px;
}
#nav .contact span {
	background:url('../web 2/images/contact.png') no-repeat;
}
#nav li.hover .blog span, #nav li:hover .blog span, #nav li.hover .about span, #nav li:hover .about span, #nav li.hover .resources span, #nav li:hover .resources span, #nav li.hover .contact span, #nav li:hover .contact span {
	margin:-8px 0 0;
}
#nav li.selected span{margin:-8px 0 0;}
#nav li.hover a span, #nav li:hover a span {
	margin:-30px 0 0;
}
#nav li.hover .hasdrop span, #nav li:hover .hasdrop span {
	margin:-60px 0 0;
}
#nav li.hover, #nav li:hover {
	position:relative;
}
#nav li.hover .drop, #nav li:hover .drop {
	display:block;
}
#nav .drop {
	display:none;
	position:absolute;
	top:30px;
	left:-9px;
	height:414px;
	width:219px;
	z-index: 1000;
}
#nav .drop .frame {
	background:url('../web 2/images/bg-drop.png') no-repeat;
	width:408px;
	height:213px;
	padding:6px 0 0 6px;
}
#nav .drop a {
	height:auto;
	width:auto;
	display:block;
	position:relative;
	text-indent:0;
	cursor:pointer;
}
#subnav {
	position:absolute;
	right: 20px;
	list-style: none;
	bottom: -7px;
	z-index: 1;
}
#marketing #header #subnav a.highLink,#marketing #header #subnav a:hover{
	color: #f4a63a;
	text-decoration: none;
}
#it #header #subnav a.highLink,#it #header #subnav a:hover{
	color: #2491fd;
	text-decoration: none;
}
#it #header .menu li a:hover{
	color: #ccc;
	text-decoration: underline;
}

#it #header #subnav a.highLink,#it #header #subnav a.consultLink{
	color: #35fd71;
	text-decoration: none;
}
#it #header #subnav a.highLink,#it #header #subnav a.consultLink:hover{
	color: #2491fd;
	text-decoration: none;
}
#about #header #subnav a.highLink,#about #header #subnav a:hover{
	color: #39aa01;
	text-decoration: none;
}

#contact #header #subnav a.highLink,#contact #header #subnav a:hover{
	color: #39aa01;
	text-decoration: none;
}

#resources #header #subnav a.highLink,#resources #header #subnav a:hover{
	color: #39aa01;
	text-decoration: none;
}


#it #header #subnav a{
	color: #ccc;
	text-decoration: none;
}


#subnav li {
	float:left;
	padding: 0 0 0 20px;
}
#subnav a {
	float:left;
	/*height:30px;*/
	cursor:pointer;
	color:#ccc;
	font-weight:bold;
}
#subnav a.consultLink 
{
	color: #35fd71;
}

/*new header end*/


#partners, #bottomInfo_medusa {
	width: 944px;
	padding:0px;
	margin-right:auto;
	margin-left: auto;
	margin-top:30px;
	margin-bottom:12px;
}
#bottomInfo_medusa p, #bottomInfo_medusa p.copyright {
	font-size: 12px;
	color: #666;
	line-height:18px;
	margin-top:10px;
	margin-bottom:12px;
}
#bottomInfo_medusa p.copyright_new {
	font-size: 10px;
	color: #2e7a08;
}
#bottomInfo_medusa p.copyright {
	font-size: 10px;
}
/* //// SWAP LINK COLORS DEPENDING ON SECTION /// */
/* ///////// THE ETS SECTION IS THE DEFAULT ////////// */
#bottomInfo_medusa a {
	color: #2e7a08;
}
#bottomInfo_medusa a:hover {
	color: #33cc33;
}