/*------------------------------------------------
Main Style Sheet

Version:	1.0
Author:		Michael Walsh
Website:	www.enov8.co.uk
Created:	09/07/07
------------------------------------------------*/

/*HTML TAGS*/

body {
  margin:0;
  padding:0;
  color:#000;
  font:70% "Trebuchet MS", Arial, Helvetica, sans-serif;
  background-color:#FFF;
  background:#DB6EFF url(../images/interface/bg_page.gif) repeat-x;
  text-align:center;
}

#header {
	position: relative;
	height:92px;
}

h1 {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	font-size: 2px;
}

h1 a {
	display: block;
	width: 780px;
	height: 92px;
	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:0px 10px;
	border:1px solid #AAEEEE;
	border-bottom:1px solid #55DEDE;
	border-right:1px solid #55DEDE;
	margin:0;
	margin-bottom:0.6em;
	font-size:1.5em;
	color:#007070;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:url(../images/interface/bg_h2.gif) bottom repeat-x;
}

h3 {
	font-family: "Trebuchet MS", 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;
	margin-top:1.5em;
}

#thanks {
	width:458px;
	height:322px;
}

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;
}

.imagehome {
	border:1px solid #3ED9D9;
	margin-top:0.4em;
}

.center {
	text-align: center;
}

.clear {
	clear:both;
}

.left {
	width:47.5%;
	float:left;
}

.right {
	width:47.5%;
	float:right;
}

.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:48px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	background:url(../images/interface/navigation.gif) no-repeat;
}
 
#navigation ul {
	width: auto;
	margin: 0;
	padding: 1px 0 0 190px;
	list-style: none;
}

#navigation li {
	float: left;
	padding: 0;
	margin: 0;
}

#navigation ul a {
	float: left;
	display: block;
	padding: 8px 15px 9px 15px;
	color: #fff;
	text-decoration: none;
}

#navigation ul #current a, #navigation ul #current a:hover {
	background-color:#55DEDE;
	color:#FFF;
	cursor:default;
}

#navigation ul a:hover {
	background-color:#99EBEB;
	color:#009595;
}

/* IDs */
	
#wrapper {
	width:780px;
	margin:0 auto;
	text-align:left;
}

#bodywrapper {
	background-color:#FFF;
	height:1%;
	width:780px;
	float:left;
	padding-bottom:23px;
	padding-top:23px;
}

#mBody {
	padding:0 35px;
	height:1%;
	width:780px;
	font-size:1.2em;
	line-height:1.6;
	text-align:justify;
	color:#666;
	min-height:320px;
	voice-family: "\"}\""; voice-family:inherit;
	width:710px; /*box model hack for IE5*/
}

* html #mBody {height:320px;} 

#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:21px 35px 0px 35px;
	background:url(../images/interface/footer.gif) no-repeat;
	color:#4B759E;
	height:48px;
	width:780px;
	clear:both;
	voice-family: "\"}\""; voice-family:inherit;
	height:27px;
	width:710px;
}

#footer a {
	color:#4B759E;
	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 li {
	float:left;	
}

#footer ul a {
	float: left;
	display: block;
	padding-right: 10px;
}

#copyright {
	clear:both;
	text-align:center;
	padding:10px 0;
	color:#E8A1FF;
	height:1%;
}

#copyright a {
	color:#E8A1FF;
	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;
}

#faqs h2 {
	margin-bottom:1.5em;
}

/* CONTACT US */

.label {
	float:left;
	width:100px;
}

.content {
	float:left;	
}