@charset "utf-8";
/* CSS Document */

body { /* need fix */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-family: Tahoma, Arial, sans-serif;
	background-image:url(../images/bg_main_right.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#all {
	width: 100%;
	background-image:url(../images/bg_main_left.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

p {
	font-size: 13px;
	color:#000000;
}

ul { 
    line-height: 1.25em;
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    list-style-image: url(../images/bullet.gif); 
}

li {
	font-size: 13px;
	color:#000000;
}

a:link, a:visited {
	color: #2B7FC1;
}

a:hover, a:active {
	color: #0DA6E1;
}

td {
	font-size: 13px;
	font-weight: normal;
	color:#000000;
}

h1, h2, h3, h4, h5, h6 {
    color: black; 
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    border-bottom: 1px solid #0D74BF;
}

.Heading {
    font-size: 14px;
    border-bottom: none;
    font-weight: bold;
    color: #2B7FC1;
    margin: 0;
    padding: 0;
}

.Subheading {
    font-size: 13px;
    border-bottom: none;
    font-weight: bold;
    color: #4997D7;
    margin: 0;
}

fieldset {
    border: 1px solid #0D74BF;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}
legend {
    background: white;
    padding: 0.5em;
    font-size: 90%;
}

form {
    border: none;
    margin: 0;
}
textarea {
    font: 110% "Courier New", Courier, monospace; 
    border: 1px solid #0D74BF;  
    color: #0b68ac;
    background-color: white;
    width: 100%;
}
input {
    font-family: Tahoma, Verdana, "Century Gothic", Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #0D74BF;  
    color: #0b68ac;
    background-color: white;
    vertical-align: middle;
}
select {
    border: 1px solid #0D74BF;  
    color: #0b68ac;
    vertical-align: top;
}
code {
    font-size: 120%;
    color: black;
    background-color: #C6E6F4;
    border: 1px dashed #0D74BF;
    padding: 0 0.1em;
}
pre {
    font-size: 120%;
    padding: 1em;
    border: 1px dashed #0D74BF;
    color: black;
    background-color: #C6E6F4;
    overflow: auto;
}

hr {
    height: 2px;
	color: #70ACDE;
    background-color: transparent; 
}

.line {
	color: #70ACDE;
}

.orange {
	color: #FF8000;
}

.lime {
	color: #99CC00;
}
/* ---------- header -------------- */

#header {
	background-image: url("../images/bg_top.gif");
	width:850px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	vertical-align:middle;
	position: relative; 
	z-index: 9998; 	
}
.toplogo {
	margin-top: 16px;
	margin-left: 2px;
}
.running {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color:#cc0000;
	border: 1px solid red;
}

.topnav {
	margin-top: 6px;
}

 /* ------------- top nav bar ------------- */

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 850px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 100px; /* has to set this small otherwise sublevel blocks will run into the same line */
  list-style: none;
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 100px; /* overwritten by a underneath */
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

ul#navmenu a {
  color: #666;
  font: 11px/22px Tahoma, Arial, Helvetica, sans-serif;
}

/* 'sublevel' style is mainly used by IE6 for sub-menu */
ul#navmenu li#about a.sublevel, 
ul#navmenu li#news a.sublevel, 
ul#navmenu li#investors a.sublevel,

ul#navmenu li#about.on a.sublevel, 
ul#navmenu li#news.on a.sublevel,
ul#navmenu li#investors.on a.sublevel{ 
	color: #2B7FC1;
	padding: 1px 8px;
	border-left:3px solid #F0F5FB;
	border-right:3px solid #C0DAF1;
	overflow: visible;
	text-decoration:none;
	background-image:url(../images/bg_dropdownmenu.jpg);
	background-position:0 0;
}

ul#navmenu li#about a.sublevel { width: 100px;}
ul#navmenu li#news a.sublevel { width: 140px;}
ul#navmenu li#investors a.sublevel { width: 140px;}

ul#navmenu li#about a:hover.sublevel, 
ul#navmenu li#news a:hover.sublevel,
ul#navmenu li#investors a:hover.sublevel,{ /* don't think this is working... */
	color: white;
	border-left:3px solid #cccccc;
	border-right:3px solid #cccccc;
	background-image:url(../images/bg_dropdownmenu_on.jpg);
}


/* Root Menu */
ul#navmenu li#blank1 a, 
ul#navmenu li#about a, 
ul#navmenu li#news a, 
ul#navmenu li#investors a, 
ul#navmenu li#technology a, 
ul#navmenu li#distribution a, 
ul#navmenu li#microforte a, 
ul#navmenu li#blank2 a{
  border: 0;
  padding-top: 28px; 
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background-image: url(../images/bg_top_nav_off.jpg); 
  height: 0;  
  overflow: hidden;
} 

ul#navmenu li#news.on a,  /* for indicating current section */
ul#navmenu li#events.on a, 
ul#navmenu li#technology.on a, 
ul#navmenu li#services.on a, 
ul#navmenu li#support.on a, 
ul#navmenu li#games.on a, 
ul#navmenu li#licensing.on a, 
ul#navmenu li#company.on a {
  background-image: url(../images/bg_top_nav_on.jpg);  
} 

