/* -- MAIN -- */

body {
  margin: 0 auto;
  background: #000000 url(/assets/html/blackbg.jpg) repeat-x center top;
  color: #FFFFFF;
  font: 12px/18px Geneva, Arial, Helvetica, sans-serif;
}


/* -- TEXT -- */

h1 {
  color: #78844A;
  font: bold 28px/30px "Times New Roman", Times, serif;
  text-transform: uppercase;
}
h2 {
  color: #78844A;
  font: 18px/18px Geneva, Arial, Helvetica, sans-serif;
  text-transform: none;
}
h3 {
  color: #000000;
  font-size: 16px;
}
h4 {
  color: #000000;
  font-size: 14px;
}
h5 {
  color: #000000;
  font-size: 12px;
}
h6 {
  color: #000000;
  font-size: 10px;
}
p {}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

/* -- LINKS -- */

a {
  outline: none;
  color: #CCCCCC;
}
a img {}
a:focus {}
a:link, a:visited {}
a:hover, a:active {
	color: #78844A;
	text-decoration: underline;
}




/* -- MAKE ROOM -- */

.clear {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}


/* -- CUSTOM LAYOUT -- */

#pagecontainer {
   width: auto;
   margin: 0 auto;
}
#cheader {
  width: auto;
  height: 99px;
  margin: 0 auto;
  display: block;
  clear: both;
  border-bottom: 1px solid #333333;

}
body#home #cheader {
  width: auto;
  height: 99px;
  margin: 0 auto;
  display: block;
  clear: both;
  border-bottom: 1px solid #333333;

}
#ccontent{
   width: auto;
   margin: 0 auto;
}
#cfooter{
  width: auto;
  margin: 15px auto 0;
    border-top: 1px solid #333333;
    padding-top: 15px;
}
#cfooter a { text-decoration: none; }
#cfooter .subfooter a, #cfooter .subfooter {}
#cmenu {
  width: auto;
  height: 66px;
  margin: 0 auto;
  background: url(/assets/html/menu.jpg) repeat-x;
  border-top: 1px solid #7A8550;
  border-bottom: 1px solid #3A4026;
}
.iheader {
   width: 1024px;
  	height: 49px;
   padding:0;
   margin: 0 auto;
   padding-top: 40px;
   clear: both;
   display: block;

}

.icontent {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 12px 25px;
  height: auto;
  clear: both;
  display: block;
}
body#home .icontent {
  width: 1024px;
  margin: 0 auto;
  padding:0px;
  height: auto;
  clear: both;
  display: block;
}
.ifooter {
  width: 1024px;
  height: 95px;
  clear: both;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}


#menu {
	width: 1024px;
	clear: both;
 display: block;
 height: 66px;
 margin: 0 auto;

}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 66px;
}
#menu ul li a:hover {
}
#menu ul li {
  margin: 0;
  float: left;
  height: 51px;
  border-right: 1px solid #565E39;
  display: block;
  background: url(/assets/html/menu-dormant.jpg) left top;
  font: 12px/16px Geneva, Arial, Helvetica, sans-serif;
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 34px;
  border-left: 1px solid #869258;
}
#menu ul li a{
  text-decoration: none;
  display: block;
  color: #FFFFFF;
}
#menu ul li a span{
  font-size: 16px;
  font-weight: bold;
  display: block;
  clear: both;
}
.subfooter { font-size: 11px; }
.subfooter  a {
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #CCCCCC;
}
#menu ul li:hover{
	background: url(/assets/html/menu-over.jpg) left top;
}
.muskoka { width: 136px; border-left: 1px solid #ccc; }
.glengarven { width: 186px;  }
.plannedform { width: 266px; }
.services { width: 291px;  }

iframe {
	border: 1px solid #3B2D20;
    margin-left: 20px;
    margin-bottom: 20px;
     margin-top: 20px;
}
/* SPECIFICS */
.logo {
	float: left;
 display: inline;
 height: 49px;
}
.tagline {
	float: right;
 display: inline;
 margin-top: 32px;
 height: 17px;
}
h1 span {
  color: #CCCCCC;
  display: block;
  clear: both;
  margin: 0px;
  padding: 0px;
  font: normal 22px Verdana, Arial, Helvetica, sans-serif;
  text-transform: none;
}
.homefooter {
  width: 1024px;
  height: auto;
  display: block;
  clear: both;
  margin: 0 auto;
  padding-top: 25px;
  background: url(/assets/html/hfooter-line.gif) repeat-x center top;
}
.hcontact {
  width: 460px;
  float: left;
  height: auto;
  display: inline;

}
.hpropertytoday {
  width: 280px;
  float: left;
  height: auto;
  display: inline;

}
.hfutureplan {
  width: 280px;
  float: left;
  height: auto;
  display: inline;

}
.hpropertytoday img{
}
.homefooter h3, .homefooter h3 a {
  color: #FFFFFF;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  text-decoration: none;
}
.hcontact p {
	padding-right: 50px;
}

