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

/* OVERALL STYLES */

body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body, html, td {
	font-family: Helvetica, Trebuchet MS, Tahoma, Myriad, Arial, Sans-Serif;
	font-size: 12px;
	color: #999999;
}

body {
	background-color: #ffffff;
}

img {
	border: 0px solid white;
}

a {
	color: #00529d;
	text-decoration: none;
}

strong {
	color: #000000;
	font-weight: normal;
}

hr {
	border: 0;
	color: #c9dbee;
	background-color: #c9dbee;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 0 0 3px 0;
}

ul, li {
	text-align: left;
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 4px 0 0 0;
}

li
{
	background-image: url(../../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 15px;
	line-height: 17px;
	margin-bottom: 15px;
}

th {
	font-size: 13px;
	color: #515151;
	letter-spacing: -.03px;
	font-weight: normal;
}


h2 {
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 20px;
}

h2.jobTitle {
	font-weight: bold;
	margin-bottom: 5px;
}

h2.jobTitle span {
	color: #515151;
	font-weight: normal;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

h3 {
	font-size: 13px;
	color: #515151;
	letter-spacing: -.03px;
	font-weight: normal;
}

.subTitle {
	color:#515151;
	font-size:12px;
	line-height: 16px;
}

span.first-paragraph {
	font-size: 14px;
	color: #515151;
	letter-spacing: -.03px;
	line-height: 19px;
	margin-top: 0px;
	display: block;
}

/*  LAYOUT STYLES */

table.outer-table {
	 width: 870px;
	 height: 100%;
	 margin: 0px auto;
}

table.outer-table td{
	vertical-align: top;
	padding: 0;
}

table.main-table td {
	padding: 0px;
}

td.left-navigation {
	/* border: 1px solid blue;
	width: 208px; */
	width: 400px;
	height: 28px;
}

/* CONTENT TABLE COLUMNS */

td.column-one, td.column-three {
	width: 365px;
}

td.column-two {
	width: 110px;
}

td.home-column-one {
	width: 580px;
}

td.home-column-three {
	width: 250px;
}

/* LOGO */

td.logo {
	width: 870px;
	height: 114px;
	vertical-align: top;
}

h1#logo {
	margin-top: 0;
	display: block;
	width: 77px;
	height: 87px;
	text-indent: -9999px;
	background: transparent url(../../images/ion-networks.gif) no-repeat 0 0;
}

h1#logo a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}


/* NAVIGATION */

td.navigation {
	background: url(../../images/nav-bg-off.gif) no-repeat;
	width: 470px; 
	height: 28px;
}

ul#navlist
{
	width: 470px;
	height: 26px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	text-align: center;
	background-image: none;
	padding-left: 0px;
}

#navlist li a {
	color: #31589f;
	font-size: 12px;
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;
}

#navlist li a:hover, #navlist li a.selected {
	color: black;
	font-weight: bold;
}

/*
li.nav-1 a { width: 62px; }
li.nav-2 a { width: 111px; }
li.nav-3 a { width: 150px; }
li.nav-4 a { width: 85px; }
li.nav-5 a { width: 62px; }
li.nav-6 a { width: 199px; }
*/

li.nav-1 a { width: 94px; }
li.nav-2 a { width: 94px; }
li.nav-3 a { width: 94px; }
li.nav-4 a { width: 94px; }
li.nav-5 a { width: 94px; }
li.nav-6 a { width: 199px; }

li.nav-1 a:hover, li.nav-1 a.selected { background: url(../../images/nav-8-on.gif) top center no-repeat; }
li.nav-2 a:hover, li.nav-2 a.selected { background: url(../../images/nav-2-on.gif) top center no-repeat; }
li.nav-3 a:hover, li.nav-3 a.selected { background: url(../../images/nav-2-on.gif) top center no-repeat; }
li.nav-4 a:hover, li.nav-4 a.selected { background: url(../../images/nav-2-on.gif) top center no-repeat; }
li.nav-5 a:hover, li.nav-5 a.selected { background: url(../../images/nav-7-on.gif) top right no-repeat; }
li.nav-6 a:hover, li.nav-6 a.selected { background: url(../../images/nav-6-on.gif) top center no-repeat; }

td.content {
	width: 870px;
}

td.copyright {
	height: 40px;
	color: #cccccc;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 18px;
}

td.copyright a {
	margin-right: 35px;
	color: #999999;
	text-transform: uppercase;
}

td.copyright a:hover {
	text-decoration: underline;
}

td.copyright span {
	font-size: 9px;
	color: #515151;
}

/* PAGE-SPECIFIC STYLES */

td.content {
	line-height: 22px;
	/* text-align: justify; */
}

table.depts {
	margin-top: 4px;
}

table.depts td {
	height: 71px;
	padding-top: 4px;
	text-align: left;
	line-height: 15px;
	color: #000000;
	
}

img.external {
	margin-left: 3px;
}

/* SPECIAL ANCHORS */

a.arrow-bg {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../../images/arrow-bg.gif) no-repeat;
	padding-left: 18px;
}

a.space-left{
	margin-left: 32px;
}

/* SPECIAL STYLES */

.strong {
	font-weight: bold;
}

.caps {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

hr.space-1 {
	margin-bottom: 40px;
	margin-top: 20px;
}

td.nopadding {
	padding: 0px;
	line-height: 15px;
}

/* INDEX ONLY */

table.index-header {
	width: 900px;
	height: 250px;
	background: url(../../images/header-image-home.jpg) no-repeat;
}

table.index-header td {
	padding: 0px;
}

table.index-header td.blue-text {
	text-align: right;
	color: #80b1cc;
	font-size: 11px;
	line-height: 14px;
}

a.articleTitle {
	line-height: 17px;
}

span.articleDate {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

/*  JOBS PAGE */

table.job-box {
	width: 80%;
}

table.job-box th{
	text-align: right;
	vertical-align: top;
	padding-right: 15px;
}

table.job-box td {
	text-align: left;
}

/* ABOUT PAGE */

table.about-box {
	text-align: left;
}

table.about-box td.left {
	padding-right: 20px;
}

table.about-box td {
	padding-bottom: 30px;
}

table.about-box td h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}

/* DROPDOWN MENU */


#navi {
	padding: 0px;
	margin: 0cm;
}

#menus {
	position: relative;
	z-index: 1;
	visibility: visible;
	margin: 0cm;
	padding: 0px;
}

#menus a {
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
}

#menus a:hover {
	color: #98B8C2;
}


#but1_links {
	position: absolute;
	top: 0px;
	left: 8px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	margin: 0px 0px 0px 0px;
	padding-left: 8px;
	width: 120px;
	z-index: 2;
	visibility: hidden;
}

#but2_links {
	position: absolute;
	top: 0px;
	left: 88px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	margin: 0px 0px 0px 0px;
	padding-left: 8px;
	width: 120px;
	z-index: 2;
	visibility: hidden;
}

.tim_form {
	width: 576px; height: 102px;
}

.qubo {
	background: url('../../images/form-bg-qubo.jpg') no-repeat;		
}

.life {
	background: url('../../images/form-bg-life.jpg') no-repeat;		
}


.ion {
	background: url('../../images/form-bg-ion.jpg') no-repeat;		
}

.tim_inner {
	position: relative; top: 38px; left: 410px;	
}

.zipcode {
	width: 110px; height: 25px; font-size: 14px;	
}

.qubo .zipcode {
 border: 1px solid #5aa0dc;	
}

.ion .zipcode {
 border: 1px solid #6699cc;
}

.life .zipcode {
 border: 1px solid #47673b;
}

.submit_img {
position: relative; top: 3px;	
}