/* the following reflects the items that are on the distribution site 
ul#navmenu li#blank1 a { width: 550px; background-position: 0 0; }
ul#navmenu li#news a { width: 73px; background-position: -550px 0; }
ul#navmenu li#events a { width: 93px; background-position: -623px 0; }
ul#navmenu li#company a { width: 100px;  background-position: -716px 0; }
ul#navmenu li#blank2 a { width: 34px;  background-position: -816px 0; } */

/* the following reflects the items that are on the corporation site */
ul#navmenu li#about a { width: 143px; background-position: 0 0; }
ul#navmenu li#news a { width: 64px; background-position: -143px 0; }
ul#navmenu li#investors a { width: 97px; background-position: -207px 0; }
ul#navmenu li#technology a { width: 182px;  background-position: -304px 0; }
ul#navmenu li#distribution a { width: 186px;  background-position: -486px 0; }
ul#navmenu li#microforte a { width: 171px;  background-position: -672px 0; }
ul#navmenu li#blank2 a { width: 7px;  background-position: -843px 0; }

ul#navmenu li#about a:hover, 
ul#navmenu li#news a:hover, 
ul#navmenu li#investors a:hover, 
ul#navmenu li#technology a:hover, 
ul#navmenu li#distribution a:hover, 
ul#navmenu li#microforte a:hover, 

ul#navmenu li:hover#about a, /* technology, distribution & microforte doesn't have sublevels */
ul#navmenu li:hover#news a, 
ul#navmenu li:hover#investors a{
	 background-image: url(../images/bg_top_nav_on.jpg);
}


/* 'sec' style is only used by IE7 and FF for sub-menu */
ul#navmenu  li:hover#about li.sec a,
ul#navmenu  li:hover#news li.sec a,
ul#navmenu  li:hover#investors li.sec a { 
	background-image:url(../images/bg_dropdownmenu.jpg);
	background-position:0 0;
	padding: 0 8px;
	border-left:3px solid #F0F5FB;
	border-right:3px solid #C0DAF1;
	text-decoration:none;
	height: 30px !important; /* auto originally, but it creates a white gap */
    height: 1%; /* For IE*/
}

ul#navmenu  li:hover#about li.sec a { width: 123px;}
ul#navmenu  li:hover#news li.sec a { width: 80px;}
ul#navmenu  li:hover#investors li.sec a { width: 80px;}

ul#navmenu li:hover#about li.sec a:hover, 
ul#navmenu li:hover#news li.sec a:hover, 
ul#navmenu li:hover#investors li.sec a:hover {
	background-image:url(../images/bg_dropdownmenu_on.jpg);
	color: white; /* only add to corporation website - wasn't need in other sites at all */
	border-left:3px solid #cccccc;
	border-right:3px solid #cccccc;
}



/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  color: #4997D7;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  color: #666;
}

/* 2nd Menu Hover Persistence  - border doesn't work here */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  color: #ffffff;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  color: #4997D7;
}


ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  color: red;
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  color: red;
  display: block;
}


/* ------------- main section ---------------- */

#main {
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background-color:#ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	width: 848px;
}

#banner {
	text-align:center;
}

/* ------- for tables ------- */
.blueborder {
    border-collapse: collapse;
    border: 1px solid #70ACDE;
}
.blueborder td {
	border: 1px solid #70ACDE;
}

.eventDate {
    text-align: right;
    font-size: 10px;
    font-weight: normal;
    color: #76797c;
}

.eventTable {
	margin-bottom: 20px;
	border-top-width:6px;
	width: 530px;
}

.greyborder {
	border-collapse: collapse;
	border: 1px solid #b5b5b5;
}
.greyborder td {
	border: 1px solid #b5b5b5;
}



/* -------------- main body content -------------- */


#bodytext {
	/* text-align:left; */
}

.smaller {
	font-size: 11px;
}

#content {
	padding:0 35px 0 35px;
	text-align:left;
}

#title {
	/*border-bottom:1px solid #2B7FC1;*/
	background-color:#99D3F7;
	margin-top: 24px;	
	background-image:url(../images/bg_title.jpg);
	width: 530px;
	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: 4px;
	/*color:#0C67AB; */
	color:#104D8C;
	padding: 2px 0 2px 14px;
	margin-bottom:6px;
}

.newsDate {
	font-weight: bold;
	font-size: 11px;
	color:#666666;
	margin-top:6px;
}

.more {
    display: block;
    text-align: right;
    font-size: 11px;
}


hr#dotted {
    color: white;
    background-color: transparent;
    height: 10px;
    /*height: 1px;*/
    border-top: 1px dashed #0D74BF;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

hr.blue {
    color: white;
    background-color: transparent;
    height: 5px;
    border-top: 1px solid #70ACDE;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

#homeTestimonial {
	/*background-color: #AED0ED; */
	background-color: #ECF3FB;
	line-height:150%;
	padding: 15px;
	font-size:13px;
	color: #0C67AB;
	font-weight:bold;
	border: 1px dashed #0D74BF;
	margin-top: 30px;
	
}

