* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    margin: 0px;
    height: 100%;
    min-width: 1000px;
    /*background-color: #fff;*/
}

body > .wrap {
    position: relative;
    min-height: 100%;
    width: 1000px;
    margin: 0px auto 0px auto;
    z-index: 2;
    padding: 0px;
    background-color: #FFF;
}

body {
    background: url(../images/site_bg.jpg) center top;
}

.main {
    background: url(../images/mainBg.jpg) repeat-x;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #104274;
    margin-top: 0;
    padding-top: 0;
}

h1 {
    color: #005193;
    font-size: 16px;
    font-weight: bold;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
    padding: 5px;
    margin: 15px 0 20px 0px;
    background: url(../images/hdr_tile_5.jpg) repeat-y;
    color: #fff;
    font-size: 11px;
}

h5 img {
    margin-left: 10px;
}

h6 {
    color: #37393b;
    font-weight: bold;
    font-size: 13px;
}

.clear {
    clear: both;
}

.divLink {
    display: block;
    height: 100%;
    width: 100%;
}

/* Fuck I hate extra clearing divs */
.header, .nav {
    width: 1000px;
}

.header {
    background-color: #fff;
    height: 87px;
    display: block;
    background: url(../images/logo_home.png) no-repeat;
}

.header .logo {
    float: left;
    display: block;
    width: 237px;
    height: 84px;
    position: relative;
    margin-left: 80px;
}

.rowRight video {
    display: block;
    margin: 0 auto;
    width: 330px;
}

.nav {
    height: 58px;
    background: url(../images/nav_bg.png) repeat-x;
}

/*.nav .navBtns a {display:block;float:left;background:url(../images/nav_bg_sep.png) top right;background-repeat:no-repeat;color:#fff;text-transform:uppercase;font-family:"Copperplate Gothic";}
.nav .navBtns a:link, .nav .navBtns a:visited {text-decoration:none;}*/
.navUl {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 86px;
    z-index: 50;
}

.navUl li a {
    display: block;
    height: 42px;
    background: url(../images/nav_bg_sep.png) no-repeat;
    color: #fff;
    text-transform: uppercase;
    font-family: "Century Gothic", 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: .2em;
    padding: 8px 10px 0px 14px;
}

.navUl li a:link, .navUl li a:visited {
    text-decoration: none;
}

.navUl > li > a.selected {
    border-bottom: 7px solid #32185a;
}

.navUl > li > a.current {
    border-bottom: 7px solid #32185a;
}

.navUl > li > a.section {
    border-bottom: 7px solid #32185a;
}

.navUl li {
    display: inline;
    float: left;
    position: relative;
}

.navUl ul {
    display: none;
    position: absolute;
    padding-left: 0;
    top: 31px;
}

.navUl ul a {
    background: url(../images/nav_bg_sec.png) repeat-x;
    white-space:  nowrap;
    height: 30px;
}

.navUl ul li {
    width: 100%;
    text-align: center;
}

.navUl li:hover ul {
    display: block;
}

.social {
    float: left;
    display: block;
}

.socSep {
    float: left;
    background: url(../images/nav_bg_sep.png);
    width: 6px;
    height: 30px;
    display: block;
}

.socIcons {
    float: left;
    width: 200px;
    padding-top: 5px;
    padding-left: 15px;
}

.footer {
    height: 90px;
    color: #fff;
    padding: 0;
    margin: 0;
    background: url(../images/ftr_bg.jpg) repeat-x;
}

.ftrInt {
    background: url(../images/ftr_sub.png);
    width: 1000px;
    height: 85px;
    margin-top: 25px;
}

.footer .copyright {
    float: right;
    padding: 5px 80px 0 0;
    font-size: 11px;
}

.footer .ftrNav {
    float: left;
    padding: 5px 0 0 80px;
    font-size: 11px;
}

.footer .ftrNav a {
    padding-right: 10px;
    font-size: 11px;
}

.footer .ftrNav a:link, .footer .ftrNav a:visited {
    color: #fff;
    text-decoration: none;
}

/* Page Classes */

