﻿
.slider-wrapper
{
    padding: 8px 10px 8px 10px;
   background: rgb(244,244,244); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(180,212,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(180,212,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(180,212,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(180,212,237,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(180,212,237,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#b4d4ed',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(244,244,244,1) 0%,rgba(180,212,237,1) 100%); /* W3C */
    border: 1px solid #ADADAD;
    width: 580px;
    margin: 10px 0 0 10px;
    height: 430px;
}

#slider {
    position:relative;
    width:580px; /* Change this to your images width */
    height:430px; /* Change this to your images height */
    background:url(/Content/themes/default/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
.mainContent
{
    height: 900px;
}
.mainContent p
{

    margin: 10px;
    font-size: 14px;
    line-height: 22.5px;
}

.mainContent h3
{
    margin: 10px;
    font-size: 1.4em;
    color: #fff;
    text-shadow: 1px 1px 2px #333;
    filter: dropshadow(color=#333, offx=1, offy=1);
}

#leftCol
{
    width: 320px;
    margin-top: 10px;
}
#leftCol p
{
    line-height: 24px;
}
#rightCol
{
    width: 620px;
}
#leftCol,#rightCol
{
    height: 890px;
    float: left;
}
#leftCol,#rightText
{
    -webkit-box-shadow: 2px 2px 9px 2px #44;
    -moz-box-shadow: 2px 2px 9px 2px #444;
    box-shadow: 2px 2px 9px 2px #444;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#rightText
{
    margin-left: 10px;
    margin-top: 25px;
    padding-bottom: 5px;
}

/* overriding settings from default.css */
.theme-default .nivo-controlNav {
    margin-left:-25px; /* Tweak this to center bullets */
}

.techImage img
{
    padding: 10px;
    margin: 15px;
    background: rgb(168,170,173); /* Old browsers */
background: -moz-linear-gradient(top, rgba(168,170,173,1) 0%, rgba(224,225,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(168,170,173,1)), color-stop(100%,rgba(224,225,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(168,170,173,1) 0%,rgba(224,225,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(168,170,173,1) 0%,rgba(224,225,226,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(168,170,173,1) 0%,rgba(224,225,226,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8aaad', endColorstr='#e0e1e2',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(168,170,173,1) 0%,rgba(224,225,226,1) 100%); /* W3C */
    border: 1px solid #ADADAD;
    width: 420px;
    height: 260px;
}
.left,.right
{
    width: 470px;
    float: left;
    height: 310px;
}
.innovation_divider
{
    height:1px;
    width: 900px;
    margin: 5px 20px 20px 20px;
    float: left;
}