@charset "utf-8";

*{
	padding:0px;
	margin:0px;
	}
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	color: #333;
	font-size: 12px;
	background: url(../gfx/bg-header.jpg) 0 0 repeat-x #3a4984;
	}
div, p, ul, h2, img{padding: 0px; margin: 0px;}

td {vertical-align: top;}

p {color: #000;margin: 3px 0px 16px 0px;line-height:1.6;}

ul {list-style-type: none;}
h1 {color: #2761ab; font-size: 28px; font-weight: normal; margin: 20px 0px 0px 0px;}
h2 {color: #2761ab; font-size: 18px; font-weight: normal; margin-top: 10px; padding: 5px 0px 5px 0px; border-bottom: 1px dotted #b2b2b2; border-top: 1px dotted #b2b2b2;}
h3 {color: #2761ab; font-size: 12px; font-weight: bold; margin-top: 10px; padding: 5px 0px 5px 0px; border-bottom: 1px dotted #b2b2b2; border-top: 1px dotted #b2b2b2;}

a:link {color: #106b1b; text-decoration: none;}
a:visited {color: #106b1b; text-decoration: none;}
a:hover {color: #000; text-decoration: none;}
a:active {text-decoration: none;}
a:focus {outline: none;}

#header {width: 960px; height: 85px; position: relative; margin: 0 auto; clear: both;}
#header #login {width: 130px; position: absolute; top: 55px; right: 0px; padding: 0px; margin: 0px; font-size: 11px; text-align: right; color: #2f5ea6; clear: both;}

#login a {color: #2f5ea6; text-decoration: none; padding: 0px 5px; outline: none;}
#login a:hover {color: #000; text-decoration: none; outline: none;}

body#home a#home,
body#solutions a#email-solutions,
body#sign-up a#sign-up,
body#support a#support {color: #fff; background: url(../gfx/nav-active.jpg) 0 0 no-repeat #F5F4F4;}

body#bce #sub-bce {display: block;}
body#isp #sub-isp {display: block;}
body#vas #sub-vas {display: block;}
body#resellers #sub-resellers {display: block;}
body#about #sub-about {display: block;}
body#press #sub-pressroom {display: block;}
body#about #sub-about {display: block;}
body#features #sub-features {display: block;}

#sub-bce {display: none;}
#sub-vas {display: none;}
#sub-isp {display: none;}
#sub-pressroom {display: none;}
#sub-about {display: none;}
#sub-features {display: none;}
#sub-resellers {display: none;}

/*body#solutions #sub-isp {display: none;}*/
	
/* INSIDE MESSAGE SECTION */
#message {background-color: #224685; height: 100px; text-align: center; background-image: url(../gfx/bg-inside-message.gif); background-repeat: repeat-x;}

/* DECORATIVE GRAY BAR BEFORE CONTENT AREA */
#middle {background: url(../gfx/bg-middle.jpg) 0 0 repeat-x #dadada; height: 25px;}

/* FOR BACKGROUND IMAGE */
#content-wrapper {background: url(../gfx/bg-content.jpg) 0 0 repeat-x #f3f3f3;}

/* TO CENTER EVERYTHING */
#center {width: 950px;position: relative;margin: 0 auto;}

#content {float: left;width: 660px;}
#content-left {
	float: left;
	width: 660px;
	}

.image-right {
	margin: 0px 0px 0px 30px;}
	


/* INSIDE NAVIGATION */
#nav-inside-left-wrapper {
	float:left;
	width: 263px;
	margin: 18px 25px 0px 0px;
	}
#nav {
	width: 263px;
	line-height: normal;
	margin: 0px 0px 0px 0px;
	}
#nav ul{
	width: 263px;
	display: block;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	}
#nav ul li{
	background: url(../gfx/arrow-round.gif) no-repeat 10px 10px;
	border-top: #dbdbdb 1px solid;
	padding: 8px 0px 8px 35px;
	}
#nav ul li a:link {
	color: #555;
	text-decoration: none;
	border-bottom: none;
	}
#nav ul li a:visited {
	color: #555;
	text-decoration: none;
	border-bottom: none;
	}
