/*********************************************************************************************
This is the main stylesheet. These are the styles are for the website content that is editable 
by the client. These styles appear in the WYSIWYG editor.
*********************************************************************************************/

BODY {background: #FFFFFF; background-image: none; font-size:12px; line-height:16px; font-family: Arial, Helvetica, sans-serif; font-style: normal; text-align: center; color: #8b7367; margin-top:0}

/* TinyMCE specific rules */
body.mceContentBody {background: #ffffff; background-image: none; text-align: left; width: 751px;}

a {text-decoration: underline;outline: none}
a:link {color: #8b7367;	background: transparent; text-decoration: underline;outline: none}
a:visited {color: #8b7367; background: transparent; text-decoration: underline;outline: none}
a:hover {color: #97cf46; background: transparent; text-decoration: underline;outline: none}

a img { border:0;}

h1 {font-size: 16px; color: #8b7367;}
h2 {font-size: 14px; color: #8b7367; margin: 8px 0;}
h3 {font-size: 13px; color: #8b7367}
h4 {font-size: 110%; color: #8b7367}

P {margin-top: 6px; margin-bottom: 10px}

TD {font-size: 12px;}

ul.space li {margin-bottom: 6px;}

.error {color: red}
.clear {clear: both; height:1px; overflow: hidden; margin:0; padding:0;}
.imgLeft {float:left;}
.alignRight {text-align:right;}

.pageContent {padding: 0 20px 0 30px;}
.pageContent ul {margin-top: 0; margin-bottom: 0;}
.day {display:block;float:left; width: 100px; margin:0; padding:0 0 0 15px;}
.time{display:block;float:left; width: 250px; margin:0; padding:0;}
.label{display:block; float:left; width:150px; margin:0;padding:0;}
.data{display:block; float:left; width:100px; margin:0; padding:0;}

/*Home Page*/
.homeTop {position:relative;padding: 0 0 0 307px;margin:0; background:transparent url("../images/home_bg_lt.gif"/*tpa=http://www.meltonchinesemedicine.com.au/images/home_bg_lt.gif*/) bottom left no-repeat; width: 463px;}
.homeTopContent {width: 413px; padding: 0 20px 0 30px; margin:0;}
.homeMiddle {padding: 0 0 0 342px; height: 122px; width:428px; background:transparent url("../images/home_bg_mlt.gif"/*tpa=http://www.meltonchinesemedicine.com.au/images/home_bg_mlt.gif*/) top left no-repeat;}

.homeFooter {width: 703px; background:#cccc99 url("../images/home_bg_f.gif"/*tpa=http://www.meltonchinesemedicine.com.au/images/home_bg_f.gif*/) top left no-repeat; padding: 28px 0 10px 67px; margin:0;}
.homeFooterBox{float:left; width:221px; background:transparent url("../images/home_fbox_top.gif"/*tpa=http://www.meltonchinesemedicine.com.au/images/home_fbox_top.gif*/) top left no-repeat; padding: 22px 0 0 0; margin: 0 5px 0 0;}
.homeFooterBoxTop{margin:0 0 0 26px; padding:0;width: 185px;}
.homeFooterBoxContent{border-left: 2px #97cf46 solid; border-right: 2px #97cf46 solid; background: #ffffff; margin:0 0 0 12px; padding:0 6px; width: 193px; height: 160px;}
.homeFooterBoxContent p {padding: 5px; margin:0;}
.homeFooterBoxBottom{position:relative; margin:0;background:transparent url("../images/home_fbox_bottom.gif"/*tpa=http://www.meltonchinesemedicine.com.au/images/home_fbox_bottom.gif*/) top left no-repeat; padding: 0; width: 221px; height:17px;}

/*Acupuncture Page*/
.subContent{margin: 0 0 0 -220px; padding: 0;}
.subContent img{float:left; margin: 0 0 20px 0;}


