@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/myriadpe-webfont.eot');
    src: url('../fonts/myriadpe-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/myriadpe-webfont.woff') format('woff'),
        url('../fonts/myriadpe-webfont.ttf') format('truetype'),
        url('../fonts/myriadpe-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

body{
    margin:0;
    padding:0;
    font-family: 'MyriadProRegular', Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
    background-color:#f3f3f3;
}

img{
    border:0 none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.top-bg{
    width:100%;
    height:849px;
    float:left;
    background-image:url(../images/top-bg.jpg);
    background-repeat:repeat-x;
}

.wrapper{
    width:980px;
    height:auto;
    margin:0 auto;
    /*background-color:#f3f3f3;*/
}

.top-container{
    width:980px;
    height:auto;
    float:left;
}

.logo{
    width:104px;
    height:124px;
    float:left;
    margin-top: 7px;
}

.title{
    font-size:40px;
    color:#3b78ab;
    float:left;
    margin: 46px 0 0 164px;
}

.contact{
    width:250px;
    height:auto;
    float:left;
    margin: 30px 0 0 137px;
}

.phone{
    width:250px;
    height:auto;
    float:left;
    margin-bottom: 20px;
}

.phone-icon{
    width:14px;
    height:37px;
    float:left;
    margin-right:15px;
    margin-left:7px;
}

.phone-number{
    font-size:30px;
    color:#73b64f;
    float:left;
}
.email{
    width:250px;
    height:auto;
    float:left;
}

.email-icon{
    width:32px;
    height:19px;
    float:left;
    margin-right:10px;
}

.email-address{
    font-size:16px;
    color:#73b64f;
    float:left;
}

.nav{
    width:980px;
    height:67px;
    float:left;

}

.nav ul{
    margin:0 0 0 0;
    padding:0;
}

.nav ul li{
    display:inline;
    list-style-type:none;
    float:left;
}

.nav a{
    font-size:16px;
    color:#FFF;
    text-decoration:none;
    margin-top: 7px;
    padding: 20px 18px 22px;
    float:left;
    background-image:url(../images/nav-separator.jpg);
    background-repeat:no-repeat;
}



/*.nav .active a{
        background-image:url(../images/nav-hover-bg.jpg);
        background-repeat:repeat-x;
        padding-top: 22px;
}*/

.nav a:hover{ 
    background-image:url(../images/nav-hover-bg.jpg);
    background-repeat:repeat-x; 
    background-position: 2px 0px;
    height: 67px;
    line-height: 22px;
}

.nav .active a{ 
    background-image:url(../images/nav-hover-bg.jpg);
    background-repeat:repeat-x; 
    background-position: 2px 0px;
    height: 67px;
    line-height: 22px;
}

.nav a.active{
    background-image:url(../images/nav-hover-bg.jpg);
    background-repeat:repeat-x; 
    background-position: 2px 0px;}

.header{
    width:980px;
    height:431px;
    float:left;
    background-image:url(../images/map.png);
    background-repeat:no-repeat;
    margin-top:5px;
}

.header-left{
    width:631px;
    height:auto;
    float:left;
}

.header-right{
    width:280px;
    height:auto;
    float:left;
}

.header-title{
    font-size:38px;
    color:#FFF;
    line-height:33px;
    margin-top: 47px;
}


.header-text{
    font-size:18px;
    color:#FFF;
    margin-top: 40px;
    line-height:24px;
}

.contact-us{
    width:246px;
    height:46px;
    float:left;
    margin-top: 40px;
}

.r-box{
    width:278px;
    height:auto;
    float:right;
}

.r-box-middle{
    width:278px;
    height:auto;
    background-image:url(../images/r-box-middle.png);
    background-repeat:repeat-y;
    float:left;
}

.r-box-middle ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

.r-box-bottom{
    width:278px;
    height:12px;
    background-image:url(../images/r-box-bottom.png);
    background-repeat:no-repeat;
    float:left;
}

.r-text{
    font-size:14px;
    color:#f3f3f3;
    line-height:16px;
    float:left;
    text-align:center;
    margin: 15px 0;
}

.oracle-logo{
    width:216px;
    height:29px;
    float:left;
    margin-left: 30px;
}

.r-box-highlight{
    width:278px;
    height:49px;
    background-color:#73b64f;
    float:left;
}

.r-box-highlight-text{
    font-size:24px;
    color:#FFF;
    text-align:center;
    margin-top: 10px;
}

.r-box ul{
    margin:0;
    padding:0;
    float:left;
}

.r-box ul li{
    font-size:20px;
    color:#FFF;
    background-image:url(../images/tick.png);
    background-repeat:no-repeat;
    background-position:23px 11px;
    list-style-type:none;
    padding-left: 63px;
    padding-top: 7px;
    line-height:30px;
}

.digi-container{
    width:980px;
    height:215px;
    float:left;
}

.digi-text{
    width:658px;
    height:auto;
    float:left;
}

.digi-image{
    width:265px;
    height:auto;
    float:right;
    border: 5px solid #FFFFFF;
    margin-top: 15px;
}

.digi-title{
    color:#73b64f;
    font-size:30px;
    margin:25px 0 15px 0;
}


.digi-para{
    font-size:16px;
    color:#FFF;
    line-height:24px;
}

.digi-para img:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
}
.digi-para img {
    margin: 5px 15px;
    width: 120px;
}

.contentc{
    width:980px;
    height:auto;
    float:left;
    padding:25px 0;
}

.content-left{
    width:480px;
    height:auto;
    float:left;
    margin-right:18px;
}

.content-right{
    width:480px;
    height:auto;
    float:left;
}

.content-box1{
    width:483px;
    height:163px;
    float:left;
    background-color:#eee;
    border:1px solid #c6c6c6;
}

.content-box2{
    width:485px;
    height:163px;
    float:left;
    background-color:#eee;
    border:1px solid #c6c6c6;
    margin-top:6px;
}

.content-box-title{
    border-bottom: 1px dashed #333333;
    float: left;
    height: 43px;
    margin-left: 10px;
    width: 458px;
}

.content-box-title h1{
    color:#999999;
    font-size:24px;
    margin:10px 0;
    float:left;
}

.content-box-img{
    width:32px;
    height:31px;
    float:right;
    margin-top:5px;
    margin-right: -10px;
}

.content-box-para{
    width: 458px;
    height:auto;
    float:left;
    color:#333333;
    font-size:14px;
    line-height:18px;
    margin: 11px;
}

.sector{
    width:980px;
    height:auto;
    float:left;
    margin-bottom:40px;
}

.sector-title{
    color:#73b64f;
    font-size:30px;
    margin:10px 0;
}

.sector-para{
    color:#333333;
    font-size:14px;
    line-height:18px;
    margin-bottom:15px;
}

.sector-container{
    width:980px;
    height:223px;
    float:left;
    overflow: hidden;
}


.sector-title-bar{
    width:978px;
    height:auto;
    float:left;
    background-color: #FFFFFF;
    border-width:0px 1px 0px 1px;
    border-color:#A2BDD3;
    border-style:solid;
}

.sector-title-bar .tabs{
    width: 988px;
}

.sector-title-bar ul{
    margin:0;
    padding:0;
}

.sector-title-bar ul li{
    display:inline-block;
}

.sector-title-bar a{
    text-decoration:none;
    color:#FFF;
    font-size:18px;
    padding: 13px 32px;
    float:left;
}

.sector-title-bar a:hover, .sector-title-bar a.active{
    text-decoration:none;
    color:#FFF;
    font-size:18px;
    float:left;
    background-color:#004e91;
    width:auto;
    height:21px;
    border:0 none;
}

.sector-title-bar .active a{
    text-decoration:none;
    color:#FFF;
    font-size:18px;
    float:left;
    background-color:#004e91;
    width:auto;
    height:21px;
    border:0 none;
    position:relative;
    z-index:10;
}

.sector-content{
    border-style:solid;
    border-color:#a2bdd3;
    border-width:0px 1px 1px 1px;
    width:978px;
    height:175px;
    float:left;
    background-color:#FFF;
}

.sector-content2{
    border-style:solid;
    border-color:#a2bdd3;
    border-width:0px 1px 1px 1px;
    width:978px;
    height:175px;
    float:left;
}

.sector-content a{
    float: left;
    padding: 24px 35px;
}

.footer-container{
    width:100%;
    height:138px;
    background-color:#021a43;
    float:left;
}

#mainWrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -138px;
}
.footer, .push {
    height:138px;
}

