/* -------------------- Additional styles for Licensing site --------------------*/

.licensebdy {
  clear: both;
  padding: 0px;
  height: 100%;
  margin-bottom: 5px;
  /*background: url(images/bg_body.gif) repeat-y;*/
  background-color: #e9eaeb;
}

.licensebdy_sec {
  clear: both;
  padding: 4px;
  height: 100%;
  background-color: #e9eaeb;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* Container for bottom graphic links on careers page*/
#license_pictbarbot {
  margin: 70px 0px 0px 0px;
  padding-left: 75px;
  text-align: center;
}

#license_pictbarbot a, #license_pictbarbot a:visited, #license_pictbarbot a:active {
  display: inline-block;
  margin: 1px 75px 1px 0px;
  outline: none;
}

.licensebdy_sec h2 {
  font-size: 16px;
  color: #2c2a26;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 10px 0px 20px 0px;
}

.licensebdy_sec h3 {
  font-size: 15px;
  color: #2c2a26;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
}


/* -------------------- Container --------------------*/

#licensecontainer
{
  margin: 0px auto;
  /*background: url(images/bg_content.jpg);*/
  color: #fff;
  line-height: 130%;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  height: 100%;
}

#licensecontainer h1
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

/* -------------------- Header --------------------*/

.licensehdr {
  background: url(images/headerbg2.jpg) no-repeat;
  margin: 0px auto;
  padding: 0px;
  width: 890px;
  height: 182px;
}

.licensehdr_sec {
  /*background: url(images/headerbg_sec.png);*/
  background: url(images/headerbg2.jpg);
  margin: 0px auto;
  padding: 0px;
  width: 890px;
  height: 182px;
  color: #fff;
}

#licenseabout {
  float: right;
  margin: 15px 5px 0px 0px;
}

#licenseabout a, #licenseabout a:visited, #licenseabout a:active {
  text-decoration:none;
  color: #000;
}
  
#licenseabout a:hover {
  color: #e68200;
  text-decoration: underline;
}

#licenseabout_sec {
  float: left;
  margin: 160px 0px 0px 0px;
  width: 100%;
  background-color: #52514d;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 2px solid #e68200;
}

#licenseabout_sec a, #licenseabout_sec a:visited, #licenseabout_sec a:active {
  text-decoration:none;
  color: #fff;
  margin-left: 3px;
}
  
#licenseabout_sec a:hover {
  color: #e68200;
}

/* -------------------- Main Left Navigation --------------------*/

#licenseleftnav
{
  float: left;
  width: 175px;
  height: 100%;
  margin: 0;
  padding: 0px;
}

.licensemenu {
  margin: 0;
  padding: 1px 0px 1px 0px;
  width:175px;
  text-align:left;
  vertical-align: left;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;  
  font-weight: normal;
 /* background: url(images/bg_leftnav.gif);*/
  /*background-color:#e27f00;*/
  /*background-color: #4c7399;*/
  background-color: #2c2a26;
  color: #bbb;
  /*color: #2c2a26;*/
}

.licensemenu img {
 display: block;
 border-bottom: 1px #fff solid;
/* margin-left: auto;
 margin-right: auto;*/
 margin-top: 15px;
 margin-bottom: 0px;
}

.licensemenu li {
  display:block; 
  line-height: 18px;
  padding: 3px 0px 3px 3px;
  margin: 0px;
  /*border-bottom: 1px dotted #fff;*/
}

.licensemenu a, .licensemenu a:visited, .licensemenu a:active {
  padding: 1px 0px 1px 0px;
  text-decoration:none;
  /*color: #0F00E6;*/
  color: #fff;
}
  
.licensemenu a:hover {
  /*color: #fff;*/
  /*text-decoration: overline underline;*/
  /*border-top: 1px solid #962800;*/
  /*border-bottom: 1px solid #962800;*/
  /*color: #0F00E6;*/
  color: #ff9000;
}

/* -------------------- Top Navigation --------------------*/

#licensetopnav   {
  margin: 20px 0px 2px 0px;
  padding: 0px;
  text-align: center;
  width: 510px;
}

#licensetopnav  img {
  margin: 0px 0px 0px 2px;
  padding: 0px;
}

