/****************
Body
****************/
body
{
      font-family:Verdana,arial,Helvetica;
      font-size:9pt;
      color:#000000;
      margin:0px 0px 0px 0px;
      background-color:#cccccc;
}
body.Tour
{
	background-color:#CCCCCC;
}
.Default
{
	font-family:Verdana,arial,Helvetica;
    font-size:9pt;
    color:#000000;
}
p
{
	margin:0px 0px 10px 0px;
}
a
{
	color:#333399;
	text-decoration:none;
}
a:hover
{
	color:#FF6600;
	text-decoration:underline;
}
a:active
{
	color:#FF6600;
	text-decoration:none;
}
.DefaultNavigationMenu
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.FooterLinks
{
	font-size:xx-small;
	color:#2C4894;
}
.FooterLinks a
{
	color:#2C4894;
}
.FooterLinks a:hover
{
	color:#2C4894;
}
.FooterLinks a:active
{
	color:#2C4894;
}
/****************
Headers
****************/
h1
{
      font-family:Verdana,arial,helvetica;
      color:#2C4894;
      font-weight:600;
      font-size:13pt;
      margin-bottom:0px;
      margin-top:0px;
}
.StepText
{
	font-size:9pt;
	font-weight:normal;
}
h2
{
	font-family:Verdana,arial,helvetica;
	font-size:9pt;
	margin-bottom:0px;
	margin-top:0px;
}
h3
{
	font-family:Verdana,arial,helvetica;
	font-size:9pt;
	margin-bottom:0px;
	margin-top:0px;
}
table.PageTitleControls
{
	width:800px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
table.PageTitleControls td
{
	padding:0px 10px 0px 0px;
}
p.BottomNavigation
{
	width:100%;
	text-align:right;
	padding:0px 10px 0px 0px;
}
/****************
Form elements
*****************/
/*
input.textarea
{
	border: solid 1px #000000;
}
input.submit
{
	border: solid 0px #000000;
}
*/
/****************
Table Cells
****************/
td
{
	font-family:verdana,arial,helvetica;
	
	line-height:1.5;
	
}
th
{
	font-family:Verdana,arial,helvetica;
	font-size:9pt;
	font-weight:bolder;
}
.TableHeader
{
	font-family:Verdana,arial,helvetica;
	font-size:9pt;
	font-weight:bolder;
}
/************************
Data Grid
*************************/
.DataList
{
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	border-collapse: collapse;
}
.DataList td
{
	padding: 2px 2px 2px 3px;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
}
/*needed for HtmlTableCell controls. Equivalent to .DataList th*/
.DataList td.Header
{
	padding: 2px 2px 2px 2px;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-color:#D6D4E9;
	vertical-align:bottom;
}
.DataList th
{
	padding: 2px 2px 2px 2px;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-color:#D6D4E9;
	vertical-align:bottom;
}
.DataList th.Header
{
	background-color:#E8AC0F;
}
tr.odd 
{
	background-color:#FFFFFF
}
tr.even
{
	background-color:#F0F0F0
}
th.NoPadding
{
	padding: 0px 0px 0px 0px;
}
td.NoPadding
{
	padding: 0px 0px 0px 0px;
}
tr.oddBorder
{
	border-right:solid 1px #000000;
	border-left:solid 1px #000000;
	background-color:#FFFFFF;
}
tr.evenBorder
{
	border-right:solid 1px #000000;
	border-left:solid 1px #000000;
	background-color:#F0F0F0;
}
tr.oddBorder td
{
	border-right:solid 1px #000000;
	border-left:solid 1px #000000;
	background-color:#FFFFFF;
}
tr.evenBorder td
{
	border-right:solid 1px #000000;
	border-left:solid 1px #000000;
	background-color:#F0F0F0;
}
/****************
Display Table
****************/
table.DisplayTable
{
	border-style:solid;
 	border-color:#999999;
 	
 	border-right-width:0px;
 	border-left-width:0px;
 	border-top-width:0px;
 	border-bottom-width:0px;
 	margin:0px 0px 0px 0px;
 	padding:0px 0px 0px 0px;
}
table.DisplayTable tr td.DisplayTableHeader
{
	background-color:#F7F7F7;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#274CAD;
	font-weight:bolder;
}
Small_Padded_Right.class { color: #2c4894; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; padding-left: 5px; }
table.DisplayTable tr td.DisplayTableBody
{
	padding:0px 0px 0px 0px;
}
table.DisplayTable tr td.DisplayTableBody table
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
hr
{
	color: #274CAD;
}
hr.DisplaySeparator
{
	color:Silver;
	height:1px;
}
/*************************************************************************
Display Filter Controls (checkboxes to show/hide columns)
*************************************************************************/
table.DisplayFilterControls
{
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	background-color:#ffffff;
}
.CustomerQuoteText
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	width:100%;
	text-align:left;
	padding: 0px 9px 0px 9px;
}
.CustomerQuoteAuthor
{
	font-family:Tahoma;
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	width:100%;
	text-align:right;
}
/******************
Context Help
*******************/
span.ContextHelp
{
	cursor: default;
}
div.ContextHelp table
{
	border: 1px solid black;
	background-color: #ffffe1;
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
}
/****************
Effects
****************/
.Hide
{
	visibility: hidden;
}
.Show
{
	visibility: visible;
}
/****************
Lists
****************/
ul
{
      margin-top:2px;
      margin-left: 20px;
      margin-bottom:0px;
}
/* Start Character Picker Background */
table.StartCharacterPicker tr td
{
	background-color:#ffffff;
}
.HiddenCopy {
	font-size:xx-small;
	color:#CCCCCC;
}
/****************
Main Menu
****************/
#top_menu {list-style-type: none; margin: 0; padding: 0; width: 773px; height: 21px; 
			font-size: 12px; font-family: arial; line-height: 21px;
			background: url(../images/top_btns/Top_Btns_Ptrn.gif) repeat-x; 
			padding: 0; margin: 0;}
