html {
	font-size: 100%;
	padding:0; 
	margin:0; 
	background:#fff; 
	font-family: Verdana, Geneva, sans-serif;
}
body  {
	padding:0; 
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	font-size: 1em;
    font-family: Verdana, Geneva, sans-serif;
	background: #FFFFFF;
	color: #000000;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
#container { 
	width:1004px; 
	margin: 0 auto;
	/*border-left:1px solid #000;
	border-right:1px solid #000;*/
	background:#fff;
	/*margin: 0 auto; * the auto margins (in conjunction with a width) center the page *
	border-color: #000000;
	border:solid thin;*/
}	
#content {
	z-index:3; 
	top:150px; 
	bottom:52px; 
	width:1004px;
	margin: 0 auto;
	background:#fff;
	position:absolute;
}
#content li li{
	font-size:11px;
}
#header {
	font-size:11px;
	top:0; 
	z-index:5;
	width:1004px; 
	border: none;
	height: 110px; 
	margin: 0 auto;
	position: fixed;
	background: #FFFFFF; 
	text-decoration: none;
	padding: 40px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


* html #content{
  	top:0; 
	bottom:0;
	width:1004px;
}
#sidebar1 {
	font-size:11px;
    font-family: Verdana, Geneva, sans-serif;
	float: left; /* since this element is floated, a width must be given */
	width: 283px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	position:relative;
	padding: 0;
	margin: 0px 0px 10px 29px;
	color: #FFFFFF;
}
#roundedcorner_content img {
	text-align:center;
	padding:10px;
	width:243px;

}
#sidebar1 h2 {
	margin: 0 0 0 12px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 13px;
	line-height:17px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	z-index:1;
	text-decoration: none;
}
#sidebar1 h1 {
	margin: 0 0 0 12px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 13pt;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	z-index:1;
	text-decoration: none;
	color:#ffffff;
}
#sidebar_picture {
	text-align:center;
	}
#sidebar_picture p {
	text-align:left;
	padding-left:20px;
	padding-bottom:10px;
	}
#sidebar_picture ul {
	text-align:left;
	
}
#sidebar_picture img{
	margin-top:10px;
	margin-bottom:10px;
	
	}
#sidebar1 p {
	margin: 0 12px 0 12px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 11px;
	line-height: 15px;
}
#main {
	width: 617px;
	margin: 0 0 0 351px;
	position: relative;
	z-index: 0;
}
.gradient {
	top: 0;
	left: 0px;
	z-index: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.c a {
	color:#333333;
	text-decoration:none;
}
.darkblue {
	background-color: #333366;
	}
.lightblue {
	background-color: #99ccff;
	}
.grad_dark img, .grad_light img {
  background-color: transparent;
}
.grad_dark * {
  z-index: 0;
}
.grad_dark p {
  margin: 0px 12px 0px 12px;
  padding: 0px;
  color:#ffffff;
}
.grad_light * {
  z-index: 0;
}
.grad_light p {
  margin: 0px 12px 0px 12px;
  padding: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  line-height: 15px;
  color:#333333;
  font-weight:normal;
}
.grad_light h2 {
  margin: 0px 12px 0px 12px;
  padding: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-size:13px;
  line-height:17px;
  color:#333333;
  font-weight:bold;
}
/* Change links within h3 tags, ".grad_light h3" below may not be needed anymore. */
.grad_light h3 a {
	font-family: Verdana, Geneva, sans-serif;
	color:#333333;
}
.grad_light h3 {
	margin: 0 0 0 12px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 11px;
	line-height: 15px; 
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color:#333333;
}
.grad_light h4 {
	margin: 0 0 0 12px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 8px;
	line-height: 10px; 
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color:#333333;
}  
#mainContent {
	margin:0px;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 20px;
	color: #333333;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	position:relative;
	z-index:1;
	top:0px;
}
#mainContent h2 {
	margin: 0 0 0 12px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 13pt;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color:#333333
}  
#footer { 
	font-size: 9px;
	padding: 0px 45px 0px 45px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF; 
	position:relative;
}
#footer a { 
	color:#0088cc;
}
#footer a:link, a:visited, a:active { 
	text-decoration:none;
}
#footer a:hover { 
	text-decoration:underline;
}
#footer ul {
	display:inline;
	list-style-image:none;
	list-style-position: outside;
	list-style-type: none;
} 
#footer ul li {
	display: inline;
	list-style: none;
	border-left: 1px solid #333333;
	padding: 0px 3px 0px 3px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
} 
#footer ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	padding: 0px 3px 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#left {
	float: left;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
