@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

body {
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat;
	margin: 0px;
}

a:link {
	color: #F60;
	text-decoration: none;
}

a:visited {
	color: #F60;
	text-decoration: none;
}

a:hover {
	color: #F96;
	text-decoration: none;
}

a:active {
	color: #F60;
	text-decoration: none;
}

a.help:link {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

a.help:visited {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

a.help:hover {
	color: #369;
	font-size: 10px;
	text-decoration: none;
}

a.help:active {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

a.footer:link {
	color: #999;
	text-decoration: none;
}

a.footer:visited {
	color: #999;
	text-decoration: none;
}

a.footer:hover {
	color: #CCC;
	text-decoration: none;
}

a.footer:active {
	color: #999;
	text-decoration: none;
}

h1 {
	color: #39C;
	font-size: 18px;
	font-weight: bold;
}

.style1 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.style2 {
	font-size: 18px;
	font-weight: bold;
}

.style3 {
	font-size: 9px;
}

.style4 {
	color: #39C;
	font-weight: bold;
}

#bg_fade_top {
	position: absolute;
	height: 90px;
	width: 100%;
	top: 200px;
	background: url(../images/bg_fade_top.png) repeat-x;
	z-index: 0;
}

/* HEADER */

#page_header {
	position: relative;
	height: 200px;
	width: 100%;
	background-color: #FFF;
}

#header {
	position: relative;
	height: 200px;
	width: 957px;
	margin: 0 auto;
	background: url(../images/header_bg.png) no-repeat;
}

#logo {
	position: absolute;
	height: 71px;
	width: 174px;
	top: 40px;
	left: 28px;
}

/* HELP SLIDER */

#help_container {
	position: absolute;
	width: 220px;
	height: 160px;
	display: block;
	left: 710px;
	top: 2px;
	overflow: hidden;
}
	
h3 {
	margin: 0;
	cursor: pointer;
	display: block;
}
	
.panel_body {
	position: relative;
	height: 110px;
	width: 198px;
	bottom: 0px;
	padding: 0 11px;
	background: url(../images/needmoreinfo_btm.png) no-repeat;
	display: block;
}
	
.panel_body div {
	height: 39px;
	padding: 3px 5px;
}

.panel_container {
	bottom: 0px;
	width: 220px;
}

#phone_numbers {
	position: relative;
	height: auto;
	width: 198px;
	padding: 0;
}

#help_options {
	position: relative;
	height: auto;
	width: 198px;
	margin: 8px 0 0 0;
	padding: 0;
}

#help_message {
	position: relative;
	height: auto;
	width: 98px;
	padding: 0;
	display: block;
	float: left;
	font-size: 10px;
}

/* NAVIGATION */

#nav_cont {
	position: absolute;
	top: 160px;
	height: 40px;
	width: 957px;
}

#aboutus {
	display: block;
	float: left;
	width: 83px;
	height: 40px;
	background: url(../images/nav_01_aboutus.png) no-repeat 0 0;
}

#aboutus:hover { 
	background-position: 0 -40px;
}

#aboutus span {
	display: none;
}

#unified {
	display: block;
	float: left;
	width: 180px;
	height: 40px;
	background: url(../images/nav_02_unified.png) no-repeat 0 0;
}

#unified:hover { 
	background-position: 0 -40px;
}

#unified span {
	display: none;
}

#network {
	display: block;
	float: left;
	width: 212px;
	height: 40px;
	background: url(../images/nav_03_network.png) no-repeat 0 0;
}

#network:hover { 
	background-position: 0 -40px;
}

#network span {
	display: none;
}

#hosted {
	display: block;
	float: left;
	width: 202px;
	height: 40px;
	background: url(../images/nav_04_hosted.png) no-repeat 0 0;
}

#hosted:hover { 
	background-position: 0 -40px;
}

#hosted span {
	display: none;
}

#events {
	display: block;
	float: left;
	width: 64px;
	height: 40px;
	background: url(../images/nav_05_events.png) no-repeat 0 0;
}

#events:hover { 
	background-position: 0 -40px;
}

#events span {
	display: none;
}

#news {
	display: block;
	float: left;
	width: 123px;
	height: 40px;
	background: url(../images/nav_06_news.png) no-repeat 0 0;
}

#news:hover { 
	background-position: 0 -40px;
}

#news span {
	display: none;
}

