/* CSS Document */
/* COLORS:
Dark Blue Text: #003366
Light Grey Text: #777777
Menu Links: #464646 */

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}
img, fieldset {

    border: 0;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/



body {
	background-image: url(../../layoutimages/bg-transparent.gif);
	background-position:top;
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:auto;
	height:auto;
}
h1 {
    font-size: 18px;
    font-weight: normal;
    color: #003366;
    line-height:20px;
    padding:0 0 20px 0;
}
h2 {
    font-size: 16px;
    font-weight: normal;
    color: #003366;
    margin-bottom: 10px;
}

h3 {
    font-size: 14px;
    font-weight: normal;
    color: #003366;
    margin-bottom: 10px;
}


.red {
    color: #990000;
}

p {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding-right:10px;
}
a {
    font-size: 14px;
    font-weight: normal;
}
.Image-Box-Home {

	background-image: url(../../layoutimages/capabilities.png)!important;
	float: left;
    width: 520px;
    background-repeat: no-repeat;
    background-position: right top;
    height: 580px;
    padding:0;
    margin:0;

}

#services-col-left {
    float: left;
    height: auto;
    width: 240px;
    padding-top: 40px;
    padding-left: 30px;
}
#services-col-right {
    float: left;
    height: auto;
    width: 240px;
    padding-top: 40px;
    padding-left: 30px;
}
.service-image-box {
    text-align: center;
    float: left;
    height: auto;
    width: 210px;
    padding:10px;
    padding-top:20px;
}


.Box{
    background-image:url(../../layoutimages/bg-box.png);
    background-repeat:no-repeat;
    background-position:top;
    height:580px;
    position:relative;
    
}
.Menu {
    margin: 0px;
    padding: 0px;
    float: left;
    height: 50px;
    width: 670px;
}
.Logo {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    float: left;
    height: 60px;
    width: 260px;
    background-image:url(../../layoutimages/logo.png);
}

.menu-link {
    padding-top: 10px;
}

.Menu ul li a {
    color: #464646;
    text-decoration: none;
    display:block;
    padding-top:7px;

}
.Menu ul li a:hover {
    color: #333;
    text-decoration: none;
    display:block;
    padding-top:7px;

}

.content-holder {
    margin-top: 10px;
    width: 990px;
    height: auto;
}

.Menu ul {
    float: right;
    width: auto;
    margin-top:8px;
}

.Menu ul li {
    float: left;
    height: 30px;
    width: 134px;
    margin-top: 40px;
    list-style-type: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #464646;
    background-image: url(../../layoutimages/button_down.png);
    background-repeat: no-repeat;
}

.Menu ul li:hover {

    margin-top: 38px;

}


.Text-p {
    text-align: justify;
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    height: 470px;
    overflow:hidden;
}
.Text-p li {
    list-style-type: none;
    padding-top: 3px;
    color: #003366;
    font-size: 16px;
    padding-left: 20px;
    text-decoration: none;
}
.Text-p a {
    color: #003366;
}


.Text-Box .Text-p p {
    text-align: justify;
}
.Top-Content {
    width: 1024px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
    height: 70px;
}
.Text-p ul {
    margin-top: 10px;
    

}
.Text-p li a {
    list-style-type: none;
    padding-top: 3px;
    color: #003366;
    font-size: 16px;
    padding-left: 20px;
    text-decoration: none;
}

.Text-Box {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    float: left;
    height: 480px;
    width: 415px;
    text-align: left;
    margin-left: 15px;
    margin-top: 20px;
    overflow:hidden;
}
.Bottom-Contact-Box {
    float: left;
    width: 370px;
    height: 50px;
    position: absolute;
    top: 688px;
    background-repeat: no-repeat;
    background-position: left center;
}

#wrap-centre .content-holder .Box .Text-Box .Bottom-Contact-Box a {
    color: #777777;
}
.Footer {
    float: left;
    height: 25px;
    width: 910px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 45px;
}
.Footer .footer-ls {
    float: left;
    width: 480px;
    text-align:left;
}
.Footer .footer-rs {
    float: right;
    width: 400px;
    text-align:right;
}
.Footer p
{
    font-size:10px;
}

.contactHolder
{
    position:absolute;
    background-image:url(../../layoutimages/Contact-link.png);
    background-repeat:no-repeat;
    background-position:left;
    bottom:10px;
    left:35px;
    height:50px;
    width:400px;
}
.col520 a
{
    color:#cc0000;
}
.col520 a:hover
{
    color:#660000;
}
