@charset "utf-8";
/* CSS Document */

/* GENERAL */

body {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	background-color: #ffffff;
}

a { 
  color: #0093c6;
  text-decoration: none;
}

a:hover { 
  color: #0093c6;
  text-decoration: none;
}

a img { 
  border: 0;
  padding: 0;
}

p {
	color: #3c3c3c;
}

span.asterisk {
	font-family:georgia, times;
	font-size: 12px;
}

strong.emp {
	color: #cc0000;
} 

sup {
	height: 0;
	line-height: 1;
	font-size: 70%;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: .5ex;
}

hr {
  border: 0;
  color: #bfda9c;
  height: 1px;
  background-color: #bfda9c;
}

hr.grey {
  border: 0;
  color: #000000;
  height: 1px;
  background-color: #dcdcdc;
}

hr.yellow {
  border: 0;
  color: #ffe18d;
  height: 1px;
  background-color: #ffe18d;
}



/* STRUCTURES */

.header { 
  height: 50px;
}

.bannerhome {
	margin: 0 auto;
	padding: 0px 0 0 0;
	width: 100%;
	background-color: #000000;
	border-bottom: 1px solid #dcdcdc;
}

.bannerfeature {
	margin: 0 auto;
	padding: 0px 0 0 0;
	width: 100%;
	background-color: #000000;
	border-bottom: 1px solid #000000;
}

.bannernms {
	margin: 0 auto;
	padding: 0px 0 0 0;
	width: 100%;
	background-color: #a0d6f9;
	border-bottom: 1px solid #000000;
}


.bannerbasic {
	margin: 0 0 0px 0;
	padding: 0;
	width: 100%;
	background-color: #000000;
	border-bottom: 1px solid #000000;
}

.subnav { 
  height: 30px;
  width: 960px;
  margin: 0 auto;
}

.container {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  text-align: center;
}


/* NAVIGATION TEXT POSITION */

.header img { 
  margin-top: 8px;
}

.navigation { 
  margin-top: 5px;
  float: right;
  margin-left: 10px;
}

.navigation a { 
  color: #ffffff;
  margin-left: 30px;
  text-decoration: none;
}

.navigation a:hover { 
  border-bottom: 2px solid #ffffff;
}

.navigation a.plus { 
  color: #dbffa7;
  margin-left: 30px;
  text-decoration: none;
}

.navigation a.plus:hover { 
  border-bottom: 2px solid #dbffa7;
}

.navigation2 { 
  margin-top: 3px;
  float: left;
  margin-left: 30px;
}

.navigation2 a { 
  color: #ffffff;
  margin-left: 30px;
  text-decoration: none;
}

.navigation2 a:hover { 
  border-bottom: 2px solid #ffffff;
}


/* STRUCTURE DETAILS */

body.tall .header { 
	background-color: #000000;
	font-size: 14px;
	line-height: 1.7em;
}

body.tall .header img { 
	float: left;
}

body.tall .header .container {
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	color: #ffffff;
}

body.tall .container { 
	width: 960px;
	clear: both;
	overflow: hidden;
}

body.tall .subnav { 
	background-color: #000000;
	font-size: 14px;
	line-height: 1.7em;
}

body.tall .subnav .container {
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	color: #ffffff;
}

body.tall .subnav .container { 
	width: 960px;
	clear: both;
	overflow: hidden;
}

body.tall .marquee { /* Container for Background Image */
	height: 250px;
	background-position: right;
	width:960px;
}

body.tall .basic { /* Container for Background Image */
	height: 125px;
	background-position: right;
	width:960px;
}

#bgbasic { /* Image */
	background-image: url(/images/bg-basic.png);
	background-repeat: no-repeat;
}

#bgproducts { /* Image */
	background-image: url(/images/bg-products-250.png);
	background-repeat: no-repeat;
}

#bgnms { /* Image */
	background-image: url(/images/bg-products-nms-250.png);
	background-repeat: no-repeat;
}

#bgk2 { /* Image */
	background-image: url(/images/bg-products-k2-250.png);
	background-repeat: no-repeat;
}

#bgz { /* Image */
	background-image: url(/images/bg-products-z-250.png);
	background-repeat: no-repeat;
}

#bges { /* Image */
	background-image: url(/images/bg-products-es-250.png);
	background-repeat: no-repeat;
}

#bgplatform { /* Image */
	background-image: url(/images/bg-platform-250.png);
	background-repeat: no-repeat;
}

