/*------------------------------------------------
Main Style Sheet

Version:	1.0
Author:		Michael Walsh
Website:	www.enov8.co.uk
Created:	06/10/06
------------------------------------------------*/

/*HTML TAGS*/

body {
  margin:0;
  padding:0;
  color:#000;
  font:70% Arial, Helvetica, sans-serif;
  background-color:#FFF;
  text-align:center;
}

html {
     overflow: -moz-scrollbars-vertical;
}

#header {
	position: relative;
	height:172px;
}

h1 {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	font-size: 2px;
}

h1 a {
	display: block;
	width: 780px;
	height: 172px;
	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 {
	padding:0;
	border:0;
	margin:0;
	font-size:1.6em;
	color:#5DC1C1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#5DC1C1;
	font-weight:normal;
	font-size:1.2em;
}

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:#D1F6F6;
	float:right;
	background-image:url(../images/interface/form_curve.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#thanks {
	width:458px;
	height:334px;
}

input, textarea {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #3ED9D9;
	width:300px;
	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 #DB6EFF;
	color:#000;
}

.button {
	margin-left:150px;
	width:75px;
	background-color:#3ED9D9;
	border:1px solid #ECFBFB;
	border-bottom:1px solid #2EA3A3;
	border-right:1px solid #2EA3A3;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	background-image:none !important;
}

.buttonHover {
	margin-left:150px;
	width:75px;
	background-color:#C6E9E9;
	border:1px solid #B2D1D1;
	border-bottom:1px solid #F1F9F9;
	border-right:1px solid #F1F9F9;
	color:#666;
	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;
	border:1px solid #3ED9D9;
	margin-top:0.4em;
}

.image {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	border:1px solid #3ED9D9;
	margin-top:0.4em;
}

.diagram {
	float:left;
	margin-right:20px;
	border:1px solid #3ED9D9;
	margin-top:0.4em;
}

.center {
	text-align: center;
}

.clear {
	clear:both;
}

.datatable {
	width:100%;
	line-height:normal;
}

.datatable th {
	background:#59A2C9 url(../images/interface/table_heading.gif) bottom 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:#AADCF7;
	font-size:0.9em;
	padding:0.5em 0.8em;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #59A2C9;
	border-right:1px solid #59A2C9;
}

.datatable th a {
	color:#FFF !important;
	text-decoration:none;
}

.datatable th a:hover{
	color:#B2D15B !important;
}

/*NAVIGATION*/

#navigation {
	position: relative;
	padding: 0;
	height:33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	background:url(../images/interface/tile_navigation.gif) repeat-x;
}
 
#navigation ul {
	width: auto;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0 0 0 40px;
	list-style: none;
}

* html #navigation ul {bottom:-1px;}

#navigation li {
	float: left;
	background: transparent url("../images/interface/header_tab.gif") 100% -400px no-repeat;
	padding: 0 6px 0 0;
	margin: 0 1px 0px 0;
}
#navigation ul a {
	float: left;
	display: block;
	padding: 6px 2px 5px 8px;
	background: transparent url("../images/interface/header_tab.gif") 0% -400px no-repeat;
	color: #fff;
	text-decoration: none;
}
#navigation ul li:hover a { background-position: 0% 0px; color:#158888;}
#navigation ul li:hover { background-position: 100% 0px; }
#navigation ul #current a, #navigation ul #current a:hover { background-position: 0% -200px; color:#DB6EFF;}
#navigation ul #current, #navigation ul #current li:hover { background-position: 100% -200px; padding: 0 6px 0 0;}

/* IDs */
	
#wrapper {
	width:780px;
	margin:0 auto;
	text-align:left;
}

#bodywrapper {
	background-color:#FFF;
	height:1%;
	width:778px;
	float:left;
	border-left:1px solid #DB6EFF;
	border-right:1px solid #DB6EFF;
	background:url(../images/interface/bg_page.gif) repeat-y;
	
}

#mBody {
	padding:60px;
	padding-top:0;
	height:1%;
	width:778px;
	font-size:1.1em;
	line-height:1.6;
	text-align:justify;
	color:#666;
	background:url(../images/interface/body_btm.gif) bottom no-repeat;
	min-height:368px;
	voice-family: "\"}\""; voice-family:inherit;
	width:658px; /*box model hack for IE5*/
}

* html #mBody {height:368px;}

#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;
}

#mBody img {
	border:1px solid #3ED9D9;
}

/*FOOTER*/

#footer {
	padding:9px 15px 0px 15px;
	background:url(../images/interface/tile_navigation.gif) repeat-x;
	color:#879383;
	height:33px;
	width:780px;
	clear:both;
	border-left:1px solid #3ED9D9;
	border-right:1px solid #3ED9D9;
	voice-family: "\"}\""; voice-family:inherit;
	height:24px;
	width:748px;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	/*color:#158888;*/
	text-decoration:underline;
}

#backtotop {
	float:right;
}

#footer ul {
	float:left;
	width: auto;
	margin:0;
	padding:0;
	border:0;
	list-style: none;
	
}

#footer img {
	border:0;
	border-style:none;
	vertical-align:middle;
}

#footer li {
	float:left;	
}

#footer ul a {
	float: left;
	display: block;
	padding-right: 10px;
}

#copyright {
	clear:both;
	text-align:center;
	padding-top:10px;
	color:#A1A1A1;
	height:1%;
}

#copyright a {
	color:#A1A1A1;
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
}

#flash {
	float:right;
	margin-bottom:20px;
	margin-left:20px;
	padding-top:1em;
}

/* FAQS */

.question, .questionon {
	text-align:left;
	padding:2px 8px;
	margin-bottom:0px;
	margin-top:12px;
	display:block;
	text-decoration:none !important;
	border-bottom:1px solid #3ED9D9;
	border-right:1px solid #3ED9D9;
	background:#D1F6F6;
	color:#666 !important;
	font-weight:normal !important;
}

.question:hover, .questionon {
	background:#3ED9D9;
	color:#FFF !important;
	font-weight:bold !important;
}

.answer {
	padding:15px;
	padding-top:0;
	border:1px solid #3ED9D9;
	border-top:0;
	background-color:#FFF;
}

/* CONTACT US */

.label {
	float:left;
	width:100px;
}

.content {
	float:left;	
}