@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: #FF8000;

}



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; */

    font-family:"lr oSVbN", Osaka, "qMmpS Pro W3";

    border: 1px solid #0D74BF;  

    color: #0b68ac;

    background-color: white;

    width: 80%; /* Orig 100% */

}

input {

    /* font-family: Tahoma, Verdana, "Century Gothic", Helvetica, Arial, sans-serif; */

    font-family:"lr oSVbN", Osaka, "qMmpS Pro W3";

    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;

}

/* ---------- 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: 900; 	

}

.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 { /* Orig: width=100px */

  margin: 0;

  border: 0 none;

  padding: 0;

  width: 150px; /* 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: 150px; /* overwritten by a underneath, orig: 100px */

  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#news a.sublevel, 

ul#navmenu li#events a.sublevel,

ul#navmenu li#technology a.sublevel,

ul#navmenu li#games a.sublevel,

ul#navmenu li#company a.sublevel,



ul#navmenu li#news.on a.sublevel, 

ul#navmenu li#events.on a.sublevel,

ul#navmenu li#technology.on a.sublevel,

ul#navmenu li#games.on a.sublevel,

ul#navmenu li#company.on a.sublevel{ 

	color: #666;

	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#news a.sublevel { width: 100px;}

ul#navmenu li#events a.sublevel { width: 180px;} /* Orig: 140px */

ul#navmenu li#technology a.sublevel { width: 160px;} /* Orig: 140px */

ul#navmenu li#games a.sublevel { width: 140px;}



ul#navmenu li#news a:hover.sublevel, 

ul#navmenu li#events a:hover.sublevel,

ul#navmenu li#technology a:hover.sublevel,

ul#navmenu li#games a:hover.sublevel,

ul#navmenu li#company a:hover.sublevel{

	color: white;

	border-left:3px solid #FF8000;

	border-right:3px solid #FF8000;

	background-image:url(../images/bg_dropdownmenu_on.jpg);

}





/* Root Menu */

ul#navmenu li#blank1 a, 

ul#navmenu li#news a, 

ul#navmenu li#events a, 

ul#navmenu li#technology a, 

ul#navmenu li#services a, 

ul#navmenu li#support a, 

ul#navmenu li#games a, 

ul#navmenu li#licensing a, 

ul#navmenu li#company 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);  

} 



/* Original

ul#navmenu li#blank1 a { width: 39px; background-position: 0 0; }

ul#navmenu li#news a { width: 76px; background-position: -39px 0; }

ul#navmenu li#events a { width: 87px; background-position: -115px 0; }

ul#navmenu li#technology a { width: 126px; background-position: -202px 0; }

ul#navmenu li#services a { width: 102px; background-position: -328px 0; }

ul#navmenu li#support a { width: 96px;  background-position: -430px 0; } 

ul#navmenu li#games a { width: 83px;  background-position: -526px 0; }

ul#navmenu li#licensing a { width: 107px;  background-position: -609px 0; }

ul#navmenu li#company a { width: 100px;  background-position: -716px 0; }

ul#navmenu li#blank2 a { width: 34px;  background-position: -816px 0; }

*/



ul#navmenu li#blank1 a { width: 36px; background-position: 0 0; }

ul#navmenu li#news a { width: 95px; background-position: -36px 0; }

ul#navmenu li#events a { width: 93px; background-position: -131px 0; }

ul#navmenu li#technology a { width: 113px; background-position: -224px 0; }

ul#navmenu li#services a { width: 94px; background-position: -337px 0; }

ul#navmenu li#support a { width: 96px;  background-position: -431px 0; } 

ul#navmenu li#games a { width: 88px;  background-position: -527px 0; }

ul#navmenu li#licensing a { width: 105px;  background-position: -615px 0; }

ul#navmenu li#company a { width: 98px;  background-position: -720px 0; }

ul#navmenu li#blank2 a { width: 32px;  background-position: -818px 0; }



ul#navmenu li#news a:hover, 

ul#navmenu li#events a:hover, 

ul#navmenu li#technology a:hover, 

ul#navmenu li#services a:hover, 

ul#navmenu li#support a:hover, 

ul#navmenu li#games a:hover, 

ul#navmenu li#licensing a:hover, 

ul#navmenu li#company a:hover,

ul#navmenu li:hover#news a, /* services, support & licensing doesn't have sublevels */

ul#navmenu li:hover#events a,

ul#navmenu li:hover#technology a,

ul#navmenu li:hover#games a, 

ul#navmenu li:hover#company 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#news li.sec a,

ul#navmenu  li:hover#events li.sec a,

ul#navmenu  li:hover#technology li.sec a,

ul#navmenu  li:hover#games li.sec a,

ul#navmenu  li:hover#company 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#news li.sec a { width: 82px;}

ul#navmenu  li:hover#events li.sec a { width: 160px;} /* Orig 130px */

ul#navmenu  li:hover#technology li.sec a { width: 170px;} /* Orig 138px */

ul#navmenu  li:hover#games li.sec a { width: 130px;}

ul#navmenu  li:hover#company li.sec a { width: 78px;}