/* All */
.main.IntPage .mainRows {
    background: #fff;
    width: 916px;
    margin-left: 50px;
    margin-top: 0;
    padding-top: 0;
}

.rowLeft {
    float: left;
    width: 476px;
    margin-left: 42px;
}

.rowRight {
    float: left;
}

.rowRight h6 {
    text-align: center;
    padding: 0;
    margin: 0px 5px 5px 5px;
}

/* Home */
.main.HomePage .mainRows {
    padding-top: 20px;
}

.main.HomePage .mainRows .rowLeft {
    float: left;
    width: 456px;
    margin-left: 82px;
}

.main.HomePage .mainRows .rowRight {
    float: left;
}

.sliderBoxes {
    margin-left: 86px;
}

.homeSlider {
    float: left;
    max-height: 363px;
    overflow: hidden;
}

.homeTiles {
    float: left;
}

.row {
    float: left;
    padding: 0;
    margin: 0;
}

.row img {
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

.col01 .row {
    border-top: 2px solid #32185a;
    border-left: 2px solid #32185a;
    border-right: 2px solid #32185a;
}

.col02 .row {
    border: 2px solid #32185a;
}

.col03 .row {
    border-bottom: 2px solid #32185a;
    border-left: 2px solid #32185a;
    border-right: 2px solid #32185a;
}

.row.middle {
    border-left: none;
    border-right: none;
}

/* About */
.aboutBox01, .aboutBox02, .partnersBox {
    margin-left: 46px;
}

.main.IntPage .aboutBox02 .leftImg {
    float: left;
    margin-right: 20px;
}

.main.IntPage .rgtText {
    float: left;
    width: 636px;
}

.main.IntPage .aboutBox01 {
    background: url(../images/about_img_01.jpg) top right no-repeat;
    width: 826px;
    height: 267px;
    display: block;
}

.main.IntPage .aboutBox01 p {
    width: 440px;
    padding-top: 20px;
}

.main.IntPage .aboutBox02 p {
    padding-top: 0;
    margin-top: 0;
}

.productNav {
    text-align: center;
    margin-bottom: 0;
    margin-left: 34px;
}

.productNav li {
    display: inline-block;
    background-image: url(../images/product_nav_bg.jpg);
    background-repeat: repeat-x;
    height: 24px;
    width: 126px;
    padding-top: 5px;
}

.productNav li.current {
    background-image: url(../images/product_nav_bg_sel.jpg);
}

.productNav li a {
    color: white;
    text-decoration: none;
}

.prodPageHeading {
    background-image: url(../images/hdr_tile_prod.jpg);
    margin-left: 42px;
    margin-top: 0;
}

.appNotesPage .mainRows {
    padding-bottom: 150px;
}

.appNotesPage h5 {
    margin-bottom:10px;
}

.appNotesPage h5.appTable {
    margin-bottom: 0;
}

.appNotesPage .rowLeft, ul.appNotes {
    width: 630px;
}

.appNotesPage .rowLeft ul.appNotes > li > ul > li {
    display: inline-block;
    vertical-align: middle;
}
.appNotesPage .rowLeft ul.appNotes, .appNotesPage .rowLeft ul.appNotes ul  {
    padding: 0;
}

.appNotesPage .rowLeft ul.appNotes li {
    list-style-type: none;
}

.appNotesPage li.heading ul {
    background-color: #A7A7A7;
    color: white;
    font-weight: bold;
    border: 5px #A7A7A7 solid;
    margin-bottom:5px;
}

.appNotesPage .rowRight img {
    margin-left: 30px;
    margin-top: 40px;
}

.appNotesPage li.app ul {
    color: black;
    background-color: #BCCFE1;
    border: 5px #BCCFE1 solid;
    margin-bottom: 10px;
}

.appNotesPage .rowLeft ul.appNotes > li > ul > li:nth-child(1) {
    width: 100px;
}

.appNotesPage .rowLeft ul.appNotes > li > ul > li:nth-child(2) {
    width: 240px;
}

.appNotesPage .rowLeft ul.appNotes > li > ul > li:nth-child(3) {
    width: 220px;
}

.appNotesPage .rowLeft ul.appNotes > li > ul > li:nth-child(4) {
    width: 40px;
}

.appNotesPage .rowLeft ul.appNotes > li > ul > li:nth-child(4) img {
    vertical-align: middle;
}

/* Blog Stuff */
.pressPage .mainRows .title {
    margin-bottom: 20px;
}

.pressPage #SearchForm_SearchForm_action_results {
    background-image: url(../images/button_bg.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    width: 30px;
    height: 20px;
    border: 0;
    display: inline;
    color: white;
    float: right;
}

.pressPage fieldset {
    width: 300px;
    max-width: 300px;
    border: none;
    padding:0 0 20px 0;
    margin: 0;
}

.pressPage fieldset input.text {
    border: 2px solid lightblue;
    width: 250px;
    margin-top: 1px;
}

.pressPage #Search {
    float: left;
}
#BlogContent {
    padding: 0 48px;
}


