@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-image: url(../images/design/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-repeat: repeat-x;
	background-color: #EAEAEA;
}
.twoColFixRtHdr #container {
	width: 901px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 3px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	width: 901px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 120px;
} 
.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: 259px; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-right: 3px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	vertical-align: text-top;
}
.twoColFixRtHdr #mainContent {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 263px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
} 
.twoColFixRtHdr #mainContent ol {
	padding-left: 40px;
	margin: 0;
}
.twoColFixRtHdr #footer {
	background-color: #333;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.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;
}
#header_firsttext {
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: right;
	height: 20px;
}
#header_firsttext strong {
	font-weight: normal;
}
#header_phone {
	float: right;
	width: 260px;
	background-image: url(../images/design/phone_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#header_phone p {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
#header_phone a {
	text-decoration: none;
}
.header_phone_number {
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	line-height: 27px;
}
#header_logo {
	width: 641px;
	float: left;
}
#header2 {
	height: 200px;
	width: 901px;
	padding-left: 3px;
	padding-right: 3px;
}
#header2_graybar {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	height: 25px;
	text-align: center;
	margin-left: 640px;
	margin-right: 0px;
	width: 259px;
}
#header2_banner {
	width: 639px;
	float: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
}
#header2_form {
	float: right;
	width: 259px;
	background-color: #555;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#navbar {
	margin: 0px;
	width: 907px;
	background-image: url(../images/design/border_background.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: table;
}
#navlinks {
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
}
#body_container {
	background-image: url(../images/design/border_background.gif);
	width: 907px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#location {
	width: 631px;
	font-family: Tahoma;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-color: #E8E8E8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#sidebar1_image {
	height: 174px;
}
#sidebar1 ul,ol,li,h2 {
	margin:0;
	padding:0;
}
#sidebar1 h2 {
	background-color: #800000;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	padding-top: 3px;
	letter-spacing:-1px;
}
#sidebar1 h3 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1 a:link, a:visited, a:active {
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #000000;
}

#sidebar1-content {
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar1-content ul {
	font-family: Tahoma;
	padding: 10px;
	margin: 0px 0px 0px;
	font-size: 12px;
	line-height: 17px;
}
#sidebar1-content li {
	margin-left: 5px;
}
#sidebar1-practices {
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: solid #000 1px;
}
#sidebar1-practices ul {
	font-family: Tahoma;
	padding: 10px;
	margin: 0px 0px 0px;
	font-size: 12px;
	line-height: 17px;
}
#sidebar1-practices li {
	margin-left: 5px;
}
#sidebar1-info {
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar1-info p {
	margin-bottom: 0px;
}
#sidebar1-info ul {
	font-family: Tahoma;
	padding: 10px;
	margin: 0px 0px 0px;
	font-size: 12px;
	line-height: 17px;
}
#sidebar1-info li {
	margin-left: 5px;
}
#towns {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #800;
	border-bottom-color: #800;
	margin-right: 3px;
	margin-left: 3px;
	padding: 10px;
	text-align: center;
}
#lee {
	font-size: 10px;
}
#contact {
	width: 901px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#contact_logo {
	float: left;
	width: 260px;
	text-align: center;
	padding-top: 10px;
}
#contact_address {
	width: 381px;
	text-align: center;
	float: left;
	padding-top: 10px;
}
#contact_phone {
	width: 260px;
	text-align: center;
	float: right;
	background-image: url(../images/design/phone_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#contact_phone p {
	padding-top: 10px;
	padding-bottom: 15px;
	margin: 0px;
}
#contact_phone a {
	text-decoration: none;
}
#footer-content {
	width: 901px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 35px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left: 3px;
}
#footer-content a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer-content a:hover {
	color: #999999;
	text-decoration: underline;
}
#footer-content-copyright {
	float: left;
}
#footer-content-disclaimer {
	text-align: right;
}
#atoz {
	text-align: right;
	margin-right: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
#share_button {
	padding:10px;
}
#addthis_widget_fix {
	margin: 0px;
}