.footer{
    width:980px;

    margin:0 auto;
}

.footer-left{
    width:708px;
    height:auto;
    float:left;
}

.footer-right{
    width:175px;
    height:auto;
    float:right;
}

.footer-nav{
    width:708px;
    height:auto;
    float:left;
    margin-top: 25px;
}

.footer-nav ul{
    margin:0;
    padding:0;
}

.footer-nav ul li{
    display:inline;
}

.footer-nav a{
    color:#a9c6f7;
    font-size:11px;
    padding:0 5px;
    text-decoration:none;
}

.footer-copyright{
    font-size:13px;
    color:#bdd5fd;
    margin-top:45px;
    float:left;
}

.footer-follow{
    font-size:18px;
    color:#FFF;
    float:right;
    margin-top: 15px;
}

.footer-icons{
    width:165px;
    height:auto;
    float:right;
    margin-top:10px;
}

.footer-icons a{
    float:left;
    padding:0 0px 0 10px;
}


.top-bg2{
    width:100%;
    height:333px;
    float:left;
    background-image:url(../images/top-bg2.jpg);
    background-repeat:repeat-x;
}

#tabbed_box_content {
    clear: both;
    height: 135px;
    overflow: hidden;
    width: 980px;
}

.header2{
    width:980px;
    height:135px;
    float:left;
}

.header2-icon{
    width:31px;
    height:31px;
    float:left;
    margin-left: 22px;
    margin-top: 50px;
}

