@charset "UTF-8";
body  {
	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: #2B231C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(/css/2008Bg_dentist_stCatharines.jpg);
}
#htmlPages_LT_column {
	width: 300px;
}
#htmlPages_RT_column {
	width: 300px;
	margin-left: 50px;
	position: relative;
	left: 300px;
}
.twoColFixLtHdr #container {
	width: 100%;
	margin: auto;
} 

.twoColFixLtHdr #header {
	text-align: center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}






.twoColFixLtHdr #mainContent {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 700px;
	margin-left: 200px;
	margin-top: auto;
} 
#mainContent p {
	margin-left: 45px;
	margin-right: 23px;
}
#mainContent a {
	color: #5A3C1C;
	text-decoration: underline;
}
#mainContent h1 {
	padding-left: 12px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #656B45;
}

.twoColFixLtHdr #footer {
	height: 200px;
	width: 900px;
	margin-top: 50px;
	position: relative;
	font-size: 10pt;
	color: #AFA28B;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #footer_link_holder{
	width: 105px;
	text-align: center;
	line-height: 1em;
	font-size: 10pt;
}
#footer_link_holder h2{
}
#footer_link_holder img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
	display: block;
	background-color: #86ACAE;
} 
.twoColFixLtHdr #footer a:hover {
	background-color: #CC6600;
	display: block;
	color: #FFFFFF;
} 
.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;
}
#footerQcreative {
	padding-top: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #A4AB6D;
	line-height: 2em;
	text-align: center;
}
#footerQcreative a {
	color: #A9B073;
}
#team_meetDrs_biographytextarea {
	font-size: 9pt;
	color: #333333;
	padding: 14px;
}




.ourTeam_staffparagraphs {
	padding-right: 14px;
	padding-left: 14px;
}
#procedures_LT {
	height: 400px;
	width: 370px;
	overflow: auto;
	position: relative;
	scrollbar-arrow-color: #fffffff;
	scrollbar-base-color: #00CCFF;
	scrollbar-face-color: #0099FF;
	scrollbar-highlight-color: #fffffffF;
	scrollbar-shadow-color: #333333;
	scrollbar-3dlight-color: #00CCFF;
	scrollbar-track-color: #00CCFF;
	scrollbar-darkshadow-color: #00CCFF;
	top: 12px;
	z-index: 2;
	left: 325px;
	padding: 12px;
}
#procedures_LT_bacroundBox{
	background-color: #F8F5F3;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	height: 440px;
	width: 420px;
	position: relative;
	top: 20px;
	left: 300px;
	z-index: 1;
}
#procedures_LT a {
	color: #3333333;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}
#ProceduresPHOTOColumn {
	color: #999999;
	width: 280px;
	height: 400px;
	position: relative;
	top: 12px;
}

#procedures_LT p {
	font-size: 11pt;
	color: #333333;
	padding-left: 12px;
	padding-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#procedures_LT h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #A39F59;
	line-height: 1.2em;
	text-transform: none;
	color: #72774A;
	font-style: italic;
}
#procedures_LT a:visited {
	color: #3333333;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}

#pageContentHolder {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}
#pageContentHolder img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#columnLeft{ float:left; width:50%;}
#columnRight { marging-left:50%; width:50%;} 
#mainContent h2 {
	padding-left: 12px;
	font-style: italic;
	font-size: 12pt;
}
#BIO_LTcolumn {
	float: left;
	width: 50%;
}
#BIO_RTcolumn {
	float: right;
	width: 50%;
}
#BIO_container {
	width: 700px;
	height: 460px;
	vertical-align: top;
}

#facility_people_text a {
	color: #990000;
	text-decoration: underline;
}
#services_fl_banner_area {
	height: 260px;
	background-image: url(/services/bg_index.jpg);
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   SIDE NAVIGATION GENERAL +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#sideNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	min-height: 600px;
}

#sideNavigation a {
	color: #694C3A;
	line-height: 2em;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #694C3A;
	display: block;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 10pt;
}
#sideNavigation a:hover {
	color: #FFFFFF;
	line-height: 2em;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #694C3A;
	display: block;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 10pt;
	background-color: #77a7a6;
}



.active {
	background-color: #009933;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   TEAM BANNER AREA  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#team_fl_banner_area {
	height: 350px;
	background-image: url(/team/bg_team_banner_bg.jpg);
}
#team_bioarea {
	float: left;
	width: 450px;
}
#contact_bioarea_fullspan {
	float: left;
	width: 700px;
}
#team_bio_area_RT {
	float: right;
	width: 250px;
}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   FACILITY DIVS  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


#facility_people_text img {
	padding: 2px;
	border: 1px solid #FFFFFF;
	height: 100px;
	width: 100px;
}
#facility_people_container {
}
#facility_bio_area {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #2D251E;
}
#facility_people_text {
	padding: 15px;
}
#facility_fl_banner_area {
	height: 285px;
	background-image: url(/team/bg_team_banner_bg.jpg);
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  CONTACT DIVS  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#contact_fl_banner_area {
	height: 350px;
}
#links_fl_banner_area {
	height: 285px;
}

#contact_bioarea_fullspan_linkstable {
	width: 600px;
	font-size: 12pt;
	margin-left: 25px;
}
#contact_bioarea_fullspan_linkstable td {
	line-height: 1.25em;
	width: 300px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #534741;
}
#contact_bioarea_fullspan_linkstable h2{
	background-color: #534741;
	color: #FFFFFF;
	padding: 0px;
}

#contact_bioarea_fullspan a {
	color: #27437A;
	font-size: 12pt;
	text-decoration: none;
	padding-left: 25px;
	background-image: url(/css/a_link_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#contact_bioarea_fullspan a:hover {
	color: #27437A;
	font-size: 12pt;
	text-decoration: none;
	padding-left: 25px;
	background-image: url(/css/a_hover_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#contact_fl_banner_area a {
	font-size: 14pt;
	color: #FFFFFF;
	background-color: #534741;
	display: block;
	line-height: 45px;
	text-align: center;
}
#contact_fl_banner_area a:hover {

}
#footerTopLine {
	width: 700px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5D5E5A;
	padding: 12px;
	float: right;
}
