/* ------------------ Start Master Reset Styles -------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ------------------ End Master Reset Styles -------------------------- */

body {
	background: #90c3e2 url(../images/body_bg.gif) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3em;
}


#wrapper {
	width:956px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:956px;
	height:121px;
	background-color:#0079c1;
}

#header_top {
	width:956px;
	height:90px;
	background:#0079c1 url(../images/header_top_right_bg.gif) no-repeat top right;
}

#header_nav {
	width:955px;
	border-right:1px solid #6cbce9;
	height:26px;
	background:url(../images/header_nav_bg.gif) repeat-x top left;
	border-top:1px solid #017dc7;
	border-bottom:4px solid #0079c1;
}


#mid {
	width:956px;
	min-height:715px;
	height:auto !important;
	height:715px;	
/*	background-color:none;
	position:relative;*/
	background-color:#E1E3FC;
	float:left;

}

#mid_left_nav {
	width:200px;
	min-height:715px;
	height:auto !important;
	height:715px;	
	background:#e1e3fc url(../images/left_nav_bg_top.gif) repeat-x top left;
	float:left;
}

#mid_main {
	width:756px;	
	min-height:715px;
	height:auto !important;
	height:715px;	
	background:#fff;
	float:left;
}

#mid_main_content_title {
	width:755px;
	border-right:1px solid #ccc;	
	height:99px;
	background:url(../images/hk_main_content_title_bg.gif) no-repeat top left;
	color:#fff;
	font-weight:bold;
	font-size:26px;
	line-height:2em;
	float:left;
}

#mid_main_content_title h1{
	display:inline;
}

#mid_main_content {
	width:755px;
	border-right:1px solid #ddd;	
	min-height:616px;
	height:auto !important;
	height:616px;	
	background:#fff url(../images/mid_main_bg_bottom.gif) repeat-x bottom left;
	float:left;	
	padding-bottom:80px;
}


#footer {

	width:956px;
	height:77px;
	background: url(../images/footer_bottom_bg.gif) no-repeat bottom left;
	margin-bottom:30px;
	float:left;
}

/*  ------------------------------ CONTENT STYLES */
#content {
	color:#636363;
	min-height:550px;
	height:auto !important;
	height:550px;	
	display:inline;
	width:550px; 
	float:left; 
	margin:20px 0px 0px 20px; 
}

#content p{
padding:10px 0px 10px 0px;
}

#content .highlight{
font-weight:bolder;
color:#454545;
}

#content .bld{
font-weight:bolder;
color:#0079c0;
font-size:1.1em;
}
#content .list{
color:#636363;
}

#content .imprt{
color:#000000;
}

#content a:link{ 
color:#0253c6;
text-decoration:underline;
}
#content a:hover{
text-decoration:none;
}
#content a:visited{
text-decoration:underline;
}

#content ul{ 
padding:5px 0px 5px 20px;
list-style-type:square;
color:#eb1c26;}

#content ul ul{ 
padding:5px 0px 5px 20px;
list-style-type:circle;
color:#eb1c26;}

#content ol{ 
padding:5px 0px 5px 20px;
list-style-type:decimal;}

#content td{
vertical-align:top;
padding:1px 0px 1px 0px;
}


/* ------------------------------ end content styles */

#header p, #header a, #footer p, #footer a {
	color:#fff;
}

.gone{
display:none;
}
.smalltxt{
font-size:0.89em;
}

#right_box {
	width:161px;
	margin:0px 5px 0px 0px;
	/*min-height:487px;
	height:auto !important;
	height:487px;	
	position:absolute;
	top:109px;
	left:785px;*/
	float:right;
}



#right_box_top {
	width:153px;
	height:117px;
	margin-left:4px;
	float:left;
	display:inline;	
}

#right_box_mid {
	width:153px;
	/*min-height:356px;
	height:auto !important;
	height:356px;		*/
	background:#eef6fb;
	margin-left:4px;	
	float:left;
	clear:left;	
	display:inline;
	padding:0px 0px 15px 0px;
	
}
#right_box_mid p {
	
	display:block;
	margin:10px 0px 0px 10px;
	width:133px;	
}

#right_box_mid ul{
color:#eb1c26;
width:128px;
list-style-type:disc;
margin:5px 0px 0px 25px;
padding:0px 0px 0px 0px;
}
#right_box_mid li{
font-size:1em;}

#right_box_mid a:link{color:#0253c6;text-decoration:underline;}
#right_box_mid a:visited{text-decoration:underline;}
#right_box_mid a:hover{text-decoration:none;}


#right_box_bottom {
	width:161px;
	height:14px;
	float:left;
	clear:left;	
	display:inline;	
}
/*  ------------------------------ Box #2   */
#right_box_last {
	width:161px;
	margin:0px 5px 0px 0px;
	/*min-height:487px;
	height:auto !important;
	height:487px;	
	position:absolute;
	top:600px;
	left:785px;*/
	float:right;
	padding-bottom:80px;
}