body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: small;
  text-align: center;
  line-height: 1.5em;
  background-color: #EFEFEF;
}

/* ::::: Main DIVs :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#wrapper {
  position: relative;
  text-align: left;
  width:760px;
  margin-right: auto;
  margin-left:auto;
  padding: 0 0 0 0;
  border: 1px solid #CCC;
  z-index: 1;
  background-color: #FFFFFF;  
  background: transparent url(images/bg-content.jpg) repeat-y;
}
#header {
  position: absolute;
  left: 0px;
  top: 0px;
  width:760px;
  height:125px;
  margin: 0px;
  padding: 0px;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
}

#navigation {
  padding-top:137px;
  margin: 0 0 0 0;
  float: left;
  width: 140px;
}
#footer {
  clear:both;
  padding: 5px 0 10px 0px;
  color: #333;
  font-size: 70%;
}
#pagefooter {
  clear:both;
  padding: 5px 0 10px 0px;
  text-align: center;
  color: #333;
  z-index: 5;
}

#content {
  padding-top:140px;
  margin: 0px 5px 0px 0px;
  width: 580px;
  float: right;
  text-align:left;
}

#topnav {
	position: absolute;
	margin:0;
	padding-left:0px;
	width:100%;
	left:0px;
	height:25px;
	top:108px;
	z-index: 4;
        background: #333;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
}

	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html #topnav {
  	left:0px;
	} /* End hide from IE5/mac */


/* ::::: Top Menu :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#topnav p {
        display: none;
}

#topnav .special {
	display: none;
}

#topnav ul { 
	margin : 0;
	padding : 0;
	list-style : none;
}

#topnav li {
	list-style:none;
	float:left;
  	margin-left:1px;
	margin-top:3px;
  	padding-left:15px;
        padding-right:10px;  	
        font-size:10px;
	line-height:20px;
	white-space:nowrap;
}

#topnav li:hover {
  	background:url(images/tab_box_over.gif) 0% 100% no-repeat;
} 
  
#topnav a {
	display:block;
	float:left;
	padding:0 8px 0 0;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	width:.1em;
}
  
html>body #topnav a {width: auto;}    /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnav a {float: none;}            /* End IE5-Mac hack */
#topnav a:hover {
	color:rgb(90%,25%,25%);
}

#topnav #current, #topnav #current a {
	color:#000;
}

/* ::::: Content Formating :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#content p {
  font-family: Verdana, sans-serif;
  margin: 0.5em 0 1em;
  padding: 0;
  font-style: normal;
  font-size: 80%;
  line-height: 16px  
}

#content h1 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 150%;
  font-weight: normal;
  padding: 0;
  margin:5px;
  text-align:center;
  color: #D80C00;
}

#content h2 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 120%;
  font-weight: bold;
  padding: 0;
  margin: 5px 0px 2px 0px;
  color: #D80C00;
}

/* ::::: Side Navigation Formating :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#navigation ul {
font-size: 11px;
list-style:none;
margin: 5px 0 0 0;
padding: 0 0 0 0;
}

#navigation ul li {
background: url(images/bullet_single.gif) no-repeat 7px 4px;
margin: 0;
padding: 0 0 0 17px;
line-height: 15px;
color: #ccc;
}

#navigation .lselect li {
background: url(images/bullet_double.gif) no-repeat 5px 2px;
font-size: 9px;
}

#navigation #lselect a:link, #navigation .lselect a:visited { display: block; }
#navigation #lselect a.c:link, #navigation .lselect a.c:visited { display:inline; }

/* ::::: Links Formating :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#navigation a, #navigation a:link, #navigation a:visited, #navigation span {
color: #666;
text-decoration: none;
}

#navigation a:hover {
text-decoration: underline;
color: #333;
}

#navigation a.c, #navigation a.c:link, #navigation a.c:visited, #navigation span.c {
color: #999;
text-decoration: none;
}

#navigation a.c:hover {
text-decoration: underline;
color: #333;
}

#navigation #lselect a, #navigation #lselect span {
font-size: 10px;
}

#navigation #lselect a.c, #navigation #lselect span.c {
font-size: 9px;
}

/* ::::: Headings Formating :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

h2 { margin-bottom: 0px;}

#navigation h2 {
width: 140px;
height: 20px;
margin-top: 3px;
}

#lresources h2 {
border-top: 1px dotted #1E7282;
border-bottom: 1px dotted #1E7282;
font-size:10px;
line-height:13px;
height: 16px;
padding: 2px;
padding-left: 7px;
color: #D80C00;
}

.lselect h2 {
border-top: 1px dotted #1E7282;
border-bottom: 1px dotted #1E7282;
font-size:10px;
line-height:15px;
height: 16px;
padding: 2px;
padding-left: 7px;
color: #D80C00;
}

#standardstext {
  display: none;
}

.imagehomeright {
 margin-left: 2px;
 float: right;
}

/* ::::: Services Boxes :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#service_box{
	margin:0px auto 0;
	width:450px;
	clear:both;	
}

#service_box li{
	width:98px;
	height:62px;
	margin: 2px 5px 2px 5px;
	list-style:none;
	font-family:Verdana, sans-serif;
	float:left;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
}

#service_box a{
	text-decoration:none;
	display:block;
	margin:18px auto 0;
}

#service_box a:hover{
	color:#FFF;
}

.green {
	background:url(images/green_box.jpg) 100% 100% no-repeat;
}

.green a, .green a:visited {
	color:#C22;
}

.red {
	background:url(images/red_box.jpg) 100% 100% no-repeat;
}

.red a, .red a:visited {
	color:#226;
}
.center {
  text-align: center;
}
img {
  border: 0px;
}
#sitebottom {
  display: none;
  speak: none;
}

/* ::::: Headings Formating :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


#mailform {
  width: 300px;
  float: left;
  padding: 0;
  font-style: normal;
  font-size: 80%;
}
#contactdetails {
  width: 260px;
  float: right;
}
#mailform label {
  font-family: Verdana, sans-serif;
  font-size: 100%;
  font-style: normal;
}
.subject {
  font-family: Verdana, sans-serif;
  font-size: 90%;
  font-style: normal;
  color: #333;
}
#mailform input {
  font-family: Verdana, sans-serif;
  font-size: 90%;
  font-style: normal;
}
#submit {
  text-align: center;
}
