/* General styles */
body {
	margin: 0;
	padding: 0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff;
	min-width: 960px;	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	color: #111;
}
a {
	color: #111;
}
a:hover {
	color: #444;
	text-decoration: none;
}
a.image:hover {
	background: none;
}
a.button {
	color: #FFF;
	text-decoration: none;
}
a.button span {
	height: 54px;
	font-size: 21px;
	line-height: 54px;
	padding: 14px 0 15px;
}
a.button span.left {
	background: transparent url('images/button-left.png') no-repeat right top;
	padding-left: 67px;
}
a.button span.middle {
	background: transparent url('images/button-center.png') repeat-x left top;
	padding-left: 5px;
	padding-right: 5px;
}
a.button span.right {
	background: transparent url('images/button-right.png') no-repeat left top;
	padding-right: 24px;
}
a.button:hover {
	color: #FFF;
	text-decoration: none;
}
a.button:hover span.middle,
a.button:hover span.right {
	background-position: left -54px;
}
a.button:hover span.left {
	background-position: right -54px;
}
h1 {
	margin: 20px 0;
	padding: 0;
	font-size: 36px;
	font-weight: bold;
	line-height: 1em;
}
h2 {
	margin: 20px 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
}
h3 {
	margin: 15px 0;
	padding: 0;
	font-size: 21px;
	font-weight: normal;
	line-height: 1em;
}
p {
	margin: .4em 0 .8em 0;
	padding: 0;
}
img {
	margin: 0;
	border: 0;
}
input {
	padding: 0;
	margin: 0;
}
button.inline {
	background: -webkit-gradient(linear, left top, left bottom, from(#0e86ba), to(#11668a));
	background: -webkit-linear-gradient(top, #0e86ba, #11668a);
	background: -moz-linear-gradient(top, #0e86ba, #11668a);
	background: -ms-linear-gradient(top, #0e86ba, #11668a);
	background: -o-linear-gradient(top, #0e86ba, #11668a);
	background-color: #0e86ba;
	border: 1px solid #DDD;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 25px;
	text-decoration: none;
	position: relative; 
	right: -180px; 
	display: block; 
	width: 100px; 
	top: -22px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
button.inline:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#11668a), to(#0e86ba));
	background: -webkit-linear-gradient(top, #11668a, #0e86ba);
	background: -moz-linear-gradient(top, #11668a, #0e86ba);
	background: -ms-linear-gradient(top, #11668a, #0e86ba);
	background: -o-linear-gradient(top, #11668a, #0e86ba);
	background-color: #11668a;
}
input.inline {
	display: inline;
	width: 150px;
	border: 1px solid #CCC;
	padding: 2px 0;
	text-indent: 12px;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
input.full {
	display: block;
	width: 278px;
	border: 1px solid #CCC;
	padding: 2px 0;
	text-indent: 12px;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
label {
	display: block;
}
label.error {
	color: #C33;
}
sup {
	margin: 0;
	padding: 0;
	line-height: 1em;
}
/* Header styles */
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#header {
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0;
	background: #FFF url('images/logo.png') no-repeat left center;
}
#header ul {
	clear: right;
	float: right;
	/* width: 100%; */
	list-style: none;
	margin: 0 0 0 150px;
	padding: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: -1px 1px 3px 1px #BBB;
	-moz-box-shadow: -1px 1px 3px 1px #BBB;
	box-shadow: -1px 1px 3px 1px #BBB; 
}
#header ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul li a {
	display: block;
	float: right;
	padding: 14px 18px;
	text-align: center;
	background: #EEE;
	color: #000;
	border-right: 1px solid rgb(185, 186, 187);
	text-decoration: none;
	position: relative;
	right: 0;				/* left: 15px; */
	line-height: 1.3em;
}
#header ul .first {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
#header ul .last {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
#header ul li a:hover {
	background: #555;
	color: #EEE;
}
#header ul li a.active,
#header ul li a.active:hover {
	color: #FFF;
	background: #111;
	font-weight: bold;
}
#header ul li.languages a {
	margin: 0;
	padding: 14px 2px;
	background: rgb(185, 186, 187);
}
#header ul li.languages a.last {
	padding-right: 18px;
}
#header ul li.languages a:hover {
	background: rgb(185, 186, 187);
	color: #EEE;
}
#header ul li.languages a.active,
#header ul li.languages a.active:hover {
	color: #EEE;
	background: rgb(185, 186, 187);
	font-weight: bold;
}
#header ul li a span {
	display: block;
}
#header ul li.languages span {
	float: right;
	margin: 0;
	padding: 14px 2px;
	text-align: center;
	color: #000;
	text-decoration: none;
	position: relative;
	right: 0;				/* left: 15px; */
	line-height: 1.3em;
	background: rgb(185, 186, 187);
}
/* 'widths' sub menu */
#layoutdims {
	clear: both;
	background: #eee;
	border-top: 4px solid #000;
	margin: 0;
	padding: 6px 15px !important;
	text-align: right;
}
#content {
	clear: both;
	float:left;
	width:100%;
	margin: 20px 0 0 0;
	background: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: -1px 1px 3px 1px #BBB;
	-moz-box-shadow: -1px 1px 3px 1px #BBB;
	box-shadow: -1px 1px 3px 1px #BBB;
}
/* column container */
.colmask {
	position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%;			/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
}
/* 3 column blog style settings */
.blogstyle {
	background: #F8F8F8;   	/* Right column background colour */
}
.blogstyle .colmid {
	float: left;
	width: 200%;
	margin-left: -340px; 	/* Width of right column (-200px) */
	position: relative;
	right: 100%;
	background: #F8F8F8;    /* Centre column background colour */
}
.blogstyle .colleft {
	float: left;
	width: 100%;
	margin-left: -310px; 	/* Width of centre column (-200px) */
	background: #F8F8F8;   	/* Left column background colour */
}
.blogstyle .col1wrap {
	float: left;
	width: 50%;
	padding-bottom: 1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.blogstyle .col1 {
	margin: 0 20px 0 670px;	/* Centre column side padding:
							Left padding = left column width + centre column left padding width
							Right padding = right column width + centre column right padding width 
							0 15px 0 415px */
	position: relative;
	left: 100%;
	overflow: hidden;
}
.blogstyle .col2 {
	float: right;
	width: 270px;        	/* Width of left column content (left column width minus left and right padding = 170px) */
	position: relative;
	left: 290px;         	/* Width of the left-had side padding on the left column (185px) */
}
.blogstyle .col3 {
	float: right;
	width: 300px;        	/* Width of right column content (right column width minus left and right padding = 170px) */
	position: relative;
	left: 900px;			/* 555px */
}
/* 2 column left menu settings */
.leftmenu {
	background: rgb(109, 110, 113);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0px 0px 20px 10px #555;
	-moz-box-shadow: inset 0px 0px 20px 10px #555;
	box-shadow: inset 0px 0px 20px 10px #555;
}
.leftmenu .colright {
	float: left;
	width: 200%;
	position: relative;
	left: 640px;			/* 200px; */
	background: #FFF;
}
.leftmenu .col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 640px;			/* 200px; */
	padding-bottom: 1em;
}
.leftmenu .col1 {
	margin: 0 20px 0 660px;	/* 0 15px 0 215px; */
	position: relative;
	right: 100%;
	overflow: hidden;
}
.leftmenu .col1 ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #DDD;
}
.leftmenu .col1 ul li {
	margin: 0;
	padding: 0 0 0 24px;
	font-size: 16px;
	line-height: 26px;
	background: #FFF url("images/check.png") no-repeat left center;
}
.leftmenu .col1 p.form {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-weight: bold;
	border-top: 1px solid #CCC;
	cursor: pointer;
	padding-right: 18px;
	position: relative;
}
.leftmenu .col1 p.form .icon {
	display: block;
	overflow: hidden;
	right: 1px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	background-image: url("images/icons.png");
	background-repeat: no-repeat;
	background-position: -64px -16px;
	height: 16px;
	width: 16px;
}
.leftmenu .col2 {
	float: left;
	width: 600px;			/* 170px; */
/*	min-height: 760px; */
	position: relative;
	right: 620px;			/* 185px; */
	color: #FFF;
}
.leftmenu .col2 a {
	color: #FFF;
	text-decoration: none;
}
.leftmenu .col2 a:hover {
	color: #FFF;
	text-decoration: none;
}
.leftmenu .col2 b {
	font-size: 18px;
	line-height: 1em;
}
.leftmenu .col2 big {
	font-size: 26px;
	line-height: 1em;
	font-weight: bold;
	display: block;
	margin: 20px 0;
	padding: 0;
}
.leftmenu .col2 .description {
}
.leftmenu .col2 .description a {
	display: block;
	padding: 0 0 0 45px;
	background-image: url("images/plus.png");
	background-repeat: no-repeat;
}
.leftmenu .col2 .column {
	margin: 20px 20px 0 0;
	overflow: hidden;
	float: left;
	display: inline;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.leftmenu .col2 .row {
	margin: 0 auto;
	width: 620px;
	overflow: hidden;
}
.leftmenu .col2 .cel1,
.leftmenu .col2 .cel2 {
	width: 180px;
}
.leftmenu .col2 .cel3 {
	width: 200px;
}
/* Footer styles */
#footer {
	clear: both;
	float:left;
	width:100%;
	margin: 20px 0 0 0;
	background: #F8F8F8;
	color: #888;
	border: 1px solid #EEE;
	border-bottom: 1px solid #F8F8F8;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-box-shadow: -1px 1px 3px 1px #BBB;
	-moz-box-shadow: -1px 1px 3px 1px #BBB;
	box-shadow: -1px 1px 3px 1px #BBB;
}
#footer p {
	padding: 12px 0 10px;
	margin: 0 20px;
	font-size: 11px;
	line-height: 1em;
	border-bottom: 1px solid #DDD;
	text-align: left;
	vertical-align: bottom;
	background: #F8F8F8;
}
#footer p img {
	vertical-align: bottom;
}
#footer h4 {
	font-size: 14px;
	line-height: 1.2em;
	margin: 10px 0 0;
	padding: 0;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul li {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
#footer a {
	color: #888;
	text-decoration: none;
}
#footer a:hover {
	background: #F8F8F8;
	color: #444;
	text-decoration: none;
}
.center {
	text-align: center;
}
.message {
	border: solid 1px #DEDEDE;
	background: #FFC;
	color: #222;
	padding: 4px;
}