.header2-text{
    font-size:16px;
    color:#FFF;
    line-height:24px;
    float:left;
    width:826px;
    height:auto;
    margin-left: 52px;
    margin-top: 27px;
}

.content-abt {
    float: left;
    height: auto;
    width: 980px;
    padding-bottom: 20px;
}

.content1{
    width:192px;
    height:auto;
    float:left;
    background-color:#eeeeee;
}

.content1 ul{
    margin:0;
    padding:0;
    border:1px solid #c6c6c6;
    float:left;
}

.content1 ul li{
    display:inline;
    border-bottom:1px dashed #444444;
    width: 170px;
    margin-left:8px;
    height:auto;
    float:left;
}

.content1 ul li:last-child{
    border:0;
}

.content1 a{
    color:#004f92;
    font-size:14px;
    text-decoration:none;
    float:left;
    margin: 6px 0;
}

.content2{
    width:480px;
    height:auto;
    float:left;
    padding: 0 10px;
}

.content2-para,.content2-para-last{
    width:480px;
    height:auto;
    float:left;
    border-bottom:1px dashed #333333;
    padding: 10px 0;
}

.content2-para-last,.content2-para:last-child{
    border-bottom: 0;
}

.content2-para p img {
    max-height: 110px;
    max-width: 150px;
    margin-right: 10px;
    margin-top: 10px;
    vertical-align: middle;
}

.content2 p{
    margin:5px 0;
    padding:0;
    color:#333333;
    font-size:14px;
    line-height:18px;
}

.content2 ul{
    margin:0;
    padding:0 0 0 14px;
}

.content2 ul li{
    color:#333333;
    font-size:14px;
    line-height:18px;
    padding-left: 25px;
}

.content2-title{
    color:#999999;
    font-size:24px;
    line-height:18px;
}



.content3{
    width:283px;
    height:auto;
    float:left;
}

.content3-top{
    width:292px;
    height:7px;
    float:left;
    background-image:url(../images/content3-top.png);
    background-repeat:no-repeat;
}

.content3-middle{
    width:292px;
    height:auto;
    float:left;
    background-image:url(../images/content3-middle.png);
    background-repeat:repeat-y;
    padding: 0 7px;
}

.content3-bottom{
    width:292px;
    height:7px;
    float:left;
    background-image:url(../images/content3-bottom.png);
    background-repeat:no-repeat;
}

.knowledge-box{
    width:279px;
    height:299px;
    float:left;
    background-color:#52b0e1;
}

.knowledge-title{
    font-size:40px;
    color:#fff;
    line-height:38px;
    float:left;
    width: 200px;
    margin: 30px 0 0 5px;
    font-weight:bold;
}

.knowledge-bulb{
    width:56px;
    height:99px;
    float:right;
    margin: 10px 9px 0 0;
}

.knowledge-box-para{
    margin:5px 0;
    padding:0;
    color:#fff;
    font-size:14px;
    line-height:18px;
    padding: 0 9px;
    width: 256px;
    float: left;
}

.oracle1{
    width:184px;
    height:64px;
    float:left;
    margin-top: 20px;
}

.oracle2{
    width:245px;
    height:47px;
    float:left;
    margin-top: 20px;
}

.content3 p{
    color:#333333;
    font-size:14px;
    line-height:18px;
    font-style:italic;
    float:left;
    width: 274px;
}

/*tabs*/
#tabbed_box_1 {
    margin: 0px auto 0px auto;

}
.tabbed_box h4 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:23px;
    color:#ffffff;
    letter-spacing:-1px;
    margin-bottom:10px;
}
.tabbed_box h4 small {
    color:#e3e9ec;
    font-weight:normal;
    font-size:9px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    position:relative;
    top:-4px;
    left:6px;
    letter-spacing:0px;
}
.tabbed_area {

}

ul.tabs {
    margin:0px; padding:0px;

}
ul.tabs li {
    list-style:none;
    display:inline-block;
    float:left;
    height:47px;

}

ul.tabs li a {
    background:#73b64f;
    padding:13px 31px;
    text-decoration:none;
}

ul.tabs .nbox{
    padding:20px 14px;
}

ul.tabs li a:hover {

}

ul.tabs li.active {
    background-image:url(../images/arrow.jpg);
    background-repeat:no-repeat;
    background-position:bottom center;
    padding-bottom:13px;
}

.content ul {
    margin:0px;
    padding:0px 20px 0px 20px;
}
.content ul li {
    list-style:none;
    border-bottom:1px solid #d6dde0;
    padding-top:15px;
    padding-bottom:15px;
    font-size:13px;
}
.content ul li:last-child {
    border-bottom:none;
}
.content ul li a {
    text-decoration:none;
    color:#3e4346;
}
.content ul li a small {
    color:#8b959c;
    font-size:9px;
    text-transform:uppercase;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    position:relative;
    left:4px;
    top:0px;
}
.content ul li a:hover {
    color:#a59c83;
}
.content ul li a:hover small {
    color:#baae8e;
}