﻿
/*
**
** Global Cascading Style Sheet
** - WE Communicate
**
** $VER: impleo.js 1.0 (17.02.2009)
**
** (C) 2008-2009 Daniel J. Allsopp
** All rights reserved
**
*/

/*
**
** Global Page Layout
**
*/

html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #404040;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 84%;
	line-height: 20px;
	color: #606060;
	
	background-color: #ffffff;
}

div#container-page
{
	margin: 0 auto;
	width: 910px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	background-image: url('../images/back_main.png');
}

/*
**
** Header
**
*/

div#container-header
{
	background-image: url('../images/back_main.png');
}

div#header
{
	width: 850px;
	height: 114px;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;	
}

div#header div#logo
{
	width: 114px;
	height: 110px;
	float: left;
	
	background-image: url('../images/logo_we.png');
}

div#header div#banner
{
	width: 724px;
	height: 109px;
	margin-top: 1px;
	float: right;
	
	background-image: url('../images/back_header.jpg');
}

/*
**
** Menu
**
*/

div#container-menu
{
	width: 850px;
	height: 27px;
	margin-left: auto;
	margin-right: auto;
	background-color: #00aeef;
}

/*
**
** Main Content
**
*/


div#container-content
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

div#container-content div#content-sidebar
{
	width: 175px;
	float: right;
}

div#container-content div#content-main
{
	width: 650px;
	float: left;
	min-height: 100px;
}

/*
**
** Side Bar
**
*/

div#content-sidebar div.contact
{
	width: 154px;
	height: 16px;
	padding-left: 20px;
	line-height: 16px;
	font-size: 0.7em;
	color: #acacac;
		
	background-position: left center;
	background-repeat: no-repeat;
}

div#content-sidebar div.association
{
	width: 172px;
	height: 16px;
	line-height: normal;
	padding-top: 33px;
	padding-left: 2px;
	margin-top: 6px;
	font-size: 0.7em;
	text-align: center;
	color: #acacac;
	border-bottom: dotted 1px #00aeef;
	
	background-position: center top;
	background-repeat: no-repeat;
}

div#content-sidebar a { color: #acacac; text-decoration: none; }
div#content-sidebar a:hover { color: #00aeef; text-decoration: underline; }

/*
**
** Footer
**
*/

div#pre-footer
{
	clear: both;
	height: 55px;
	padding-top: 10px;
}

div#container-footer
{
	clear: both;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 55px;
}

div#footer
{
	width: 850px;
	height: 33px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	color: #ffffff;
	font-size: 0.8em;
	line-height: normal;
	text-align: center;
	background-color: #00aeef;
}

div#footer a { color: #ffffff; text-decoration: underline; }
div#footer a:hover { color: #2e3192; text-decoration: underline; }

/*
**
** General Styles
**
*/

a { color: #404040; }
a:hover { color: #00aeef; }
img { border: none; }
form { margin: 0px; }
div.clear { clear: both; }

h1 { font-size: 1.1em; margin-top: 0px;}
h2 { font-size: 1.0em; margin-top: 0px;}


div#content-main div#title
{
	height: 38px;
}

div#title img
{
	display: block;
	margin-right: auto;
}

input.text,
textarea
{
	width: 430px;
	padding: 2px;
	border: solid 1px #a0a0a0;
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 8pt;
}

span.required
{
	color: #ff0000;
	font-size: 0.8em;
	font-weight: normal;
}

div.button-holder
{
	width: 100%;
	height: 24px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}

div.button-holder div.button
{
	width: 90px;
	height: 22px;
	float: right;
	line-height: 22px;
	color: #ffffff;
	font-size: 0.8em;
	text-align: center;
	margin-left: 8px;

	border-top: solid 1px #b2e8f7;
	border-left: solid 1px #b2e8f7;
	border-right: solid 1px #157dd4;
	border-bottom: solid 1px #157dd4;
	background-color: #00aeef;
}

div.message-ok
{
	width: 90%;
	height: auto;
	padding: 10px;
	text-align: center;
	font-size: 0.8em;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;

	border-top: dotted 1px #00aeef;
	border-bottom: dotted 1px #00aeef;
	background-color: #e7f2fa;
}

div.message-error
{
	width: 90%;
	height: auto;
	padding: 10px;
	text-align: center;
	font-size: 0.8em;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;

	border-top: dotted 1px #e42029;
	border-bottom: dotted 1px #e42029;
	background-color: #ffe5e7;
}

/*
**
** Service Information
**
*/

div.subtitle
{
	height: 25px;
	margin-top: 10px;
}

div.service-logos
{
	width: 650px;
	height: auto;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
**
** Contact
**
*/

div.contact-title
{
	font-weight: bold;
}

div#contact-form
{
	margin-top: 15px;
}

table#contact,
table#enquiry
{
	width: 650px;
	height: auto;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table#enquiry td.title
{
	width: 180px;
	font-weight: bold;
	vertical-align: text-bottom;
}

table#enquiry td.input
{
	width: 440px;
}

div#google-link
{
	width: 90px;
	height: 33px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

/*
**
** Sign Up
**
*/

table#signup
{
	width: 650px;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table#signup td.title
{
	width: 180px;
	font-weight: bold;
	vertical-align: text-bottom;
}

table#signup td.input
{
	width: 440px;
}

/*
**
** Search
**
*/

table#search
{
	width: 350px;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table#search input
{
	width: 350px;
}

div.result
{
	width: 630px;
	height: auto;
	padding: 10px;
	margin-top: 10px;
	border-top: dotted 1px #00aeef;
	border-bottom: dotted 1px #00aeef;
	background-color: #e7f2fa;
}

div.result div.title
{
	width: 630px;
	height: 20px;
	line-height: 20px;
}

div.result div.description
{
	width: 630px;
	height: 40px;
	text-align: justify;
	line-height: normal;
	font-size: 0.8em;
	overflow: hidden;
}

div.result div.more
{
	width: 630px;
	height: 15px;
	margin-top: 4px;
	line-height: normal;
	font-size: 0.8em;
	text-align: right;
}

div.result div.more a {	color: #00aeef; text-decoration: none; }
div.result div.more a:hover {	color: #00aeef; text-decoration: underline; }