#nav ul li a:hover{
	text-decoration: none;
	color: #106b1b;
	border-bottom: none;
	}
#nav ul ul li {
	display: block;
	margin: 0px 0px 0px -10px;
	width: 200px;
	font-size: 12px;
	background: url(../gfx/arrow-dashed.gif) no-repeat 10px 5px;
	padding: 2px 0px 2px 25px;
	border: none;
	}
	

/* CUSTOMER QUOTES */
blockquote {
	width: 230px;
	margin: 5px 0px 20px 0px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	color: #006699;
	background-image: url(../gfx/quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
blockquote p {
	padding: 32px 0px 0px 35px;
	}
.author {
	display: block;
	margin: 10px 0px 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	line-height: 16px;
	}

#confidence {
	background-color: #FFFFFF;
	border: 1px solid #dbdbdb;
	padding: 15px;
	}
#confidence p {margin: 5px 0px 0px 0px;}
#confidence h3 {
	margin: 0px;
	color: #106b1b;
	padding: 0px;
	}
	
.tagline {
	color: #3772ba;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	}
.more {font-size: 14px; padding: 3px 0 1px 20px; margin: 0px 0px 20px 0px; background: url('../gfx/more.gif') no-repeat 0 6px;}
.more a:link {color: #106b1b; text-decoration: none;}
.more a:hover {text-decoration: none; color:#000;}
.more a:visited {text-decoration: none;}

.rule {height: 1px; border:none; color: #dbf5dd; background-color:#dbf5dd; margin: 0px; padding: 0px;}

/* 2 COLUMN BULLETED LIST */	
.twoColumnList {
	display: inline-block;
	float:left;
	padding-right: 30px;	
	}
.columnSplit {
	width:290px;
	margin-bottom: 0px;
	}
.twoColumnList {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}
.twoColumnList li {
	background: url(../gfx/checkmark.gif) left top no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	}
	
.bullets {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 10px;
	margin-top: 10px;
	}
.bullets li {
	background: url(../gfx/checkmark.gif) left top no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	}
.bullets-press {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 15px;
	}
.bullets-press li {
	background: url(../gfx/bullet.gif) no-repeat 0 -3px;
	padding-left: 15px;
	margin-bottom: 15px;
	}
	


/* TABLE STYLIN' YO! */
table.quickfacts {
	width: 400px;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	}



	
.contactUs td {
	padding: 0px 0px 10px 0px;
	}
	
.press-subhead {
	font-style: italic;
	font-weight: normal;
	font-size: 80%;
	line-height: 1.5em;
	color: #555;
	}
#nav-press-archive ul {
	position: absolute;
	top: 30px;
	right: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
#nav-press-archive li {
	display: inline;
	border-right: 1px solid #999;
	padding: 0px 4px 0px 4px;
	margin: 0px 0px 0px 0px;
	}


/* FOOTER STYLIN' YO! */
#footer {
	background:url(../gfx/bg-footer.jpg) 0 0 repeat-x #3a4984;
	height: 75px;
	}
#footer-content-wrap {
	width: 950px;
	height: 88px;
	position: relative;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 19px;
	}
#footer-content-wrap a {
	color: #fff;
	text-decoration: underline;
	padding: 0px;
	}
#footer-content-wrap a:hover {
	color: #b1ebad;
	text-decoration: underline;
	}
#footer-left {
	float: left;
	width: 665px;
	margin: 20px 0px 0px 0px;
	}
#footer-right p {
	color: #fff;
	float: right;
	width: 260px;
	margin: 20px 0px 0px 0px;
	text-align: right;
	line-height: 19px;
	}
	

/*GENERAL HOMEPAGE STYLES*/
#homeimage {
	background-color: #224685;
	height: 250px;
	text-align: center;
	margin:0 auto;
	}
#slides {
	text-align:center;
	margin:0 auto;
}
	
/*HOMEPAGE TABBOX STYLES*/
.home-smb {
	float: left;
	line-height: normal;
	margin: 0px 0px 0px 5px;
	}
.home-smb li{
	background: url(../gfx/arrow-green.gif) no-repeat 0 2px;
	padding: 0px 0px 4px 10px;
	}
