﻿@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #999999;
	background-position: center;
}.twoColFixLtHdr #container {
	width: 955px;
	margin: 0;
	text-align: left;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding-bottom: 5px;

} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 166px;
	margin-top: 0px;
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px top;
	height: 565px;
	background-image: url(images/menu_sidebar3.gif);
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 20px;
}
#column_1_home {
	float: left;
	width: 325px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#column_1_home li {
	line-height: 20px;
}

#column_2_home {
	float: left;
	width: 325px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}


#sidebar1 ul {
	margin: 0px;
	padding: 0px;
}
#sidebar1 li {
	list-style-type: none;
}
#sidebar_sub li {
	list-style-type: none;
	font-size: 9px;
	text-indent: 15px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #234090;
}


#sidebar1 a {
	text-decoration: none;
	color: #234090;
	line-height: 140%;
}
#sidebar1 a:hover {
	color: #999999;
}




#nav {
	height: 30px;
	padding-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.twoColFixLtHdr #mainContent {
	float: right;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 700px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 0px;

} 
#text {
	width: 680px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	padding-top: 20px;
}

.twoColFixLtHdr #footer {
	text-align: center;
	background-color: #FFFFFF;
	width: 955px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #234090;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
} 
.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;
}
.blue_text {
	color: #234090;
	font-weight: bold;
}
.text_form {
	font-weight: bold;
	color: #234090;
	font-size: 13px;
}
.box_quote {
	border: 1px solid #214194;
	background-color: #D6A208;
	padding: 5px;
	text-decoration: none;
	margin-left: 5px;
}
.box_quote_blue {
	background-color: #D6A208;
	padding: 5px;
	text-decoration: none;
	color: #234090;
	font-weight: bold;
	margin: 0px;
}

.twoColFixLtHdr #container #mainContent #text #on_line_quote {
	width: 450px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent #text #on_line_quote2 {
	width: 520px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #234090;
	background-color: #D6A208;
}

.twoColFixLtHdr #container #mainContent #text #on_line_quote a:hover {
	color: #FFFFFF;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #234090;
	font-style: italic;
}


h4 {
	font-size: 12px;
	color: #234090;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #234090;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.orange_text {
	color: #D5A10F;
	font-weight: bold;
}
#text .orange_text a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D5A10F;
	text-decoration: underline;
}



#secondary_menu {
	float: right;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #234090;
	font-weight: bold;
	text-align: right;
	width: 855px;
	padding-right: 100px;
	background-color: #FFFFFF;
	height: 12px;
}
#secondary_menu ul {
	margin: 0px;
	padding: 0px;
}



#secondary_menu li {
	display: inline;
	list-style-type: none;
	padding: 2px;
}
#secondary_menu a {
	color: #234090;
	text-decoration: none;
}
#secondary_menu a:hover {
	color: #D5A10F;
}
.whitemenu {
	color: #FFFFFF;
}
#text th {
	background-color: #234090;
	padding: 10px;
	color: #FFFFFF;
}
#text a {
	color: #234090;
}

#text td {
	background-position: center top;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainContent #text li {
	color: #234090;
}
.twoColFixLtHdr #container #mainContent #text a {
	text-decoration: underline;
	color: #234090;
	font-weight: bold;
}
h1 {
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	color: #D5A10F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D5A10F;
	padding-bottom: 10px;
}

.bullet_home_page {
	color: #000000;
}
.twoColFixLtHdr #container #mainContent #text a:hover {
	text-decoration: underline;
	color: #D5A10F;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
#column_2_home li {
	line-height: 20px;
}
.img_border {
	border: 2px solid #234090;
	margin-right: 40px;
	padding-left: 5px;
}
.img_border_nopadding {
	border: 2px solid #234090;
	margin-right: 40px;
	padding-left: 0px;
}
.map_champlain {
	width: 450px;
}

.map {
	float: right;
	width: 225px;
}
.patient_brochure {
	color: #234090;
}
.lead {
	float: right;
	width: 190px;
	margin: 0px;
	padding: 0px;
}
.bio_photo {
	padding-top: 10px;
	clear: both;
	float: left;
	width: 650px;
}
.twoColFixLtHdr #container #mainContent #text #signup #subscriber {
	padding: 5px;
	border: 1px solid #214194;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent #text #signup #email2 {
	padding: 5px;
	margin-left: 5px;
	border: 1px solid #214194;
}
.style1 {
	border-width: 0;
}
