/* CSS file for Dr. Kong's Website */

body {
	margin: 0px;
	background: #fff url(background.gif) repeat-x fixed;
}
#testimonial {
	BORDER-RIGHT: 2px dashed #000000;
	BORDER-TOP: 2px dashed #000000;
	BACKGROUND: #ffffff;
	BORDER-LEFT: 2px dashed #000000;
	WIDTH: 95%;
	BORDER-BOTTOM: 2px dashed #000000;
	background-color:#FFC;
	padding-left: 10px;
	padding-right:10px;
}
#wrapper {
	border: 1px solid #575757;
	width: 800px;
	margin: 10px auto;
}
#header {
	/*margin-bottom: -13px;*/
	text-align:center;
}
#navbar {
	height: 42px;
	background: #eafb91 url(images/nav_bg.gif) repeat-x;
}
#content_wrapper {
	background: #eafb91;
}
#sidebar {
	float: left;
	width: 200px;
	background: #eafb91 url(images/sidebar.gif) no-repeat bottom;
}
#content {
	margin-left: 200px;
	background: #fff;
	padding: 10px 10px 10px 10px;
}
#footer {
	clear: both;
	width: 800px;
	margin: 0px auto;
}
.pad {
	padding: 6px;
}
/* Navbar */

ul.cssmenu {
	list-style: none;
	padding: 0px;
	margin-left: -20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 0px;
}
html>body ul.cssmenu {
	margin-left: 0px;
}
.displace {
	position: absolute;
	left: -5000px;
}
ul.cssmenu li {
	float: left;
}
ul.cssmenu li a {
	display: block;
	/*width: 108px;*/

	height: 42px;
	background: url('images/navbar.gif');
}
/*

*	Normal Links

*/

ul.cssmenu li.ac a {
	background-position: 0px 0px;
	width: 107px;
}
ul.cssmenu li.ail a {
	background-position: -107px 0px;
	width: 71px;
}
ul.cssmenu li.pain a {
	background-position: -178px 0px;
	width: 43px;
}
ul.cssmenu li.dd a {
	background-position: -221px 0px;
	width: 74px;
}
ul.cssmenu li.fr a {
	background-position: -295px 0px;
	width: 108px;
}
ul.cssmenu li.inf a {
	background-position: -403px 0px;
	width: 84px;
}
ul.cssmenu li.ins a {
	background-position: -487px 0px;
	width: 75px;
}
ul.cssmenu li.ab a {
	background-position: -562px 0px;
	width: 81px;
}
ul.cssmenu li.daoe a {
	background-position: -643px 0px;
	width: 85px;
}
ul.cssmenu li.co a {
	background-position: -728px 0px;
	width: 72px;
}
/*

*	Hover Links

*/

ul.cssmenu li.ac a:hover {
	background-position: 0px -43px;
	width: 107px;
}
ul.cssmenu li.ail a:hover {
	background-position: -107px -43px;
	width: 71px;
}
ul.cssmenu li.pain a:hover {
	background-position: -178px -43px;
	width: 43px;
}
ul.cssmenu li.dd a:hover {
	background-position: -221px -43px;
	width: 74px;
}
ul.cssmenu li.fr a:hover {
	background-position: -295px -43px;
	width: 108px;
}
ul.cssmenu li.inf a:hover {
	background-position: -403px -43px;
	width: 84px;
}
ul.cssmenu li.ins a:hover {
	background-position: -487px -43px;
	width: 75px;
}
ul.cssmenu li.ab a:hover {
	background-position: -562px -43px;
	width: 81px;
}
ul.cssmenu li.daoe a:hover {
	background-position: -643px -43px;
	width: 85px;
}
ul.cssmenu li.co a:hover {
	background-position: -728px -43px;
	width: 72px;
}
/* Text Styles */

body, p, table, ul, ol, dl {
	font: 15px verdana, helvetica, arial, sans-serif;
	line-height: 140%;
	margin-top: 0px;
	color: #343434;
}
p.nomargin {
	margin: 0px;
	margin-top:8px;
	margin-left:5px;
	margin-bottom:15px;
}
p.sidebar {
	font: 14px verdana, helvetica, arial, sans-serif;
	line-height: 85%;
	font-variant: small-caps;
}
p.footer {
	padding: 8px;
	text-align: center;
	font-size: .75em;
	letter-spacing: .5px;
	font-variant: small-caps;
}
p.boiler {
	color: #466e23;
	text-align: center;
	font-size: .55em;
	letter-spacing: 2px;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 0.9em;
}
h1, h2, h3 {
	color: #313131;
	margin-bottom: 10px;
	letter-spacing: 1.5px;
	font-variant: small-caps;
}
a:link, a:visited {
	color: #a0110b;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#sidebar a:link, #sidebar a:visited, #footer a:link, #footer a:visited {
	color: #466e23;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:active, #footer a:hover, #footer a:active {
	text-decoration: underline;
}