#BlogContent .blogSummary p {
    color: black;
    margin-top: 5px;
    margin-bottom: 0;
}

#BlogContent .blogSummary .authorDate {
    color: #B1B1B1;
    font-size: 0.9em;
    margin-top: 10px;
}

#BlogContent .blogEntries {
    height: 460px;
    max-height: 460px;
    overflow: auto;
    margin: 30px 0 60px 0;
}

#BlogContent .PageNumbers {
    padding: 0;
}

#BlogContent .PageNumbers li {
    display: inline-block;
    margin-right: 5px;
}

#BlogContent .PageNumbers li a {
    text-decoration: none;
}

#BlogContent .PageNumbers li.active a {
    text-decoration: underline;
}

#BlogContent .PageNumbers .arrow img {
    vertical-align: bottom;
}

#BlogContent .blogSort {
    font-size: 1.1em;
}

#BlogContent .blogSort span {
    margin-right: 5px;
    text-decoration: underline;
}

#BlogContent .blogSort a {
    margin-right: 5px;
    text-decoration: none;
    color: #104274;
}

#BlogEntry .search-bar {
    margin-top: 20px;
}

/* DevKit Page */

.devKitsPage .rowLeft {
    padding-right: 20px;
}

.devKitsPage .rowRight video {
    margin-top: 17px;
}

.devKitsPage .rowRight div {
    width: 300px;
    max-width: 300px;
    background-color: #6C56A5;
    font-size: 1.1em;
    margin: 20px auto;
    color: white;
    padding: 10px;

}

.devKitsPage .rowRight p {
    margin: 0;
    line-height: 150%;
}

.devKitsPage .rowRight a {
    color: white;
    text-decoration: underline;
}

.devKitsPage .rowRight a:visited {
    color: white;
    text-decoration: underline;
}

.techBlock {
    padding-left: 4px;
}

.hideable {
    visibility: visible;
}

.technologyPage h5 img, .aboutPage h5 img {
    cursor: pointer;
}

.technologyPage .rowRight video {
    margin-top: 12px;
}
.videoPage h5 img, .aboutPage h5 img {
    cursor: pointer;
}

.videoPage .rowRight video {
    margin-top: 12px;
}

/* Partners Page */
.partnersPage .title {
    padding-bottom: 20px;
}

.partnersPage .partnersBox img {
    margin-bottom: 8px;
}

/* Technology Page */
.technologyPage .title {
    margin-bottom: 25px;
}

.videoPage .title {
    margin-bottom: 25px;
}
.main.IntPage.aboutPage .mainRows {
    margin: 0 auto;
}

.middlediv {
    position: relative; 
    left: 200px; 
    width: 120px; 
    height: 1px; 
    top: -150px;
}
.descText {
    color:black !important
}
.tmImage {

    position:  relative;
    margin-left: 265px;
    top: -31px;
}
.videoAlign{    
    position: relative;
    margin-left: 20px !important;
}

/*

.homeTiles img {
    min-width: 111px;
    width: 111px;
    max-width: 111px;
}
*/
