body {
	margin: 0px 0px 0px;
	background-color: #F2F2F2;
}
/*NAVIGATION*/
#homelink{
position: absolute; 
top: 20px; 
left: 20px; 
z-index: 50;
}

#topnav {
position: absolute; 
top: 134px; 
left: 0px; 
height: 24px;
width: 100%;
z-index: 5;
}



.navtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.topNavItem{
	background-position: left top;
	background-color: transparent;
	background-repeat: no-repeat;
}
   
.topNavActive{
   background-position: right top;
   background-color: transparent;
}
.topNavCurrent{
   background-position: bottom left;
   background-color: transparent;
}

.navAbout {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 156px;
	display: block;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	background-image: url(images/about_bground.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top;   /*background-image:  url(images/nav/nav_layer_background.gif);*/
	visibility: hidden;
}
.navAbout a:visited, .navAbout a:link {
	color: #000000;
	text-decoration:none;
}
.navAbout a:hover {
	color: #666666;
	text-decoration: underline;
}

.navrowspacingAbout {
	line-height: 18px;
	margin-left: 2px;
}

.navClients {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 176px;
	visibility: visible;
	display: block;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	background-image: url(images/clients_bground.gif);
	background-repeat: no-repeat;
	background-position: top;   /*background-image:  url(images/nav/nav_layer_background.gif);*/
	visibility: hidden;
}
.navClients a:visited, .navClients a:link {
	color: #000000;
	text-decoration:none;
}
.navClients a:hover {
	text-decoration: underline;
	color: #666666;
}
.navrowspacingClients {
	line-height: 18px;
}

.navCandidates {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	visibility: visible;
	display: block;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	background-image: url(images/candidates_bground.gif);
	background-repeat: no-repeat;
	background-position: top;   /*background-image:  url(images/nav/nav_layer_background.gif);*/
	visibility: hidden;
}
.navCandidates a:visited, .navCandidates a:link {
	color: #000000;
	text-decoration:none;
}
.navCandidates a:hover {
	text-decoration: underline;
	color: #666666;
}
.navrowspacingCandidates {
	line-height: 18px;
}

.navVacancies {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 156px;
	visibility: hidden;
	display: block;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	background-image: url(images/vacancies_bground.gif);
	background-repeat: no-repeat;
	background-position: top;   /*background-image:  url(images/nav/nav_layer_background.gif);*/
	visibility: hidden;
}	
.navVacancies a:visited, .navVacancies a:link {
	color: #000000;
	text-decoration:none;
}
.navVacancies a:hover {
	text-decoration: underline;
	color: #666666;
}
.navrowspacingVacancies {
	line-height: 18px;
}

.navWork {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	visibility: hidden;
	display: block;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	background-image: url(images/work_bground.gif);
	background-repeat: no-repeat;
	background-position: top;   /*background-image:  url(images/nav/nav_layer_background.gif);*/
	visibility: hidden;
}
.navWork a:visited, .navWork a:link {
	color: #000000;
	text-decoration:none;
}
.navWork a:hover {
	text-decoration: underline;
	color: #666666;
}
.navrowspacingWork {
	line-height: 18px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #000000;
	margin: 6px 18px 8px;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 900;
	font-variant: small-caps;
	margin: -1px 18px 8px;
	color: #000000;
}
.one2create {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.one2create a:visited, .one2create a:link {
	color: #000000;
	text-decoration:none;
}
.one2create a:hover {
	color: #000000;
	text-decoration: underline;
}
.newsheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 8px 0px;
}
.newsarticle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.news a:visited, .news a:link {
	color: #000000;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.news a:hover {
	color: #000000;
	text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration: underline;	
}
a:visited {
	color: #000000;
	text-decoration: none;	
}
table#news {
	width: 162px;
	align: center;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: disc;
	margin-top: -5px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: -5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-left: 18px;
}
#frame {
}
#main {
	background-color: #FFFFFF;
}
#search {
	background-repeat: no-repeat;
	background-position: center top;
	width: 162px;
}
#login {
	background-image: url(images/login_bground.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 180px;
}
#right {
	text-align: center;
}
#featured {
	background-image: url(images/featured_clients.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 180px;
}
.bottombar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 6px;
	font-weight: bold;
}
.highways {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #215D9D;
}
#bottom {
	background-image: url(images/bottom_led.gif);
	background-repeat: no-repeat;
}
#routefinder {
	background-image: url(images/route_finder.gif);
	background-repeat: no-repeat;
}
#weekend {
	background-image: url(images/weekend_bground.gif);
	background-repeat: no-repeat;
}
#recruiting {
	background-image: url(images/recruiting_bground.gif);
	background-repeat: no-repeat;
}

li {
	margin: 6px 18px 8px;
	font-size: 11px;
	text-align: justify;
	list-style-type: disc;
}
