@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: #2F2E33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #EEE6D8;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
#mainContent3 h2 {
	color: #630708;
	font-size: 90%;
	text-transform: uppercase;
	margin: 0px;
}
#mainContent3 p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a img {
	border: none;
}
#container {
	width: 802px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#innercontainer {
	background-color: #FFF7EB;
	height: 500px;
	width: 798px;
	border: 2px solid #65090A;
}
#innercontainer2 {
	background-color: #E8DECB;
	width: 798px;
	border: 2px solid #65090A;
	padding: 0;
	clear: both;
}
#innercontainer h1 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
#mainContent h1 {
	font-size: 14px;
	color: #65090A;
	text-align: left;
	padding-top: 20px;
	padding-left: 60px;
}
#header {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: center 15px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
	font-size: 13px;
	text-align: right;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#sidebar1 {
	width: 300px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #2F2E33;
	margin-top: 20px;
	padding-top: 0px;
	float: right;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 207px;
	height: 320px;
	background-color: #FEF9EF;
	border: 4px solid #2E2D32;
	margin: 10px;
}
#sidebar2 p {
	color: #FEFAF3;
	background-color: #2E2D32;
	height: 276px;
	width: 163px;
	margin: 2px;
	padding: 20px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 22px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 440px;
} 
#mainContent2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 550px;
	background-color: #FFFBF4;
} 
#mainContent3 {
	padding-top: 10px;
	padding-right: 120px;
	padding-bottom: 120px;
	padding-left: 120px;
	width: 558px;
	background-color: #FFFBF4;
	margin: 0px;
} 
#footer {
	background-image: url(images/footerbac.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 60px;
} 
#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 */
	text-align: center;
	font-size: 10px;
	line-height: 18px;
}
.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:1em;
	font-size: 1px;
	line-height: 0px;
}
.sidebaritem p {
	color: #620708;
	font-size: 14px;
	line-height: 1.25;
}
.sidebaritem {
	height: 140px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
.sidebarline {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #65090A;
	border-left-color: #65090A;
}
#minimenu {
	color: #FFF;
	background-color: #2E2D32;
	height: 26px;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
}
#mainContent img {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2E2D32;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
#minimenu a {
	color: #FFF;
	text-decoration: none;
}
.sidebaritem a {
	font-style: italic;
	font-weight: bold;
	color: #5A0606;
	text-decoration: none;
}
.sidebaritem a:hover, .sidebaritem a:active .sidebaritem a:focus {
	font-style: italic;
	font-weight: bold;
	color: #5A0606;
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 0px;
	padding-top: 0px;
}
#minimenu a:hover, #minimenu a:active, #minimenu a:focus {
	color: #FF0;
	text-decoration: none;
}
#sidebar1 h2 {
	font-size: 14px;
	text-align: center;
}
.sidebaritem img {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
.inlinelink {
	font-style: italic;
	font-weight: bold;
	color: #2E2D32;
	text-decoration: none;
	text-align: right;
	display: block;
}
#homeaddress {
	color: #620708;
}
#menu {
	color: #FFF;
	background-color: #2E2D32;
	text-align: center;
	font-size: 9px;
	height: 16px;
	padding-top: 8px;
	margin: 0px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FFFBF2;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFBF2;
}
#menu a {
	color: #FFF;
	text-decoration: none;
}
#menu a:hover, #menu a:active, #menu a:focus {
	color: #FF0;
	text-decoration: none;
}
#currentpage {
	font-weight: bold;
	color: #FF0;
}
#mainContent2 h1 {
	color: #580606;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 26px;
	background-color: #E8DECB;
	display: block;
	width: 520px;
	margin-left: 0px;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 26px;
	margin-top: 20px;
}
#mainContent2 ul {
	font-size: 15px;
	color: #2E2D32;
	line-height: 24px;
	padding-right: 20px;
}
#mainContent3 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: normal;
	color: #65080A;
	text-align: center;
	font-size: 26px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #65080A;
	border-bottom-color: #65080A;
	height: 45px;
	padding-top: 15px;
}
.quoteblock {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ECE5D5;
	padding: 20px;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 24px;
}
.pageanchors {
	color: #620708;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
}
#mainContentAbout {
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 120px;
	padding-left: 20px;
	width: 698px;
	background-color: #FFFBF4;
	margin: 0px;
}
#mainContentAbout img {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	height: 323px;
	width: 165px;
	margin-bottom: 200px;
}
#mainContentAbout a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	float: left;
	margin: 20px;
	background-color: #2F2E33;
	color: #FFF;
	height: 22px;
	width: 165px;
	text-align: center;
	padding-top: 6px;
	font-size: 16px;
}
#mainContentAbout h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: normal;
	color: #65080A;
	text-align: center;
	font-size: 26px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #65080A;
	border-bottom-color: #65080A;
	height: 45px;
	padding-top: 15px;
	margin-left: 190px;
}
#contactcontainer {
	text-align: center;
	margin-top: 20px;
}
.phonenumbers {
	font-size: 20px;
	font-weight: bold;
	line-height: 75%;
}
#sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	width: 206px;
	background-color: #FEF9EF;
	margin: 10px;
}
#mainContent4 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 236px;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 510px;
	background-color: #FFFBF4;
}
#mainContent4 ul {
	line-height: 175%;
}
#benefitsheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: normal;
	color: #65080A;
	text-align: center;
	font-size: 26px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #65080A;
	border-bottom-color: #65080A;
	height: 60px;
	padding-top: 15px;
}
#mainContent3 ul li {
	line-height: 150%;
}
#sidebarleft blockquote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #560506;
	font-size: 13px;
}
#header h2 {
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
	font-weight: normal;
}
#mainContent p {
	padding-left: 130px;
	padding-top: 20px;
}
.phone {
	text-align: right;
	display: block;
	color: #FFF;
	font-size: 14px;
	padding-top: 5px;
}
#appointment_form {
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #2E2D32;
	padding: 20px;
}
#newsletterbody {
	background-color: #FEFBF2;
	padding-top: 60px;
	padding-right: 55px;
	padding-bottom: 60px;
	padding-left: 55px;
}
#minimenuL a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2E2D32;
	display: block;
}
