@charset "utf-8";
#apDiv4 {
	position: absolute;
	left: inherit;
	top: 140px;
	visibility: hidden;
	width: auto;
	height: 61px;
	background-color: #F90;
}

#apDiv3 {
	position:absolute;
	width:385px;
	height:100px;
	z-index:1;
	left: inherit;
	top: 140px;
	visibility: hidden;
	background-color: #F90;
}

#apDiv2 {
	position:absolute;
	width:285px;
	height:112px;
	z-index:1;
	left: inherit;
	top: 140px;
	background-color: #F90;
	overflow: auto;
	visibility: hidden;
	border-bottom: solid #000 2px;
	border-right: solid #000 2px;
	border-left: solid #000 2px;
}
#apDiv1 {
	position: absolute;
	left: inherit;
	top: 140px;
	visibility: hidden;
	background-color: #F90;
	width: 413px;
	height: 68px;
}

/* CSS Document */
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#FFF;
}
.orbg {
	background:#F90;
}
.navbar {
	font-size:16px;
	font-weight:bold;
	font:Tahoma, sans-serif;
}
p {
	text-align:left;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
}

.navbar ul {
	font:Tahoma, sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 95px;
	border-bottom: 0px solid #ccc;
	z-index:100;
	}

.navbar ul li {
	font:Tahoma, sans-serif;
	position: relative;
	vertical-align: bottom;
	top:5px;
	z-index:100;
	}
.navbar li ul {
	font-size:14px;
	background-color:#F90;
	position: absolute;
	left: 0px;
	top: 23px;
	display: none;
	z-index:100;
	text-align:left;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px;
/*	background: #F90; 
	border: 0px solid #ccc;
	border-bottom: 0;*/
	}
li:hover ul { 
	display: block; 
	color: #FFF;

}
body {
background-image:url(images/bg.gif);
background-repeat:repeat-x;
	font: 14px;
	font-family:Tahoma, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers.  
The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.smalltxt {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #000;
}
.servicesbar td a:hover {
	background-color: #F90;
}
.ortext {
	color: #F90;
}
.smwhite {
	font-size: 12px;
	line-height: normal;
	color: #FFF;
	vertical-align: middle;
}
.div1 {
	position: relative;
	width: 930px;
	display: none;
}

