@charset "UTF-8";



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#FFCCCC;
	background-color: #590000;
	background-image: url(img/leop_bkgd_bot.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
	margin-top: 5;
	margin-right: 5;
	margin-bottom: 5;
	margin-left: 5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #CCCCCC;
}

div, p, ul, h2, h3, h4, h5, form, img{padding:0px; margin:0px;}
#rightpan {
	text-align: left;
	text-indent: 2px;
	padding: 2px;
	width: 345px;
	float: right;
}

/* old header

#topPan{
	width:780px;
	height:125px;
	position:relative;
	margin:0 auto;
	background:url(img/kd_header.gif) 0 0 repeat-x;
	top: auto;
}
 end old header */

#container  {
	text-align: center;
	padding: 1px;
	float: none;
	height: auto;
	width: 790px;
	position: relative;
	margin-left: 10%;
	background-color: #590000;
	}

#bodycontainer  {
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #590000;
	text-align: left;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #2f0000;
	border-right-color: #2f0000;
	border-bottom-color: #2f0000;
	border-left-color: #2f0000;
	height: auto;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	top: 127px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#popupcont {
	width: 500px;
	border: 8px solid #2F0000;
	margin-left: 45px;
	margin-top: 15px;
	background-color: #590000;
}

#popupfooter{
	width:500px;
	height:50px;
	background:#2F0000;
	color:#fff;
	position:relative;
	margin:0 auto;
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	padding:12px 0 0;
}


h1
	{
	width:780px;
	margin:3px;
	color:#FF0000;
	font-size:24pt;
	overflow:hidden;
	vertical-align:middle;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 5px;
	line-height: 22px;
}
#leftpan {
	width:325px;
	float:left;
	padding:10px 45px 0 0;
	clip: rect(auto,auto,auto,auto);
	overflow: hidden;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCCCC;
	background-color: #f20000;
	padding: 1px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #BC5924;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	line-height: 16px;
}
p	{ margin:0; padding:1.2em; }
p a:link,
p a:visited,
p a:hover,
p a:active
	{ font-weight:bold; color:#b9121b; }


/* header and navigation*/
div#Navcontainer
	{
	width:785px;
	border:8px solid #2f0000;
	height:125px;
	background-color: #590000;
	background-repeat: no-repeat;
	vertical-align:center;

}


ul#navigation-1
	{
	margin:0;
	list-style:none;
	width:100%;
	height:20px;
	font:normal 9pt verdana, arial, helvetica;
	top: 100px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
ul#navigation-1 li
	{
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	width:98px;
	bottom: auto;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	
}
ul#navigation-1 li a:link,
ul#navigation-1 li a:visited
	{
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#590000;
	color:#ffffff;
	width:98px;
	height:15px;
}
ul#navigation-1 li:hover a,
ul#navigation-1 li a:hover,
ul#navigation-1 li a:active
	{
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#2f0000;
	color:#ffffff;
	width:98px;
	height:15px;

}
	
ul#navigation-1 li ul.navigation-2
	{
	margin:0;
	padding:1px 1px 0;
	list-style:none;
	display:none;
	background:#2f0000;
	width:96px;
	position:absolute;
	top:21px;
	left:-1px;
	border:1px solid #590000;
	border-top:none;
}
ul#navigation-1 li:hover ul.navigation-2
	{
	display:block;
	width: 96px;
}
ul#navigation-1 li ul.navigation-2 li
	{
	clear:left;
	width:96px;
}

ul#navigation-1 li ul.navigation-2 li a:link,
ul#navigation-1 li ul.navigation-2 li a:visited
	{
	clear:left;
	background:#590000;
	padding:4px 0;
	width:96px;
	border:none;
	border-bottom:1px solid #2f0000;
	position:relative;
	z-index:1000;
}
ul#navigation-1 li ul.navigation-2 li:hover a,
ul#navigation-1 li ul.navigation-2 li a:active,
ul#navigation-1 li ul.navigation-2 li a:hover
	{
	clear:left;
	background:#2f0000;
	padding:4px 0;
	width:96px;
	border:none;
	border-bottom:1px solid #2f0000;
	position:relative;
	z-index:1000;
}

ul#navigation-1 li ul.navigation-2 li ul.navigation-3
	{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:96px;
	top:-2px;
	padding:1px 1px 0 1px;
	border:1px solid #b9121b;
	border-left:1px solid #b9121b;
	background:#2f0000;
	z-index:900;
}
ul#navigation-1 li ul.navigation-2 li:hover ul.navigation-3
	{ display:block; }
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:visited
	{
	background:#2f0000;
}


/*end header and navigation*/


/* old header
#header  {
	width:780px;
	background-color: #2F0000;
	letter-spacing: normal;
	text-align: center;
	word-spacing: .5em;
	list-style-type: none;
	height: 30px;
	float: none;
}

#header ul{
	width:780px;
	height:30px;
	position:absolute;
	top:100px;
	list-style-type: none;
}
#header ul li{width:81px; height:30px; float:left;}
.caption {
	font-size: 10px;
	font-weight: lighter;
	color: #999999;
}
#header ul li a{width:81px; height:30px; display:block; background:url(imges/menu-bg.gif) 0 0 repeat-x #2F0000; color:#fff; font:12px/30px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:none;}
#header ul li a:hover{background:#590000; color:#fff; text-decoration:none;}

#header ul li.home{width:81px; height:30px; display:block; background:#590000; color:#fff; font:12px/30px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:none;} */


#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}




#mainContent  {
	background-color: #590000;
	margin: 0px;
	padding-top: 10;
	padding-right: 20px;
	padding-bottom: 10;
	padding-left: 20px;
}




/*footer */
#footerPan{width:785px; height:50px; background:#2F0000; color:#fff; position:relative; margin:0 auto; font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; clear:both; padding:12px 0 0;}

#footerPan ul{width:400px; position:relative; margin:0 auto;}
#footerPan li{float:left; }
#footerPan ul li a{padding:0 10px 0; color:#fff; background:#2F0000; text-decoration:none;}
#footerPan ul li a:hover{text-decoration:underline;}

/* end footer */
#imgPAN {
	margin: 2px;
	padding: 2px;
	border: thin ridge #2f0000;
	text-align: center;
	clear: both;
	float: none;
	height: auto;
	width: auto;
}
#bodycontainer .linklistPan    {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	width: 220px;
	border-left-width: medium;
	border-left-style: dotted;
	border-left-color: #D0B7B7;
	list-style-position: inside;
	list-style-type: circle;
	position: absolute;
	visibility: inherit;
	margin: 0px;
	padding: 2px;
	height: auto;
	overflow: visible;
	text-align: left;
	text-indent: 1px;
	left: 70%;
	top: 146px;
}

#bottom {
	position: fixed;
	bottom: inherit;
	top: 80%;
	visibility: inherit;
	left: 0px;
	width: 870px;
	background-repeat: repeat-x;
	background-image: url(img/bottom_bkgd.gif);
	margin-left: 19px;
}
#bottom a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FD0000;
	font-size: 14px;
}
.italic {
	font-style: italic;
	font-variant: normal;
	color: #999999;
}
#bodycontainer   .links  {
	background-attachment: scroll;
	background-image: url(img/linksimg_derekh.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	color: #000000;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#bodycontainer .contact {
	background-attachment: scroll;
	background-image: url(img/contactimg_tonyfong.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.linkstitle {
	background-color: #330000;
	letter-spacing: 0.25em;
	color: #FFCCCC;
	margin-top: 3px;
	margin-bottom: 1px;
	line-height: 16px;
	width: 100%;
	text-indent: 10px;
	vertical-align: middle;
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