#top_menu li {display: block; float: left; position: relative; height: 21px;  margin: 0; padding: 0;}
#top_menu li a {display: block; float: left; height: 21px; text-align: center;
				background: url(../images/menu_bg.png) no-repeat 100% 0; margin: 0; padding: 0;}
#top_menu li a:hover {font-weight: bold; text-decoration: none; color: #333399; }
#top_menu li ul {display: none; }
#top_menu li:hover>ul {display: block; position: absolute; left: -1px; top: 21px; float: none; clear: both; margin: 0; padding: 0; }
#top_menu li ul li { position: relative; display: block; float: left; clear: both; width: 130px; height: 21px; 
			border-left: 1px solid #ccc; margin: 0;}
#top_menu li ul li a {display: block; float: none; clear: both; width: 129px; height: 21px; 
				text-align: left; overflow: hidden; text-indent: 8px;}
#top_menu li ul.wide li {width: 160px; }
#top_menu li ul.wide li a {width: 158px; }
* html #top_menu li {behavior: url(csshover.htc); }
* html #top_menu li:hover ul {display: block; float: none; clear: both; position: absolute; left: -1px; top: 21px;  margin: 0; padding: 0; }
* html #top_menu li:hover ul li ul {display: none; }
#top_menu li ul li ul, #top_menu li ul li ul li ul {display: none;}
#top_menu li:hover ul li:hover ul {display: block; position: absolute; top: -1px; left: 128px; border-top: 1px solid #ccc; width: 158px; }
#top_menu li:hover ul li:hover ul li ul {display: none; }
#top_menu li:hover ul li:hover ul li:hover ul {display: block; position: absolute; top: -1px; left: 176px; border-top: 1px solid #ccc;}
#top_menu li:hover ul li:hover ul li a {width: 177px; }
#home_btn {width: 45px; }
/*
#cabling_btn {width: 55px; }
#telecom_btn {width: 60px; }
#sample_btn {width: 102px; }
#open_jobs_btn {width: 73px; }
#about_btn {width: 64px; }
#contact_btn {width: 55px; }
#clients_btn {width: 55px; }
#electrical_btn {width: 66px; }
#security_btn {width: 61px; }
#fire_alarm_btn {width: 74px; }
*/
#telecommunications_btn {width: 132px; }
#structured_cabling_btn {width: 118px; }
#central_office_btn {width: 90px; overflow: hidden; }
#building_controls_btn {width: 112px; }
#core_values_btn {width: 84px; }
#locations_btn {width: 67px; }
#news_btn {width: 44px; }
#employment_btn {width: 81px; }
#bill_rates {width: 68px; }
#home .home, #cabling .cabling, #electrical .electrical, #security .security, #fire_alarm .fire_alarm,
#building_controls .building_controls, #telecom .telecom, #core_values .core_values, #locations .locations,
#news .news, #employment .employment, #clients .clients, #central_office .central_office, #telecommunications .telecommunications,
#structured_cabling .structured_cabling, #bill_rates .bill_rates
{
	background-position: 100% -21px;
}
/*****************
Top Right Buttons
******************/
#join_us {display: block; float: right; margin: 0; height: 99px; width: 125px; background: url(../images/ISCW08DigGuestPass.gif) 0px -10px; }
/****
#top_right_btn {: display: block; position: absolute; top: 0px; right: 9px;  height: 99px; width: 166px;  background-image:url(../images/top_right_phone.png); text-decoration: none; clear: none; text-indent: -400px; overflow: hidden;}
***/
* html #top_right_btn {margin-right: 4px; }
a#top_right_btn:hover {background-position:0 -99px; }
#toprightimg {width:166px; height:99px; border:0; }
/**************
Page Heading
***************/
a#toplink {display: block; width: 420px; float: left; }
img#headimage {height: 78px; width: 420px; border: 0; }
#heading {border-bottom:1px solid #9facce; height: 99px; width: 778px; background: #FFF url(../images/header_full_new.png); position: relative;}
#heading h1 {text-align: center; padding: 0; font-size: 13px; font-family: tahoma, arial; color: #333;}
#heading a:hover {text-decoration: none; }
#webcenter_btn {height: 36px; width: 170px; background: url(../images/web_center.png); position: absolute; top: 55px; left: 580px; text-indent: -400px; overflow: hidden; }
#but_fb {height: 39px; width: 39px; background: url(../images/facebook.png); position: absolute; top: 10px; left: 615px; text-indent: -400px; overflow: hidden; }
#but_in {height: 39px; width: 39px; background: url(../images/in.png); position: absolute; top: 10px; left: 675px; text-indent: -400px; overflow: hidden; }
/*************
Content
*************/
#content p {line-height: 18px; margin-bottom: 15px; }
#content h2 {text-align: center; font-size: 16px; margin: 0 0 20px 0;}
#content h3 {margin-bottom: 6px; }
#content li {line-height: 20px; }
#content .center {text-align: center; }
/************
Divs
************/
body {text-align: center; padding-top: 6px; background: #ccc; }
#container {width:778px;margin: 0px auto; text-align:left; padding:0; }
#banner {padding-top: 41px; padding-bottom: 20px; text-align: center; height: 120px; }
#flash_banner {padding-top: 31px; padding-bottom: 10px; padding-right:5px; text-align: center; height: 150px; }
#main {width: 778px; margin: 0; padding: 0; background: #fff url(../images/page_bg.png) repeat-y; }
#content {margin: 0 22px; }
div#container {position: relative;}
div#menu {position: absolute; top: 100px; left: 0px; }
div#footer_logos {text-align: center; margin: 6px 0 0 78px; height: 36px;}
div#footer_logos img {float: left; margin-right: 25px; }
div#footer_logos_new {width:900px; text-align: center; margin: 6px 0% 15px; height: 36px;display:block;}
div#footer_logos_new img {float: left; margin-right: 3px; }
/**************
New Lists
**************/
#content ul.joblist {width: 320px; float: left; margin-bottom: 20px; margin-right: 0px; list-style-type: none; display: block;
					background: url(../images/box_btm.png) 0 100% no-repeat;  padding: 0 0 12px 0;}
#content ul.joblist strong {color: white; line-height: 26px; margin-left: 12px;}
#content ul.joblist strong a {color: white; text-decoration: none; }
#content ul.joblist strong a:hover {text-decoration: underline; }
#content ul.joblist span {display: block; width: 320px; background: url(../images/box_top.png) no-repeat;  }
#content ul.joblist li {margin-top: 0px; margin-bottom: 0px; margin-left: 12px; line-height: 16px;}
#content ul.joblist li.firstchild {margin-top: 8px;}
#content ul.leftside {margin-left: 24px; clear: both; margin-right: 14px;}
#content ul.toptwo {margin-top: 16px; }
* html #content ul.leftside {margin-left: 12px; margin-right: 7px; }
* html #container {overflow: hidden; }
.home1 {
	font-size: 16px; 
	font-weight: bold;
	line-height: 160%;
	margin: 0 auto;
	display: block;
}