ul#navmenu li:hover#news li.sec a:hover, 

ul#navmenu li:hover#events li.sec a:hover, 

ul#navmenu li:hover#technology li.sec a:hover, 

ul#navmenu li:hover#games li.sec a:hover, 

ul#navmenu li:hover#company li.sec a:hover {

	background-image:url(../images/bg_dropdownmenu_on.jpg);

	border-left:3px solid #FF8000;

	border-right:3px solid #FF8000;

}







/* 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 #70ACDE;

	border-right: 1px solid #70ACDE;

	border-bottom: 1px solid #70ACDE;

	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;

}





/* ------ component menu ------ */



#componentmenublock {

	width: 823px;

	margin-left:auto;

	margin-right:auto;

	padding-left:0;

	padding-right:0;

	position: relative;

	margin-bottom:10px;

	text-align:left;

}



/* Root = Horizontal, Secondary = Vertical */

ul#componentmenu {

  margin: 0;

  border: 0 none;

  padding: 0;

  width: 823px; /*For KHTML - have been changed, still unknown about the effect*/

  list-style: none;

  height: 22px;

}



ul#componentmenu li {

  margin: 0;

  border: 0 none;

  padding: 0;

  float: left; /*For Gecko*/

  display: inline;

  list-style: none;

  position: relative;

  height: 22px;

}



ul#componentmenu 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: 22px;

  left: 0;

}



ul#componentmenu ul:after /*From IE 7 lack of compliance*/{

  clear: both;

  display: block;

  font: 1px/0px serif;

  content: ".";

  height: 0;

  visibility: hidden;

}



ul#componentmenu ul li {

  width: 100px; /* overwritten by a underneath */

  float: left; /*For IE 7 lack of compliance*/

  display: block !important;

  display: inline; /*For IE*/

}





ul#componentmenu a {

  color: #666;

  font: 11px/22px Tahoma, Arial, Helvetica, sans-serif;

}



/* 'sublevel' style is mainly used by IE6 for sub-menu */

ul#componentmenu li#bwClient a.sublevel, 

ul#componentmenu li#contentCreation a.sublevel,

ul#componentmenu li#instrumentation a.sublevel,



ul#componentmenu li#bwClient.on a.sublevel, 

ul#componentmenu li#contentCreation.on a.sublevel,

ul#componentmenu li#instrumentation.on a.sublevel{ 

	color: #666;

	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#componentmenu li#bwClient a.sublevel { width: 140px;} /* Orig: 100px */

ul#componentmenu li#contentCreation a.sublevel { width: 100px;}

ul#componentmenu li#instrumentation a.sublevel { width: 180px;}



ul#componentmenu li#bwClient a:hover.sublevel, 

ul#componentmenu li#contentCreation a:hover.sublevel,

ul#componentmenu li#instrumentation a:hover.sublevel{

	color: white;

	border-left:3px solid #FF8000;

	border-right:3px solid #FF8000;

	background-image:url(../images/bg_dropdownmenu_on.jpg);

}



ul#componentmenu li#blank3 a, 

ul#componentmenu li#bwServer a, 

ul#componentmenu li#serverTools a, 

ul#componentmenu li#bwClient a, 

ul#componentmenu li#contentCreation a, 

ul#componentmenu li#instrumentation a,

ul#componentmenu li#mobile a{

  border: 0;

  padding-top: 22px; 

  float: none !important; /*For Opera*/

  float: left; /*For IE*/

  display: block;

  background-image: url(../images/bg_component_nav_off.jpg); 

  height: 0; 

  overflow: hidden;

} 



ul#componentmenu li#bwServer.on a,  /* for indicating current section */

ul#componentmenu li#serverTools.on a, 

ul#componentmenu li#bwClient.on a, 

ul#componentmenu li#contentCreation.on a, 

ul#componentmenu li#instrumentation.on a,

ul#componentmenu li#mobile.on a {

  background-image: url(../images/bg_component_nav_on.jpg); 

}



/* Original

ul#componentmenu li#blank3 a { width: 10px; background-position: 0 0; }

ul#componentmenu li#bwServer a { width: 121px; background-position: -10px 0; }

ul#componentmenu li#serverTools a { width: 97px; background-position: -131px 0; }

ul#componentmenu li#bwClient a { width: 118px; background-position: -228px 0; }

ul#componentmenu li#contentCreation a { width: 168px; background-position: -346px 0; }

ul#componentmenu li#instrumentation a { width: 189px;  background-position: -514px 0; } 

ul#componentmenu li#mobile a { width: 120px;  background-position: -703px 0; } 

*/



ul#componentmenu li#blank3 a { width: 12px; background-position: 0 0; }

ul#componentmenu li#bwServer a { width: 122px; background-position: -12px 0; }

ul#componentmenu li#serverTools a { width: 87px; background-position: -134px 0; }

ul#componentmenu li#bwClient a { width: 146px; background-position: -221px 0; }

ul#componentmenu li#contentCreation a { width: 120px; background-position: -367px 0; }

ul#componentmenu li#instrumentation a { width: 208px;  background-position: -487px 0; } 

