/* ---- Reset  ----*/

* {
  	margin: 0;
  	padding: 0;
}

html {height:100%}
body {min-height:101%} /*fix for Firefox, Opera scrollbar jump*/

body {
	font: 76%/1.6 Arial, Helvetica, sans-serif;
	min-width: 900px;
	background: #2A63A8;
	text-align: center;
}

/*
body { overflow: -moz-scrollbars-vertical; } alternative fix for Firefox scrollbar jump*/

/* ---- Main layout elements ----*/

#wrapper {
	width: 917px;
	margin: 10px auto 0;
	text-align: left;
	background: #FFF url(../images/bg-rightcolumn2.jpg) repeat-y right top;
}

#header {
	height: 132px;
	padding: 0px;
	background: #FFF;
	text-align: right;
}

#column1 {
	width: 280px;
	float: left;
	list-style: none;
	margin-left: 0;
	background: #FFF;
	padding-left: 20px;
}

#content {
	width: 590px;
	float: right;
}

#topcontent {
	width: 900px;
	padding: 10px 0px 5px 10px;
	float: right;
}

#topleft {
	width: 585px;
	float: left;
	border: 1px solid #CCC;
	padding: 4px;
}

#topleft .inner, #acupuncture #topleft .inner, #medicine #topleft .inner, #clinic #topleft .inner {
	background: url(../images/main-splash-image2.jpg) no-repeat left top;
	min-height: 180px;
	text-align: right;
	color: #639637;
	padding-right: 35px;
	padding-bottom: 10px;
}

#acupuncture #topleft .inner {
	background: url(../images/acupuncture-splash-image.jpg) no-repeat left top;	
}

#medicine #topleft .inner, #clinic #topleft .inner {
	background: url(../images/medicine-splash-image.jpg) no-repeat left top;
	}

#medicine .inner p, #clinic .inner p {
	margin-left: 330px;}

#mainContent {
	width: 280px;
	float: left;
}

#secondaryContent {
	width: 280px;
	display: inline; /* :IE double margin float bug */
	float: right;
} 

#footer {
	clear: both;
	padding: 10px 20px 20px 15px;
	border-top: 1px solid #999;
	background: #FFF url(../images/footer.gif) no-repeat 5% 0%;
	text-align: right;
	color: #666;
} 

#footer #info {
	width: 600px;
	float: right;
	text-align: right;
	font-size: 90%;
}

/* ---- Link styles ---- */

a:link, a:visited {
	color: #329900;
	text-decoration: underline;
}

a:hover {
	color: #00F;
	text-decoration: none;
}

a:active {
	color: #3688BA;
	text-decoration: none;
}

.skiplink {
	display: block;
	position: absolute;
	top:0;
	left: -9999px;
	height: 20px;
	padding: 10px 20px;
	background: #fff;
}

.skiplink:focus, .skiplink:active {
	position: static;
	left: 0;
}

/* ---- Navigation ---- */

#navigation {
	float:left;
	width:100%;
	background:#D5E3F4;
	font-size:110%;
	line-height: normal;
	border-bottom: 0px solid #24618E;
}

#navigation ul {
        border: 0;
/*        margin: 0;
        padding: 0;*/
        list-style-type: none;
        text-align: center;
}

#navigation ul li {
        display: block;
        float: left;
        text-align: center;
/*        padding: 0;
        margin: 0;*/
}

#navigation ul li a {
	background: #2A63A8;
	border-top: 1px none #FFF;
	border-left: 1px none #FFF;
	border-bottom: 1px none #FFF;
	border-right: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 100%;
	width: 130px;
	line-height: 1.6em;
}

#navigation ul li#one a {/*special rule for first navigation button*/
	width: 129px;
	border-left: 1px solid #FFF;
	}

#navigation ul li a:hover {
	color: #051B57;
	background: #D5E3F4;
}

#navigation a:active {
        background: #c60;
        color: #fff;
}

#home #navigation li#one a, #medicine #navigation li#two a, #acupuncture #navigation li#three a, #conditions #navigation li#four a, #clinic #navigation li#five a, #drhong #navigation li#six a, #contactus #navigation li#seven a {
	background: #D5E3F4;
	color: #2A63A8;
}

/* ---- Paddings ---- */

#secondaryContent {
	padding-top: 5px;
}
#mainContent {
	padding-bottom: 20px;
}

#column1   *, #secondaryContent   *   {
  padding-left: 15px;
  padding-right: 20px;
}

#column1 * {
	padding-left: 0;
	padding-top: 0px;
	padding-right: 0;
}

