
/* -----------------     ALL        --------------------------- */	
body, td { 
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 12px;
margin-top: 0; 
}

h1 {font-size: 16px; }


#htmlContent {
	margin: 15px auto 15px auto;
	width: 800px;
	text-align: left;	
}

#logo {
	float: left;
}

#logo_img{
	height: 100px;
	width: 165px;
	background: url(../img/bmlogo.gif) repeat-x;
}

#logo_img1{
	height: 100px;
	width: 165px;
	background: url(../img/bmlogo1.gif) repeat-x;
}

#top {
float: left;
width: 800px;
height: 100px;
background-color: #C9BE4F; 
}

#top_txt1 {
	width: 635px; 
	height: 100px;
	float: left;
	background: url(../img/logo-cloud.gif);
}

#top_txt1 h1 {
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",serif;
	font-size:16px;
	margin-left:18px;
	margin-top:42px;
}
  
/* -----------------       TOP NAVIGATION       --------------------------- */	


ul#topNavigation {
	float: right;
	margin: 0 25px 0 0;
	padding: 0;
	list-style: none;
	
}

ul#topNavigation li {
	float: left;
	line-height: 25px;
	color: #ffffff;
	padding: 0 0 0 5px;
	margin:  0 5px 0 0;
	background: url(../img/white-sep.gif) center left no-repeat;
}

ul#topNavigation li a {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
}

ul#topNavigation li a:hover {
	color: #993300;
}

ul#topNavigation li.first {
background: none;	
}

ul#topNavigation li a.active {
color: #993300;
}

/* -----------------       MAIN-MENU       --------------------------- */

#mainMenuCenter {
	margin: 0 15px 0 15px;
	height: 17px;
	background-color: #656342;
}

#mainMenuLeft {
height: 15px;
width: 149px;
float: left;
background-color: #656342;
}
* html #mainMenuRight {display: none;}


#mainMenu {
	background-color: #656342;
	float: left;
	width: 619px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainMenu li {
	float: left;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	margin: 1px 0 0 0;
	background: url(../img/menudots.gif) center left no-repeat;
}


#mainMenu li.last {
	margin: 1px 0px 0px 25px;
}


#mainMenu li.last_out {
	margin: 1px 0px 0px 20px;
}

#mainMenu li a {
	display: block;
	text-decoration: none !important;
	color: #B2B2B2;
	padding: 0px 10px 0px 17px;
}

#mainMenu li a:hover {
	color: #FFFFFF;
}

#mainMenu li a.active {
	font-weight: bold;
	color: #FFFFFF !important;
}

#navbar{
margin: 0px 0px 0px 25px;
}

#navbar_img{
	height: 7px;
	width: 7px;
	background: url(../img/navbar_indent.gif) repeat-x;
}

/* -----------------      HOME PAGE       --------------------------- */

#inquiry_link {
	display: none;
	margin:0;
	padding:0;
	height: 0;
	width: 0;
	
}

#table {
	float: right;
	width: 770px;
	padding: 0;
	margin: 0px 15px 0px 15px;
	list-style: none;
	background-color: none;

}

#leftcolumn {
min-height:500px;
  height:auto !important;
height:500px;
float: left;
width: 144px;
background-color: none; 
padding:  10px 5px 10px 0px;
}

#centercolumn {
min-height:500px;
  height:auto !important;
height:500px;
width: 450px;
float: left;
line-height: 19px;
background-color: none;
border-right: 1px solid #c9c9c9;
border-left: 1px solid #c9c9c9;
padding:  10px 10px 10px 10px;
}

#rightcolumn {
min-height:500px;
height:auto !important;
height:500px;
float: left;
width: 139px;
background-color: none;
padding:  10px 0px 10px 5px; 
}




/* -----------------      FOOTER       --------------------------- */

#footer {
background-color: #636142;
/*background-color: #C9BE4F;*/
width: 510px;
height: 10px;
margin: 0px auto;
font-family: Tahoma;
font-weight: normal;
font-size: 9px;
color: #FFFFFF;
text-align: center;
margin-top: 5px;
}

/* -----------------      FOOTER MENU      --------------------------- */



#footerMenu {
	list-style: none;
	background-color: none;
	padding: 0px;
	margin: 0px auto;
	width: 245px;
	 
}


#footerMenu li {
	float: left;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	margin:  5px 10px 0px 0px;
	padding: 0px 0px 0px 15px;
	vertical-align: top;
	background: url(../img/whitemenudots.gif) center left no-repeat;
}

#footerMenu li a {
	display: block;
	text-decoration: none !important;
	color: #c9c9c9;
}

#footerMenu li a:hover {
	color: #666666
}


/* ---------------------  POPUP CLIENTS LOGIN ------------------------------------- */


#loginPopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#loginPopup .hd {
	color:#000;
	overflow:hidden;
}

#loginPopup .bd {
	overflow:hidden;
	padding:0 15px;
}


#loginPopup .bd p {
	margin:0 0 1em;
}

#loginPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#loginPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#loginPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#loginPopup .ft {
	padding:4px;
	overflow:hidden;
}