/*------------------------------------------------
Main Style Sheet

Version:	1.0
Author:		Michael Walsh
Website:	www.enov8.co.uk
Created:	12/12/06
------------------------------------------------*/

/*HTML TAGS*/

body {
  margin:0;
  padding:0;
  color:#000;
  font:70% Arial, Helvetica, sans-serif;
  background:#FCFF00 url(../images/interface/bg.jpg) top no-repeat;
  text-align:center;
  padding-bottom:25px;
}

html {
     overflow: -moz-scrollbars-vertical;
}

#header {
	width:780px;
	position:relative;
	height:256px;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 2px;
}

h1 a {
	display: block;
	text-indent: -700em;
	text-decoration: none;
	height:256px;
	width:375px;
	background:url(../images/interface/logo.gif) no-repeat;
}

p, h3, h4 {
	border:0;
	margin:0;
	padding-top:1em;
}

img {
	margin-top:1em;
}

#lightbox img {
	margin:0 !important;
}

h3, h4 {
	text-align:left;
}

table {
	margin-top:1.4em;
	margin-bottom:0.4em;
}

h2 {
	margin:0;
	margin-top:25px;
	border:0;
	font-size:1.6em;
	color:#1EA200;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#1EA200;
	font-size:1.2em;
	font-weight:bold;
}

.noline {background:none;}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:1.1em;
}

em {
	color:#FFF;
}

abbr, acronym {
  border-bottom: 1px dotted #CCC;
  cursor: help;
}

blockquote {
	padding:12px 20px 14px 20px;
	margin:0;
	margin-top:1em;
	font-style:italic;
	overflow:visible;
	height:1%;
	border:1px solid #A087FF;
	background:#B4A0FF;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
}

blockquote p {
	padding-top:0;
}

cite {
	font-style:normal;
	font-weight:bold;
	font-size:0.9em;
	margin-top:1em;
	color:#999;
	display:block;
}

img {
	border: 0px none; 
}

/*ACCESSIBILITY*/

.skipLink {
	position: absolute;
	left: -999px;
	width: 990px;
}

.hide {
	display:none;
	clear:both;
}

/* CLASSES */

.image {
	float:right;
	margin-left:25px;
	margin-bottom:25px;
	margin-top:0.4em;
	border:2px solid #B4A0FF;
}

.imagehome {
	float:right;
	margin-left:25px;
	margin-top:0.4em;
}

.center {
	text-align: center;
}

.clear {
	clear:both;
}

.datatable {
	width:100%;
	line-height:normal;
	border:1px solid #FC0;
}

.datatable th {
	background:#FC0 url(../images/interface/table-heading.gif) top repeat-x;
	font-size:1em;
	padding:0.5em 0.8em;
	vertical-align:top;
	font-weight:bold;
	color:#333;
	text-align:left;
}

.datatable td {
	background-color:#FFF;
	font-size:0.9em;
	padding:0.5em 0.8em;
	vertical-align:top;
	text-align:left;
	color:#000;
}

.datatable th a {
	color:#FFF !important;
	text-decoration:none;
}

.datatable th a:hover{
	color:#B2D15B !important;
}

/*NAVIGATION*/

#navigation {
	width:175px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:1px;
}
 
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	padding: 0;
	margin: 0;
}

#navigation ul a {
	display: block;
	padding: 4px 8px 8px 20px;
	color:#1EA200;
	text-decoration: none;
	height:1%;
	background:url(../images/interface/navigation-bullet.gif) left no-repeat;
	font-weight:bold;
}

#navigation ul .current a {
	color:#000;
}

#navigation ul a:hover {
	color:#000;
}

#call {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.7em;
	font-weight:bold;
	color:#1EA200;
	text-align:center;
	padding:10px;
}

/* IDs */
	
#wrapper, #wrapperwide {
	width:780px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#bodywrapper {
	height:1%;
	width:780px;
	float:left;	
	background:url(../images/interface/tile-bodywrapper.gif) repeat-y;
}

#mBody {
	background:#FFF url(../images/interface/body-top-right.gif) top right no-repeat;
	float:left;
	padding:0 25px;
	padding-bottom:25px;
	height:1%;
	min-height:275px;
	width:605px;
	font-size:1.1em;
	line-height:1.6;
	text-align:justify;
	color:#000;
	voice-family: "\"}\""; voice-family:inherit;
	width:555px; /*box model hack for IE5*/
}

* html #mBody {height:275px;} 

#mBody ul {
	list-style-type:none;
	/*text-align:left;*/
	margin-bottom:0;
	margin-top:1em;
}

#mBody ul ul {margin-top:0;}

#mBody ul li {
	padding-left:15px;
	background:url(../images/interface/bullet.gif) no-repeat 0 0.6em;
	margin-left:-15px;
}

#mBody ol li {
	padding-left:0;
	margin-left:-15px;
}

#mBody a {
	color:#1EA200;
	text-decoration:none;
	font-weight:bold;
}

#mBody a:hover {
	text-decoration:underline;
}

/*FOOTER*/

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 45px;
	background:url(../images/interface/footer.gif) no-repeat;
	height:73px;
	width:605px;
	clear:both;
	voice-family: "\"}\""; voice-family:inherit;
	height:73px;
	width:515px;
}

#footer h3 {
	position: absolute;
	left: -9999px;
	width: 990px;
	background:none;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	color:#FFF;
}

#backtotop {
	float:right;
	padding-top:10px;
	
}

#footer ul {
	float:left;
	width: auto;
	margin:0;
	padding:0;
	border:0;
	list-style: none;
	padding-top:10px;
}

#footer li {
	float:left;	
}

#footer ul a {
	float: left;
	display: block;
	padding-right: 10px;
}

#copyright {
	clear:both;
	padding-top:23px;
	padding-bottom:10px;
	color:#A5A62A;
	height:1%;
	text-align:center;
	font-size:0.8em;
}

#copyright a {
	color:#A5A62A;
	text-decoration:none;
}

#copyright a:hover {
	color:#A5A62A;
	text-decoration:underline;
}

/* BLOG */

.post h2 {
}

.post h2 a {
	text-decoration:none;
}

.postdate {
	color:#999;
	font-size:0.8em;
}

.postmetadata {
	font-size:0.9em;
	background-color:#454545;
	border:1px solid #494949;
	display:block;
	padding:4px 8px;
	padding-top:3px;
	margin-top:1.5em;
	margin-bottom:2em;
}

.postmetadata a:visited {
	background-image:none !important;
	padding-right:0 !important;
}	

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

/* NEWS */

#newsitems {
	width:auto;
	height:1%;
	padding-top:1em;
}

#newsitems ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#newsitems li {
	margin:0;
	padding:0;
	margin-bottom:5px;
	background-image:none !important;
}

#newsitems a {
	display:block;
	background:#545454 url(../images/interface/news-arrow.gif) top right no-repeat !important;
	border:1px solid #5E5E5E;
	padding:2px 8px;
	color:#CCC;
	text-decoration:none;
	height:1%;
}

#newsitems a:hover {
	background-position:right -100px !important;
	border-color:#65FE00;
	color:#333;
	text-decoration:none;
	background-color:#65FE00 !important;
}

#newsitems a span {
	font-weight:normal;
	/*color:#5BD600;*/
}

/* CONTACT US */

.label {
	float:left;
	width:100px;
}

.content {
	float:left;
	padding-top:1.4em;	
}

/* GOOGLE MAP */

#map {
	width:553px;
	height:400px;
	border:1px solid #1EA200;
	font-size:0.9em;
	margin-top:2em;
	clear:both;
}

#map strong {
	font-size:1.2em;
	color:#1EA200;
	display:block;
}

#map a {
	color:#666;
	text-decoration:underline;
}

#map a:hover {
	color:000;
}