@charset "UTF-8";

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, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0;
	outline: 0;
	background: transparent;
}

ol, ul { list-style: none; }

html, body { 
	margin: 0; 
	padding: 0; 
	border: none; 
	text-align: center; 
	font-family: Verdana;
}


#wrapper {
	text-align: center;
	width: 100%;
	margin:0 auto; 
	overflow:auto; 
	padding: 0 0 80px 0; 
}

img {
	border: none;
}

p {
	text-align: left;
	color: #888;
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0 0 0;
}

h1 {
	margin: 0 0 8px 0;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Architects Daughter', cursive;
	color: #900;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #F60;
	font-family: Verdana;
	text-align: left;
	padding-bottom: 8px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	text-align: left;
	padding: 10px 0 0 0;
}

h4 {
	font-size: 15px;
	font-weight: normal;
	color: #06C;
	text-transform: uppercase;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px; 
}

hr {
	border: none;
	border-bottom: 1px #C60 dashed;
	margin: 24px 3px;
}

small {
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

ul {
	padding-left: 40px;
	padding-top: 20px;
}

li {
	text-align: left;
	color: #888;
	font-size: 14px;
	line-height: 22px;
	list-style: disc;
}

img#leftpix {
	margin: 0 20px 5px 0;
	border: 3px #F96 double;
}

#header {
	width: 100%;
	height: 200px;
	background-image: url(../images/way_pung_law.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #e0e0e0;
	text-align: center;
	-moz-box-shadow: 0 0 20px 1px #000;
	-webkit-box-shadow: 0 0 20px 1px #000;
	box-shadow: 0 0 20px 1px #000;
}

#stage {
	width: 898px;
	background-color: transparent;
	padding: 0px;
	text-align: left;
	padding-bottom: 70px;
}

.copyright {
	color: #888;
	font-size: 10px;
}

a:link, a:visited {
	text-decoration: none;
	color: #F90;
}

a:hover {
	color: #ccc;
}

#menus {
	width: 228px;
	padding: 0;
	float: left;
	border: 1px #CCC solid;
	border-top: 0;
}

#menus ul{
margin: 0;
padding: 0;
margin-top: 15px;
margin-bottom: 15px;
float: left;
width: 100% /*width of menu*/
border: none;
background: transparent;
}

#menus ul li {
height: 34px;
border-bottom: 1px #CCC dashed;
width: 228px;
list-style: none;
}

#menus ul li a {
color: #888; /*text color*/
padding: 0;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
font-family: Arial;
line-height: 34px;
padding: 0 10px 0 30px;
display: block;
}

#menus ul li a:visited{
color: #888;
}

#menus ul li a:hover, #menus ul li .current{
color: #F90 !important; /*text color of selected and active item*/
}

#menus ul li .current {
	color: #F90;
}


.content {
	width: 600px;
	padding: 30px 25px;
	float: right;
}

#contentBox {
	width: 680px;
	padding: 25px 20px 10px 20px;
	border: none;
	background-color: transparent;
}

#contentBox ul {
	font-size: 12px;
	margin: 0;
	padding-bottom: 20px;
}

#contentBox ul li {
	font-size: 12px;
	font-weight:bold;
	margin-left: 25px;
	list-style: circle;
	color: #888;
	line-height: 20px;
}

#map {
	border-bottom: 1px #F90 solid;
	margin-bottom:12px;
	background-color: #FFF;
	padding: 5px;
	-moz-box-shadow: 0 0 20px 0px #000;
	-webkit-box-shadow: 0 0 20px 0px #000;
	box-shadow: 0 0 20px 0px #000;
}

ul#menus {
	padding-left: 24px;
}

ul#menus li {
	list-style: disc;
	color: #FC9;
}

ul#menus li a:hover {
	color: #ffcc66;
}

#pixs {
	padding-right: 15px;
	width: 235px;
	height: 275px;
	float: left;
}

/* Make Footer Sticky */
#footer_container { background: transparent; border:0; bottom:0; height:83px; left:0; position:fixed; width:100%; border-bottom: 3px #999 solid; }
#footer { height: 80px; margin:0 auto; width:898px; text-align:center; background-color: #333; border-bottom: 3px #999 solid; }

#credit {
	width: 876px;
	background-color: #333;
	padding: 0 2px 0 20px;
	font-family: Arial;
	font-size: 11px;
	color: #EEE;
	text-align: right;
	line-height: 15px;
	height: 73px;
	border-bottom: 3px #666 solid;
}

#credit p {
	font-family: Arial;
	font-size: 12px;
	color: #ccc;
	text-align: left;
	line-height: 20px;
	padding-top: 20px;
	padding-left: 80px;
}

#social {
	text-align: left;
	width: 300px;
	float: left;
}

#social img {
	border: none;
	padding-right: 5px;
}

#address {
	float: right;
	width: 600px;
	margin: 5px 0;
	padding-bottom: 10px;
	border-bottom: 1px #CCC dotted;
}

#address img {
	margin-right: 24px;
	border: 1px #F90 solid;
}

p.en {
	font-size: 13px;
	line-height: 18px;
}

.bluebox {
	padding: 24px 0 10px 0;
}

.textbox {
	padding: 10px 0;
}