.img-l { float: left;
      margin-right: 10px;
      margin-top: 4px;
      margin-bottom: 10px;
}

#header{
	position:absolute; 
	left:99px; 
	top:40px; 
	width:148px;
	z-index:1; 
	height: 18px;
}

#whitebox{
    left:101px;
	top:62px;
	width:836px;
	visibility: visible;
	position:absolute;
	border: 1px solid #ffffff;
	background-image: url("images/orange.gif");
	background-repeat: repeat-y;
	background-position: top right;
	z-index:2; 
}

#workflash, #flash, #workflash2{
	position: relative;
	z-index:3; 
}

#workflash{
	left:100px;
}

#workflash2{
	left:150px;
}

.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

.body, #bodyfloat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
}

.body:link {font-weight: underlined; color: #cccccc;}
.body:visited {font-weight: underlined; color: #cccccc;}
.body:hover {font-weight: underlined; color: #FFFFFF;}
.body:active {font-weight: underlined; color: #FFFFFF;}

#bodyfloat {
	position:relative;
	float:left;
	padding: 25px 240px 15px 153px;
	z-index:4; 
}

.body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #FF9900;
}

.body3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #FF9900;
}

#tour {
	background-image: url(images/tour-back1.jpg);
	font: bold 12px Arial;
	font-style: normal;
	text-decoration: none;
	line-height: 17px;
	height: 18px;
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	margin: 1px;
	position: relative;
	display: inline;
 } 

#tour:link{background-image: url(images/tour-back1.jpg);}
#tour:visited {background-image: url(images/tour-back1.jpg);}
#tour:hover {background-image: url(images/tour-back2.jpg); color: #000000;}
#tour:active {background-image: url(images/tour-back2.jpg); color: #000000;}

#button, #button-back {
	font: bold 12px Arial;
	color: #333333;
	position:absolute;
	z-index:9;
}

#button-back {
	left:10px;
	top:18px;
}





#nav ul, #nav2 ul{
	color: #333333;
	font: bold 11px Arial;
	visibility: visible;
	position:absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:30;
}

#nav ul{
	left:438px;
	top:42px;
}

#nav2 ul{
    left:102px;
	top:63px;
}

/*Top level list items*/
#nav ul li {
	position: relative;
	display: inline;
	float: left;
	background: url(images/button-back2.gif) center center repeat-x;
}
#nav2 ul li{
	position: relative;
	background: url(images/button-back2.gif) center center repeat-x;
}

/*Top level menu link items style*/
#nav ul li a, #nav2 ul li a {
	padding: 2px 8px;
	border: 1px solid #4D4D4D;
	border-left-width: 0;
	text-decoration: none;
	background: url(images/button-back1.gif) center center repeat-x;
	color: #333333;
}
	
#nav2 ul li a{
	display: block;
	width: 100px;
}

#nav ul li a:hover, #nav2 ul li a:hover{
	background: url(images/button-back2.gif) center center repeat-x;
}


* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */
