/* Stylesheet: homeodoc_style Modified On 2012-05-04 16:03:10 */
* {
	margin: 0;
	padding: 0;
}
/* ------------ BASIC HTML - elements and text ------------ */
body {
	color: #766851;
	font-family : Georgia, Arial, Helvetica, Verdana, sans-serif;
	font-size : 13px;
	line-height : 140%;
	margin: 0;
	padding: 0;
	background: #FDF5E6 url(https://homeodoc.ca/uploads/images/body_bg.jpg);
}

div#wrapper {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

div { font-size: 13px; }

p {
	line-height: 1.6em;
	padding: 0;
	margin-bottom: 1em;
}

b, strong { font-weight: bold; }

i, em{ font-style: italic; }

h1, h2, h3, h4, h5 {
	line-height: 1.6em;
	width: auto;
	font-family: Georgia, "Trebuchet MS", Arial, Helvetica, serif;
}

/* default link styles */
a, a:link, a:active, a:visited  {
	color: #d96c48;
	text-decoration: none;
}
#content a:hover {
	color: #d96c48;
}

/* horizontal ruler separator used with p */
.line {	
	margin: 30px 60px;
	border-bottom: #ddd 1px solid;
	height: 2px;
	clear: both;
}

img { border: 0; }
img.right {
	float: right;
	vertical-align: text-top;
	padding-left: 30px;
}
img.left {
	float: left;
	vertical-align: text-top;
	padding-right: 30px;
}

.clear { clear:both; }


/* ------ HEADER - including site name, logo, language and menu ----- */

#header {
	width: 1000px;
	height: 345px;
	background: url(https://homeodoc.ca/uploads/images/header_bg.jpg);
}

div#header h1 {
	margin: 0px;
	padding: 0px;
/*these keep IE6 from pushing the header to more than the set size*/
	font-size: 0;
	text-indent: -999em;
}
div#header h1 a {
/* this hides the text */
	text-indent: -999em;
	text-decoration: none;
}

/* --- Language selector --- */
div#lang {
	width: auto;
	height: 20px;
	margin-right: 50px;
}
.language {
        float: right;
	font-size: 13px;	
        padding-top: 30px;
        margin-left: 15px;
        color: #99a196;
}
.language a { color: #99a196; }
.language a:hover, .language a. active { color: #d96c48; }


/* ------ CONTENT - editable content sections ------ */

/* frame over the main content */
#frame-top {
	width: 1000px;
	height: 205px;
	background: url(https://homeodoc.ca/uploads/images/frame_top.jpg) no-repeat;
	z-index: 998;
}
#frame-bottom {
	width: 1000px;
	height: 245px;
	background: url(https://homeodoc.ca/uploads/images/frame_bottom.jpg) no-repeat;
	z-index: 999;
}

#content {
	margin: 0;
	padding: 0;
	background: url(https://homeodoc.ca/uploads/images/frame_center.jpg) repeat-y;
	z-index: -1;
}
#main-content {
	width: auto;
	margin: -90px 0 -200px 0; /* top and bottom to compensate frame-top and frame-bottom */
	padding: 0 107px 0 143px;
}

#content h1 {
	font-size: 24px; 
	line-height: 24px;
	font-weight: bold;
	color: #766851;
	padding-left: 130px;
	margin-bottom: 20px;
}

/* ------ Tooltips ----- */
.tip {
    color: #766851;
    background: #FDF5E6;
    display:none; /*--Hides by default--*/
    border: #766851 1px solid;
    padding:10px;
    position:absolute;
    z-index:1000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 4px 12px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 2px 4px 12px #888;
}
a.tip_trigger, a:hover.tip_trigger { color: #d96c48; }

/* ------ Google Map ----- */
div.map {
	float: right;
	display: inline;
	height: 300px;
	width: 300px;
	margin-left: 30px;
	border: #99a196 2px solid;
}
.formlink  {
	float: right;
	display: inline;
	font-weight: bold;
	color: #d96c48;
	text-decoration: none;
}

/* ---- 3box div - containing the 3 pictures with links ---- */
#box-fr {
	height: 250px;
	width: 1000px;
	background: url(https://homeodoc.ca/uploads/images/3box-fr.jpg) no-repeat;
}
#box-en {
	height: 250px;
	width: 1000px;
	background: url(https://homeodoc.ca/uploads/images/3box-en.jpg) no-repeat;
}
.box1, .box2, .box3 {
	position: relative;
	display: inline-block;
	top: ;
	background: transparent;
	z-index: 9999;
}
.box1 {

	width: 200px;
	height: 140px;
	left: 175px;
	top: -10px;
}
.box2 {
	width: 250px;
	height: 170px;
	left: 195px;
	top: 15px;
}
.box3 {
	width: 235px;
	height: 110px;
	left: 215px;
	top: -45px;
}

/* ---- contactbox div - at the bottom ---- */
#contactbox {
	width: 1000px;
	height: 335px;
	background: url(https://homeodoc.ca/uploads/images/contactbox.jpg) no-repeat;
}
#contactbox .leftbox {
	float: left;
	display: inline-block;
	width: 250px;
	padding: 110px 0 0 140px;
	background: ;
}
#contactbox .rightbox {
	float: left;
	display: inline-block;
	text-align: right;
	width: relative;
padding-top: 15px;
	margin-left: 80px;
}
#contactbox h3 { 
  line-height: 16px;
}

/* style for the bottom CONTACT FORM */

.contact {
  width: auto;
}
.contact fieldset {
  padding: 0;  
  margin-bottom: 0px;
  border: 0;
}
.contact legend {
  padding: 0px 5px;
  font-weight: bold;
}
.contact label {
  display: block;
  width: auto;
  padding: 4px 0 0 0;
}

.contact input  {
  width: auto;
  border: 1px solid #DDD;
  padding: 4px;
  background: #FFF;
}

.contact textarea {
  display: inline-block;
  width: 380px;
  border: 1px solid #DDD;
  padding: 4px;
}

.contact fieldset ol {
  margin: 0;
  padding: 0;
}
.contact fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

.cms_submit {
  font-family: Georgia;
  color: #766851;
  font-size: 13px;
  line-height : 13px;
}

.submit input { 
  display: inline-block;
  height: 20px;
  margin-top: 9px;  
  padding: 0px 15px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  background:;
}

/* ---------- Top Menu ---------- */

#menu {
	font-size: 16px;
	color: #99a196;
	height: auto;
	margin-top: 292px;	
}

#menu ul { 
	display:block;
	list-style:none;
	text-align: center;
	padding:0px;
}

#menu li {
	display:inline;
	font-weight: bold;
}

#menu li:after {
	font-weight: normal;	
	padding: 0 12px;
	content:" • ";
}
#menu li:last-child:after {
	content:" ";
}

#menu li a { 
	color:#99a196;
	font-size: 15px;
	text-decoration:none;
	padding:0;
}

#menu li a:hover, #menu li .currentpage {
	color:#766851;
}

/* ---------- Footer ---------- */

#footer {
	font-size: 12px;
	margin: 0;
/* padding right same as main-content */
	padding: 10px 100px;
	height: 50px;
}
#footer p, a, a:hover {
	color: #766851;
	text-decoration: none;
	text-align: right;
}

/* ------------ News Module ------------ */
#news {
	padding: 10px;
}

ul.list1, ul.list1 a {
	color: #d96c48;
font-size: 14px;
}

ul.list1 ul li, ul.list1 a {
	color: #d96c48;
font-size: 14px;

}

ul.list1 li {
	font-size:16px;
	display: inline;
}
ul.list1 li:after {	
	padding: 0 10px;
	content:" • ";
}
ul.list1 li:last-child:after {
	content:" ";
}

.NewsSummary {
}
.NewsSummaryPostdate,
.NewsSummaryCategory,
.NewsSummaryAuthor {
	font-size: 0.8em;
}
.NewsSummaryPostdate, .NewsSummaryCategory, .NewsSummaryAuthor {
	display: none;
}
.NewsSummaryLink {
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0;
}
.NewsSummaryContent {
	margin: 10px 0;
}
.NewsSummaryMorelink, .NewsSummaryMorelink a {
	text-align: right;
	margin: -10px 0;
	color: #d96c48;
}


#NewsPostDetailTitle {
	color: #766851;
}
#NewsPostDetailHorizRule {
	color: #766851;
}
#NewsPostDetailDate, #NewsPostDetailCategory, #NewsPostDetailAuthor {
	display: none;
}
#NewsPostDetailSummary {
	font-weight: normal;
}
#NewsPostDetailContent {

}
#NewsPostDetailReturnLink, #NewsPostDetailReturnLink a {
	color: #d96c48;
}
