/* RESET EVERYTHING */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img, abbr { border: 0; }
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var { font-style: normal; font-weight: normal; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }
a { text-decoration: none; font-weight: bold; color: #333333; }
a:hover { text-decoration: underline; }

/* GLOBAL DECLARATIONS */
body {
	margin: 0;
	padding: 20px;
	font: 11px "lucida grande", "helvetica neue", helvetica, tahoma, arial, verdana, sans-serif;
	background: url(images/pagebg.gif);
	color: #444444;
	}

h1, h2, h3, h4, h5, h6 {
	font: 14px "lucida grande", "helvetica neue", helvetica, tahoma, arial, verdana, sans-serif;
	}

em {
	font-style: italic;
	}

/* PAGE HEADER & CONTENT SETUP */	
#header h1 span {
	display: none;
	}
	
#header h1 {
	background: url(images/logo.png) no-repeat top left;
	width: 304px;
	height: 25px;
	padding: 0 0 7px 0;
	}
	
* html #header h1 { /* IE PNG hack */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/logo.png", sizingMethod="crop");
}
	
#content-outer {
	padding: 1px;
	background: #ffffff;
	border: 1px solid #d6d6d7;
	width: 944px;
	}
	
#content {
	padding: 20px;
	background: #ffffff url(images/contentbg.gif) repeat-x top;
	}

#contact {
	width: 947px;
	color: #adaeb0;
	font-size: 10px;
	padding: 0 0 0 0;
	text-align: right;
	}
	
/* CONTENT BOX */
.box {
	border: 1px solid #dcddde;
	padding: 10px;
	background: #eeeeef url(images/boxbg.gif) no-repeat bottom right;
	}
	
.box h2 {
	font-size: 14px;
	padding: 0 0 5px 0;
	}

.box-banner { /* ADDED BY RAY HO - 08/29/07 */
	border: 1px solid #ffffff;
	}
	
/* ROW CONTENT */
.row {
	margin: 10px 0 10px 0;
	height: 220px;
	}
	
.row .image {
	float: left;
	border: 4px solid #dcddde;
	height: 212px;
	}
	
.row .image img {
	border: 1px solid #ffffff;
	}

.textbox {
	background: #eeeeef;
	height: auto;
	}
	
.textbox p {
	padding: 6px 10px 6px 10px;
	font-size: 11px;
	line-height: 22px;
	}

.description h3, .textbox h2 {
	font-size: 11px;
	background: #adaeb0;
	color: #ffffff;
	padding: 6px 10px 6px 10px;
	font-weight: bold;
	}

.textbox h2 a {
	float: right;
	background: none;
	font-weight: normal;
	color: #ffffff;
	}

.description {
	float: right;
	background: #eeeeef;
	width: 317px;
	height: 220px;
	}
	
.description dl {
	padding: 6px 10px 6px 10px;
	}
	
.description dt {
	font-weight: bold;
	padding: 4px 0 4px 0;
	float: left;
	border-bottom: 1px solid #ffffff;
	}
	
.description dd {
	padding: 4px 0 4px 0;
	text-align: right;
	border-bottom: 1px solid #ffffff;
	}

.email {
	position: relative;
	top: 3px;
}
	
dl#ic2 {
	padding: 6px 10px 6px 10px;
	}
	
dl#ic22 {
	padding: 6px 10px 6px 10px;
	}

	
dl#ic2 dt {
	display: none;
	}
	
dl#ic2 dd em {
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 20px;
	line-height: 20px;
	font-style: normal;
	}
	
dl#ic22 dd em {
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 20px;
	line-height: 20px;
	font-style: normal;
	}
	
/* FOOTER */
#footer {
	width: 947px;
	color: #adaeb0;
	font-size: 10px;
	padding: 5px 0 0 0;
	height: 15px;
	background: url(images/footer.gif) no-repeat center right;
	}
	
#footer a {
	color: #adaeb0;
	text-decoration: underline;
	}
	
/* CLEARFIX ==================== */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */