﻿html
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	overflow-y: scroll;
	text-align: justify;
}

body
{
	color: #333;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	line-height: 18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, Sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

a
{
	color: #000;
	font-weight: bold;
	outline-style: none;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 12px;
}

table
{
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

textarea
{
	resize: none;
}

a img
{
	border: none; /* IE-8 fix */
}

p, h1, h2, h3, h4, div.padded
{
	padding-left: 20px;
	padding-right: 20px;
}

article, aside, figure, footer, header, hgroup, menu, nav, section
{
	display: block; /* HTML5 fallback */
}

table.main
{
	height: 100%;
	width: 100%;
	border-collapse: separate;
}

td.header
{
	vertical-align: top;
}

table.header
{
	text-align: center;
	margin: 0px auto;
	vertical-align: middle;
}

td.sub-header
{
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
}

td.main
{
	padding-top: 1px;
	padding-bottom: 30px;
	vertical-align: top;
}

td.main:not(#foo) /* All browsers except IE 7-8 */
{
	height: 100%;
}

div.main
{
	width: 100%;
	height: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
}

td.footer
{
	vertical-align: bottom;
}

div.footer
{
	color: #999;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	text-align: center;
	margin: 0px auto;
	width: 40%;
	min-width: 180px;
	max-width: 300px;
}

div.left-footer
{
	float: left;
	padding-bottom: 20px;
}

div.right-footer
{
	float: right;
	padding-bottom: 20px;
}

div.indent
{
	width: 100%;
	max-width: 540px;
	margin: 0px auto;
}

div.fill-height
{
	height: 100%;
}

table.logo
{
	height: 100%;
}

td.logo
{
	height: 1%;
	text-align: center;
}

img.logo
{
	width: 100%;
}

h1.login
{
	margin-bottom: 7px;
}

input.login-input
{
	margin-left: 10px;
	width: 200px;
}

span.login-checkbox
{
	margin-left: 6px;
}

h2.contact
{
	padding-top: 20px;
	padding-bottom: 5px;
}

td.contact-address
{
	vertical-align: top;
	width: 250px;
	margin: 0px;
}

td.contact-social
{
	vertical-align: top;
	width: 40px;
	margin: 0px;
}

table.email
{
	width: 100%;
	min-width: 300px;
}

td.email-label
{
	width: 1px;
}

label.email
{
	padding-right: 15px;
}

.email-input
{
	width: 100%;
}

td.email-message-label
{
	padding-top: 10px;
}

textarea.email-message
{
	width: 100%;
	height: 100px;
}

.recaptcha
{
	padding-top: 10px;
}

.error
{
	color: #DD0000;
	font-weight: bold;
}

.success
{
	color: #00AA00;
	font-weight: bold;
}

.left
{
	text-align: left;
}

div.banner
{
	width: 100%;
	height: 300px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: center;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
	text-align: center;
	font-size: 40px;
	color: #FFF;
	line-height: 300px;
}

div.consultancy-container
{
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

div.consultancy
{
	background-image: url('../content/bet.png');
	max-width: 900px;
	border: 1px solid #000;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
}

div.aces
{
	background-image: url('../content/aces.png');
}

div.article-divider
{
	padding-bottom: 30px;
}

p.sub-content
{
	margin-top: 0px;
}

h1.ie8-padding-fix
{
	margin-bottom: 10px;
}

@media only screen and ( max-width: 850px )
{
}