/* -------------------- Right Side Content --------------------*/

#licensecontent {
  margin: 0px 0px 0px 175px;
  height: 100%;
  min-height: 100%;
  padding: 5px;
  background-color: #e9eaeb;
  color: #000;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

#licensecontent p {
  margin: 0px;
}

#licensecontent h1 {
  font-size: 18px;
  color: #000;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
}

/* ---- Status Box ----*/

#licensestatus {
  border: 1px solid #777;
  margin: 20px 0px;
  padding: 3px;
  width: 700px;
  /*display: block*/
}

#licenseannounce {
	border: 1px solid #900;
	margin: 20px 0px;
	padding: 3px;
	width: 700px;
	background-color: #fff;
  /*display: block*/
}

#licensestatus a, #licensemenu a:visited, #licensemenu a:active {
  color: #0F00E6;
  text-decoration: none;
}

#licensestatus a:hover {
  color: #e68200;
  text-decoration: underline;
}

#licensestatus p {
  margin: 15px 0px;
}

#licensefooter {
  text-align: right;
  margin-top: 100px;
  font-size: 14px;
}

#licensefooter a, #licensefooter a:visited, #licensefooter a:active {
  color: #0F00E6;
  text-decoration: none;
}

#licensefooter a:hover {
  color: #e68200;
  text-decoration: underline;
}

/* -------------------- Right Navigation --------------------*/

/* Menu Header */
.license_menuhead {
margin-top: 0px;
background-color: #ccc;
border: 1px solid #444;
text-align: left;
padding-left: 5px;
font-weight: bold;
}

.license_menu {
margin: 0;
padding: 1px 0px 1px 0px;
text-align:left;
list-style-type: none;
list-style-position: outside;

}

.license_menu li {
padding: 1px 0px 0px 0px;
display:block; 
border-bottom:1px dotted #444; 
background-color:#fff;
}

.license_menu a, .license_menu a:visited {
text-decoration:none;
color: #000588;
}

.license_menu a:hover {
color: #a00;
}

/* Right Graphics Menu Container */
.license_menu_graphic {
margin: 2px 0px;
padding: 5px 0px 5px 0px;
text-align:center;
}

.license_navbox {
margin: 5px 0px 0px 0px;
}

.license_botnavbox {
margin: 10px;
width: 140px;
float: right;
}

.license_sl_wrapper{
   margin: 0px auto;
   margin-bottom: 25px;
   width: 690px;
}
.license_sl_left1{
   float: left;
   margin-right: 2px;
   width: 140px;
   background-color: #99ccff;
   text-align: center;
   border: 1px solid #000;
   height: 190px;
   padding: 3px;
}
.license_sl_left2{
   float: left;
   margin-right: 2px;
   width: 100px;
   text-align: center;
   vertical-align: middle;
   height: 190px;
}
.license_sl_left3{
   float: left;
   margin-right: 25px;
   width: 140px;
   background-color: #99ccff;
   text-align: center;
   border: 1px solid #000;
   height: 190px;
   padding: 3px;
}
.license_sl_left4{
   float: left;
   margin-right: 2px;
   width: 100px;
   text-align: center;
   vertical-align: middle;
   height: 190px;
}
.license_sl_right{
   float: right;
   width: 132px;
   background-color: #99ccff;
   text-align: center;
   border: 1px solid #000;
   height: 190px;
   padding: 3px;
}

.license_sl_h3{
  font-size:22px;
  font-weight: bold;
}



/* -------------------- Rounded Corners --------------------*/

.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#444; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#e9eaeb; border-right:2px solid #444; border-left:2px solid #444; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#e9eaeb; border-right:1px solid #444; border-left:1px solid #444; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#e9eaeb; border-right:1px solid #444; border-left:1px solid #444; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #fff;}
.headh {background: #e9eaeb; border-right:1px solid #444; border-left:1px solid #444; border-bottom:1px solid #444; font-weight: bold; letter-spacing: 1px; /*text-transform: uppercase; */color: #000; /*font-size: 80%;*/ text-align: left; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; padding-left: 3px;}
.contenth {background: #fff; border-right:1px solid #444; border-left:1px solid #444;}
.contenth div {/*margin-left: 12px;*/ padding-top: 5px;}

