﻿/*  logo blue: #0C4096 */

/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a
{
    color: #0c4096;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
:focus
{
	outline: 0;
}
img
{
    vertical-align: bottom;
}
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}


/*  layout */
*
{
    font-family: Arial, helvetica, Verdana, Sans-Serif;
}
body 
{
    background: #C0CAC4;
    font-size: 80%;
}
div#container
{
    margin: 0 auto;
    width: 1024px;
}
div#content
{
    background: #fff;
    padding-bottom: 30px;
}
div#footer
{
    font-size: 80%;
    margin-top: 20px;
    text-align: right;
}
div#head
{
    text-align: center;
}
div#head img
{
    margin: 20px;
}
div#main
{
    border-bottom: solid 1px #0C4096;
    margin: 30px 50px 0px 50px;
    padding-bottom: 30px;
}
div#nav
{
    background: #0c4096;
    color: #fff;
    padding-left: 40px;
    font-size: 110%;
    text-align: left;
    text-transform: uppercase;
}
div#nav a
{
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 45px;
    padding: 0px 13px;
    text-decoration: none;
    text-transform: uppercase;
}
div#nav a:hover
{
    background: #0097d7;
}
div#nav ul
{
    margin: 0px;
    padding: 0px;
}
div#nav ul li
{
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
div#subhead
{
    background: #d1dcee;
    color: #0c4096;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
div#subhead p
{
    line-height: 45px;
    margin: 0px;
    padding: 0px;
}

/*  styles */
.clear
{
    clear: both;
}
div.brochure
{
    border: solid 1px #ccc;
    margin-top: 20px;
    padding: 20px;
}
div.brochure input.download
{
    background-color: #0C4096;
    border: solid 1px #d1dcee;
    color: #fff;
    cursor: hand;
    cursor: pointer;
    padding: 2px;
}
div.casestudy img
{
    float: left;
    margin: 0px 30px 0px 0px;
}
div.contact
{
    color: #0C4096;
    font-size: 130%;
    padding-bottom: 20px;
    text-align: right;
}
div.contact span
{
    color: #666;
    margin-left: 20px;
}
div.divider
{
    border-bottom: solid 1px #0C4096;
    margin-bottom: 30px;
}
h1
{
    color: #0C4096;
    font-size: 140%;
}
h2
{
    color: #0C4096;
    font-size: 120%;
    margin-bottom: 10px;
}
h3
{
    color: #0C4096;
    font-size: 100%;
    margin-bottom: 10px;
}
hr.spacer
{
    border: none;
    background-color: Transparent;
    border-top: dotted 1px #ccc;
    color: #fff;
    height: 1px;
    margin: 10px 0px 20px 0px;
}
input.submit
{
    background-color: #0C4096;
    border: solid 1px #d1dcee;
    color: #fff;
    cursor: hand;
    cursor: pointer;
    margin-top: 10px;
    padding: 2px;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
p
{
    line-height: 140%;
    margin-bottom: 15px;
}
p.error
{
    border: solid 1px #c00;
    padding: 10px;
    color: #c00;
    font-weight: bold;
}
span.checkbox
{
    margin-right: 25px;
}
span.checkbox input
{
    margin-right: 5px;
}

table tr td
{
    vertical-align: top;
}
table tr td.contact
{
    padding-right: 50px;
    width: 350px;
}
div.enquiryform
{
    border: solid 1px #ccc;
    padding: 20px;
}
table tr td.spot div.spot
{
    background-image: url(spot-bottom.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    margin: 0px 0px 15px 40px;
    width: 200px;    
}
table tr td.spot div.spot div.inner
{
    background-image: url(spot-top.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 20px 20px 10px 20px;
    width: 160px;
}
table tr td.image img
{
    margin: 0px 40px 20px 0px;
}
table tr td.field
{
    padding: 3px 10px 3px 0px;
}
table tr td.label
{
    font-weight: bold;
    padding: 3px 10px 3px 0px;
    vertical-align: top;
}
ul
{
    margin: 0px 0px 15px 30px;
}
ul li
{
    margin-bottom: 5px;
}
ul.errorlist li
{
    color: #c00;
    font-weight: bold;
}
