@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #343434;
	background-image: url(images/frame/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #003466;
	margin: 0px;
	font-size: 85%;
	line-height: 130%;
}
.mainNav a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #022C54;
}
.mainNav a:link {
	color: #022C54;
	text-decoration: none;
}
.mainNav a:visited {
	text-decoration: none;
	color: #022C54;
}
.mainNav a:hover {
	text-decoration: none;
	color: #990000;
}
.mainNav a:active {
	text-decoration: none;
	color: #022C54;
}

.twoColFixRtHdr #container {
	width: 815px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	background-position: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 0px;
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;  /* 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. */
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
} 
.twoColFixRtHdr #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 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-color: #DFE4EA;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-right-color: #8398AB;
	border-bottom-color: #8398AB;
	border-left-color: #8398AB;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
}
.twoColFixRtHdr #header #sidebar1 p {
	font-size: 85%;
	line-height: 130%;
	padding-right: 10px;
	padding-left: 10px;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
} 

.twoColFixRtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
} 

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DFE4EA;
} 
.twoColFixRtHdr #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 */
}
.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;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
	width:720px;
	float:right;
}

ul li {
	float:left;
}

ul a {
	display: block;
	padding: 0 .5em;
	line-height: 4.1em;
	text-decoration: none;
	color:#003466;
}

.secondaryNav a:link {
	color: #022C54;
	text-decoration: none;
	font-size: 85%;
}
.secondaryNav a:visited {
	text-decoration: none;
	color: #022C54;
	font-size: 85%;
}
.secondaryNav a:hover {
	text-decoration: none;
	color: #990000;
	font-size: 85%;
}
.secondaryNav a:active {
	text-decoration: none;
	color: #022C54;
	font-size: 85%;
}
.secondaryNav a {
	font-weight: bold;
	text-transform: uppercase;
	color: #022C54;
	font-size: 85%;
} 
.secondaryNav {
	font-weight: bold;
	text-transform: uppercase;
	color: #022C54;
	font-size: 85%;
	background-position: center;
	text-align: center;
	width: auto;
} 

a:link {
	color: #006ab3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
h1 {
	font-size: 120%;
	color: #006ab3;
}
h2 {
	font-size: 90%;
	color: #003466;
}
h3 {
	font-size: 120%;
	color: #003466;
	line-height: 90%;
	padding: 0px;
	margin: 0px;
}

.boldHeader {
	font-size: 110%;
	font-weight: bold;
	color: #013567;
}

.dottedBorder {
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #013567;
}
.blueBorder {
	margin-right: 2px;
	margin-left: 2px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #013567;
	position: relative;
	margin-bottom: 3px;
}
p {
	font-size: 85%;
	color: #343434;
	line-height: 130%;
}

ol {
	font-size: 90%;
	color: #343434;
	line-height: 120%;
}
.practitionerPhoto {
	margin-right: 10px;
	margin-bottom: 10px;
	border: thin double #013567;
}
.practitioner {
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
}
.twoColFixRtHdr #container #mainContent img {
	margin-right: 10px;
	margin-bottom: 10px;
}

.twoColFixRtHdr #container #mainContent #bioptic {
	margin-right: 10px;
	margin-bottom: 20px;
	width: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #DFE4E9;
	border: thin dotted #013567;
}

.blueUnderline {
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #003466;
}

.thrColFixHdr #container #footer a:link {
	color: #003464;
}
.thrColFixHdr #container #footer a:visited {
	color: #022C54;
}
.thrColFixHdr #container #footer a:hover {
	color: #990000;
}
.copyright {
	font-size: x-small;
}
.copyright a:visited {
	text-decoration: none;
	color: #022C54;
}
.copyright a:hover {
	text-decoration: none;
	color: #990000;
}
.copyright a:active {
	text-decoration: none;
	color: #022C54;
}
