/***************************************
 * Timeless Acupuncture Style Sheet
 * (c) Copyright Timeless Acupuncture 08
 ***************************************
 * DO NOT EDIT
 * DO NOT REPRODUCE
 * Redistrobution is prohibited.
 **************************************/

/* GLOBAL                             *
 **************************************/
* { margin: 0; padding: 0; }

.clear { clear: left; }

span.poof { visibility: hidden; }

html, body { height: 100%; }

body {
	color: #ccc;
	font-size: 10pt;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Helvetica, sans-serif;
	background: #333333;
	/*background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;*/
	pading: 0;
	margin: 0;
}

a:link, a:visited { 
	color: #ccc; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

#wrapper {
	width: 700px;
	margin: 0 auto 0 auto;
	background: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	min-height: 100%;
}

* html #wrapper { height: 100%;} 

#wrapper:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html #header { margin-left: 1px; }

#header {
	background-image: url(images/header.gif);
	width: 700px;
	height: 158px;
}

#header span { visibility: hidden; }

* html #imageholder { margin-left: 1px; }

#imageholder { width: 100%;}

ul#imagebox {
	margin: 0;
	padding: 0;
	list-style: none;
}

li.innerimage {
	float: left;
}


/*#contentarea {
	width: 700px;
	background: url(images/bg.gif);
}*/

#sidebar {
	float: left;
	width: 160px;
}

#navigation, #navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content p { padding: 10px; }


/* NAVIGATION                         *
 **************************************/

#navigation ul { margin-top: 20px; }

#navigation, #navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
}

* html #navigation, * html #navigation li { width: 120px; }

#navigation li { margin-top: 20px; margin-left: 10px;}

#navigation ul li a { margin-left: 20px; width: 80px; background: none; }

#home a, #acupuncture a, #faq a, #about a, #contact a, #onhome a, #onacupuncture a, #onfaq a, #onabout a, #oncontact a { 
	background: url(images/navigation.gif) no-repeat;
	text-decoration: none;
	display: block;
	/*border: 1px solid #fff;*/
}
#home a span, #acupuncture a span, #faq a span, #about a span, #contact a span, #onhome a span, #onacupuncture a span, #onfaq a span, #onabout a span, #oncontact a span { visibility: hidden; padding: 0;}

/* -1(h-[bp2]) = nh */

* html #home a span { font-size: 8px; }

#home a {
	width: 56px;
	height: 11px;
	background-position: 0 -137px;
}

* html #acupuncture a span { font-size: 8px; }

#acupuncture a {
	width: 122px;
	height: 11px;
	background-position: 0 -149px;
}

* html #faq a span { font-size: 9px; }

#faq a {
	width: 42px;
	height: 12px;
	background-position: 0 -161px;
}

* html #about a span { font-size: 8px; }

#about a {
	width: 88px;
	height: 11px;
	background-position: 0 -173px;
}

* html #contact a span { font-size: 9px; }

#contact a {
	width: 104px;
	height: 12px;
	background-position: 0 -184px;
}

#home a:hover {
	/*width: 55px; height: 11px;*/
	background-position: 0 0;
}

#acupuncture a:hover {
	/*width: 122px; height: 12px;*/
	background-position: 0 -11px;
}

#faq a:hover {
	background-position: 0 -23px;
}

#about a:hover {
	background-position: 0 -35px;
}

#contact a:hover {
	background-position: 0 -47px;
}

* html #onhome a span { font-size: 8px; }

#onhome a { 
background-position: 0 -69px;
height: 11px;
width: 56px;
}

* html #onacupuncture a span { font-size: 8px; }

#onacupuncture a {
	background-position: 0 -80px;
	width: 122px;
	height: 11px;
}

* html #onfaq a span { font-size: 9px; }

#onfaq a {
	background-position: 0 -91px;
	width: 42px;
	height: 12px;
}

* html #onabout a span { font-size: 8px; }

#onabout a {
	background-position: 0 -103px;
	width: 88px;
	height: 11px;
}

* html #oncontact a span { font-size: 9px; }

#oncontact a {
	background-position: 0 -115px;
	width: 104px;
	height: 12px;
}

#content {
	background: transparent;
	float: right;
	width: 525px;
	/*padding: 10px;*/
	/*padding-right: 10px;*/
	text-align: justify;
}

/* PHILOSOPHY                         *
 **************************************/
 
#philosophy {
	margin: 0 auto;
	background: #8d1818;
	width: 465px;
	padding: 2px 4px;
	color: #db9b9b;
	font-family: Georgia, serif;
	font-size: 15pt;
	background: #8d1818 url(images/ph_quote.png) no-repeat bottom right;
	text-align: left;
}

#phtext {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

/*#phtext span { visibility: hidden; }*/

/* FOOTER                             *
 **************************************/
 #footer {
 	background: transparent url(images/footer.gif) no-repeat bottom center;
 	width: 700px;
 	clear: both;
 	margin: 0 auto 0 auto;
 	position: relative;
 	margin-top: -35px;
 }
 
 * html #footer { position: relative; left: 1px; }
 
 #ctext {
 	font-size: 8pt;
 	background: #333;
 	width: 700px;
 	margin: 0 auto 0 auto;
 	text-align: center;
 }
 
 .header { margin-top: -3px; }
  
 .question {
 color: #fff;
 font-size: 11pt;
 }

ul.question-list {
list-style: disc;
list-style-position: inside;
padding: 10px;
margin-left: 5px;
}

/* CONTACT US                         *
 **************************************/
 
 .col {
 width: 45%;
 float: left;
 padding-left: 10px;
 text-align: left !important;
 margin: 0;
 /*margin-bottom: 40px;*/
}

.vcbio { margin-top:60px;}
.vcbio1 {margin-top:70px;}
.col ul { list-style: none; }
 
 .small { font-size: 8pt; }

/* HEADERS                            *
 **************************************/
 h1 { font-size: 18pt !important; }
 h2 { font-size: 16pt !important; }
 h3 { color: #ffffff; font-size: 13pt !important; }
 h4 { font-size: 12pt !important; }
 h5 { font-size: 11pt !important; }
 
 .quotetext { font-size: 13pt;
 font-family: Georgia, serif;
 }
 
.col p { padding: none !important;}

.whitespace {
	height: 50px;
	visibility: hidden;
}
