﻿body {
    width: 100%;
    font-family: Arial, sans-serif;
    /*height: 1230px;*/
    margin:0 auto;
}

@page {
            margin-top: 0;
            margin-bottom: 0;
        }

        .btnMain {
            color: White;
            text-align: center;
            text-decoration: none;
            padding: 4px;
            background-color: #437898;
            cursor: pointer!important;
            margin: 5px;
            border: 1px solid #808080;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -moz-box-shadow: 0px 0px 10px #555;
            -webkit-box-shadow: 0px 0px 10px #555;
            box-shadow: 0px 0px 10px #555; /* For IE 8 */
        }

            .btnMain:hover {
                color: #CCCCCC;
            }



            .btnMainMobile {
            color: White;
            text-align: center;
            text-decoration: none;
            padding: 4px;
            background-color: #95be81;
            cursor: pointer!important;
            margin: 5px;
            border: 1px solid #808080;
            font-size:50px;
            
        }

            .btnMainMobile:hover {
                color: #CCCCCC;
            }


/***************** SITE CLASSES *****************************/
.main-content {
    width: 920px;
    min-height:600px;
    margin: 0 auto;
}

.divFloat100 {
    float: left;
    position: relative;
    display: block;
    width: 100%;
}

.divCentered {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.divFloatRight {
    float: right;
    position: relative;
    display: block;
}

.divFloat {
    float: left;
    position: relative;
    display: block;
}

/**************Logo Header Div ****************************/
h1 {
    font-family: Arial, sans-serif;
    color: #437898;
    font-size: 74px;
    border-top: 1px solid #68574e;
    border-bottom: 1px solid #68574e;
    font-weight: bold;
    width:500px;
    height: 39px;

    text-align:center;
 
}

.divLogo {
    /*margin-left:44px;
    padding-left:10px;*/
}

.divHeader {
    margin-top: -85px;
    float:right;
    /*margin-left:330px;*/
    /*padding: 0px 0px 23px 44px;*/
}

/**************Paragraph ****************************/
p {
    font-family: Arial, sans-serif;
        font-size: 15px; 
    font-weight: normal;
    padding-left: 44px;
    padding-right: 44px;
    text-align: justify;
}

/**************Column Halves ****************************/

.colLeft {
    position: relative;
    width: 350px;
    height: 140px;
    border: 3px solid #020202;
    text-align: center;
    margin:5px!important;
    /*margin-left: 100px;
    margin-right: 115px;*/
}

.colRight {
    position: relative;
    width: 350px;
    height: 140px;
    border: 3px solid #020202;
    text-align: center;
    margin:5px!important;
    /*margin-top: -256px;
    float: right;
    margin-right: 100px;*/
}

h2 {
   font-family: Arial, sans-serif;
    font-size: 21px;
    color: #000000;
    font-weight: normal;
    margin-top: -5px;
}

h3 {
    font-family: Arial, sans-serif;
    font-size: 30px;
    color: #000000;
    font-weight: normal;
    margin-top: -15px;
}

.pargraph {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    font-weight: normal;
    margin-top: -35px;
    text-align:justify;
    padding:15px;
}
.colLeft img {
    padding-top: 5px;
}

.colRight img {
    padding-top: 5px;
}

/******************4-column left/right******************/

.leftColumn {

}
.centerLeft {
   margin-left:30px;
   margin-top:-119px;

}

.centerRight {
    width: 300px;
    min-height: 117px;
    margin-top: -128px;
    margin-left: 375px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
}

    .centerRight li {
        list-style-type: none;
    }

.right {
    min-height: 117px;
    margin-left: 634px;
    margin-top: -134px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
}

    .right li {
        list-style-type: none;
    }
    .nextCenterLeft {
         background-color: #437898;

    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
    margin-top: -115px;
    margin-left: 32px;
    padding-top: 25px;
    }


.divRight {
    float:right;
    font-family: Arial, sans-serif;
    font-size:16px;
    font-style:italic;
    width: 60%;
}

.divExtra {
min-height: 200px;
}

.divFooter {
    font-family: Arial, sans-serif;
    font-size:14px;
    font-weight:normal;
    width: 100%;
    
}

/**************Rate2.aspx****************/
.leftColumn {
    font-family: Calibri, sans-serif;
    font-size: 27px;
    font-weight:normal;
}
.leftColumn li{
    list-style-type:none;
}

.rightColumn {
    margin-left: 400px;
    margin-top: -131px;
}