#support {
	display: block;
	float: left;
	width: 93px;
	height: 40px;
	background: url(../images/nav_07_support.png) no-repeat 0 0;
}

#support:hover { 
	background-position: 0 -40px;
}

#support span {
	display: none;
}

/* HOMEPAGE CONTENT */

.line_break_btm {
	position: relative;
	height: 1px;
	width: 100%;
	top: 1px;
	margin: 0 0 38px 0;
	background-color: #999;
}

.line_break_top {
	position: relative;
	height: 1px;
	width: 100%;
	background-color: #999;
}

#feature_container {
	position: relative;
	height: 318px;
	width: 100%;
	top: 1px;
	margin: 0 0 1px 0;
	background: url(../images/slide_cont_tile.jpg) repeat-x;
}

#feature_content {
   position: relative;
   height: 318px;
   width: 958px;
   margin: 0 auto;
}

#feature_img {
   position: absolute;
   height: 318px;
   width: 958px;
   z-index: 1;
}

#feature_img_copy {
	position: absolute;
	height: 290px;
	width: 206px;
	padding: 14px;
	background: url(../images/black_60_1x1.png);
	z-index: 2;
	color: #FFF;
}

#container {
	position: relative;
	height: auto;
	min-height: 300px;
	width: 100%;
	top: 1px;
	margin: 0 0 1px 0;
	background-color: #FFF;
}

#content {
	position: relative;
	height: auto;
	width: 958px;
	margin: 0 auto;
	padding: 14px 0;
}

.home_feature {
	position: relative;
	height: auto;
	width: 234px;
	margin: 0 7px 12px 0;
	display: block;
	float: left;
}

.home_feature_content {
	position: relative;
	height: auto;
	width: 204px;
	margin: 10px 15px;
	display: block;
	float: left;
}

.home_header {
	position: relative;
	height: 30px;
	width: 220px;
	padding: 11px 0 0 14px;
	background: url(../images/header_bg_tile.jpg) repeat-x;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 1px #444;
}

#submit_support {
	display: block;
	width: 204px;
	height: 22px;
	background: url(../images/subtmit_support_ticket_btn.png) no-repeat 0 0;
}

#submit_support:hover { 
	background-position: 0 -22px;
}

#submit_support span {
	display: none;
}

#live_chat {
	display: block;
	width: 204px;
	height: 22px;
	background: url(../images/try_live_chat_btn.png) no-repeat 0 0;
}

#live_chat:hover { 
	background-position: 0 -22px;
}

#live_chat span {
	display: none;
}

/* FOOTER */

#footer_container {
	position: relative;
	height: 47px;
	width: 100%;
	background: url(../images/footer_tile.jpg) repeat-x;
}

#footer_content {
	position: relative;
	height: 32px;
	width: 930px;
	margin: 0 auto;
	padding: 0 14px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

input.email {
	background-color: #FFF;
	border: #999 1px solid;
	color: #666;
	width: 120px;
	height: 18px;
	padding-left: 4px;
}

#newsletter_signup {
	position: relative;
	width: 500px;
	height: auto;
	text-align: left;
	margin: 12px 0 0 0;
	display:block;
	float: left;
}

#social {
	position: relative;
	margin: 6px 0 0 0;
	display:block;
	float: right;
}

#linkedin {
	display: block;
	float: left;
	width: 21px;
	height: 22px;
	margin: 6px 8px 0 0;
	background: url(../images/linkedin_btn.png) no-repeat 0 0;
}

#linkedin:hover { 
	background-position: 0 -22px;
}

#linkedin span {
	display: none;
}

#twitter {
	display: block;
	float: left;
	width: 21px;
	height: 22px;
	margin: 6px 12px 0 0;
	background: url(../images/twitter_btn.png) no-repeat 0 0;
}

#twitter:hover { 
	background-position: 0 -22px;
}

#twitter span {
	display: none;
}

#footer_shadow {
	position: relative;
	height: 4px;
	width: 100%;
	margin: 0 0 12px 0;
	background: url(../images/footer_shadow.png) repeat-x;
}

#copyright_footer {
	position: relative;
	height: 15px;
	width: 930px;
	padding: 12px 14px;
	margin: 0 auto 20px auto;
	background: url(../images/copyright_bg.png) no-repeat;
	color: #999;
	font-size: 11px;
}

#copyright {
	width: auto;
	display: block;
	float: left;
}

