@charset "UTF-8";
/* CSS Document */

/* Style sheet for Dr. John Drummond, D.D.S.

Portions of this style sheet are derived from 
http://www.thenoodleincident.com/tutorials/typography/css/real.css 
Owen Briggs (OB) © 2002 */

body  { /* SM: this body style is derived fromt he Dreamweaver template, with modifications based on Owen Briggs' template */
	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 */
	background-color: #FFFFFF;
	font-size: 76%;/* OB: font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. */
	color: #666666;
	background-image: url(http://www.1492.ca/~steve/jdrummond/images/_.gif);/*these three lines replace the n4_upgrade.gif in n4.css. */
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	
	
	
	
/* Styles from the Dreamwever CS3 template. */	

.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;
}



/* Styles from the DreamWeaver CS3 template, with some modifications: */

.thrColFixHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 

.thrColFixRtHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #FFFFFF;
}
.thrColFixHdr #container #header h1 {
	background-image: url(../images/banner_main_w_logo.png);
	height: 171px;
	width: 960px;
	background-repeat: no-repeat;
	margin-top: -20px;
	margin-bottom: -20px;
}
.thrColFixHdr #container #header #menu-top-right {
	font-size: 0.8em;
	color: #B3B3B3;
	text-align: right;
	padding-right: 75px;
	letter-spacing: 0.2em;
}

.thrColFixHdr #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 */
}


 
.twoColFixRtHdr #container #header #MenuBar1 {
	padding-top: 0px; /* SM: used to push the menu bar below the WebHeaderBackground */
}



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-right: 0px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: -17px;
}


.thrColFixHdr #mainContent {
	padding-top: -17px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: -17px;
	margin-right: 215px;
	margin-bottom: 0;
	margin-left: 235px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #container #mainContent #main-photo-center {
	margin-top: -42px;
}  
.thrColFixHdr #container #mainContent #main-photo-center-2 {
	margin-top: -17px;
} 
.thrColFixHdr #container #mainContent #family-back {
	margin-top: -37px;
}

.thrColFixHdr #container #sidebar1 #mission-statement {
	font-size: 1.3em;
	color: #89AEDA;
	text-align: right;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 29px;
}

.thrColFixHdr #container #sidebar2 #sidebar-header-box {
	background-color: #CCCCCC;
	height: 1.9em;
	width: 213px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-top: 10px;
}

.thrColFixHdr #container #sidebar2 #sidebar-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	width: 213px;
}

.thrColFixHdr #container #mainContent #family-front {
	margin-top: -34px;
	float: left;
}


.staff-name {
	font-size: 1.2em;
	font-weight: bold;
	color: #1968b3;
	padding-bottom: 5px;
	padding-left: 10px;
	display: inline-block;
}
.staff-desc {
	padding-left: 10px;
	line-height: 1.5em;
	padding-top: 5px;
}
.staff-email {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	color: #999999;
	text-align: right;
	padding-top: 10px;
}
.staff-title {
	font-size: 1.0em;
	font-weight: normal;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
.thrColFixHdr #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 */
	font-size: 0.9em;
	color: #FFFFFF;
}






[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

.divider-1 {
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #ED2024;
	margin-top: 15px;
	margin-bottom: 15px;
}
.thrColFixHdr #container #mainContent #divider-1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 3px;
	margin-bottom: 13px;
}
.thrColFixHdr #container #mainContent #table-header {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #999999;
}
.thrColFixHdr #container #mainContent #table-thumbnail {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #999999;
}
.thrColFixHdr #container #mainContent #table-details {
	font-size: 0.9em;
	background-color: #E8E8E8;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


.twoColFixLtHdr #container #mainContent #subindex {
	font-size: 1.1em;
	font-weight: bold;
	color: #999999;
	text-align: center;
	padding-bottom: 5px;
	margin-top: -10px;
}