#bgecosystem { /* Image */
	background-image: url(/images/bg-partners-250.png);
	background-repeat: no-repeat;
}

#bgfranchise { /* Image */
	background-image: url(/images/bg-franchise-250.png);
	background-repeat: no-repeat;
}

body.tall .msg000 h1 { 
	font-size: 35px;
	margin: 0 0 10px 0;
	padding: 0;
	letter-spacing: -1px;
	line-height: 1.0em;
	color: #000;
}

body.tall .msg000 h2 { 
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2em;
	color: #222;
	font-family: georgia, times;
}

body.tall .msg000 h3 { 
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2em;
	color: #555;
	font-family: georgia, times;
}

body.tall .msgfff h1 { 
	font-size: 30px;
	margin: 0 0 5px 0;
	padding: 0;
	letter-spacing: -1px;
	line-height: 1.0em;
	color: #ffffff;
}

body.tall .msgfff h2 { 
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2em;
	color: #dbffa7;
	font-family: georgia, times;
}

body.tall .msgfff h3 { 
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	color: #67cdf1;
	font-family: georgia, times;
}

body.tall .msgleft { 
	padding: 40px 0px 0px 0px;
	float: left;
	width: 510px;
	text-align: left;
}

body.tall .msgright { 
	padding: 40px 0px 0px 0px;
	float: right;
	width: 420px;
	text-align: left;
}

body.tall .msgsection { 
	padding: 40px 40px 0px 0px;
	float: right;
	width: 420px;
	text-align: right;
}

body.tall .section { /* Container for Background Image */
	height: 105px;
	background-position: right;
	background-repeat: no-repeat;
	text-align: left;
	background-color: #dbffa7;
	background-image: url(/images/test-basic-spectrum.png);
	background-repeat: no-repeat;
}

body.tall .titleright { 
	padding: 10px 20px 0px 0px;
	float: right;
}

body.tall .titleright h2 { 
	font-size: 35px;
	letter-spacing: -2px;
	line-height: 1.0em;
	text-align: left;
	color: #fff;
}

/* Body */

body.tall .full {
	width: 960px;
	overflow: hidden;
}

body.tall .positionhome h1 {
	margin: 20px 0 0px 0;
	padding-bottom: 20px;
	font-size: 35px;
	font-weight: normal;
	line-height: 1.2em;
	color: #000000;
	font-family: georgia, times;
	text-align: left;
	letter-spacing: normal;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
}

body.tall .ribbon {
	padding-bottom: 0px;
	font-size: 35px;
	font-weight: normal;
	line-height: 1.2em;
	color: #000000;
	font-family: georgia, times;
	text-align: left;
	letter-spacing: normal;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
}

body.tall .position h1 {
	margin: 20px 0 0px 0;
	padding-bottom: 20px;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.2em;
	color: #000000;
	font-family: georgia, times;
	text-align: left;
	letter-spacing: normal;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
}

body.tall .left {
	margin-top: 10px;
	padding-right: 20px;
	width: 500px;
	float: left;
	overflow: hidden;
	text-align: left;
	border-right: 1px solid #dcdcdc;
	  min-height: 500px;
}

body.tall .right {
	margin-top: 10px;
	width: 420px;
	float: right;
	text-align: left;
}

body.tall .idea h2, .blog h2, .details h2, .action h2 { /* .right h2 */
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2em;
	color: #3c3c3c;
	font-family: georgia, times;
}

body.tall .detailshome h2 { /* .right h2 */
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2em;
	color: #3c3c3c;
	font-family: georgia, times;
}

body.tall .idea h3 {
	font-size: 16px;
	font-family: georgia, times;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0;
}


body.tall .note.full {
  width: 960px;
}


body.tall .note.left {
	width: 520px;
	margin: 0 20px 20px 0;
	float: left;
}

body.tall .note.right {
	width: 420px;
	margin: 0 20px 20px 0;
	float: left;
}

body.tall .note p {
	font-family: georgia, times;
	font-size: 18px;
	line-height: 1.3em;
	margin: 0 0 20px 0;
}

body.tall .note h2 {
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-size: 18px;
	line-height: 1.2em;
	color: #000000;
	text-transform: uppercase;
}

body.tall .note ol {
	list-style: decimal;
	padding: 0px 0px 10px 40px;
	font-family: georgia, times;
}

body.tall .note ul {
	list-style: none;
	padding: 0px 0px 10px 0px;
	font-family: georgia, times;
}

