﻿body 
{
    margin: 0;
    padding: 0;
	z-index:100;
}

/*--- HEADER ---*/

.headerContainer
{
	background-color:#FFFFFF;
	width:780px;
    height:90px;
    overflow:hidden;
	background: url(../Images/jbs-bar.jpg);
}

/*--- Top Menu ---*/
.topMenuNav
{ 
	float:right;
	text-align:right; 
	vertical-align:top; 
	font-family:Arial; 
	font-size:10px; 
	color:#000000; 
	padding-right:3px;
	display:inline;
    position:relative;
}
	
.topMenuNav a:link, .topMenuNav a:visited
{
	text-decoration:none;
	color:#000000;
}
	
.topMenuNav a:hover 
{
	text-decoration:underline;
	color:#000000;
}

/* --- Bottom Menu --- */
.bottomMenuNav
{
	clear:both;
	float:right;
	text-align:right; 
	font-family:Arial; 
	font-size:14px; 
	color:#FF0000; 
	display:inline;
    position:relative;
}
.bottomMenuNav a:link, .bottomMenuNav a:visited
{
	text-decoration:none;
	color:#FF0000;
}
	
.bottomMenuNav a:hover 
{
	text-decoration:none;
	color:#000000;
}

.small_space
{
	font-family: Arial;
	font-size:8px;
	text-decoration:none;
}

/*--- FOOTER ---*/

.footerContainer
{
 	background-color:#FFFFFF;
    width: 1002px;
    height:66px;
    overflow:hidden;
	background: url(../Images/footer-bg.jpg) repeat-x;
}

/*--- LEFT SIDE ---*/
.footer_left
{
	float:left;
	position:relative;
    width:30%;
    text-align:left;
    vertical-align:middle;
	font-family:Arial; 
	font-size:10px; 
	color:#000000; 
	padding-left:20px;
	display:inline;
}
.footer_left a:link, .footer_left a:visited
{
	text-decoration:none;
	color:#000000; 
}	
.footer_left a:hover 
{
	text-decoration:underline;
	color:#000000; 
}

/*--- CENTER ---*/

.footer_center
{
 	float:left;
	position:relative;
    width:36%;
    text-align:center;
    vertical-align:top;
	font-family:Arial; 
	font-size:10px; 
	color:#000000; 
	display:inline;
	text-decoration:none;
}

/*--- RIGHT SIDE ---*/

.footer_right
{
 	float:right;
	position:relative;
    width:31%;
}
.footer_right_left
{
 	float:right;
	position:relative;
    width:100px;
    height:66px;
    padding-top:4px;
	text-align:right;
	font-family:Arial; 
	font-size:10px;
	color:#000000; 
	display:inline;
	text-decoration:none;
}
.footer_right_right
{
 	float:right;
	position:relative;
    width:110px;
    height:66px;
	background-image: url(../Images/dmi-logo.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.footer_right_edge
{
 	float:right;
	position:relative;
    width:20px;
    height:66px;
}