#right {
	float: right;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
#sitemap {
	text-decoration: none;
}

.column, .column div, .column ul, .column li{
	width: 100%;
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 18px;
	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
   
}
#below_content1 {
   height: 132px;
   width: 299px;
   margin-right: 11px;
   position:relative;
   border: none;
   text-decoration: none;
   z-index: 1; 
	}
#below_content2 {
   height: 132px;
   width: 307px;
   margin: 0;
   position:relative;
   border: none;
   text-decoration: none;
   z-index: 1; 

}
.horizontal_space {
   width: 100%;
   height: 9px;
   background: #fff;
}

#box_181px {
   height: 181px;
   width: 307px;
   margin: 0;
   position: relative;
   border: none;
   text-decoration: none;
}
#box_95px { 
   height: 95px;
   width: 307px;
   margin: 0;
   position: relative;
   overflow: hidden;
   border: none;
   text-decoration: none;
   z-index: 0; 
}
#box_132px { 
   height: 132px;
   width: 307px;
   margin: 0;
   position: relative;
   overflow: hidden;
   border: none;
   text-decoration: none;
   z-index: 0;
   
}
#box_141px { 
   min-height: 141px;
   width: 307px;
   margin: 0;
   position: relative;
   border: none;
   text-decoration: none;
}
#error_box { 
   height: 50px;
   width: 500px;
   margin: 0 auto;
   position: relative;
   color: #fff;
   margin-bottom: 30px;
}
#error_box #message {
   padding-left: 120px;
}
#box_sidebar { 
   width: 307px;
   margin: 0;
   position: relative;
   border: none;
   text-decoration: none;
   z-index: 1;
}

#roundedcorner_top {
   background: transparent url(/images/navigation/roundedcorner_tl.png) no-repeat top left;
}

#roundedcorner_top div {
   background: transparent url(/images/navigation/roundedcorner_tr.png) no-repeat top left;
   margin-left: 295px;
}

#roundedcorner_bottom {
   background: transparent url(/images/navigation/roundedcorner_bl.png) no-repeat top left;
   margin-bottom: 12px;
}

#roundedcorner_bottom div {
   background: transparent url(/images/navigation/roundedcorner_br.png) no-repeat top left;
   margin-left: 295px;
   margin-bottom: 12px;
}

#roundedcorner_top div, #roundedcorner_top,
#roundedcorner_bottom div, #roundedcorner_bottom {
   height: 12px;
   width: 12px;
   z-index: 1;
}
.roundedcorner_content {
	margin:0px;
	font-family: Verdana, Geneva, sans-serif;
	position:relative;
	padding-top:8px;
	z-index:2;}
	
.roundedcorner_content h2{
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	z-index:2;
}
	
.roundedcorner_content p{
	font-size: 11px;
	line-height: 15px;
	color:#FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	z-index:2;
}

#main_top div {
	background: transparent url(/images/navigation/roundedcorner_tr.png) no-repeat top left;
	width:12px;
	height:12px;
	margin-left: 295px;
}

#main_top {
	background: transparent url(/images/navigation/roundedcorner_tl.png) no-repeat top left;
	width:12px;
	height:12px;
}

#main_bot div {
	background: transparent url(/images/navigation/roundedcorner_br.png) no-repeat top left;
	width:12px;
	height:12px;
	margin-left: 295px;
										  
}
#main_bot {
	background: transparent url(/images/navigation/roundedcorner_bl.png) no-repeat top left;
	width:12px;
	height:12px;
	position:absolute;
	top:129px;
										  
}									
#top_617 div {
	background: transparent url(/images/navigation/roundedcorner_tr.png) no-repeat top left;
	width:12px;
	height:12px;
	margin-left: 605px;
	
}

#top_617 {
	background: transparent url(/images/navigation/roundedcorner_tl.png) no-repeat top left;
	width:12px;
	height:12px;
	
}
#bot_617 div {
	background: transparent url(/images/navigation/roundedcorner_br.png) no-repeat top left;
	width:12px;
	height:12px;
	margin-left: 605px;
	
}

#bot_617 {
	background: transparent url(/images/navigation/roundedcorner_bl.png) no-repeat top left;
	width:12px;
	height:12px;
	position:absolute;
	bottom:0px;
	}
#top_141 div {
	background: transparent url(/images/navigation/roundedcorner_tr.png) no-repeat top left;
	width:12px;
	height:12px;
	margin-left: 295px;
}

#top_141 {
	background: transparent url(/images/navigation/roundedcorner_tl.png) no-repeat top left;
	width:12px;
	height:12px;
}

#bot_141 div {
	background: transparent url(/images/navigation/roundedcorner_br.png) no-repeat top left;
	width:12px;
	height:12px;
	margin-left: 295px;
										  
}
#bot_141 {
	background: transparent url(/images/navigation/roundedcorner_bl.png) no-repeat top left;
	width:12px;
	height:12px;
	position:absolute;
	bottom:0px;
										  
}
#error_box_top div {
	background: transparent url(/images/navigation/roundedcorner_tr.png) no-repeat top left;
	width:12px;
	height:12px;
	margin-left: 488px;
}

#error_box_top {
	background: transparent url(/images/navigation/roundedcorner_tl.png) no-repeat top left;
	width:12px;
	height:12px;
}
#error_box_bottom div {
	background: transparent url(/images/navigation/roundedcorner_br.png) no-repeat top left;
	width:12px;
	height:12px;
	margin-left: 488px;
										  
}
#error_box_bottom {
	background: transparent url(/images/navigation/roundedcorner_bl.png) no-repeat top left;
	width:12px;
	height:12px;
	position:absolute;
	bottom:0px;
										  
}
#top_299 div {
	background: transparent url(/images/navigation/roundedcorner_tr.png) no-repeat top left;
	width:12px;
	height:12px;
	margin-left: 287px;
}

#top_299 {
	background: transparent url(/images/navigation/roundedcorner_tl.png) no-repeat top left;
	width:12px;
	height:12px;
}

#bot_299 div {
	background: transparent url(/images/navigation/roundedcorner_br.png) no-repeat top left;
	width:12px;
	height:12px;
	margin-left: 287px;
										  
}
#bot_299 {
	background: transparent url(/images/navigation/roundedcorner_bl.png) no-repeat top left;
	width:12px;
	height:12px;
	position:absolute;
	bottom:0px;
	}	
#bot_sidebar div {
	background: transparent url(/images/navigation/roundedcorner_br.png) no-repeat top left;
	width:12px;
	height:12px;
	margin-left: 295px;
										  
}
#bot_sidebar {
	background: transparent url(/images/navigation/roundedcorner_bl.png) no-repeat top left;
	width:12px;
	height:12px;
	position:absolute;
	bottom:0px;
}
#top_285 div {
	background: transparent url(/images/navigation/roundedcorner_tr.png) no-repeat top left;
	width:12px;
	height:12px;
	margin-left: 605px;
}

#top_285 {
	background: transparent url(/images/navigation/roundedcorner_tl.png) no-repeat top left;
	width:12px;
	height:12px;
}