.lightBlueBg {
	background-color: #ECF3FB;
}

/* ------------ images ------------- */
.image-left {
   float: left;
   clear:none;
   padding: 10px 15px 10px 0px;
}
.image-inline {
   float: none;
   font-size: 11px;
   color: #666666;
}
.image-right {
   float: right;
   clear: none;
   padding: 10px 0px 10px 15px;
}
.image-caption {
  background: #ECF3FB;
  padding: 2px;
  width:inherit;
  overflow: hidden;
  font-size: 11px;
  color: #666666;
}

/* ------------- breadcrumb ---------------- */

#breadcrumb {
	border-bottom:1px dotted #0DA6E1;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color:#666666;
	padding-bottom: 4px;
}

#breadcrumb a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color:#4997D7;
	text-decoration:none;
}

#breadcrumb a:hover {
	color: #0C67AB;
	background-color:#ECF3FB;
}

/* ------------- right navigation ---------------- */

#rightnav{
	padding: 30px 14px 10px 0;
	float:right;
}

.rightCollapse {
	width:220px; 
	margin:15px 0 10px 0; 
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
}

.rightItemHead {
	color:#2B7FC1; 
	cursor:pointer;  
	background-image:url(../images/bg_right_item_head.jpg);
	height:19px;
	padding: 3px 2px 0 8px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: 2px;
}

.rightItem {
	margin-left:1px; 
	display:none;
	color:#4997D7;
}

.rightSublevelHead {
	color:#666666; 
	cursor:pointer;  
	background-image:url(../images/bg_right_sublevel_head.jpg);
	height:19px;
	padding: 3px 2px 0 8px;
	font-size:11px;
	font-weight:bold;
	letter-spacing: 1px;
	display:block;
}

.rightSublevelHead a {
	color:#666666; 
	text-decoration:none;
}

.rightSublevelHead a:hover {
	color:#99CC00; 
	text-decoration:none;
}

.rightInstrumentationHead {
	font-size:12px;
	letter-spacing: 0;
}

.rightSublevelContainer{
	display:none; 
}

.open {
	display:block;
}

.rightSublevelBlock {
	display:block; 
	margin-bottom:10px;
}


.rightSublevel, .rightSublevel:link, .rightSublevel:visited {
	padding:4px 2px 4px 10px; 
	display:block;
	color:#2B7FC1;
	border-bottom: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	text-decoration:none;
}

.rightSublevel:hover, .rightSublevel:active {
	background-color: #ECF3FB;
}

.rightNews, .rightNews:link, .rightNews:visited, 
.rightEvent, .rightEvent:link, .rightEvent:visited {
	font-size:11px;
	padding:4px 0 2px 0;
	display:block;
	color:#2B7FC1;
	text-decoration:none;
}

.rightRecruit, .rightRecruit:link, .rightRecruit:visited {
	border-right: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;	
	font-size:11px;
	padding:4px 0 4px 6px;
	display:block;
	color:#2B7FC1;
	text-decoration:none;
} 

.rightNews:hover, .rightNews:active, 
.rightEvent:hover, .rightEvent:active,
.rightRecruit:hover, .rightRecruit:active {
	background-color: #ECF3FB;
}
.rightDate {
	font-size:11px;
	text-align:right;
	padding:0 0 4px 0; 
	display:block;
	color:#000000;
	border-bottom: 1px solid #AED0ED; 
}

.rightEventBlock {
	clear:both;
	border-top: 1px solid #AED0ED;
}

.rightEventBlock .rightDate {
    border-bottom: 0;
}

.rightEventPic {
	float:left;
	width:55px;
	padding:6px 10px 2px 0;
}

.rightImage {
	margin-top: 16px;
}

.hack {
	clear:both;
	margin-top:0;
	height:4px;
}  

/* ------------- footer ---------------- */

#footer {
	margin-left:auto;
	margin-right:auto;
	position: relative;
	text-align: left;
	width: 840px;
	height:10px;
	background-color:#70ACDE;
	border-top:4px solid #ffffff;
	border-bottom:2px solid #70ACDE;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color:#ffffff;
	padding: 3px 5px 5px 5px;
	clear:both;	
}

#footer a{
	text-decoration:none;
	color:#ffffff;
}

#footer a:hover{
	color: #70ACDE;
	background-color:#0C67AB;
}

#footleft{
}

#footright{
	float:right;
}

#end{
	height:20px;
}

/* -------- color text ----- */
.tech{ /* blue */
	color:#2B7FC1;
}
.distribute{ /* green */
	color:#009900;
}
.mfs{ /* red */
	color:#CC0000;
}


/* -------- color ref ------ */
/*
very light blue #ECF3FB
next light blue #AED0ED
light bigworld blue #16A5DD
edge blue #70ACDE
dark shade blue #4997D7
mid blue #2B7FC1
darker blue #0C67AB
dark bigworld blue #104D8C
dark orange #FF8000; 

lime green: #99CC00;
*/
