@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: #000000;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #header {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
.fake_h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-top: 15px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #footer {
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-top: 12px;
	padding-top: 10px;
	padding-right:  0px;
	padding-bottom: 10px;
	padding-left:  5px;
	background-color: #9CF;
}
.oneColFixCtrHdr #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 */
}
.fltlft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 3px;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
.phone {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: 25px;
}
.OfficeLocation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	position: relative;
	top: 50px;
	font-weight: bold;
}
.OfficeMap {
	position: relative;
	top: 70px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


p {
	margin-top: 0px;
	margin-bottom: 0px;

/* The body tag defines the default font as Verdana, Geneva, sans=serif w font = 14 for the whole document but the h1, h2, etc tags have a larger, bolder font built into them unless you redefine them. I redefined h3 to this font and size (above), but it's still bolder than the plain version of this font and size.  I like it as it is, so I didn't keep playing w it to knock it down to the normal appearance of this font and size, but I wanted the text to the right of the colon in the h3 lines to be the less bold version of this font and size so below I created a class style '#OfficeAddress' with that font and size and used this class style WITHIN some of the 
h3 tags for the text that's to the right of the colon. I did not have to define font and size for '#OfficeAddressLine2' because it does not occur within a header tag, e.g., <h3>, so it defaults to the font and size I set in the body tag.*/

}
#OfficeAddressLine2 {
	position: relative;
	left: 144px;
	width: 430px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	top: 50px;
}
#AreasOfSpecializationLine2ff {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 500px;
	position: relative;
	left: 183px;
}
.TextRightOfColon {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.spacing_tm105 {
	margin-top: 105px;
}
.spacing_tp8 {
	padding-top: 8px;
}
.spacing_tp12 {
	padding-top: 12px;
}
#TrainingLine2 {
	position: relative;
	left: 101px;
	width: 500px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
a:link {
	color: #00C;
}

