﻿html, body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-family: Calibri;
	font-size: small;
	background-color: #e6e6e6;
}

h1
{
	text-align: center;
	font-size: 18px;
	padding-top: 0;
	margin: 0;
}
h2
{
	text-align: left;
	font-size: 14px;
}
h3
{
	font-size: 12px;
}
p
{
	font-size: 12px;
	text-align: left;
}

#page-position-outer {width: 100%; height: 100%;display: table; position: static;}
#page-position-inner {width: 100%; text-align: center;display: table-cell; vertical-align: middle;}
#page-container
{	
	height: 600px;
	width: 1240px;
	background-color: #e6e6e6;
	margin: 0 auto;
}
#header
{
	width: auto;
	height: 60px;
	background-image: url('../../Assets/Images/header-background.png');
	background-repeat: repeat-x;
	text-align: left;
}
#menu-container
{
	position: relative;
	height: auto;
}
#menu
{
	position: absolute;
	top: 18px;
	left: 140px;
	height: auto;
}
#menu ul, #menu li
{
	list-style: none;
	display: inline;
}
#logo
{
	left: 30px;
	top: 12px;
	height: 40px;
	position: absolute;
}
#columns
{
	height: 520px;
	width: auto;
	background-color: #fff;
}
.column
{
	width: 400px;
	background-color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#left-column
{
	float: left;
}
#right-column
{
	float: right;
}
#right-column-top, #right-column-bottom
{
	float: right;
}
#middle-column
{
	margin: 0 auto;
}
.login-column-content
{
	height: 40px;
	width: auto;
	background-color: #e6e6e6;
	padding: 10px;
	border: Solid 1px #444;
}
.demo-column-content
{
	height: 406px;
	width: auto;
	background-color: #e6e6e6;
	padding: 10px;
	border: Solid 1px #444;
}

.demo-column-content table
{
	width: 150px;
}
.column-content
{
	height: 478px; /* Switch auto when there's enough content in the columns- possibly*/
	width: auto;
	background-color: #e6e6e6;
	padding: 10px;
	border: Solid 1px #444;
}
.text-content
{
	text-align: left;
}
#footer
{
	text-align: left;
	background-color: #000;
	font-family: Helvetica;
	font-size: 10px;
	padding-left: 10px;
	color: #fff;
	height: 20px;
	width: auto;
	line-height: 20px;
}

.demoaccounts
{
	display: none;
	text-align: left;
	font-size: 12px;
	font-family: Helvetica;
}

#contactus *
{
	border: 0;
	margin: 0;
	padding: 0;
}

#contactus li *
{
	width: 150px;
	line-height: 20px;
	height: 20px;
}

#contactus label
{
	font-style: italic;
}

#contactus input, #contactus textarea
{
	border: Solid 1px #000;
}

#contactus textarea
{
	width: 310px;
	height: 40px;
}

#contactus li
{
	list-style-type: none;
	clear: both;
	padding-top: 10px;
	border-top: Dashed 1px #000;
	text-align: left;
	width: 310px;
}

#contactus .float
{
	float: left;
	width: 155px;
}

#badEmail-container
{
	position: relative;
}
#badEmail
{
	position: absolute;
	width: 150px;
	background-color: #c11811;
	color: #fff;
	z-index: 10;
	padding: 1px;
	border: Solid 1px #000;
	display: none;
}
