body, html, ul#navlist, ul#footerlist {
	margin: 0;
	padding: 0;
}

body {
	background: white;
	color: #474646;
	font: medium/1.5 Times, "Times New Roman", serif;
	color: #474646;
}

/* ------------ WRAPS ------------ */

#wrap {
	width: 780px;
	background: transparent url(/images/wrap-bg-int.jpg) top left repeat-y;
	margin: 0 auto;
}

#home #wrap {
	background-image: url(/images/wrap-bg.jpg);
}

#wrap-int {
	width: 751px;
	margin-left: 18px;
}

#content-wrap-two {
	background: transparent url(/images/swoosh.jpg) bottom right no-repeat;
}

#management #content-wrap {
	background: transparent url(/images/sidebar-desk.jpg) bottom left no-repeat;
}

#advisory #content-wrap {
	background: transparent url(/images/sidebar-stones.jpg) bottom left no-repeat;
}

#event #content-wrap {
	background: transparent url(/images/sidebar-crowd.jpg) bottom left no-repeat;
}

#contact #content-wrap {
	background: transparent url(/images/sidebar-handshake.jpg) bottom left no-repeat;
}

#business #content-wrap {
	background: transparent url(/images/sidebar-skyscraper.jpg) bottom left no-repeat;
}

#chinese #content-wrap {
	background: transparent url(/images/sidebar-globe.jpg) bottom left no-repeat;
}

#home #content-wrap { background: none; }

/* ------------ HEADER ------------ */

#header {
	height: 169px;
	overflow: hidden;
}

/* ------------ LINKS ------------ */

a {
	color: #B90000;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

/* ------------ MENU ------------ */

#menu {
	background: #B90000 url(/images/menu-bottom.gif) bottom left no-repeat;
	width: 751px;
	text-align: center;
	padding-bottom: 6px;
	font-size: 88%;
	font-weight: bold;
}

ul#navlist {
	list-style: none;
	text-transform: uppercase;
}

ul#navlist li {
	float: right;
}

ul#navlist a {
	float: left;
	color: white;
	text-decoration: none;
	padding: 12px 10px 5px 10px;
	line-height: 1.0;
	display: block;
	height: 19px;
}

ul#navlist li#nav-event a,
ul#navlist li#nav-business a {
	padding-top: 5px;
	height: 26px;
}

ul#navlist a:hover, ul#navlist a:focus, ul#navlist a:active,
#home li#nav-home a,
#event li#nav-event a,
#business li#nav-business a,
#management li#nav-management a,
#advisory li#nav-advisory a,
#contact li#nav-contact a,
#chinese li#nav-chinese-menu a {
	background: black;
}



/* ------------ TEXT ------------ */

#text {
	width: 420px;
	float: left;
	padding: 20px 100px 100px 30px;
}

#home #text {
	padding: 0;
	width: 550px;
}

h3 {
	color: #B90000;
	font-weight: bold;
}

h4 {
	font-size: 90%;
	color: #B90000;
	font-weight: normal;
	margin-left: 50px;
}

#text li {
	list-style: none;
	background: transparent url(/images/list-bullet.jpg) 0 5px no-repeat;
	padding-left: 15px;
	margin-left: 35px;
	margin-bottom: 15px;
}

/* ------------ SIDEBAR ------------ */

#sidebar {
	width: 177px;
	padding: 12px 12px 275px 12px;
	float: left;
	font-size: 85%;
	line-height: 1.3;
}

#home #sidebar {
	padding-bottom: 0;
}

#sidebar h1 {
	color: #B90000;
	font-size: 150%;
	font-weight: bold;
	margin: 0;
}

#sidebar h2 {
	color: #B90000;
	margin: 0;
	font-size: 110%;
	font-style: italic;
	padding-bottom: 7px;
}

#sidebar h3 {
	color: #B90000;
	margin: 10px 0 0 0;
	font-size: 100%;
	font-weight: normal;
}

#sidebar p { margin: 0 0 10px 0; }

#sidebar li {
	list-style: none;
	background: transparent url(/images/list-bullet_sm.jpg) 0 4px no-repeat;
	padding-left: 10px;
	margin-left: -25px;
	margin-bottom: 5px;
}


#home #sidebar p { font-style: normal; }

/* For IE6 breaking layout */
#home #sidebar p {
    height: 1%;
    overflow: visible;
}

#home #sidebar a { font-style: normal; }

/* ------------ FOOTER ------------ */

#footer {
	width: 780px;
	margin: 0 auto;
	background: transparent url(/images/footer-shadow.jpg) top left no-repeat;
	min-height: 37px;
	color: black;
	font-size: 90%;
	padding-top: 15px;
	text-align: center;
	position: relative;
}

* html #footer {
	height: 37px;
}

ul#footerlist li {
	display: inline;
	list-style: none;
	padding: 0 5px;
	text-transform: lowercase;
}

ul#footerlist a {
	color: black;
	text-decoration: none;
}

ul#footerlist a:hover, ul#footerlist a:focus, ul#footerlist a:active {
	text-decoration: underline;
}

li#nav-chinese-menu-footer {
	position: relative;
	top: 3px;
}

p#copyright {
	font-size: 95%;
	margin: 5px 0 0 0;
	padding-bottom: 10px;
}

/* FOOTER-INT */

.footer-int ul#footerlist {
	position: absolute;
	top: -25px;
	right: 20px;
	text-align: right;
}

.footer-int p#copyright {
	text-align: right;
	padding-right: 15px;
}

p#contact-info {
margin: 0;
padding: 0;
position: absolute;
top: -40px;
right: 30px;
text-align: right;
font-size: 180%;
}

#home p#contact-info { display: none; }
	

/* ------------ EXTRAS ------------ */

#home-image {
	height: 573px;
	overflow: hidden;
	display: block;
}


.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.f-left {
	float: left;
	margin: 0 10px 10px 0;
}

.red {
	color: #B90000;
	font-style:normal;
}

.center { text-align: center; }
.right { text-align: right; }

.clear { clear: both; }

a img { border: none; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */