@charset "UTF-8";
html {
	background: #666 url(../images/background-Repet.png) repeat-x fixed center top;
}
body  {
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:  url(../images/background.png) no-repeat fixed center top;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 27px;
	width: 100%;
	display: table;
}
a{
	outline:none;	
}

h1 {
	color: #518999;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #518999;	
}
h3 {
	color: #6A9BA9;
	margin: 0px;
	padding: 0px;
}
.listIntro {
}
#header {
	background: url(../images/mast.png) no-repeat scroll left 10px;
	padding: 0 10px 0 20px;
	height: 183px;
	width: 776px;
	position:relative;
}
#FlashID {
	height: 173px;
	width: 776px;
	position:absolute;
	left:0;
	top:10px;
	
	}
#header #tagLine {
	position:absolute;
	bottom: 8px;
	left: 12px;
}
#header #tagLine h1 {
	color: white;
	font-size: 11px;
	font-weight: lighter;
}
#header #topNav {
	position: absolute;
	bottom: 18px;
	right: 56px;
	font-size: 10px;
	color: #a9a3a0;

}
#header #topNav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width: 190px;
}
#header #topNav ul li {
	display:block;
	float:left;
}

#topNav a:link, #topNav a:visited {
	font-size: 10px;
	color: #a9a3a0;
	text-decoration:none;
	padding-left: 3px;
}
#topNav a:hover, #topNav a:active {
	text-decoration:underline;
	color:white;
}
#container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 0;
	text-align: left;
} 
#header {
} 
#header h1 {
	margin: 0; 
	padding: 10px 0;
}


#sidebar {
	width: 150px; 
	padding: 0;
}
#mainNav {
	width: 168px;	
}
#mainNav .activePage {
	background-image: url(../images/right-arrow.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 5px center;
}
#mainNav ul {
	list-style-type:none;
	margin:0 0 0 -30px;
}
#mainNav ul li {
	0px 0 5px 0
}
#mainNav a:link, #mainNav a:visited {
	color:#FFF;	
	text-decoration:none;
	display:block;
	padding: 0px 0 0px 20px;

}
#mainNav a:hover, a:active {
	background: #518999;
}
#mainContent .listDiscription {
	margin-bottom: 0px;
}
#address {
	color: #a9a3a0;
	padding-left: 20px;
	margin-top: 80px;
}
#box-top {
	height: 20px;
	width: 772px;
	margin: 0px 0 0px 0;
	background: url(../images/boxtop.png) no-repeat;
}
#box {
	background: url(../images/box-middle.png) repeat-y;
		width: 772px;

}
#box-bottom {
	clear:both;
	background-image: url(../images/box-bottom.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 772px;

}
#mainContent { 
	float: right;
	width: 530px;
	margin: 0 22px 0 0; 
	padding: 0 25px; 
} 
#mainContent ul {
	margin-top: 0px;
	padding-top: 0px;
}
#mainContent h1.title {
	border-left:15px solid #518999;
	font-size:16px;
	font-weight:bold;
	line-height:15px;
	padding-left: 10px;
	margin: 20px 0 -15px 0;
}
#mainContent h2.title {
	font-size: 13px;
	font-weight: normal;
	color: #518999;	
	padding-left: 25px;
	padding-top: 0px;
}
#mainContent p {
	margin: 0 0 25px 0;
}
#mainContent .line {
	background-color: #524641;
	height: 3px;
	margin-top: 25px;
	clear: both;
}
#mainContent .staff {
	min-height: 210px;	
}

#mainContent .staff h1 {
	font-size: 16px;
	font-weight: bold;
	color: #524641;
	border-left: 16px solid #524641;
	padding-left: 10px;
	line-height: 20px;
	margin: 0px;
}
#mainContent .staff h3 {
	color:#524641;
	font-size:14px;
	margin-left:30px;
	margin-top:-5px;
	padding-bottom:15px;
}
#mainContent .staff img {
	margin: 0px 0px 0px;
	padding: 0px 0px 10px 10px;
}
#mainContent a:link, #mainContent a:visited {
	color: #930;
	text-decoration: none;
}
#mainContent #links h3 {
	padding-bottom: 0px;
	margin-bottom: -5px;
}

#mainContent #links a:link, #mainContent #links a:visited {
	padding-left: 20px;
}
#mainContent a:hover, mainContent a:active {
	text-decoration:underline;
}




#footer { 
	margin-top: -20px;
	padding: 0px 0px 50px 0px; 
	clear:both;
}
#footer #botNav {
	font-size: 10px;
	color: #534741;
	width: 776px;
	text-align:center;

}
#footer #botNav ul {
	list-style-type:none;
	height: 30px;
	margin:0 auto;
	padding:0;
	width: 190px;
}
#footer #botNav ul li {
	display:block;
	float:left;
}

#botNav a:link, #botNav a:visited {
	font-size: 10px;
	color: #534741;
	text-decoration:none;
	padding-left: 3px;
}
#botNav a:hover, #botNav a:active {
	text-decoration:underline;
	color:white;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#address #hcard-Lau-Choi address {
	font-style: normal;
}

