﻿html, body 
{
    font-family: Arial, Helvetica, "Sans Serif"; 
    color:#252525;
    font-size:0.9em;
    letter-spacing: 0.01em;
}

h1
{
    padding: 40px 0px 10px 0px;
    margin: 0px;
    font-size: 1.5em;
    color: #aa0122;
    font-weight: bold;
    font-family: Georgia, Times, Serif;
}

h2, h3, h4, h5
{
    padding: 0px 0px 4px 0px;
    margin: 0px;
    font-size: 1.15em;
    color: #aa0122;
    font-weight: bold;
    font-family: Georgia, Times, Serif;
    border-bottom: solid 1px #d1d1d1;
}

#contentHomepage p {
    padding: 20px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 1.4em;
}

#contentServices p {
    padding: 15px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 1.4em;
    text-align: left;
}

#contentContact p {
    padding: 15px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 1.4em;
    text-align: left;
}

#contentContact a{
    color:#aa0122;
    text-decoration: none;
}

#contentContact a:hover{
    text-decoration: underline;
}


.leader
{
    font-size: 1.15em;
    font-family: Georgia, Times, Serif;
    color: #aa0122;
}

.career{
    font-size: 1.3em;
    font-family: Georgia, Times, Serif;
    color: #aa0122;
}


/*##################### FOOTER ###########################*/

#footer p
{
    color:#fff;
    font-family: Georgia, Times, Serif;
    text-align:left;
    font-size: 10px;
    padding: 0px;
}

#footer a
{
    color:#fff;
    text-decoration:none;
}

#footer a:hover
{
    text-decoration:underline;
}

#footer p.pink,
#footer p.pink a{
    color: #ba324c;
}


/*################################################################################################
########################### FORM ELEMENTS STYLING ###############################################*/


.textBox 
{
    margin: 0px;
    float: right;
    border: solid 1px red;
    height: 15px;
    width: 220px;
    padding: 2px 2px 2px 2px;
    border: solid 1px #b5848f;
}

.textboxLabel 
{
    padding: 0px;
    text-align: left;
    width: 130px;
    display: inline-block;
    float: left;
}

.addressLabel 
{
    padding: 0px;
    text-align: left;
    width: 100px;
    display: inline-block;
    float: left;
}

.address,
.enquiry
{
    width: 220px;
    height: 90px;
    border: solid 1px #b5848f;
    padding: 2px;
    font-family: arial;
    font-size: 1em;
    float: right;
    margin-bottom:9px;

}

#submitContainer p {
    font-size: 0.85em;
    display: inline;
    padding-right: 96px;
}

#submitContainer span,
label span {
     color: #aa0122;
}