/*
=general
=page structure
=page content
*/

/*
=general
---------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
    color: #7B7B7C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	background: #fff;
	text-align: center;
}

table, tr, td, input, select, textarea, ul, ol {
    font-size: 100%;
    vertical-align: top;
}

a img, img {
    border: 0;
}

code, pre {
    font-size: 1.5em;
    color: #999;
    display: block;
    width: 500px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	margin-bottom: .5em;
}

h2 {
	font-size: 11px;
    color: #5894BC;
    margin-bottom: 1em;
}

h3 {
	font-size: 11px;
    color: #5894BC;
    margin-bottom: .2em;
}

p {
	margin-bottom: 1em;
}

.welcome {
    color: #393C3F;
}

a {
	text-decoration: none;
	color: #5894BC;
}

a:hover, a:hover, a:hover {
	text-decoration: underline;
}

ul {
    list-style: none;
    margin: 0 0 1em 0px;
}

/*
=page structure
---------------------------------------------- */

#container {
    margin: 0 auto;
    width: 690px;
    text-align: left;
}

#header {
    width: 100%;
    background: transparent url(/images/bg-header.jpg) no-repeat 0% 100%;
    height: 268px;
    margin-bottom: 2em;
}

#content {
    width: 100%;
    font-size: .915em; /* 11px */
    margin-bottom: 4em;
    padding-top: 50px;
    background: transparent url(/images/bg-content.gif) no-repeat 0% 0%;
}

/*
=page content
---------------------------------------------- */

.content_wrapper {
    width: 100%;
    background: transparent url(/images/bg-h-dots.gif) repeat-x 0% 0%;
    padding: 2.5em 0 1.5em;
}

.content_bottom {
    background: transparent url(/images/bg-h-dots.gif) repeat-x 0% 0%;
    padding-bottom: 3em;
    width: 100%;
}

.content {
    width: 315px;
}

.content.left {
    float: left;
}

.content.right {
    float: right;
    margin-right: 15px;
    display: inline;
}

.contact_content {
    width: 690px;
}

.contact {
    float: left;
    width: 150px;
    margin: 15px 0;
    padding: 0;
}

.contact_centre {
    float: left;
    margin: 15px 115px 0;
}

/* self clearing floats */

.content_wrapper:after, .contact_content:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

