@charset "utf-8";
/* CSS Document */
 body{
	background: url(images/bg.jpg) repeat; 
 }

.BgTable{ 
	margin:0; 
	padding:0; 

	}
	
.MainTable{
	margin:0 auto; 
	padding:0; 
	width:734px; 
	height:100%; 
	padding:20px 0px 0px 0px;     
	}
	
.Topbg{ 
	background-image: url(images/topbg.png); 
	background-repeat:no-repeat; 
	background-position:top left; 
	width:734px; 
	height:86px; 
	margin-top:10px;      
	}
	
.LogoBg{
	background-image: url(images/logobg.png); 
	background-repeat:no-repeat; 
	background-position:top left; 
	width:734px; 
	height:91px; 
	margin:0px 0px 0px 0px; 			
	}
	
.Navbg	{ 
	background-image:url(images/menubg.png); 
	background-repeat:repeat-x; 
	background-position:top left;  
	}
	
.brown_leftbg{ 
	background-image:url(images/middle_left.png); 
	background-repeat:no-repeat; 
	background-position:top left; 
	width:21px; 
	height:106px;   
	}	
	
.brown_bg{ 
	background-image: url(images/brown_bg.png); 
	background-repeat:repeat-x; 
	background-position:top left;  
	height:106px;   
	}
	
.brown_text{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color:#dfd1aa; 
	text-align:left; 
	line-height:17px; 
	font-weight:bold;   
	padding:5px 8px 5px 8px;    	
	}
	
.Bottomlogo_bg{
	background-image:url(images/bottomlogo_img.png); 
	background-repeat:no-repeat; 
	background-position:top left; 
	width:734px; height:41px; 
	}	
	
.Bottombg{ 
	background-image:url(images/bottom_img.png); 
	background-repeat:no-repeat; 
	background-position:top left; 
	width:734px; 
	height:62px;  
	}	
	
.white_text{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	text-align:right; 
	padding:40px 40px 5px 5px; 
	color:#FFFFFF; 
	text-transform:uppercase;     
	}	
	
.white_text a { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	text-align:right; 
	color:#FFFFFF!important; 
	text-transform:uppercase;
	text-decoration:none;    
	}
	
	.white_text a:hover{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	text-align:right; 
	color:#FFFFFF; 
	text-transform:uppercase; 
	text-decoration:underline;      
	}
	
	
	
	/*Menu*/
#NavPane{ 
	 margin:0; 
	 padding:0;  
}


#menubg{ 
 	margin:0 ; 
 	padding:0;
	float:left;  
}

#Menu{
	margin: 0px 5px ;  
	padding:6px 5px 6px 10px;  
	text-align:center;   
	color:#ffffff; 
	font-weight:bold;
	font:normal 11px  Tahoma, Geneva, sans-serif; 
	text-transform: uppercase;   
	width:100%;
	
}

#Menu li{
	display: inline; 
	margin:0 auto;  
	padding:6px 5px 6px 10px;
	border-right:#443613 1px solid;
	border-bottom:#443613 1px solid;
}

/* it's important for line-height*/ 
#Menu li a{
	color:#ffffff; 
	padding:5px 0px 0px 0px; 
	text-decoration: none;  
	vertical-align:top; 
	height:35px; 
	font-weight:bold;
}


.Sep_bg{ 
	background-image:url(images/sept_bg.jpg); 
	width:2px; 
	height:27px; 
	margin:0; 
	padding:0;  
}


#Menu li a.selected{ 
	background:none;
	color: #ffffff; 
	font-weight:bold;    
	text-decoration:none; 
	background-image: url(images/sel_bg.jpg); 
	background-repeat:repeat-x; 
	height:27px;  
	background-position:top left; 
	padding:6px 5px 6px 10px; 
	margin:0;     
}

#Menu li a:hover{
	color:#4a3925;
	background:none;
}
/***menu end here******/

.Map_img{ 
	text-align:right;
	padding:5px 42px 0px 0px; 
	}

