/*
#wrapper
	#header
	#ingress
		.col1
		.col2
	.twoColSeparator
		.col1
		.col2
	#subheader
		.col1
		.col2
	#content
		.col1
		.col2
			.singlecol
			.separator
			.doublecol
				.leftcol
				.rightcol
			#footer
*/


/* Note: Use of <br> is an adaption to Consolo (http://www.consolo.info/) */

p,h1,h2,h3,ul,ol,li,a,div,td,tr {
	padding: 0;
	margin: 0;
}

html,body {
	height: 100%;
}

body {
	background-color: #E1EBEF; /* background grey */
	text-align: center; /* IE center hack */
	font-family: Times New Roman, Times, serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	border: 0;
}

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #0B75AB;
}

p {
	font-size: 1em;
	padding-bottom: 0.5em;
}

img {
	border: 1px #050505 solid;
	margin-bottom: 1em;
	/*width: 99%;*/
}

a {
	color: #000000;
	font-size: 0.8em;
}

a.linkintext {
	font-size: inherit;
	color: #0B75AB;
	text-decoration: none;
}

a.linkintextblack {
	color: #000000;
	text-decoration: none;
	font-size: 1em;
}

/********************** WRAPPER ************************/
#wrapper {
	position: relative;
	width: 740px;
	background-color: #FFFFFF;
	padding: 1em 40px 2em 40px;
	margin: 0 auto 0 60px;
	text-align: left;
	min-height: 100%;
}

/********************** HEADER ************************/
#header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
}

#header img {
	position: absolute;
	bottom: 0px;
	left: 25px;
	width: 100px;
	height: 86px;
	border: none;
}

#header h1 {
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 0.5em 0 0.5em 0;
	width: 300px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	float: right;
	text-align: right;
	bottom: 5px;
}

/********************** INGRESS ************************/
#ingress {
	position: relative;
	width: 100%;
}

#ingress .text {
	width: 100%;
	padding: 0.4em 0 0 0;
	font-size: 1.2em;
	line-height: 1.5;
	border-top: 4px #000000 solid;
}

#ingress .text a {
	font-size: 0.7em;
}

/********************** SEPARATOR ************************/
.twoColSeparator {
	position: relative;
	clear: both;
	width: 100%;
}

.separator {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #000000;
	/* Consolo, edit.css: */
	background-color: #FFFFFF; 
}

/********************** SUBHEADER **************************/
#subheader {
	position: relative;
	clear: both;
	width: 100%;
	padding: 0.8em 0 2em 0;
}

/********************** CONTENT ************************/
#content {
	position: relative;
	
	/* Stretches container (http://www.quirksmode.org/css/clearing.html): */
	overflow: hidden; 
	width: 100%;
	
	clear: both;
}

#content .col1 {
	height: 100%;
	color: #000000;
}

#content .col2 {
	color: #000000;
	line-height: 0.8em;
	/* Consolo, edit.css: */
	/*background-color: #FFAAAA;*/
}

#content .separator {
	margin-bottom: 0.5em;
}

#content h1 {
	font-size: 1.3em;
}

/********************** FOOTER ************************/
#footer {
	position: static;
	clear: both;
	font-size: 0.8em;
	border-top: 4px #000000 solid;
	border-bottom: 1px #000000 solid;
	padding: 0.6em 0 0 0;
	clear: both;
}

/*********** SINGLE, DOUBLE AND TRIPLE COLUMNS *********/
.singlecol,.doublecol,.triplecol {
	overflow: hidden;
	/* Stretches container (http://www.quirksmode.org/css/clearing.html) */
	width: 100%;
	line-height: 1.4em;
	/* Consolo, edit.css: */
	background-color: #FFFFFF;
}

.singlecol img {
	width: 574px;
}

.doublecol .leftcol {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.doublecol .rightcol {
	float: left;
	width: 48%;
}

.doublecol .leftcol img, .doublecol .rightcol img {
	width: 276px;
}

.triplecol .leftcol,.triplecol .centercol,.triplecol .rightcol {
	float: left;
	width: 30%;
	margin-right: 3%;
	background-color: #FFFFFF;
}

/********************** CUSTOMER LIST ************************/
.customerlist {
	line-height: 1.4;
	margin-bottom: 1em;
}

.customerlist li {
	list-style: none;
	font-family: Arial, sans-serif;
	font-size: 0.95em;
}

.customerlist a {
	text-decoration: none;
	font-family: Arial, sans-serif;
	color: #0B75AB;
	font-weight: bold;
	font-size: 0.95em;
}

/********************** NAVIGATION ************************/
ul.nav {
	list-style: none;
}

ul.nav li {
	position: relative;
	display: block;
	padding: 0.2em 0 0.2em 0;
	border-top: 1px #000000 solid;
	display: block;
}

ul.nav li.bot {
	border-bottom: 1px #000000 solid;
}

ul.nav li a {
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	text-decoration: none;
	color: #000000;
}

ul.nav ul li a:link,ul.nav li a:visited {
	text-decoration: none;
	color: #000000;
}

ul.nav li a:hover,ul.nav li a:active {
	font-weight: bold;
	color: #000000;
}

#index #index-link a,#whatwedo #whatwedo-link a,#whoweare #whoweare-link a,#customers #customers-link a,#contact #contact-link a,#links #links-link a,#welike #welike-link a
	{
	font-weight: bold;
	color: #000000;
}

/*********************** TEXTBOX ***********************/
.textbox {
	position: absolute;
	bottom: 98px;
	left: 40px;
	width: 140px;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 0.75em;
}

.textbox h2 {
	display: block;
	color: #000000;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	color: #000000;
}

/*********************** CONTACT FORM TABLE ***********************/
#contact form {
	position: relative;
	overflow: hidden;
	width: 540px;
	text-align: center;
}

#contact table {
	overflow: hidden;
	width: 540px;
	border-left-style: none;
	border-width: 10px;
}

#contact td input {
	width: 180px;
}

#contact td {
	padding-right: 4px;
	text-align: left;
}

#contact tr.submit td {
	text-align: center;
}

#contact td textarea {
	width: 450px;
}

#contact .submit input {
	width: 8em;
	margin-top: 10px;
}

#contact .triplecol a {
	text-decoration: none;
	}
/*********************** CONTACT TRIPLECOL ***********************/
#contact .triplecol {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}

#contact .triplecol h2 {
	color: #000000;
	margin-top: 1.5em;
}

#contact .triplecol div.leftcol div h2,#contact .triplecol div.centercol div h2,#contact .triplecol div.rightcol div h2
	{
	color: #0B75AB;
}

#contact .triplecol p {
	padding: 0;
	margin: 0;
}

#contact a.contactmap {
	font-size: inherit;
	text-decoration: none;
}

/******* COLUMNS *******/
.col1 {
	float: left;
	overflow: hidden;
	/* Stretches container (http://www.quirksmode.org/css/clearing.html) */
	width: 140px;
	padding: 0;
	margin: 0;
	min-height: 100%;
	/*background-color: #AAAAFF;*/
}

.col2 {
	float: left;
	overflow: hidden;
	/* Stretches container (http://www.quirksmode.org/css/clearing.html) */
	width: 580px;
	padding: 0;
	margin: 0;
	margin-left: 20px;
	min-height: 100%;
	/*background-color: #FFAAFF;*/
}

/******** MISC ********/
div.clear {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
}