#bot_285 div {
	background: transparent url(/images/navigation/roundedcorner_br.png) no-repeat top left;
	width:12px;
	height:12px;
	margin-left: 605px;
										  
}
#bot_285 {
	background: transparent url(/images/navigation/roundedcorner_bl.png) no-repeat top left;
	width:12px;
	height:12px;
	position:absolute;
	top:273px;
										  
}
#category-table {
	margin: 0 auto;
}
#category-table td {
	padding-right: 10px;
	text-align: center;
}
#category-table span {
	color: white;
	font-size: 11px;
}
#logo {
	float: left;
	border: none;
	margin-left: 20px;
	margin-right: 20px;
}
.reg {
	position: relative;
	bottom:0.5em;
	font-size: 0.8em;
}
#menu ul {
		left: 0 !important;
}
#menu ul, #menu_bar ul {
		left: 8px;
		margin: 0;
		padding: 0;
		position: relative;
}
#menu ul li {
	  float: left;
	  list-style: none;
	  text-align: center;
	  margin-right: 8px;
	  /* ie is different see ie.css */
	  background-color: #9cf;
	  border: 2px solid #369;
	  -moz-border-radius: 7px;
	  -webkit-border-radius: 7px;
}
#menu ul li span {
	  top: 12px; /* for ie see ie.css */
	  color: #369;
	  font-size: 8pt;
	  font-weight: bold;
	  position: relative;
	  font-family: Verdana, Geneva, sans-serif;
}
#menu ul li a {
	  width: 80px;
	  height: 37px;
	  display:block;
	  text-decoration: none;
}
#menu .double {
	  top: 5px; /* for ie see ie.css */
}
#menu .selected {
	  background-color: #336;
}
#menu .selected span {
	  color: #fff;
}
#menu li:hover {
	  background-color: #369;
}
#menu li:hover span {
	  color: #fff;
}
#menu .hover {
	  background-color: #369;
}
#menu .hover span {
	  color: #fff;
}
#menu_bar #sub_menu {
	left: 0;
	position: absolute;
}
#menu_bar #curve { 
	float:left;
	margin-right: 0;
	text-decoration: none;
	border: none;
	position: relative;
	left: -70px;
}
#menu_bar {
	  left: 5px;
	  position: relative;
	  float: left;
	  height: 38px;
	  width: 717px;
	  margin-top: 15px;
	  background: transparent url(/images/navigation/nav_bar.gif) no-repeat;
}
#menu_bar ul li {
	  float: left;
	  list-style: none;
	  margin-right: 5px;
}
#menu_bar ul li span {
	  font-size: 8pt;
	  position: relative;
	  font-family: Verdana, Geneva, sans-serif;
	  top: 10px;
	  white-space: nowrap;
}
#menu_bar ul li a {
	  padding: 1px;
	  width: 165px;
	  height: 36px;
	  display: block;
	  text-align: center;
	  text-decoration:none;
	  color: #336;
}
#menu_bar .selected a {
	  padding: 0px;
	  border: 1px solid;
}
#menu_bar ul li a:hover {
	  padding: 0px;
	  border: 1px dashed;
}
#menu_bar #about a {
}
#menu_bar #technology a {
}
#menu_bar #areas a {
}
#menu_bar #services a {
	  width: 125px;
}
#menu_bar #sub_software a {
	  width: 135px;
}
#menu_bar #sub_val_ver a {
	  width: 140px;
}
#menu_bar #products a {
	  width: 88px;
}
#menu_bar #toolkits a {
}
#menu_bar #careers a {
}
#menu_bar #contact a {
}
#menu_bar .double {
	  top: 5px;
}
#menu_bar .reg {
	  top: 7px;
}

#descriptive-text {
	  margin: 5px 20px !important;
}

#noscript {
	  top: 0;
	  left: 0;
	  color: #fff;
	  width: 100%;
	  font-size: 11pt;
	  height: 25px;
	  z-index: 200;
	  position: fixed;
	  padding-top: 4px;
	  text-align: center;
	  background-color: #336;
}
