/* CSS Document */

/* ------------------------------------------------------------------------ */
/* ------------------------------- formatting ----------------------------- */
/* ------------------------------------------------------------------------ */
.address {
			color: #939388;
			font-family: Arial, Verdana, sans-serif;
			font-size: 10pt;
			font-weight: bold;
			text-align: left;
			margin-left: 100px;
			
			
		}
		
.maincontent { 
				color: #585858;
				font-family: "Times New Roman", Verdana, sans-serif;
				font-size: 12pt;
		 	 }
a.commonlink {
			color:#014C60;
			font-family:Arial;
			font-size:10pt;
			text-decoration: underline;
			}
			
a.commonlink:hover {
			color:#B86F07;
			}
a.navlink {
			color:#014C60;
			font-family:Arial;
			font-size:8pt;
			font-weight:bold;
			text-decoration: underline;
		}
		
a.navlink:hover {
			color:#B86F07;
		}

a.maplink {
			color:#014C60;
			font-family:Arial;
			font-size:10pt;
			font-weight:bold;
			text-decoration: none;
		  }

a.maplink:hover {
			color:#B86F07;
			}

a img { border: 0 none } 


/* ------------------------------------------------------------------------ */
/* ------------------------------- layout --------------------------------- */
/* ------------------------------------------------------------------------ */
#addressbox { text-align: center;
			  background-color: #FFFFD9;
			  height: 136px;
			  width: 336px; 
			  padding: 0px;
			  margin-top: 0px;
			}

#sitemenu { background-color: #FFFFFF;
		margin-top: 2px;
		height: 32px;
		width: 1002px;

	  }
	  
#content { background-color: #FFFFFF;
		   margin-left:50px;
		   width: 500px; 
		   
		 }
#navlinkright {
		   text-align: right;
		   padding-right: 10px;
	   	}
	   	
#mandarinmanorlink {
	margin-left: 70px;
}
#leftpane {
	width: 406px;
	margin-top:0px;
	
}

#flashheader {
	visibility: visible;
}