﻿body {
    background-color: #F1F3F1;
    color: #999999;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

a:visited {
    color: #999999;
}

.main {
    background-color: white;
    width: 980px;
    margin: auto;
    padding: 10px;
}

h1 {
	font-size: 36px;
	font-weight: bold;
    margin: 0;
    max-width: 75%;
    display: inline-block;
    margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
    margin: 0;
}

#flags {
    text-decoration: none;
    float: right;
    margin-top: 10px;
}
    #flags a {
        margin: 10px 7px;
        text-decoration: none;
    }
    #flags label {
        position: relative;
        top: -10px;
    }

.noBullets {
    list-style: none;
}

#mainImageContainer {
    margin-top: 10px;
}
    
/* NAVIGATION */
#mainNavigation {
    float: right;
    margin-top: 10px;
}

#mainNavigation a, 
#mainNavigation a:visited {
    color: #5066AE;
    padding: 0 7px;
    font-weight: bold;
    text-decoration: none;
}

#mainNavigation a:hover {
    text-decoration: underline;
}

#mainNavigation .phoneNumber {
    font-size: 20px;
    padding-top: 7px;
    padding-right: 7px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 10px;
}
/* end NAVIGATION */

/* PRODUCTS DISPLAY */
#productsContainer {
	width: 100%;
    padding-top: 15px;
    display: flex;
    flex-direction: row;
}

.productTile {
    width: 132px;
    display: block;
    padding-right: 27px;
}

.productText {
	font-size: 11px;
	font-weight: bold;
    width: 100%;
    word-wrap: normal;
    float: left;
    overflow: hidden;
    padding-left: 2px;
    color: #999999;
}

.productIcon {
	background-image: url(../img/logoSprite.gif);
	width: 100%;
    height: 50px;
	overflow: hidden;
	background-repeat: no-repeat;
    margin-bottom: 3px;
}

    .productIcon.VehicleNetwork {
	    background-position-y: 0px;
    }

        .productIcon.VehicleNetwork:hover {
            background-position-y: -50px;
        }
    .productIcon.VehicleRelicensing {
	    background-position-y: -100px;
    }
        .productIcon.VehicleRelicensing:hover {
            background-position-y: -150px;
        }

    .productIcon.HireNetwork {
	    background-position-y: -200px;
    }
        .productIcon.HireNetwork:hover {
            background-position-y: -250px;
        }

    .productIcon.ServiceNetwork {
	    background-position-y: -300px;
    }
        .productIcon.ServiceNetwork:hover {
            background-position-y: -350px;
        }

    .productIcon.EProcurement {
	    background-position-y: -400px;
    }
        .productIcon.EProcurement:hover {
            background-position-y: -450px;
        }

    .productIcon.DisposalNetwork {
	    background-position-y: -500px;
    }
        .productIcon.DisposalNetwork:hover {
            background-position-y: -550px;
        }
/* end PRODUCUTS DISPLAY */

/* FOOTER */
footer {
    line-height: 1.2;
    font-weight: normal;
    font-size: 10px;
    color: #999999;
    padding-top: 20px;
    clear: both;
}

.footerLinks {
    padding-top: 15px;
}

.footerLinks a, 
.footerLinks a:visited {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #999999;
}

.footerLogo {
    float: right;
	clear: both;
	margin: -24px 0px;
}
/* end FOOTER */

/* POLICIES SUBPAGES */
.policySection {
    color: #666666;
    margin-bottom: 10px;
}

.policySection h1 {
    margin-top: 20px;
}

.policySection h2 {
    font-size: 22px;
    padding-bottom: 5px;
}

.policySection p {
    margin: 7px 0;
    line-height: 1.3;
}

.policySection table {
    border-collapse: collapse; 
    border: 1px solid #666666;
    width: 95%;
    margin: auto;
}

.policySection td {
    border: 1px solid #666666;
    padding: 2px 5px;
}

.policySection ul {
    line-height: 1.2;
}
/* end POLICIES SUBPAGES */

/* FORM SUBPAGES */
.formSection {
    clear: both;
    line-height: 1.4;
}

.formSection h2 {
    margin-top: 10px;
    background-color: #2F3790;
    color: white;
    padding: 0 10px;
}

.formSection .column {
    width: 48%;
}

.formSection #leftColumn {
    float: left;
}

.formSection #rightColumn {
    float: right;
}

.formSection label, 
.formSection p {
    font-size: 12px;
    color: #666666;
}

.formSection .formRow {
    text-align: justify;
    width: 98%;
    padding: 0 10px;
}

.formSection .formRow label {
    font-weight: bold;
    display: inline-block;
    width: 120px;
}

.formSection .formRow input, 
.formSection .formRow textarea,
.formSection .formRow select {
    font-style: normal;
    color: #8c8cb1;
}

.buttonsRow {
    text-align: right;
    clear: both;
}

.simpleButton,
.simpleButton span {
    color: white;
    width: 60px;
    height: 17px;
    padding-top: 4px;
    text-align: center;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../img/small_navbutton.gif);
    line-height: 12px;
}

.simpleButton:hover,
.simpleButton span:hover {
    background-position-y: -20px;
}
/* end FORM SUBPAGES*/