@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #F4FFE4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.page #container { 
	width: 100%;
	background: #F4FFE4;
	/*margin: 0 auto; the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.page #header { 
	background: #D5EDB3; 
	padding: 0 10px 0 0; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 101px;
} 
.page #header h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:Arial, Helvetica, sans-serif;
	font-size:160%;
	color:#5C743D;
}
.page #header p {
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:120%;
	color:#993300;
}
#tab {
	position:absolute;
	top:61px;
	left:300px;
	height: 52px;
	width:300px;
}
#tab a {
	display:inline;
	width:112px;
	padding:4px 0;
	margin:0 1px;
	text-align:center;
	background:url("../images/topmenu2.gif") no-repeat;
	background-position: -224px 0;
	float:left;
	color:#5C743D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
}
#tab a:hover {
	color:#993300;
	background-position: -224px 0;
}
#body_home #tab a.nav_chiro, #body_DR #tab a.nav_chiro, #body_success #tab a.nav_chiro, #body_fees #tab a.nav_chiro, #body_forms #tab a.nav_chiro, #body_hours #tab a.nav_chiro, #body_book #tab a.nav_chiro, #body_chiro #tab a.nav_chiro, #body_policies #tab a.nav_chiro, #body_contact #tab a.nav_chiro, #body_events #tab a.nav_chiro, #body_centre #tab a.nav_chiro, #body_light #tab a.nav_chiro, #body_ortho #tab a.nav_chiro, #body_well #tab a.nav_well, #body_tech #tab a.nav_chiro, #body_tour #tab a.nav_chiro {
	background-position: 0 0;
	color:#993300;
	font-weight:bold;
}
#bar {
	width:100%;
	color: #993300;
	letter-spacing:.1em;
	background-color:#99CC66;
	border-top: #5C743D 2px solid;
	border-bottom: #5C743D 2px solid;
	}
#bar p {
	font:70%;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top:1px dashed #fff;
	border-bottom:1px dashed #fff;
	margin:0;
	text-align:right;
	padding-right:3em;
}
hr {
	width:60%;
	height:1px;
	color:#99CC66;
	text-align:center;
}
.page #sidebar1 {
	float: left; 
	width: 13em; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div */
}
.page #sidebar #nav {
	background-color: #5C743D; /* the background color will be displayed for the length of the content in the column, but no further */
}
#sidebar1 #nav a {
	font: bold Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	background-color: #5C743D;	
	line-height:2ex;
	letter-spacing:.05em;
	text-decoration: none;
	display:block;
	padding:8px 2px 10px 10px;
	border-bottom: 1px solid #F4FFE4;
	}
	
#sidebar1 #nav a:hover {
	background: #99CC66;
	color:#993300;
	}
.page #sidebar1 .membership {
	background-color:none;
}
.page #sidebar1 .membership a {
	color: #993300;
	line-height:normal;
	text-decoration:none;
	letter-spacing:normal;
	display:inline;
	padding:0;
	border:none;
}
.page #sidebar2 {
	float: right; 
	width: 220px; /* since this element is floated, a width must be given */
	/*background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	color:#666666;
}
.page #sidebar1 h3, .page #sidebar1 p, .page #sidebar2 p, .page #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.page #mainContent {
 	margin: 0 245px 0 14em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
	color:#666666;
} 
.page strong {
	color:#5C743D;
}
.page #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F4FFE4;
	font-size:80%;
} 
.page #extra { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F4FFE4;
} 
.page h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:180%;
	color:#5C743D;
}
.page h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:170%;
	color:#5C743D;
}
.page h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	color:#5C743D;
}
a {
	color: #993300;
	}
	
a:hover {
	color: #5C743D;
	}
.page #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.small {
	font-size:80%;
}
.center {
	text-align:center;
}
#body_home #nav #nav_home, #body_DR #nav #nav_DR, #body_success #nav #nav_success, #body_fees #nav #nav_fees, #body_forms #nav #nav_forms, #body_hours #nav #nav_hours, #body_book #nav #nav_book, #body_chiro #nav #nav_chiro, #body_contact #nav #nav_contact, #body_events #nav #nav_events, #body_centre #nav #nav_centre, #body_light #nav #nav_light, #body_ortho #nav #nav_ortho, #body_policies #nav #nav_policies, #body_tech #nav #nav_tech, #body_tour #nav #nav_tour {
	background: #D5EDB3;
	color:#993300;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/body/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/body/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
img.outline {
	border:1px solid #ccc;
}
p.error, strong.error {
	color:#F00;
}
input.required, textarea.required {
	border:1px solid #f00;
}