body.tall .note ul.home {
	list-style: none;
	padding: 0px 0px 0px 0px;
	font-family: georgia, times;
}


body.tall .note li {
	font-size: 18px;
	margin-bottom: 10px;
	color: #3C3C3C;
}

body.tall .note li a {
	color: #0093C6;
}

body.tall .details ul {
	list-style: none;
	padding: 10px 0px 10px 10px;
	font-family: georgia, times;
}

body.tall .details li {
	font-size: 16px;
	margin-bottom: 5px;
	color: #3c3c3c;
}

body.tall .details li a {
	color: #0093C6;
}


/* QUADRANTS */

body.tall .sidebar {
	width: 200px;
	margin: 0px 18px 30px 0;
	float: left;
	text-align: left;
}

body.tall .sidebar .description {
	font-size: 14px;
	text-align: left;
	padding: 5px 0 0 0;
	font-family: georgia, times;
	line-height: 1.1em;
	color: #3c3c3c;
}

body.tall .sidebar .description h2 {
  margin: 0 0 2px 0;
  font-size: 14px;
  color: #000000;
  line-height: normal;
  font-weight:bold;
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
}

body.tall .quad {
	margin-right: 0;
}

body.tall .sidebarwide {
	width: 420px;
	margin: 0px 0px 10px 0px;
	float: left;
	text-align: left;
}

body.tall .sidebarwide .description {
	font-size: 15px;
	text-align: left;
	padding: 5px 0 0 0;
	font-family: georgia, times;
	line-height: 1.3em;
	color: #3c3c3c;
}

body.tall .sidebarwide .description h2 {
  margin: 0 0 2px 0;
  font-size: 15px;
  color: #000000;
  line-height: normal;
  font-weight:bold;
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.3em;
}

body.tall .thumb {
	width: 100px;
	margin: 20px 5px 0px 0;
	float: left;
	text-align: left;
}

body.tall .thumb h2 {
  margin: 0 0 2px 0;
  font-size: 10px;
  color: #000000;
  line-height: normal;
  font-weight:bold;
  font-family: helvetica, arial, sans-serif;
}

body.tall img.outline {
	border: 1px solid #dcdcdc;
}


/* IDEA BOXES */

body.tall .idea {
	width: 388px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #dcdcdc;
	float: left;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background-color: #efefef;
}

.idea h2 {
	color: #000000;
}

body.tall .idealeft {
	width: 470px;
	padding: 15px 15px 0px 15px;
	margin-bottom: 20px;
	border: 1px solid #dcdcdc;
	text-align: center;
	font-family:georgia, times;
	font-weight: normal;
	background-color: #efefef;
}

body.tall .details {
	width: 388px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #bfda9c;
	float: left;
	text-align: left;
	font-family:georgia, times;
	font-weight: normal;
	line-height: 1.2em;
	background-color: #dbffa7;
	margin-bottom: 20px;
}

body.tall .detailshome {
	width: 388px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #dcdcdc;
	float: left;
	text-align: left;
	font-family:georgia, times;
	font-weight: normal;
	line-height: 1.2em;
	background-color: #ffffff;
	margin-bottom: 0px;
}


body.tall .action {
	width: 388px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #fbbe10;
	float: left;
	text-align: left;
	font-family:georgia, times;
	font-weight: normal;
	line-height: 1.2em;
	background-color: #fff7e0;
	margin-bottom: 20px;
}

body.tall .blog {
	width: 485px;
	margin: 0 0 30px 0;
	padding: 15px 0px 5px 15px;
	border: 1px solid #dcdcdc;
	text-align: left;
	font-size: 18px;
	font-family:georgia, times;
	font-weight: normal;
	background-color: #ededed;
}

/* FORM */

#contact { 
	background: #EFEFEF;
	padding: 20px 20px 0px 20px;
	width: 440px;
	border: 1px solid #DCDCDC;
	margin-bottom: 20px;
}

input, textarea { 
	padding: 9px;
	margin-right: 10px;
	border: solid 1px #DCDCDC;
	font-size: 18px;
	font: georgia;
	outline: 0;
	width: 200px;
	background: #FFFFFF url('images/bg-formfield.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
}

input:hover, textarea:hover, input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label { 
	margin-left: 10px; 
	color: #3C3C3C;
	font: georgia;
}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #dbffa7;
	border: 1px solid #BFDA9C;
	color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

/* QUOTE */

.quote{
	background: transparent;
	margin:0px 0px 20px 0px;
}

