/*------------------------------------------------
Main Style Sheet

Version:	1.0
Author:		Michael Walsh
Website:	www.enov8.co.uk
Created:	19/04/08
------------------------------------------------*/

/*HTML TAGS*/

body {
	margin:0;
	padding:0;
	color:#000;
	font:70% Arial, Helvetica, sans-serif;
	background:#8dccff url(../images/interface/bg_page.gif) top no-repeat;
	text-align:center;
}

* html body {height:100%;}
* html {height:100%;}

#header {
	position: relative;
	height:150px;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 2px;
}

h1 a {
	display: block;
	width: 136px;
	height: 91px;
	background: transparent url("../images/interface/logo.gif") no-repeat;
	text-indent: -700em;
	text-decoration: none;
}

p, h3, h4 {
	border:0;
	margin:0;
	padding-top:1em;
}

table {
	margin-top:1.4em;
	margin-bottom:0.4em;
}

h2 {
	margin:0;
	padding:0;
	margin-bottom:0.3em;
	font-size:1.5em;
	color:#3267b3;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#3267b3;
	font-weight:normal;
	font-size:1.1em;
}

/*h3 + p {
	padding-top:0;
}*/

h4 {
	color:#666;
	font-weight:bold;
	font-size:1.1em;
}

em {
	color:#666;
}

abbr, acronym {
  border-bottom: 1px dotted #3F71DC;
  cursor: help;
}

blockquote {
	padding:12px 20px 14px 100px;
	margin:0;
	margin-top:1.4em;
	font-style:italic;
	overflow:visible;
	height:1%;
	border-bottom:1px solid #3ED9D9;
	border-right:1px solid #3ED9D9;
	background:#D1F6F6 url(../images/interface/blockquote_bg.gif) top left no-repeat;
}

blockquote p {
	padding-top:0;
}

/* FORM */

form, #thanks {
	padding:20px;
	padding-top:10px;
	background-color:#d7edff;
	float:right;
	background-image:url(../images/interface/form_curve.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin-top:1.5em;
}

#thanks {
	width:408px;
	height:282px;
}

input, textarea {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #8dccff;
	width:250px;
	padding:3px;
	background:url(../images/interface/bg_input.gif) top left no-repeat;
	color:#666;
}

label {
	width:150px;
	display:block;
	float:left;
}


input:focus, textarea:focus {
	border:1px solid #4279c0;
	color:#000;
}

.button {
	margin-left:150px;
	width:75px;
	background-color:#4279c0;
	border:1px solid #94b3db;
	border-bottom:1px solid #315b90;
	border-right:1px solid #315b90;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	background-image:none !important;
}

.buttonHover {
	margin-left:150px;
	width:75px;
	background-color:#72aee9;
	border:1px solid #afd1f2;
	border-bottom:1px solid #5582af;
	border-right:1px solid #5582af;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	background-image:none !important;
}

/*ACCESSIBILITY*/

.skipLink {
	position: absolute;
	left: -999px;
	width: 990px;
}

.hide {
	display: none;
	clear:both;
}

/* CLASSES */

.image {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:-0.75em;
}

.imagehome {
	float:right;
	margin-left:20px;
	margin-top:-0.75em;
}

.center {
	text-align: center;
}

.clear {
	clear:both;
}

.datatable {
	width:100%;
	line-height:normal;
}

.datatable th {
	background:#4279c0 url(../images/interface/table_heading.gif) top left no-repeat;
	font-size:1em;
	padding:0.5em 0.8em;
	vertical-align:top;
	font-weight:bold;
	color:#FFF;
	text-align:left;
}

.datatable td {
	background-color:#d7edff;
	font-size:0.9em;
	padding:0.5em 0.8em;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #bee2ff;
	border-right:1px solid #bee2ff;
}

.datatable th a {
	color:#FFF !important;
	text-decoration:none;
}

.datatable th a:hover{
	color:#B2D15B !important;
}

.leftcolumn {
	float:left;
	width:47.5%
}

.rightcolumn {
	float:right;
	width:47.5%
}

/*NAVIGATION*/

#header ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	width: auto;
	margin: 0;
	padding: 1px 0 0 0;
	list-style: none;
	position:absolute;
	top:45px;
	left:271px;
}

#header li {
	float: left;
	padding: 0;
	margin: 0;
}

#header ul a {
	float: left;
	display: block;
	padding: 8px 16px 9px 10px;;
	color:#CEDBED;
	text-decoration: none;
	background:url(../images/interface/nav_dividers.gif) right no-repeat;
}

#header .last {
	background:none;
}

#header ul #current a, #header ul #current a:hover {
	cursor:default;
	color:#FFF;
}

#header ul a:hover {
	color:#FFF;
}

/* IDs */

#wrapper {
	width:780px;
	margin:0 auto;
	text-align:left;
	padding-bottom:110px;
}

* html #wrapper {padding-bottom:0;}

#bodywrapper {
	height:1%;
	width:780px;
	float:left;
	padding-bottom:23px;
	padding-top:23px;
}

#mBody {
	padding:0 60px;
	height:1%;
	width:780px;
	font-size:1.2em;
	line-height:1.6;
	text-align:justify;
	color:#666;
	voice-family: "\"}\""; voice-family:inherit;
	width:660px; /*box model hack for IE5*/
}

#mBody ul {
	list-style-type:none;
	text-align:left;
	margin-bottom:0;
	margin-top:1em;
}

#mBody ul li {
	padding-left:15px;
	background:url(../images/interface/bullet.gif) no-repeat 0 0.65em;
	margin-left:-15px;
}

#mBody ol li {
	padding-left:0;
	margin-left:-15px;
}

#mBody a {
	color:#5DC1C1;
	text-decoration:none;
	font-weight:bold;
}

#mBody a:hover {
	text-decoration:underline;
}

/*FOOTER*/

#footer {
	padding:8px 0 15px 0;
	width:660px;
	border-top:1px solid #bee2ff;
	clear:both;
	margin-left:60px;
}

#backtotop {
	float:right;
}

#copyright {
	float:left;
	color:#999;
}

#footer a {
	color:#999;
	text-decoration:none;
}

#footer a:hover {
	color:#3267b3;
	text-decoration:underline;
}

#grasscontainer {
	text-align:left;
}

#grass {
	height:80px;
	background:url(../images/interface/grass.png) top repeat-x;
	width:100%;
	z-index:99;
	position: fixed;
	bottom: 0;
}

* html #grass {
	height:0;
	background:none;
	width:0;
}

/* CONTACT US */

.label {
	float:left;
	width:100px;
}

.content {
	float:left;	
}

/* SIFR */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 17px;
}