ul#componentmenu li#mobile a { width: 128px;  background-position: -695px 0; } 



ul#componentmenu li#bwServer a:hover, 

ul#componentmenu li#serverTools a:hover, 

ul#componentmenu li#bwClient a:hover, 

ul#componentmenu li#contentCreation a:hover, 

ul#componentmenu li#instrumentation a:hover, 

ul#componentmenu li#mobile a:hover, 

ul#componentmenu li:hover#bwServer a, 

ul#componentmenu li:hover#serverTools a,

ul#componentmenu li:hover#bwClient a,

ul#componentmenu li:hover#contentCreation a, 

ul#componentmenu li:hover#instrumentation a,

ul#componentmenu li:hover#mobile a{

	 background-image: url(../images/bg_component_nav_on.jpg);

}



ul#componentmenu  li:hover#bwServer li.sec a,

ul#componentmenu  li:hover#serverTools li.sec a,

ul#componentmenu  li:hover#bwClient li.sec a,

ul#componentmenu  li:hover#contentCreation li.sec a,

ul#componentmenu  li:hover#instrumentation li.sec a,

ul#componentmenu  li:hover#mobile 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#componentmenu  li:hover#bwServer li.sec a { width: 120px;} /* button size minus 22px */

ul#componentmenu  li:hover#serverTools li.sec a { width: 95px;}

ul#componentmenu  li:hover#bwClient li.sec a { width: 130px;} /* Orig: 110px */

ul#componentmenu  li:hover#contentCreation li.sec a { width: 120px;}

ul#componentmenu  li:hover#instrumentation li.sec a { width: 180px;}

ul#componentmenu  li:hover#mobile li.sec a { width: 120px;}



ul#componentmenu li:hover#bwServer li.sec a:hover, 

ul#componentmenu li:hover#serverTools li.sec a:hover, 

ul#componentmenu li:hover#bwClient li.sec a:hover, 

ul#componentmenu li:hover#contentCreation li.sec a:hover,

ul#componentmenu li:hover#instrumentation li.sec a:hover, 

ul#componentmenu li:hover#mobile li.sec a:hover {

	background-image:url(../images/bg_dropdownmenu_on.jpg);

	border-left:3px solid #FF8000;

	border-right:3px solid #FF8000;

} 



/* Root Menu Hover Persistence */

ul#componentmenu a:hover,

ul#componentmenu li:hover a,

ul#componentmenu li.iehover a {

  color: #4997D7;

}



/* 2nd Menu */

ul#componentmenu li:hover li a,

ul#componentmenu li.iehover li a {

  float: none;

  color: #666;

}



/* 2nd Menu Hover Persistence  - border doesn't work here */

ul#componentmenu li:hover li a:hover,

ul#componentmenu li:hover li:hover a,

ul#componentmenu li.iehover li a:hover,

ul#componentmenu li.iehover li.iehover a {

  color: #ffffff;

}



/* 3rd Menu */

ul#componentmenu li:hover li:hover li a,

ul#componentmenu li.iehover li.iehover li a {

  color: #666;

}



/* 3rd Menu Hover Persistence */

ul#componentmenu li:hover li:hover li a:hover,

ul#componentmenu li:hover li:hover li:hover a,

ul#componentmenu li.iehover li.iehover li a:hover,

ul#componentmenu li.iehover li.iehover li.iehover a {

  color: #4997D7;

}



ul#componentmenu ul ul,

ul#componentmenu ul ul ul {

  display: none;

  position: absolute;

  top: 0;

  left: 160px;

}



/* Do Not Move - Must Come Before display:block for Gecko */

ul#componentmenu li:hover ul ul,

ul#componentmenu li:hover ul ul ul,

ul#componentmenu li.iehover ul ul,

ul#componentmenu li.iehover ul ul ul {

  display: none;

}



ul#componentmenu li:hover ul,

ul#componentmenu ul li:hover ul,

ul#componentmenu ul ul li:hover ul,

ul#componentmenu li.iehover ul,

ul#componentmenu ul li.iehover ul,

ul#componentmenu ul ul li.iehover ul {

  display: block;

}



/* -------------- main body content -------------- */





#bodytext {

	/* text-align:left; */

}



.smaller {

	font-size: 11px;

}



#content {

	padding:0 260px 0 35px;

	text-align:left;

}



#title {

	/*border-bottom:1px solid #2B7FC1;*/

	background-color:#2B7FC1;

	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:#ffffff;

	/*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;

}

.gamemore {

    display: block;

    text-align: center;

    font-size: 11px;
	
	padding-bottom: 16px;

}





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 #FF8000;

	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: #FF8000;

	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:#FF8000; 

	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 0 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: #FF8000;

	background-color:#0C67AB;

}



#footleft{

}



#footright{

	float:right;

}



#end{

	height:20px;

}


/* for lightbox effect */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 910; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 901; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 909; width: 100%; height: 500px; background-color: #000; }


/* -----------for iframe rss feed on homepage --------- */
.feed_box {
	border: #FF8000 1px dashed;
	padding:12px;
}


/* -------- 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; 

*/