#column1 * *, #secondaryContent * * {
  	padding-left: 0;
  	padding-right: 0;
}

/*--- Headings ---*/

h1, h2, h3, #mainContent .contact {
	font-weight: normal;
	border-bottom: 1px solid #EDEDE5;
	padding-bottom: 5px;
	color: #003E84;
}

h1, h2, h3, p {
  	margin: 1em 0;
}

h1 {
	font-size: 1.7em;
	margin-top: 0;
}

h2 {
	font-size: 1.5em;
	margin-top: 0em;
}

h3, #mainContent .contact {
	font-size: 1.3em;
}

.one h2 {
	margin-top: 0px;
}

/*--- Main div styles ---*/

p, li {
  	font-size: 1em;
}

#header h1 {
  	margin: 0;
}

#secondaryContent h2 {
	font-size: 1.5em;
	margin: 0 0 0 10px;
}

#column1 h2 {
	color: #003E84;
	font-size: 1.5em;
	margin-top: 0;
	border-bottom: 1px solid #EDEDE5;
	padding-bottom: 5px;
}

#column1 ul {
	margin-left: 20px;

}
#column1 li {
	list-style: url(../images/blue-bullet.gif);
}

#content ul ul li {
	list-style: lower-roman url(none);
}

#mainContent p, #secondaryContent p, #column1 p {
	line-height: 1.6em;
	font-size: 100%;
}
#content li   {
	margin-left: 20px;
	list-style: disc url(../images/blue-bullet.gif);
	margin-bottom: 5px;
}

.inner p {
	margin-left: 250px;
}

.inner h1 {
	color: #639637;
	border-bottom-style: none;
	margin-bottom: 0;
}

#content ul.double li , p.double{
	width: 250px;
	padding: 0 10px 10px 15px;
	list-style: none;
	margin: 0 0 0 10px;
	float: left;
	background: url(../images/blue-bullet.gif) no-repeat left 4px;
}

/*#address {
	margin-left: 0px;
	margin-right: 0px;
	border-top: 4px solid #EDEDE5;
	border-right: 1px solid #EDEDE5;
	border-bottom: 4px solid #EDEDE5;
	border-left: 1px solid #EDEDE5;
	padding-top: 10px;
	margin-bottom: 25px;
}*/

.subdued , #column1 p.imagecaption, #mainContent p.imagecaption{
	color: #7C7C7C;
	font-size: 90%;
}

.dropcap:first-letter {
	float: left;
	margin-right: 3px;
	/*border: 1px solid #D8DEDD;*/
	padding: 2px;
	color: #666;
	font: 350%/0.8em Georgia, "Times New Roman", Times, serif;
}

/* ---Images ---*/

img {
    border: none;
}

#wrapper .featured {
	border: 1px solid #CCC;
	padding: 4px;
}

/* ---- Box styles ---- */

#secondaryContent .infobox, .one {
	padding: 10px 0;
	border-bottom: 1px solid #B3B856;
}

#secondaryContent  .infobox  p, .one p {
	padding: 0 10px;
}

.one {
	background: url(../images/dr-hong2-140x159.jpg) no-repeat right bottom;
	width: 280px;
	float: right;
}

.one p  {
	width:150px;
}

#drhong .one {
	background: url(none);
}

#drhong .one p {
	width: 260px;
}

/* ---- Styles for 2 column layout ---- */

#acupuncture #column1, #drhong #column1, #conditions #column1, #medicine #column1, #clinic #column1, #contactus #column1 {
	display: none;
} 

#acupuncture #mainContent, #drhong #mainContent, #conditions #mainContent, #medicine #mainContent, #clinic #mainContent, #contactus #mainContent {
	width: 590px;
}

#acupuncture #content, #drhong #content, #conditions #content, #medicine #content, #clinic #content, #contactus #content {
	width: 900px;
}

/* ---- Others ---- */

.cvw a:link, .cvw a:visited {
	color: #CCC;
	text-decoration: none;
}

.fleft {
	float: left;
	margin-right: 10px;
}

hr {
	height:1px;
	color:#D9DBA9;
	border:none;
	margin-top: 0.8em;
	background: #D9DBA9;
}

.fright {
	float: right;
	margin-left: 10px;
}
	
.left {
	float: left;
}

.right {
	float: right;
}

.clearboth {
	clear: both;
}
strong {
	font-weight: bold;
	color: #003E84;
}
.left-margin {
	margin-left: 15px;
}

.clearleft {
	clear: left;
}
