/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
/*FONTS */

/*font-family:'Avenir Next W01 Light';
font-family:'AvenirNextLTW01-Regular';
font-family:'AvenirNextLTW01-Italic';
font-family:'Avenir Next LT W01 Bold';
font-family:'Arial W01 Black';*/


@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=523e0b7e-1561-4288-858f-57affb736746");
@font-face{
font-family:"AvenirNextLTW01-Italic";
src:url("Fonts/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix");
src:url("Fonts/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix") format("eot"),url("Fonts/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff") format("woff"),url("Fonts/18839597-afa8-4f0b-9abb-4a30262d0da8.ttf") format("truetype"),url("Fonts/1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585.svg#1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585") format("svg");
}
@font-face{
font-family:"AvenirNextLTW01-Regular";
src:url("Fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix");
src:url("Fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix") format("eot"),url("Fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"),url("Fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype"),url("Fonts/52a192b1-bea5-4b48-879f-107f009b666f.svg#52a192b1-bea5-4b48-879f-107f009b666f") format("svg");
}
@font-face{
font-family:"Avenir Next W01 Light";
src:url("Fonts/0ecef829-586e-426d-a633-4c8a8c926769.eot?#iefix");
src:url("Fonts/0ecef829-586e-426d-a633-4c8a8c926769.eot?#iefix") format("eot"),url("Fonts/f401df6f-54eb-406c-b46a-90b9451c598d.woff") format("woff"),url("Fonts/276fe25e-e430-4376-b33c-705dd77b3dba.ttf") format("truetype"),url("Fonts/869dc33b-3685-4d74-a51c-82b435579093.svg#869dc33b-3685-4d74-a51c-82b435579093") format("svg");
}
@font-face{
font-family:"Avenir Next LT W01 Bold";
src:url("Fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix");
src:url("Fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix") format("eot"),url("Fonts/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff") format("woff"),url("Fonts/890bd988-5306-43ff-bd4b-922bc5ebdeb4.ttf") format("truetype"),url("Fonts/ed104d8c-7f39-4e8b-90a9-4076be06b857.svg#ed104d8c-7f39-4e8b-90a9-4076be06b857") format("svg");
}
@font-face{
font-family:"Arial W01 Black";
src:url("Fonts/bf85e414-1b16-4cd1-8ce8-dad15daa7daa.eot?#iefix");
src:url("Fonts/bf85e414-1b16-4cd1-8ce8-dad15daa7daa.eot?#iefix") format("eot"),url("Fonts/c6f5bcd6-66fc-44af-be95-bb1f2b38d080.woff") format("woff"),url("Fonts/7b5b436b-a511-402a-88d6-dbac700cee36.ttf") format("truetype"),url("Fonts/a5adcd35-c36a-4b18-953d-47c029de4ef6.svg#a5adcd35-c36a-4b18-953d-47c029de4ef6") format("svg");
}



/* #Site Styles
================================================== */
.page {
	width: 100%;
}
header {
	/*background-image:url("../images/robotics-header.png");*/
    /*height:421px;*/
  /*background-image: none;*/
  /*height: auto;*/
}
header h1 {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 60px;
  margin-bottom: 48px;
  padding-left: 30px;
  clear: both;
}
h1 a{
    color: #c90707;
    font-family: 'Arial W01 Black';
    font-size: 0.75em;
    text-decoration: none;
}
h1 a:hover, h1 a:focus, h1 a:visited {
	text-decoration:none;
    color: #c90707;
}
#navLinks{
    float: right;
    margin-left:100px;
    margin-bottom: 5px;
}
#navLinks li {
    display: inline;
    margin-right:20px;	
}
#navLinks a{
	text-decoration: none;	
}
nav {
/*	background-color: #53aa07; */
	padding: 0;
}
nav ul {
	list-style: none;
}
nav li {
	display: inline;
	color: #FFFFFF;
}
nav a {
  color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
     padding: 5px 14px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	}
.ie8 nav a{	
	padding-right:14px;
	padding-left:15px;
}


#primaryNavigation a:hover, #primaryNavigation a:active, #primaryNavigation a:focus, #primaryNavigation a.current {
	color: #b22222;
}
nav li a:hover, nav li a:focus {
	color: #112F2D;
}
nav a:visited {
	color: #ffffff;
	outline: 0 none;
	text-decoration: underline;
}
.bandHeader {
    position: relative;
    padding-bottom: 20px;
	background: #000000;
    background-image:url("../images/gears.png");
    background-position: 0 -104px;
}
.bandNav {
   background: midnightblue none repeat scroll 0 0;
    border-bottom: 1px solid #b22222;
    border-top: 1px solid #b22222;
}

footer {
	background-color: #000000;
	border-top: #b22222 medium solid;
	display: block;
	padding: 50px 0 50px 0;
	color:#fff;
}
footer ul {
	font-style: italic;
	text-align: center;
	color: #fff;
}
footer li {
	color: #fff;
	display: inline;
	text-decoration: none;
}
footer li a {
	color: #fff;
	text-decoration: none;
	line-height: 30px;
}
footer a, footer a:visited {
color:#fff;	
}