#site_cred {
	width: auto;
	display: block;
	float: right;
}

/* SUBPAGE LAYOUT */

#left_col {
	position: relative;
	height: auto;
	width: 700px;
	margin: 0 24px 30px 0;
	padding: 0 0 15px 0;
	display: block;
	float: left;
}

.page_title {
	position: relative;
	margin: 15px 0;
	padding: 0 0 0 5px;
}

#subnav {
	position: relative;
	height: 40px;
	width: 700px;
	border-bottom: #CCC 1px solid;
}

.sub_content {
	position: relative;
	height: auto;
	width: 670px;
	padding: 10px 15px 30px 15px;
	border-bottom: #CCC 1px solid;
	background-color: #FFF;
}

.sub_content_nosub {
	position: relative;
	height: auto;
	width: 670px;
	padding: 10px 15px;
	border-bottom: #CCC 1px solid;
	border-top: #CCC 1px solid;
	background-color: #FFF;
}

.news_entry {
	position: relative;
	height: auto;
	width: 100%;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	border-bottom: #EEE 1px solid;
}

#right_col {
	position: relative;
	height: auto;
	width: 234px;
	margin: 100px 0 30px 0;
	display: block;
	float: right;
}

.clear {
	clear: both;
}

.col_feature {
	position: relative;
	height: auto;
	width: 234px;
	margin: 0 0 12px 0;
	display: block;
	float: left;
}

#followus {
	display: block;
	width: 204px;
	height: 22px;
	background: url(../images/twitter_follow_btn.png) no-repeat 0 0;
}

#followus:hover { 
	background-position: 0 -22px;
}

#followus span {
	display: none;
}

.partners_container {
	position: relative;
	height: auto;
	width: 640px;
	padding: 15px;
	margin: 0 0 18px 0;
	border-bottom: #CCC 1px solid;
	font-size: 11px
}

.partners_logo {
	height: 48px;
}

#locations_left {
	position: relative;
	height: auto;
	width: 200px;
	display: block;
	float: left;
}

#locations_right {
	position: relative;
	height: auto;
	width: 450px;
	display: block;
	float: right;
}

/* SUBNAV BUTTONS */

#overview_aboutus {
	display: block;
	float: left;
	width: 85px;
	height: 40px;
	padding: 0;
	background: url(../images/aboutus_01_overview.png) no-repeat 0 0;
}

#overview_aboutus:hover { 
	background-position: 0 -40px;
}

#overview_aboutus span {
	display: none;
}

#leadership_aboutus {
	display: block;
	float: left;
	width: 89px;
	height: 40px;
	padding: 0;
	background: url(../images/aboutus_02_leadership.png) no-repeat 0 0;
}

#leadership_aboutus:hover { 
	background-position: 0 -40px;
}

#leadership_aboutus span {
	display: none;
}

#locations_aboutus {
	display: block;
	float: left;
	width: 81px;
	height: 40px;
	padding: 0;
	background: url(../images/aboutus_03_locations.png) no-repeat 0 0;
}

#locations_aboutus:hover { 
	background-position: 0 -40px;
}

#locations_aboutus span {
	display: none;
}

#partners_aboutus {
	display: block;
	float: left;
	width: 75px;
	height: 40px;
	padding: 0;
	background: url(../images/aboutus_04_partners.png) no-repeat 0 0;
}

#partners_aboutus:hover { 
	background-position: 0 -40px;
}

#partners_aboutus span {
	display: none;
}

#overview_subnav {
	display: block;
	float: left;
	width: 85px;
	height: 40px;
	padding: 0;
	background: url(../images/subnav_01_overview.png) no-repeat 0 0;
}

#overview_subnav:hover { 
	background-position: 0 -40px;
}

#overview_subnav span {
	display: none;
}

#products_subnav {
	display: block;
	float: left;
	width: 146px;
	height: 40px;
	padding: 0;
	background: url(../images/subnav_02_products.png) no-repeat 0 0;
}

#products_subnav:hover { 
	background-position: 0 -40px;
}

#products_subnav span {
	display: none;
}

#faq_subnav {
	display: block;
	float: left;
	width: 196px;
	height: 40px;
	padding: 0;
	background: url(../images/subnav_03_faq.png) no-repeat 0 0;
}

#faq_subnav:hover { 
	background-position: 0 -40px;
}

#faq_subnav span {
	display: none;
}

