@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;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
.thrColFixHdr #containerBG {
	text-align: left;
	background-position: 237px 57px;
	background-color: #FFF;
	width: 816px;
	margin-right: auto;
	margin-left: 22px;
	margin-top: 75px;
}
.thrColFixHdr #container1 {
	width: 891px;
	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;
	background-position: 237px 57px;
	background-image: url(../images/right_home2.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #container2 {
	width: 891px;
	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;
	background-position: 237px 57px;
	background-image: url(../images/right_specialty.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #container3 {
	width: 891px;
	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;
	background-position: 237px 57px;
	background-image: url(../images/right_menu.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #container4 {
	width: 891px;
	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;
	background-position: 237px 57px;
	background-image: url(../images/right_photoGallery.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #container5 {
	width: 891px;
	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;
	background-position: 237px 57px;
	background-image: url(../images/right_contact.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #container6 {
	width: 891px;
	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;
	background-position: 237px 57px;
	background-image: url(../images/right_services.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #header {
	padding: 0;  /* 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-image: url(../images/topShadow2.png);
	background-position: bottom;
	margin: 0px;
	height: 57px;
	background-repeat: no-repeat;
} 
.thrColFixHdr #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: 10px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 237px;
	height: 446px;
	background-image: url(../images/menuBG2.png);
	background-repeat: no-repeat;
	padding: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 21px; /* padding keeps the content of the div away from the edges */
	height: 446px;
	background-image: url(../images/rightShadow.png);
	background-repeat: no-repeat;
	padding: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 13em;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 290px;
	padding-right: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #363636;
}
.thrColFixHdr #footer {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 85%;
	color: #210907;
	padding-right: 0;
	padding-left: 0;
	background-image: url(../images/bottomShadow2.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 18px;
	padding-top: 15px;
}
 
.thrColFixHdr #footer p a:link {
	color: #210907;
	text-decoration: none;
}
.thrColFixHdr #footer p a:visited {
	color: #210907;
	text-decoration: none;
}
.thrColFixHdr #footer p a:hover {
	color: #210907;
	text-decoration: none;
}
.thrColFixHdr #footer p a:active {
	color: #210907;
	text-decoration: none;
}
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;

}
.hoursBox {
	background-color: #F2E0CE;
	border: 1px solid #E0B589;
	padding: 4px;
	float: left;
	width: 322px;
}
li {
	list-style-type: square;
	list-style-image: url(../images/bullet.gif);
}
.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;
}
.motif {
	margin-top: 200px;
	margin-left: 5px;
}

.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;
} 
h1 {
	color: #EB141F;
	font-size: 170%;
	margin-top: 55px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
.menuLayout {
	margin-top: 165px;
}
.frame {
	border: 1px solid #CCC;
}
 
a:link {
	color: #12a04d;
	text-decoration: none;
}
a:visited {
	color: #12a04d;
	text-decoration: none;
}
a:hover {
	color: #12a04d;
	text-decoration: none;
}
a:active {
	color: #12a04d;
	text-decoration: none;
}
.popMenu {
	color: #363636;
	height: 25px;
	line-height: 25px;
}
 
.popMenu a:link {
	color: #12a04d;
	text-decoration: none;
}
.popMenu a:visited {
	color: #363636;color: #12a04d;text-decoration: none;
}
 .popMenu a:hover {
	color: #363636;
	text-decoration: none;
}
.popMenu a:active {
	color: #12a04d;
	text-decoration: none;
}
.specialty {
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 314px;
}
.red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #E7141F;
	margin: 0;
	padding: 0;
}
.green {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #14AB54;
	margin: 0;
	padding: 0;
}
.green2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 88%;
	color: #839A16;
	margin: 0;
	padding: 0;
}

