@charset "UTF-8";
/* Acupuncture By Christian CSS Document, Design by Mance Creative */

/* ---------------- General Rules ---------------- */
body {
	background:#FFFFFF;
	margin: 0;
	padding: 0;
}
* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
blockquote, form, label {
	margin-bottom: 1em;
}
p {
	color: #666;
	font: 0.9em/1.2em Arial, Helvetica, sans-serif;
	margin-bottom: 1em
}
h1 {
	color: #669900;
	font:  1.1em/1.2em Helvetica, Arial, sans-serif;
	border-bottom: solid #DDDDDD 1px;
}
h2 {
	color: #669900;
	font:  1.0em/1.1em Helvetica, Arial, sans-serif;
}



/* ---------------- Structure ID's ---------------- */
#main {
	width: 800px;
	margin: auto;
	position: relative;
	margin-top: 15px;
}
#content {
	float: left;
	width: 800px;
	margin-top: 20px;
	border-bottom: solid #DDDDDD 1px;
	margin-bottom: 20px;
}
#content a {
color:#669900;
}
	#content a:hover {
		color: #333333;
	}
/* ---------------- Main Navigation ---------------- */
#navcontainer {
	width: 800px;
	background-repeat:no-repeat;
	height: 270px;
	float: left;
}
#navcontainer ul {
	text-transform: uppercase;
	font: .9em  Arial, Helvetica, sans-serif;
	float: right;
	list-style-type: none;
}
#navcontainer a {
	display: block;
	padding: 11px 0 11px 28px;
	width: 265px;
	border-bottom: 1px solid #DDDDDD;
}
#navcontainer a:link, #navlist a:visited {
	color: #669900;
	text-decoration: none;
}
#navcontainer   a:hover   {
	color: #333333;
	background-image: url(images/listBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;
}
#active {
	background-image: url(images/listBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;
}

/* ---------------- Footer ---------------- */
#footer {
	width: 800px;
	float: left;
	border-bottom: solid #FFF 10px;
	font: 8pt /1.2em Arial, Helvetica, sans-serif;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer-left {
	width: 360px;
	float: left;
}
#footer-right {
	width: 200px;
	float: right;
	text-align: right;
}


/* ---------------- Classes ---------------- */

.calloutInsert {
	float: right;
	width: 265px;
	font: 9pt /1.2em Arial, Helvetica, sans-serif;
	background-image: url(images/bg_callout.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	padding: 18px 0px 0px 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #666666;
}
.colorText {
	color: #669900;
}
.bigBoldCopy {
	font-size: 1.5em;
	font-weight: bold;
	color: #669900;
}
.clearLeft {
	clear: left;
}
.largerLink {
	font-size: 12px;
	font-weight: bold;
}
.medBoldCopy {
	font-size: 1em;
	font-weight: bold;
	color: #669900;
}
.imgPad01 {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.colorText2 {
	color: #669900;
	font-style: italic;
	font-size: .9em;
}