.quote_content{
	display:block; 
	background:#dbffa7; 
	border:3px solid #BFDA9C; 
}

.quote_name{
	padding-left: 75px;
	font-style:italic;
}


.quote p{
	padding:1em 0; 
	margin:0 15px; 
}

.quote em{   /* Pointer Border */
	display:block; 
	width:0; 
	height:0; 
	border-top:12px solid #BFDA9C; 
	border-left:12px dashed transparent; 
	border-right:12px dashed transparent; 
	margin-left:50px;
}

.quote span{
	display:block; 
	width:0; 
	height:0; 
	overflow:hidden; 
	border-top:10px solid #dbffa7; 
	border-left:10px dashed transparent; 
	border-right:10px dashed transparent; 
	margin-left:52px; 
	margin-top:-15px;
}

* html .quote em {width:24px; height:12px; w\idth:0; hei\ght:0;}
* html .quote span {width:20px; height:10px; w\idth:0; hei\ght:0;}


/* FOOTER */

#footer {
  background-color: #000000;
  padding-top: 20px;
  color: #ffffff;
  clear: both;
}

#footer .container {
	width: 960px;
	height: 300px;
	background-image: url(/images/bg-footer.png);
}

#footer h1 {
	font-size: 20px;
	letter-spacing: 0;
	margin: 0 0 1px 0;
	color: #ffffff;
}

#footer .linklist {
	width: 320px;
	padding: 0px;
	float: left;
	text-align: left;
	color: #ffffff;
}

#footer .linklist ul  {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
}

#footer .linklist li {
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	color: #ffffff;
}

#footer .linklist li.icons {
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	color: #ffffff;
}

#footer .linklist li a {
	color: #ffffff;
	text-decoration: none;
}

#footer .linklist li a:hover { 
  border-bottom: 2px solid #ffffff;
}

#footer .linklist li.icons a {
	text-decoration: none;
	padding-right: 10px;
}

#footer .linklist li.icons a:hover { 
  border-bottom: 0px solid #86b226;
}


#footer .linklist li.address {
	background-image: url(/images/icon_home.png);
	background-repeat: no-repeat;
	padding-left: 40px;
}


/* COPYRIGHT */

#footer .copyright {
	margin: 0px auto;
	padding-bottom: 30px;
	text-align: left;
	font-size: 14px;
	width: 960px;
	background-color: #000000;
	line-height: 1.4em;
}

/* HISTORY */

body.tall .clear {
  clear: both;
}

body.tall .history {
  width: 450px;
  margin-bottom: 10px;
}

body.tall .history h5 {
  color: #3c3c3c;
  font-family: georgia, times;
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  margin-top: 10px;
  line-height: 1.3em;
}

body.tall .timeline { /* Event Description */
  font-family: georgia;
  font-weight: normal;
  font-size: 15px; 
  overflow: hidden;
  color: #3c3c3c;
}

body.tall .timeline .year {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 24px;
  float: left;
}

body.tall .timeline .event {
  width: 210px;
  float: left;
  text-align: left;
}


body.tall .timeslot-left {
  border-top: 2px solid #dcdcdc;
  padding-top: 10px;
  width: 290px;
  line-height: normal;
  overflow: hidden;
  margin: 10px 0px 10px 0px;
}

body.tall .timeslot-left .year {
  margin-right: 0px;
  margin-left: 25px;
}

body.tall .timeslot-right {
  border-top: 2px solid #dcdcdc;
  width: 290px;
  line-height: normal;
  padding-top: 10px;
  float: right;
  margin: 10px 0px 10px 0px;
}

body.tall .timeslot-right .year {
  margin-right: 25px;
  margin-left: 0;
}

body.tall .milestone {
  border-top: 2px solid #0093c6;
}


body.tall .milestone .year {
  color: #0093c6;
}

/* SITEMAP */

#sitemap { 
	top: 0px;
	width: 960px;
	min-height: 500px;
	float: left;
	text-align: left;
	color: #ffffff;
}

#sitemap .block {
	float: left;
	width: 50%;
}


#sitemap-list ul {
	padding: 0;
	list-style: none;
	margin-top: 20px;
	text-align: left;
	font-size: 18px;
	font-family: georgia, times;
}

#sitemap-list ul li {
  	font-size: 18px;
	margin-bottom: 20px;
	color: #ffffff;
}

#sitemap-list ul li a {
  color: #000000;
}


#sitemap-list ul li a:hover {
  border-bottom: 2px solid #000000;
}