footer a:hover {
color:slategray;	
}
footer hr {
	margin: auto;
	padding-top: 60px;
	width: 40%;
}
.logos {
    margin-top: 32px;
    padding-left: 30px;
}
.logos img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 450px;
}
.logos img.first-logo {
  max-width: 225px;
  float: right;
}
.tabs {
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 250px;
    height: 40px;
}
#tab-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 125px;
    height: 40px;
    background-image: url("../images/right.png");
	background-repeat: no-repeat;
}
#tab-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    height: 40px;
	background-image: url("../images/left.png");
	background-repeat: no-repeat;
}
#tab-left p, #tab-right p {
	margin: 0;
	padding-left: 15px;
    padding-top: 12px;
    color: #fff;
}
#tab-left a, #tab-right a {
	color: #b22222;
	padding-left: 5px;
	text-decoration: none;
}
#tab-left a:hover, #tab-right a:hover, #tab-left a:focus #tab-right a:focus {
	color: #000;
}

/* #Page Styles
================================================== */
.container .columns.welcome {
  margin-top: 10px;
  margin-left: 30px;
}
.container.contents {
    margin-bottom: 40px;
}
.bold{
	font-family:'Arial W01 Black';
}
.welcome h2 {
    font-size: 42px;
	color: midnightblue;
    font-family: 'AvenirNextLTW01-Regular';
	line-height: 1.45;
}
.welcome h3 {
    padding-top: 10px;
}
.welcome p {
    font-size: 18px;
    line-height: 1.45em;
    padding-top: 10px;
}
aside {
    color: #000;
    padding: 10px 7px 7px 12px;
}
aside  h3 {
	 color: midnightblue;
}

aside h5 {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    margin-left: 10px;
    margin-top: -2px;
}
aside.application h5 {
    margin-top: 0;
    text-align: center;
}
aside.application h5 a {
    color: #ffffff;
}
aside ul {
list-style:none;
}
aside li a{
	text-decoration:none;
}
aside li a:visited {
color:#006400;	
}
.application {
    padding-top:10px;
    background-color:midnightblue;
}
.other {
    padding-top:10px;
    background-color:green;
}
.other a, .other p{
    color:#ffffff;
}
.content {
	background-color: #fff;
}
li img {
	margin-left: 30px;
	padding-top: 30px;
}
hr {
	color: #fff;
}
.cutline {
	border: 1px solid #999999;
    display: block;
    float: right;
    margin: 0 auto 0 20px;
    padding: 10px;
    text-align: center;
    width: 100%;
    max-width: 563px;
	font-size:12px;
	margin-bottom:10px;
	font-style:italic;

}
.cutline5col {
	border: 1px solid #999999;
    display: block;
    float: right;
    margin: 0 auto 0 20px;
    padding: 4px;
    text-align: center;
    width: 510px;
	font-size:12px;
	margin-bottom:10px;
	font-style:italic;
}
	
.cutline img{
    padding: 0;
    width: 100%;
    height: auto;
}
.cutline-full {
    border: 1px solid #999999;
    display: block;
    margin: 0 auto 0 20px;
    padding: 10px;
    text-align: center;
    width: 100%;
	font-size:12px;
	margin-bottom:10px;
	font-style:italic;
    max-width: 575px;
}
table, tr, td {
 border: 1px solid gray;	
padding: 10px;
}


.callout {
    background-color: gainsboro;
    border: 1px solid #999999;
    color: #000000;
    float: right;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    margin-left: 15px;
    padding: 12px;
    width: 300px;
}
.callout li{
    font-size: 12px;	 color: #444444;
}
.callout h3{
	font-size:20px; color: #444444;
}
/*BUTTON CODE */
a.btn  {
color:#000;	
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
      padding: 20px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 15px;
  *line-height: 15px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #005799;
  background-image: -moz-linear-gradient(top, #006699, #004099);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006699), to(#004099));
  background-image: -webkit-linear-gradient(top, #006699, #004099);
  background-image: -o-linear-gradient(top, #006699, #004099);
  background-image: linear-gradient(to bottom, #006699, #004099);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006699', endColorstr='#ff004099', GradientType=0);
  border-color: #004099 #004099 #00204d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #004099;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #004099;
  *background-color: #003580;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #002b66 \9;
}
.btn,
button,
input[type="button"].btn,
input[type="submit"].btn,
input[type="reset"].btn {
  *padding-top: 5px;
  *padding-bottom: 5px;
  *line-height: normal;
}
.btn::-moz-focus-inner,
button::-moz-focus-inner,
input[type="button"].btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner,
input[type="reset"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

body:not(:-moz-handler-blocked) input.btn {
  height: 15px !important;
  -moz-box-sizing: content-box;
}



/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		h1 {
    font-size: 40px;
    font-weight: bolder;
    line-height: 50px; padding-right: 20px;
}
.cutline5col {
    width: 410px;
}
.cutline5col img{
    width: 390px;
	height:auto;
}
footer {
    padding: 50px 20px;
}
}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		header h1 {
   
}
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
			h1 {
    font-size: 40px;
    font-weight: bolder;
    line-height: 50px; padding-right: 20px;
}

.cutline5col {
    width: 300px;
}
.cutline5col img{
    width: 280px;
	height:auto;
}
.cutline {
    width: 300px;
}
.cutline img{
    width: 280px;
	height:auto;
}
header img {
    height: 70%;
    width: 70%;
}
nav a {
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    text-decoration: none;
    width: 50%;
	padding:0;}
	
	.welcome {
    background-image: none;
    background-repeat: no-repeat;
    height: 390px;
    margin-top: -10px;
    width: 310px;
}
.welcome h2 {
    margin: 10px 0 0 10px;
    padding: 10px 0 0;
    width: 322px;
    font-size: 25px;
    line-height: 30px;
}
.welcome p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 1em 0 0 10px;
    padding: 0;
    width: 300px;
}
footer {
    padding: 50px 20px;
}
li img {
    margin-left: 5px;
 
}
}

.marker {
    margin-left: 40px;
    list-style: disc;
}

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
