body {
  margin: 0;
  padding: 0;
  font-family:Verdana, Arial, sans-serif;
  background-color: #FFFFFF;
  text-align: center;
}

/* ::::: Main DIVs :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#wrapper {
  position: relative;
  text-align: left;
  width:760px;
  margin-right: auto;
  margin-left:auto;
  padding: 0 0 0 0;
  border: 1px solid #333333;
  z-index: 1;
}
#header {
  position: absolute;
  left: 0px;
  top: 0px;
  width:760px;
  height:102px;
  margin: 0px;
  padding: 0px;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
}

#logo {
  position: absolute;
  left: 20px;
  top: 0px;
  width: 400px;
  height: 100px;
  background-image: url(images/logo.gif);
  background-color: transparent;
  z-index: 3;
}

#navigation {
  margin: 137px 0px 0 0;
  float: left;
  width: 140px;
}
#footer {
  clear:both;
  padding: 5px 0 10px 0px;
  font-size: 60%;
  color: #333;
}
#pagefooter {
  clear:both;
  padding: 5px 0 10px 0px;
  text-align: center;
  font-size: 60%;
  color: #333;
  z-index: 5;
}

#content {
  padding-top:137px;
  padding-right: 130px;
  margin: 0px 0px 0px 0px;
  width: 470px;
  float: right;
  min-height: 300px;
  text-align:left;
  font-size: 11px;
}

#rightside {
      position: absolute;
      left: 635px;
      top: 137px;
      width:125px;
      z-index: 1;
      text-align: center;
}

#topnav {
	position: absolute;
	margin:0;
	padding: 0 0 7px 0;
	width:100%;
	left:0px;
	top:102px;
	border-top: 1px solid #DBDBDB;
	background:url(images/nav-bg.gif) repeat-x bottom left;
	z-index: 4;
}

	/* 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 li {
	list-style:none;
	float:left;
  	margin-left:1px;
	margin-top:0px;
  	padding-left:12px;
  	font-size:12px;
	line-height:20px;
	white-space:nowrap;
	border-right: 1px solid #ddd;
}

#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;
	color:#666;
	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 p23 {
  font-size: 60%;
  line-height: 1.8em;
}

#content h1 {
  margin:5px;
  font-family:Verdana, sans-serif;
  font-size:16px;
  text-align:center;
  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 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

a, a:link, a:visited {
color: #999;
}

a:hover {
color: #333;
}

#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;
}