body {
	background-attachment: fixed;
	background-color: #ddc7bb;
	background-image: url('images/bg.jpg');
	background-position: 0 100%;
	background-repeat: no-repeat;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

p, li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
}

h4 {
	background-image: url('images/hr.png');
	background-position: 0 100%;
	background-repeat: no-repeat;
	font-size: 14pt;
}

h5 {
	font-size: 12pt;
}


#main-box ul li {
	list-style-image: url('images/bullet.png');
}

#main-box {
	margin: 0 10px 0 50px;
	text-align: left;
	padding: 0;
}

#top {

}

#content {
}

	.image-thumb-box {
		text-align: center;
		display: block;
		width: 80%;
		margin-left: 10%;
	}
	
	.image-thumb-box ul {
		float: right;
		display: block;
		border: 1px solid #336;
		width: 30%;
		padding: 1em 0 1em 1em;
		text-align: left;
		margin: 0;
	}

	.image-thumb-box ul li {
		margin: .5em 1em;
		list-style-image: url(images/go-next.png)!important;
	}
	
	.image-thumb-box a:link, .image-thumb-box a:visited, .image-thumb-box a:active, .image-thumb-box a:hover {

	}
	
#footer {
	clear: both;
	padding: 10px 10px 0 50px;
	position: relative;
	bottom: 0;
}

	#policy {
		font-size: .7em;
		text-align: center;
		color: #666;
	}

#banner-box {
	background-image:url('images/banner-left.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #333366;
	margin: 0;
	width: 100%;
	height: 128px;
	text-align: right;
}

/* 	#banner-box a:link, #banner-box a:visited {
		color: #fff;
		text-decoration: none;
		display: inline-box;
		font-size: 10pt;
		margin: 0  10px;
		border-width: 0;
		border-color: #996666;
		border-style: solid;
	}
		
	#banner-box a:hover, #banner-box a:active {
		border-color: #e6721d;
		padding-bottom: 4px;
		border-width: 0 0 2px 0;
	}
 */
#banner-box-shadow {
	background-image:url('images/banner-shadow.gif');
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0;
	width: 100%;
	height: 12px;
}

h3, h4, h5 {
/*	background-image: url('images/heading.gif');
	background-position: 0 100%;
	background-repeat: no-repeat; */
}
	
#orgs {
	border-width: 1px;
	border-style: solid;
	border-color: #333366;
	text-align: center;
	padding: 10px 0;
	clear: both;
	background-color: white;
}

	#orgs a {
		border: none;
	}
	
	#orgs a img {
		border: none;
		vertical-align: middle;
	}

#right-box {
	vertical-align: bottom;
	text-align: left;
	background-image: url('src/img/dice.png');
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

a:link, a:visited {
	color: #333366;
	text-decoration: none;
	border-width: 0 0 1px 0;
	border-color: #333366;
	border-style: dashed;
}

a:hover, a:active {
	border-style: solid;
}

a img {
	border: none;
}

#top-button:link, #top-button:visited {
	border: 1px solid #333366;
	float: right;
	background-color: #fff;
	font-size: 11px;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

#top-button:hover, #top-button:active {
	border-style: inset;
}

/* Navigation */
#nav{
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0 0 5px 0;
	list-style: none;
	line-height: 1;
	text-align: left;
	float: right;
}

#nav a:link, #nav a:visited {
	display: block;
	padding-bottom: 4px;
	border-bottom: 2px solid #336;
	color: white;
}

#nav a:active, #nav a:hover {
	border-bottom: 2px solid #e6721d;
}

#nav li { /* all list items */
	float: left;
	list-style: none;
	margin: 0 10px;
}

#nav li li{ /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	list-style: none;
	margin: 0;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #336;
	border: 2px solid #3A3A66;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* side bar */
#side-bar {
	width: 250px;
	float: right;

	border: none;
	
	padding: 0;
	
	background-color: #666;
}


	#side-bar ul a:link, #side-bar ul a:visited {
		display: block;
		padding: 5px;
		margin: 0;

		text-decoration: none;
		color: white;

		background-color: #336;
		background-image: url("images/side-bar-bg.png");
		background-position: bottom left;
		
		border: none;
	}
	
	#side-bar ul a:hover, #side-bar ul a:active, #side-bar ul a:focus {
		background-position: top left;
		text-decoration: underline;
	}		

	#side-bar ul ul a:link, #side-bar ul ul a:visited {
		padding-left: 1em;
		background-image: none;
		background-color: #666;
	}

	#side-bar ul ul a:active, #side-bar ul ul a:hover, #side-bar ul ul a:focus {
		background-color: #333;
	}

	#side-bar ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: block;
	}

	#side-bar ul li {
		margin: 0;
		padding: 0;
		display: block;
		width: 250px;
		border: none;
	}
	
	#side-bar ul ul li {
		font-weight: normal;
		margin: 0;
		padding: 0;
		width: 250px;

	}
	
	#side-bar ul li, #side-bar ul li ul li{
		list-style: none;
		list-style-image: none;
	}
	
/* hk table */

.hk-schedule {
	margin-right: 10px;
	border-collapse: collapse;
}

.hk-schedule td {
	border: 1px solid #336;

	padding: 5px;
	vertical-align: top;
	background-color: white;
}

#thx-box {
	background-color: white;
	border: 1px solid #663333;
	padding: 10px;
	margin: 10px 0;
	text-align: center;
}



.gallery {margin: auto;
border: none;width:780px;
background-image: url('images/gallery_bg.jpg');
background-repeat: repeat-x;
padding: 10px;
border: 1px solid #000;
}

.gallery img {
float:left;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right:1px solid #4c4c96;
border-bottom: 1px solid #4c4c96;
margin:10px;
margin-left:10px;
padding:5px;
}