/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 16, 2015, 5:29:36 PM
    Author     : Admin
*/


            @import url(http://fonts.googleapis.com/css?family=Abel:400);
                 /*     div {
                            border-width: 1px;
                            border-color: #000;
                            border-style: solid;
            
                        }*/
            h1 {
                font-weight: 200;
            }
            body{
                font-family: 'abel', sans-serif;
                font-size: 18px;
            }
            .logoback {
                background-image: url(../img/logo_back.png);
                height: 182px;
                background-repeat: repeat-x;
                padding-top: 50px;
            }
            .logo{
                background-image: url(../img/logo.png);
                height: 107px;
                width: 426px;
                background-repeat: no-repeat;
                padding-top: 59px;
            }
            #logocaption{
                font-size: 17px;
                margin-left: 137px;
                font-family: roboto;
                font-weight: 300;
                color: rgb(255,150,0);
                text-transform: uppercase;
            }
            .social{
                text-align: right;
                height: 42px;
                margin-bottom: 23px;
                padding-right: 0px;
            }
            .social img{
                margin-top: -9px;
            }
            .navspace{
                width: 565px;
                float: right;
                margin: 0px;
                padding: 0px;
            }
            .bannerback{
                height: 353px;
                background-image: url(../img/banner_back.png);
                background-repeat: repeat-x;
            }
            .bannerbackinner{
                height: 250px;
                background-image: url(../img/banner_back.png);
                background-repeat: repeat-x;
            }
            .bannerspace{
                height: 295px;
                width: 1170px;
                margin: 0px -14px;
                background-color: #bce8f1;
                margin-top: 29px;
            }
            .bannerspaceinner{
                height: 194px;
                width: 1135px;
                margin: 0px auto;
                background-color: #bce8f1;
                margin-top: 27px;
            }
            .bannershadow{
                height: 11px;
                width: 1135px;
                margin: 0px auto;
                background-image: url(../img/banner_shadow.png);

            }
            .contentpart{
                background-image: url(../img/body_background.png);
                background-repeat: repeat-x;
            }
            .motife{
                width: 48px;
                height: 14px;
                margin: 0px auto;
                background-image: url(../img/motife.png);
            }
            .line{
                width: 1px;
                height: 95px;
                background-color: #f4a817;
                margin: 0px  auto;
            }
            .box{
                background-color: #4c50a9;
                height: 215px;
            }
            .boxicon{
                margin: 0px auto;
                margin-top: 23px;
            }
            .boxcaption{
                font-size: 30px;
                color: #fff;
                margin-top: 15px;
            }
            .orangebox{
                height: 53px;
                background-color: #f4a817;
                text-align: center;
                font-size: 17px;
                margin-top: 7px;
                padding-top: 10px;
                line-height: 17px;
            }
            .footer{
                width: 100%;
                background-color: #f4a817;
                height: 300px;
                margin-top: 30px;
            }
            .whiteback{
                /*background-color: #fff;*/
                height: 240px;
            }
            .footernav{
                 margin-left: 274px;
            }
            .footernav a{
                color: #fff;
            }
/*            .contactform{
                padding: 5px;
            }*/
            .textbox{
                width: 210px;
            }
            .bodycopy{
                font-size: 20px;
                text-align: justify;
            }
            .bodycopy h1{
                text-align: left;
                padding-bottom: 10px;
                border-bottom-color: black;
                border-bottom-style: dotted;
                border-bottom-width: thin;
                font-weight: 600;
                color: #2e6da4;
            }