/* CSS Document */
/* ONLY CHANGE  left navi height  !!!!!!!!!!!!!!!!!!!!!!!! */
.LeftNavigation {
	float: left;
	border-left: 1px solid #541800;
	width: 225px;
	height: 650px;
	background-image: url(../images/tan.gif);
	background-repeat: repeat;
	border-bottom: 1px solid #541800;
	}
	
.RightHolder {
	width: 773px; 
	display: inline;
	}
/* ONLY CHANGE  middle content height !!!!!!!!!!!!!!!!!!!!!!!!*/	
.FlexibleContents {
	float:left;
	width: 743px;
	height: 650px;
	background-image: url(../images/peach.gif);
	background-repeat: repeat;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #541800;
	color: #541800;
	}
/* ONLY CHANGE  right navi height  !!!!!!!!!!!!!!!!!!!!!!!! */	
.RightNavigation {
	float:left;
	width: 30px;
	height: 650px;
	border-right: 1px solid #541800;
	background-image: url(../images/peach.gif);
	background-repeat: repeat;
	border-bottom: 1px solid #541800;
	}


.topBG {
	background-image:url(../images/top.jpg); 
	width: 735px; 
	height: 10px; 
	margin: 10px 0 0 0;
	padding: 0;
	background-repeat:no-repeat;
	}
	
.midBG {
	background-image: url(../images/middle.jpg);
	background-repeat:repeat-y;
	width: 735px; 
	height: 550px;
}

.bottomBG {
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	width: 735px; 
	height: 15px;
}

h3 {
color: #541800;
}

/* New changes--- began!!!*/

.map {
	float: left;
	width: 500px;
	height: 500px;
	margin: 5px 0 0 0px;
	background-color: #ffffff;
	border: 1px solid  #CCCCCC;
	}

.officeContainer {
	width: 175px;
	height:500px;
	float: left;
	margin: 5px 5px 0 25px;
	font-size: 90%;
	text-align: left;
	border: 1px solid  #CCCCCC;
	background-color: #f6f0e0;
}

.headmas {
	text-align: center; 
	padding: 5px 0 5px 0; 
	font-size: 130%; 
	color: #f6f0e0;
	background-image:url(../images/bar_01.jpg); 
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	}

.office {
	width: 167px;
	padding: 5px 0px 10px 8px;
	overflow: auto;
	height: 456px;
	}

.office ul{
	list-style-image:url(../images/13x12icon.gif);
	padding: 5px 0px 5px 25px;
	overflow: auto; 
	clear:both; 
	}

.office ul li{
	padding: 6px 0 6px 0;
	}
	
.office span{ 
	font-size: 85%; 
	color: #666666;
}

.revise {
	width:160px;
	height:14px;
	background-image:url(../images/160x24btn.jpg);
	float: right;
	margin: 10px 26px 0 0;
	padding: 3px 0 6px 0;
	background-repeat: no-repeat;
	text-align: center;
	}

.revise a:hover{
	text-decoration: underline;
	}

.officeContext {
font-size: 85%; 
color: #666666;
}

.officeName {
	text-align: left; 
	padding: 5px 0 10px 5px;
	}


.officeName span{
	font-size:115%;
	}

.agentLink {
	text-align: left; 
	padding: 10px 0 0 5px;
	}

.agentLink a{
	color: #666666; 
	font-size: 85%;
	}
