/*
 * CSS Layout for CHC Hospitality Consultants Web Site
 * @Author: Yihao Ben Pu
 * @Last Update: March 23, 2007
 * ©2007 CHC Hospitality Consultants
 */


/*
 * CSS For Generating Main Page Elements including Header, Footer, and Body
 *
 */
 
html {height: 100%;}
body{
	height: 100%;
	width: 100%;
	text-align: center;
	background: #383838;
	padding: 0; margin: 0;
}
#main{
	background-color: white;
	width: 770px;
	margin: 0 auto; 
	text-align: left;
	border-bottom: 30px solid #383838;
}
#grayfill{
	height: 30px;
	background-color: #383838;
	width: 100%;
}
#topbar{
	border: 1px solid white;
	width: 768px;
}
#footer{
	width: 760px;
	margin-right: 8px;
	margin-bottom: 4px;
	padding-bottom: 2px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 10px;
	color: black;
	border: 1px solid white; border-top: none;
	clear: both;
	margin-top: 30px;
}
#logo{
	text-align: left;
	margin: 0 auto;
	background: #d20000;
	height: 57px; width: 100%;
	overflow: hidden;
	clear: none;
}
#nav{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 100%;
	margin: 0 auto;
	background-color: #4d4d4d;
	height: 25px;
	overflow: hidden;
}
div.barnav_left{	float: left;	margin-left: -1px;				}
div.barnav_right{	float: right;	text-align: right;	}
#redrule{
	width: 100%;
	background-color: #d20000;
	height: 2px; overflow: hidden;
}



/*
 * CSS For Generating Columns
 *
 */

#leftcolumn{
	padding-left: 20px;
	padding-top: 30px;
	float: left;
}
#rightcolumn{
	padding-top: 30px;
	width: 375px;
	float: right;
}
#centercolumn{
	margin-left: 110px;
	margin-right: 110px;
	width: 550px;
}


/*
 * CSS For Generating Image Containers
 *
 */
#pageimg_topleft{
	position: relative;
	margin-left: 5px;
	margin-top: 15px;
	clear: none;
	float: left;
}
#pageimg_topright{
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
	float: right;
}
#pageimg_middleright{
	position: relative;
	margin-top: 290px;
	margin-right: -350px;
	float: right;
}



/*
 * Page Specific CSS
 *
 */
#type_title {
	font-size:inherit;
	font-weight:bold;
	display:inline;
}


#consultantbio{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f3e3e;
	padding-top: 30px;
}
.consultant_descript{
	line-height: 18px;
	
}
div .heading{
	background: #4d4d4d;
	color: white; font-size: 14px;
}
.head1_gray{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background: #4d4d4d;
	color: white;
	height: 35px; width: 100%;
	vertical-align: middle;
	overflow: hidden;
	font-weight: bold;
}
.head1_red{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #d20000;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 15px; margin-bottom: 10px;
}
.description{
	line-height: 20px;
	margin-left: 30px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	width: 300px;
}
.description a, a:visited {
	color: #148;
	border-bottom: 1px medium #555;
	text-decoration:none;
}
.description a:hover {
	color:#CC2200;
	border-bottom: none;
	text-decoration:none;
}