/******************/
/* general styles */
/******************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #49741f;
}

p {margin-bottom: 15px;}

a img {border: none;}

a:link {
	color: #ee3a43;
	text-decoration:none;
}

a:visited {
  color: #ee3a43;
  text-decoration:none;
}

a:hover {text-decoration:underline;

}


/**********/
/* layout */
/**********/
  
#wrapper {
	width: 930px;
	margin: 4px auto 0 auto;
	background: url(../images/body_bg.jpg) repeat-y 0 0;
}

#header {
	height: 135px;
	background-image: url(../images/header.jpg);
	position: relative;
}

#logo {
	position: absolute;
	top: 55px;
	left: 45px;
}


/******************/
/* top navigation */
/******************/

#mainnav {
	height: 39px;
	background: url(../images/nav_bg.jpg) no-repeat 0 0;
}

#navcontent {
	height: 39px;
	margin-left: 42px;
	padding-top: 9px;
}


#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
	background: #ece4b4;
}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	background: url(../images/nav_div.jpg) no-repeat right 6px;
	position: relative;
}

#sddm li.last {background: none;}

#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 20px;
	width: auto;
	/*background: #ece4b4;*/
	color: #49741f;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover {
	background-color: #ECE4B5;
	color: #E93842;
}

#sddm li div {
	position: absolute;
	top: 25px;
	left: 15px;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #fff0c5;
	border: 1px solid #49741F;
}

/**************************************************/
/* adjust pixels here to position drop-down menus */
/**************************************************/

#sddm div#m4 {left: 18px;} /* Chinese Medicine */
#sddm div#m5 {left: 19px;} /* Treatment Overview */
#sddm div#m7 {left: 17px;} /* Rates */

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #fff0c5;
	color: #454545;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#sddm div a:hover {
	background: #ece4b4;
	color: #454545
}


/********/
/* body */
/********/

#body {
	min-height: 400px;
	margin-top: 35px;
	background: url(../images/red_symbol.jpg) no-repeat 15px 15px;
	height: 1%;
}


/********/
/* biobody */
/********/

#biobody {
	min-height: 400px;
	margin-top: 35px;
	height: 1%;
}


/************/
/* bodycopy */
/************/

#bodycopy {
	float: left;
	display: inline;
	width: 567px;
	margin-left: 68px;
	padding-bottom: 15px;
	color: #454545;
	line-height: 17px;
	letter-spacing: .05em;
}

#bodycopy h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	color: #49741f;
	margin-bottom: 15px;
}

#bodycopy h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #454545;
	font-style: italic;
	margin-bottom: 5px;
}

#bodycopy h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #454545;
	font-style: italic;
	margin-bottom: -14px;
}

/**************/
/* bodycolumn */
/**************/

#bodycolumn {
	float: right;
	display: inline;
	width: 200px;
	margin-right: 50px;
	margin-top: 30px;
	color: #454545;
	background: url(../images/column_rule.gif) no-repeat center top;
}

#bodycolumntext {
	margin-top: 15px;
	padding: 10px 30px 10px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #454545;
	letter-spacing: 0.05em;
	font-style: italic;
	line-height: 15px;
	background: url(../images/column_rule.gif) no-repeat center bottom;
}

#bodycolumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #49741f;
	font-style: italic;
	letter-spacing: .06em;
}

#bodycolumn h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #49741f;
	font-style: italic;
	letter-spacing: .06em;
}

/**************/
/* homecolumn */
/**************/

#homecolumn {
	float: right;
	display: inline;
	width: 200px;
	height: 225px;
	margin-right: 50px;
	margin-top: 30px;
	color: #454545;
	background: url(../images/red_symbol_column.jpg) no-repeat center top;
}

/**************/
/* biocolumn */
/**************/

#biocolumn {
	float: right;
	display: inline;
	width: 200px;
	height: 235px;
	margin-right: 50px;
	margin-top: 30px;
	color: #454545;
	background: url(../images/rebecca_bio.jpg) no-repeat center top;
}

/***************/
/* commonlist */
/***************/

#commonlist {
	width: 567px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 50px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .05em;
	color: #454545;
	height: 1%;
}

#commonlist ul {
	list-style: none;
}

#commonlist ul li {
	float: left;
	display: inline;
	width: 200px;
}

#commonlist li.left {text-align: left; width: 250px;}
#commonlist li.right {text-align: left;}


/***************/
/* contactlist */
/***************/

#contactlist {
	width: 567px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .05em;
	color: #454545;
	height: 1%;
}

#contactlist ul {
	list-style: none;
}

#contactlist ul li {
	float: left;
	display: inline;
	width: 200px;
}

#contactlist li.left {text-align: left; width: 210px;}
#contactlist li.middle {text-align: left; width: 190px;}
#contactlist li.right {text-align: left; width: 160px;}



/**************/
/* bodybottom */
/**************/

#bodybottom {
	background-image: url(../images/body_bottom.jpg);
	height: 150px;
}


/**********/
/* footer */
/**********/

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .1em;
	text-align: center;
	color: #fff1c5;
	background-color: #49741F;
	padding-top: 5px;
	height: 1%;
}

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

#footer a:hover {text-decoration:underline;}


/***************/
/* contactinfo */
/***************/

#contactinfo {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/footer_rule.gif) no-repeat center top;
	padding: 30px 0 50px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .1em;
	color: #fff1c5;
	height: 1%;
}

#contactinfo ul {
	list-style: none;
}

#contactinfo ul li {
	float: left;
	display: inline;
	width: 600px;
}


/******************/
/* global classes */
/******************/

.clear {clear: both;}