div
{
	overflow: hidden;
}

p, img, form
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ebebeb;
	background-color: #fff;
	text-decoration: none;
	margin: 0;
}

.emphasis
{
	color: #fff;
	font-weight: bold; 
}

.horiz_space, .horiz_space_clear, .vertical_space
{
	width: 5px;
	height: 5px;
}

.vertical_space
{
	float: left;
}

.horiz_space_clear
{
	clear: left;
} 

#page_wrapper
{
	position: relative;
	width: 800px;
	border: 0px;
	margin: 0px auto;
	background-color: #fff;
}

/* ======================== header stuff ============================ */

#header_wrapper
{
	position: relative;
	width: 800px;
	height: 92px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#logo
{
	position: absolute;
	overflow: visible;
	z-index: 30;
	top : 0px;             
	left : 0px;              
	height: 25px;
}

#strap_line
{
	position: absolute;
	z-index: 30;
	top: 35px;             
	left: 245px;              
	height: 55px;
	color: #fff;	
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em; 
}

.strap_line_large
{
	font-size: 28px;
}


/* ======================== menu stuff ============================ */

#menu_wrapper 
{
	margin:0px 0px 0px 0px; 
	overflow: visible;
	position:absolute; 
	top: 70px; 
	width:800px; 
	border-top:1px solid #969696; 
	border-bottom:1px solid #969696; 
/*	height:300px; */
	z-index:100;
}

#menubarrightborder
{
	position:absolute;
	top: 71px;
	left: 799px;
	z-index: 110;
	width:1px;
	height: 21px;
	border-left:1px solid #969696;
}

#menu_item, #menu_item ul 
{
	padding:0; 
	margin:0; 
	list-style-type: none;
}

#menu_item a, #menu_item a:visited 
{
	display:block;
/*	width:132px;  6 menus */
	width:113px;  /* 7 menus */
	font-size:12px; 
	font-weight: bold;
	color:#000; 
	line-height:21px; 
	text-decoration:none; 
	text-align:center; 
	border-top:1px solid #969696; 
	border-left: 1px solid #969696; 
	border-width:0px 0px 0px 1px;
}

/* sub level borders */
#menu_item li ul li a, #menu_item li ul li a:visited 
{
	border-width:1px 0px 0px 0px;
	font-size:10px;
	font-weight: normal;
	text-align:left;
	padding-left: 10px; 
	border-left: 1px solid #969696; 
	border-right: 1px solid #969696; 
	border-top: 1px solid #969696; 
}

#menu_item li ul li a.company, #menu_item li ul li a.company:visited
{
	width:103px;
}

#menu_item li ul li a.company_last, #menu_item li ul li a.company_last:visited
{
	width:103px;
	border-bottom: 1px solid #969696; 
}

#menu_item li ul li a.cases, #menu_item li ul li a.technology:visited
{
	width:170px;
}

#menu_item li ul li a.cases_last, #menu_item li ul li a.technology_last:visited
{
	width:170px;
	border-bottom: 1px solid #969696; 
}

#menu_item li ul li a.services, #menu_item li ul li a.solutions:visited
{
	width:200px;
}

#menu_item li ul li a.services_last, #menu_item li ul li a.solutions_last:visited
{
	width:200px;
	border-bottom: 1px solid #969696; 
}

#menu_item li ul li a.whites, #menu_item li ul li a.coverage:visited
{
	width:260px;
}

#menu_item li ul li a.whites_last, #menu_item li ul li a.coverage_last:visited
{
	width:260px;
	border-bottom: 1px solid #969696; 
}

#menu_item li 
{
	float:left;
	background: #fff;
}

/* For Non-IE and IE7 */
#menu_item li:hover 
{
	position:relative;
}

#menu_item li:hover > a 
{
	background:#fff; 
	color:#ff8600;
}

#menu_item li.drop2:hover > a 
{
	background:#fff; 
	color:#ff8600;
}

#menu_item li ul 
{
	display:none;
}

/* For Non-IE and IE7 */
#menu_item li:hover > ul 
{
	display:block; 
	position:absolute; 
	top:-11px; 
	left:80px; 
	padding:5px 30px 30px 30px; 
	background:transparent; 
	width:99px;
}

#menu_item > li:hover > ul 
{
	left:-30px; 
	top:16px;
}

#menu_item table 
{
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:1em;
}

/* For IE5.5 and IE6 */
* html #menu_item li a:hover 
{
	position:relative; 
	background:#fff; 
	color:#ff8600;
}
* html #menu_item li.drop2 a:hover 
{
	position:relative; 
	background:#fff; 
	color:#ff8600;
}

#menu_item li.drop 
{
	background: #fff;
}

#menu_item li.drop2
{
/*	width: 135px; 6 menus */
	width: 115px; /* 7 menus */
	background: #fff;
}

#menu_item li.pad 
{
	background: #fff; 
	width: 7px;  
	line-height: 21px;
}


/* for IE5.5 and IE6 */

* html #menu_item li ul 
{
	visibility:hidden; 
	display:block; 
	position:absolute; 
	top:-11px; 
	left:80px; 
	padding:5px 30px 30px 30px; 
	background:transparent;
}

#menu_item li a:hover ul 
{
	visibility:visible; 
	left:-30px; 
	top:14px; 
	lef\t:-31px; 
	to\p:15px;
}

/* ======================== body column left stuff - common ============================ */

#body_col
{
	float: left;
	position: relative;
	width: 800px;
	background-position: top;
	background-image : url(images/sliderule.jpg);
	background-repeat : no-repeat;
}

.body_col_ht
{
	left: 0px;
	top: 0px;
	padding: 0;
}

/* ======================== body column stuff - home page ============================ */

.flow_lines
{
        position: absolute;
        z-index: 10;
	width: 800px;
	height: 430px;  
	padding: 0;
	background-repeat: no-repeat;	
	background-image: url(images/dcm4.gif);
	background-position : top left;
	border: 0;
	left: 0px;
	top: 0px;
}

.flow_head
{
        position: relative;
        z-index: 10;
	width: 10px;
	height: 10px;  
	padding: 0;
	color: #000;
	background-repeat: no-repeat;	
	background-image: url(images/join.gif);
	background-position : top left;
	border: 0;
}

.flow_box1, .flow_box2, .flow_box3
{
        position: absolute;
        z-index: 20;
	width: 200px;
	height: 50px;  
	padding: 0;
	color: #000;
	background-repeat: no-repeat;	
	background-image: url(images/dcm1.gif);
	background-position : top left;
	border: 0;
	font-size : 12px;
	text-align: center;
}

.flow_box1 p, .flow_box2 p, .flow_box3 p
{
	padding: 4px 7px 5px 7px;
/*	font-weight: bold; */
}

.flow_box1 p, .flow_box3 p
 {
 	padding-top: 10px;
 }

.flow_box1
{
	left: 40px;
	top: 30px;
}

.flow_head1
{
	position: absolute;
	left: 275px;
	top: 51px;
}

.flow_box2
{
	left: 280px;
	top: 30px;
}

.flow_head2
{
	position: absolute;
	left: 515px;
	top: 51px;
}

.flow_box3
{
	left: 520px;
	top: 30px;
}

.flow_box4, .flow_box5, .flow_box6, .flow_box7
{
        position: absolute;
        z-index: 20;
	width: 400px;
	height: 40px;  
	background-repeat: no-repeat;	
	background-image: url(images/dcm2.gif);
	background-position : top left;
	border: 0;
	text-align: center;
	padding: 8px 9px 5px 9px;
}

.flow_box4 p, .flow_box5 p, .flow_box6 p, .flow_box7 p
{
	font-size : 10px;
}

.flow_box4 a, .flow_box5 a, .flow_box6 a, .flow_box7 a
{
	font-family: "Microsoft Sans Serif", Arial, sans-serif; 
/*	font-weight: bold; */
	font-size: 20px; 
	text-decoration: none;
	color: #0066cc;
}

.flow_box4 a:hover, .flow_box5 a:hover, .flow_box6 a:hover, .flow_box7 a:hover
{
	color: #ff8600; 
}

.flow_head3
{
	position: absolute;
	left: 116px;
	top: 156px;
}

.flow_box4
{
	left: 120px;
	top: 140px;
}

.flow_head4
{
	position: absolute;
	left: 156px;
	top: 226px;
}

.flow_box5
{
	left: 160px;
	top: 210px;
}

.flow_head5
{
	position: absolute;
	left: 196px;
	top: 296px;
}

.flow_box6
{
	left: 200px;
	top: 280px;
}

.flow_head6
{
	position: absolute;
	left: 236px;
	top: 366px;
}

.flow_box7
{
	left: 240px;
	top: 350px;
}


/* ======================== body column stuff - other pages =============== */

.other_flow_lines1
{
        position: absolute;
        z-index: 10;
	width: 428px;
	height: 89px;  
	padding: 0;
}

.other_side_line
{
        position: absolute;
        z-index: 5;
	left: 44px;
	top: 115px;
	padding: 0;
}

.other_flow_lines1
{
	background-repeat: no-repeat;	
	background-image: url(images/dcm13.gif);
	background-position : top left;
	border: 0;
	left: 40px;
	top: 35px;
}

.flow_head_o1
{
	position: absolute;
	left: 99px;
	top: 116px;
}

.other_title
{
        position: absolute;
        z-index: 20;
	width: 400px;
	height: 40px;  
	color: #000;
	background-repeat: no-repeat;	
	background-image: url(images/dcm2.gif);
	background-position : top left;
	border: 0;
	text-align: center;
	padding: 8px 0px 5px 0px;
	left: 0px;
	top: 20px;
}

.other_title h1
{
	font-family: "Microsoft Sans Serif", Arial, sans-serif; 
	font-size: 20px; 
	color: #ff8600; 
	margin: 0;
}

.other_box_top
{
	position: relative;
	background-repeat: no-repeat;	
	background-image: url(images/dcm15.gif);
	background-position : top left; 
	height: 57px;
}

.other_box_middle
{
	position: relative;
	background-repeat: repeat-y;	
	background-image: url(images/dcm6.gif);
	background-position : top right; 
}

.other_box_sep
{
	width: 5px;
	height: 20px;
}

.other_box_top h2
{
	font-family: "Microsoft Sans Serif", Arial, sans-serif; 
	font-size: 18px; 
	font-weight: normal;
	color: #ff8600; 
	padding: 21px 35px 10px 80px;
	margin: 0;	
}

.other_box_middle p, .other_box_middle a, .other_box_middle td, .other_box_middle ul,  .other_box_middle input,  .other_box_middle select,  .other_box_middle submit,  .other_box_middle textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000;
}