.home-smb li.lil{
	background: url(../gfx/arrow-green.gif) no-repeat 0 10px;
	border-bottom: #5e975b 1px dashed;
	}
.home-smb ul li a{
	font-size: 12px;
	color: #222;
	text-decoration: none;
	}
.home-smb ul li a:hover{
	text-decoration: underline;
	}
	
	
/*HOMEPAGE NEWSBOX STYLES*/
#news {
	float: right;
	line-height: normal;
	margin: 10px 0px 0px 0px;
	}
#news h3 {
	margin: 0px 0px 5px 0px;
	color: #1c3f85;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	border: none;
	}
#news ul{
	width: 279px;
	display: block;
	margin: 0px 0px 10px 0px;
	}
#news ul li{
	background: url(../gfx/arrow-green.gif) no-repeat 0 10px;
	border-top: #5e975b 1px dashed;
	padding: 8px 0px 8px 10px;
	}
#news li.morenews{
	background: url('../gfx/more.gif') no-repeat 0 8px;
	}
#news ul li a:link {
	font-size: 12px;
	color: #222;
	text-decoration: none;
	border-bottom: none;
	}
#news ul li a:visited {
	font-size: 12px;
	color: #222;
	text-decoration: none;
	border-bottom: none;
	}
#news ul li a:hover{
	text-decoration: underline; border-bottom: none;
	}



/*--------------navigation-----------*/	
#mainMenu {
	margin: 0 auto;
	width: 896px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background:url(../gfx/nav_bg.jpg) repeat-x;
	position: relative;
	height: 30px;
	z-index:200;
	}
#menuList {
	text-align:left;
	line-height:30px;
	}
#menuList ul {
	}
#menuList li{
	display:inline;
	list-style: none;
	margin:0px;
	}
a.starter {
	color: #234686;
	text-decoration: none;
	padding:6px 20px; /*Adjusts the clickable area in the top level nav*/
	border-right:1px solid #ccc;
	line-height:30px;
	}
a.starter:visited {
	color: #234686;
	text-decoration: none;
	}
a.starter:hover {
	color: #000;
	text-decoration:none;
	}
.menuNav {
	text-align: left;
	font-size: 12px; /*drop down font size*/
	color: #fff;
	position: absolute;
	visibility: hidden;
	z-index: 1;
	background:#414f88; /*drop down background color*/
	margin-left:0px; /*Adjusts the position of the drop down menu*/
	}
.menuNav li{
	padding:0px;
	margin:0px;
	}	
.menuNav li a{
/*Adjusts the links in the dropdown*/
	background-color: transparent;
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 20px;
	margin: 0px;
	padding: 8px 3px 8px 20px;
	border-bottom: 1px solid #b5b5b5;
	}
.menuNav li a:visited {
	color: #fff;
	text-decoration: none;
	}
.menuNav li a:hover {
	color: #fff;
	text-decoration: none;
	background:#3c73b0;
	}
#navsolutions {width: 210px;}
#navcontact {width: 160px;}


/* Styles for Taleo template */
body#careers td {
	padding:5px;
	}

body#careers .head1 {
	display:block;
	margin-top:1em;
	}
body hr {
	display:none;
	}
	
	
/* Bulleted lists for file resource libraries */
ul.file {
	margin:0; padding:0; /* RESET */
	margin-top:1em;
	margin-left:1em;
}
li.pdf, li.doc, li.zip, li.xls {
	background-repeat:no-repeat;
	list-style:none;
	margin-left:0px;
	margin-bottom:.5em;
	padding-left:40px;
	text-align:left;
	height:40px;
	line-height:32px;
}

li.doc {
	background-image:url('../gfx/ico_doc_2007.png');
}
li.pdf {
	background-image:url('../gfx/ico_pdf_2007.png');
}
li.pps {
	background-image:url('../gfx/ico_pps_2007.png');
}
li.xls {
	background-image:url('../gfx/ico_xls_2007.png');
}
li.zip {
	background-image:url('../gfx/ico_zip_2007.png');
}

#partners {
	margin: 20px 0px 0px 0px;
	text-align: center;
	}