body {
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg);
	/* background-size: 100%; */
	background-repeat: no-repeat; 
}
#header {
	width: 100%;
	height: 50px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 33%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(33%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 33%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 33%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 33%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 33%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	font-size: .8em;
	
}
.headerLinks a, .headerLinks a:visited
{
	text-decoration: none;
	color: #fff;
}
.headerLinks a:hover
{
	text-decoration: underline;
}
.headerLinks
{
	width: 100%;
	color: #fff;
	padding: 5px;
	padding-right: 10%;
	text-align: right;
}

.mainContainer {
    display: table;
    position: absolute;
    height: 90%;
    width: 100%;
}

.innerContainer {
    display: table-cell;
    vertical-align: middle;
}

.content {
    margin-left: auto;
    margin-right: auto; 
    width: 100%;
	height: 358px;
	/* background: rgba(154, 56, 50, .4); */
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgba(152, 57, 50, .4)),
		color-stop(0.5, rgba(128, 62, 57, .4))
	);
	background-image: -o-linear-gradient(bottom, rgba(152, 57, 50, .4) 0%, rgba(128, 62, 57, .4) 50%);
	background-image: -moz-linear-gradient(bottom, rgba(152, 57, 50, .4) 0%, rgba(128, 62, 57, .4) 50%);
	background-image: -webkit-linear-gradient(bottom, rgba(152, 57, 50, .4) 0%, rgba(128, 62, 57, .4) 50%);
	background-image: -ms-linear-gradient(bottom, rgba(152, 57, 50, .4) 0%, rgba(128, 62, 57, .4) 50%);
	background-image: linear-gradient(to bottom, rgba(152, 57, 50, .4) 0%, rgba(128, 62, 57, .4) 50%);
}

.welsh_content {
    margin-left: auto;
    margin-right: auto; 
    width: 100%;
	height: 358px;
	/* background: rgba(154, 56, 50, .4); */
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.5, rgba(85, 126, 167, .4)),
		color-stop(0.5, rgba(85, 124, 165, .4))
	);
	background-image: -o-linear-gradient(bottom, rgba(85, 126, 167, .4) 50%, rgba(85, 124, 165, .4) 50%);
	background-image: -moz-linear-gradient(bottom, rgba(85, 126, 167, .4) 50%, rgba(85, 124, 165, .4) 50%);
	background-image: -webkit-linear-gradient(bottom, rgba(85, 126, 167, .4) 50%, rgba(85, 124, 165, .4) 50%);
	background-image: -ms-linear-gradient(bottom, rgba(85, 126, 167, .4) 50%, rgba(85, 124, 165, .4) 50%);
	background-image: linear-gradient(to bottom, rgba(85, 126, 167, .4) 50%, rgba(85, 124, 165, .4) 50%);
}

.humeratech_content {
	margin-left: auto;
    margin-right: auto; 
    width: 100%;
	height: 358px;
	/* background: rgba(154, 56, 50, .4); */
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.5, rgba(1,142,211, .4)),
		color-stop(0.5, rgba(1,142,211, .4))
	);
	background-image: -o-linear-gradient(bottom, rgba(1,142,211, .4) 50%, rgba(1,142,211, .4) 50%);
	background-image: -moz-linear-gradient(bottom, rgba(1,142,211, .4) 50%, rgba(1,142,211, .4) 50%);
	background-image: -webkit-linear-gradient(bottom, rgba(1,142,211, .4) 50%, rgba(1,142,211, .4) 50%);
	background-image: -ms-linear-gradient(bottom, rgba(1,142,211, .4) 50%, rgba(1,142,211, .4) 50%);
	background-image: linear-gradient(to bottom, rgba(1,142,211, .4) 50%, rgba(1,142,211, .4) 50%);
}

.loginForm
{
	position: absolute;
	margin-top: -30px;
	margin-left: 30px;
	height: 417px;
	width: 307px;
	background: rgba(0, 0, 0, .4);
}
.logoBox
{
	/* background: url(images/gridSquare.png); */
	background: #fff;
	width: 256px;
	height: 166px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 36px;
}
.logoBox img
{
	background: #fff;
	/* border: 1px solid #ccc; */
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.loginBox
{
	width: 256px;
	height: 176px;
	background: #ccc;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
}
.loginBox .loginHeader
{
	background: #9b170f;
	width: 100%;
	height: 26px;
	color: #fff;
}
.loginBox .welsh_loginHeader
{
	background: #557EA7;
	width: 100%;
	height: 26px;
	color: #fff;
}
.loginBox .humeratech_loginHeader
{
	background: #018ed3;
	width: 100%;
	height: 26px;
	color: #fff;
}
.loginBox .loginHeader span
{
	display: inline-block; 
	vertical-align: middle;
	padding-left: 10px;
}
.loginBox .welsh_loginHeader span
{
	display: inline-block; 
	vertical-align: middle;
	padding-left: 10px;
}
.loginBox .humeratech_loginHeader span
{
	display: inline-block; 
	vertical-align: middle;
	padding-left: 10px;
}
.loginBox .login
{
	padding-left: 28px;
	padding-top: 5px;
}
.loginBox .terms
{
	padding: 28px;
	font-size: .8em;
}
.loginBox a, .loginBox a:visited
{
	color: #660000;
	text-decoration: none;
}
.loginBox a:hover
{
	text-decoration: underline;
}
#pageInfo
{
	width: 60%;
	min-height: 100%;
	margin-right: 5%;
}
.contentBox
{
	background: #fff;
	margin-right: 5%;
	height: 358px;
}
.contentBox .contentHeader
{
	background: #660000;
	color: #fff;
	width: 100%;
}
.contextInner
{
	/* padding: 20px; */
	min-width: 601px;
}
.contactDetails
{
	margin: 20px;
	width: 601px;
	background: #fff;
	border: 1px solid #660000;
}
.contactDetails a, .contactDetails a:visited
{
	color: #660000;
	text-decoration: none;
}
.contactDetails a:hover
{
	text-decoration: underline;
}

.slider
{
	padding: 20px;
	width: 601px;
}

#footer
{
	position: absolute;
	bottom: 0px;
	height: 50px;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 1%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0.02)), color-stop(66%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 66%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 66%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 66%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 66%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.footerContainer
{
	padding-top: 30px;
	text-align: center;
	font-size: .8em;
}

.bold
{
	font-weight: bold;
}
.formRequired
{
	color: red;
	font-size: .8em;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
.text-center
{
	text-align: center;
}

@media screen and (max-width: 950px){
    #pageInfo{
		display: none;
	}
	.headerLinks
	{
		display: none;
	}
}