﻿body {
  background-color: #ffffff;
  font-size: .75em;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #4a4942;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* HEADINGS   
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5em;
  color: #ffffff;
}
h1 {
  font-size: 2.5em;
  font-weight: normal;
  margin: 0 0 10px;
}
h1.title-indent {
  /* text-indent:-8000px;*/

}
h2 {
  padding: 0 0 10px 0;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5, h6 {
  font-size: 1em;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#logo-container {
  background: url(images/ballymore-group.png) no-repeat top left;
  width: 146px;
  height: 96px;
  display: block;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1200;
}
#logo-container a {
  position: relative;
  display: block;
  width: 146px;
  height: 96px;
  text-indent: -8000px;
  margin: 0;
  padding: 0;
}
#outerContainer {
  position: relative;
  height: 100%;
  clear: both;
  width: 100%;
  z-index: 1000;
}
#main {
  height: 99.2%;
  position: relative;
  width: 100%;
}
#mainContent {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* CONTENT 
------------------------------------*/
#content {
  /* background:url(images/content-border.png) bottom center no-repeat;*/

  position: relative;
  display: block;
}
.text-block {
  margin: 100px auto 0;
  padding: 30px 30px;
  width: 600px;
  position: relative;
  color: #fff;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=60);
}
.text-block button {
  background: transparent url(images/register-button.png) no-repeat top left;
  display: block;
  position: relative;
  height: 45px;
  width: 149px;
  text-indent: -8000px;
  margin: 20px 0 0 260px;
}
.text-block button:hover {
  background: transparent url(images/register-button.png) no-repeat bottom left;
}
.thankyou-width {
  width: 585px;
}
/* HOME PAGE STYLING 
------------------------------------*/
.home .subtext-block {
  background: transparent url(images/splash-panel.png) no-repeat top left;
  height: 459px;
  position: relative;
  margin: 100px auto 0;
  width: 690px;
}
.home .subtext-block a.register {
  background: transparent url(images/register-button.png) no-repeat top left;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 45px;
  width: 149px;
  text-indent: -8000px;
}
.home .subtext-block a.register:hover {
  background: transparent url(images/register-button.png) no-repeat bottom left;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset {
  border: 1px solid #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
}
legend {
  font-size: 1.2em;
  font-weight: bold;
}
textarea {
  min-height: 75px;
}
.field {
  display: block;
  width: 100%;
  margin: 0;
  padding: 3px 0;
  position: relative;
  /*height:20px;*/

  clear: both;
}
input[type="text"], input[type="password"] {
  border: 1px solid #ccc;
  padding: 4px;
  width: 170px;
  float: left;
}
select {
  border: 1px solid #ccc;
  padding: 4px;
  font-size: 1.2em;
  color: #444;
}
input[type="submit"] {
  border: none;
  cursor: pointer;
}
button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
}
label {
  width: 250px;
  position: relative;
  padding: 9px 0 0 0;
  line-height: 1.5em;
  text-align: right;
  float: left;
  margin-right: 10px;
}
/* MISC  
----------------------------------------------------------*/
.clear {
  clear: both;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #ff0000;
  padding: 3px 0 0 10px;
  display: inline-block;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}
.validation-summary-valid {
  display: none;
}
.rounded {
  border-radius: 3ex;
  -webkit-border-radius: 3ex;
  -moz-border-radius: 3ex;
}
.visible {
  display: block;
}