.other_box_middle p, .other_box_middle ul.para
{
	padding: 0px 15px 5px 80px;
}

.other_box_middle ul.para
{
	margin: 15px 15px 20px 75px;
}

.other_box_middle p.level1
{
	padding: 0px 15px 5px 105px;
}

.other_box_middle p.level2
{
	padding: 0px 15px 5px 135px;
}

.other_box_middle p.level3
{
	padding: 0px 15px 5px 165px;
}

.other_box_middle a
{
	font-weight: normal;
	text-decoration: underline;  
}

.other_box_middle a:hover
{
	color: #ff8600; 
}

.other_box_bottom
{
	position: relative;
	height: 16px;
	background-repeat: no-repeat;	
	background-image: url(images/dcm7.gif);
	background-position : top right; 
}

.other1
{
        position: absolute;
        z-index: 20;
	width: 741px;
	padding: 0;
	left: 41px;
	top: 90px;
}

.errortxt 
{ 
	color: #ff0000; 
	font-weight: bold;
}

/* ======================== footer stuff ============================ */

#footer
{
	position:relative;
	width: 800px;
	border: 0;
	margin-top: 10px;
	border-top: 1px solid #969696;
	font-size: 10px;
	text-align: center;
	color: #969696;
}

#footer p
{
	line-height: 18px;
}

#footer a
{
	font-weight: normal;
	font-size: 10px;
	color: #969696;
	text-decoration: underline;
}

#footer a:hover
{
	text-decoration: underline;
	color: #ff8600;
}
