@charset "utf-8";

/* CSS Document */



body {

	font: 12px Verdana, Arial, Helvetica, sans-serif;

	line-height: 19px;

	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: #3f170a;

	background-color:#3E160A;

	background-repeat:no-repeat;

}



#topnavigation {

	background-color:#CBB676;

	margin-left: 75px;

	margin-right: 73px;

}

#topnavigation td {

	height: 25px;

	color: #413000;

	font-weight: bold;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

}

#topnavigation a {

	color: #413000;

	padding: 6px 6px 6px 6px;

	text-decoration: none;

	font-size: 10px;

	font-weight: bold;

	border-right: 1px #a88e5b solid;

	line-height: 25px;

}

#topnavigation a:hover {

	color: #413000;

	padding: 6px 6px 6px 6px;

	text-decoration: none;

	font-size: 10px;

	font-weight: bold;

	border-right: 1px #a88e5b solid;

	background-color:#EAE1B3;

	line-height: 25px;

	

}

table#content {

	background-image:url(../images/background_extended.jpg);

	background-repeat:repeat;

}

	

#mainContent {  /*home page */
	margin: 0px 15px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffdd;
	text-align:left;
	z-index: 0;
}

#mainContent3 {  /* landing pages with no navigation */

	margin: 0px 10px 0px 95px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */

	padding: 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	background-color: #ffffdd;

	text-align:left;

}

td#mytest {

	padding-right: 75px;

}



h1 {

	font-size: 18px;

	font-family: Arial, Helvetica, sans-serif;

	line-height: 24px;

	margin-top: 10px;

	margin-bottom: 15px;

}

h2 {

	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	margin-bottom: 8px;

}

h3 {

	font-size: 13px;

	font-family: Georgia, "Times New Roman", Times, serif;

}

h4 {

	font-size: 13px;

	font-family: Georgia, "Times New Roman", Times, serif;

	line-height: 18px;

	margin: 0px;

	padding: 0px;

}

a:link, a:visited {

	color: #3f170a;

}

a:hover, a:active {

	color: #8b0f04;

}

a.nodec:link, a.nodec:visited {

	color: #3f170a;

	text-decoration: none;

}

a.nodec:hover, a.nodec:active {

	color: #8b0f04;

	text-decoration: none;

}

#sidebar1 {

	width: 158px; /* 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 */

	margin: 7px 0px 7px 77px;

	padding-top: 0px;

	text-align:left;

}

td#leftside {

	border-right: 1px #cfc5a8 solid;

}

ul#left_navigation {
	padding: 0px;
	margin: 0;
	width: 158px;
	background-color:#3E160A;

}

ul#left_navigation li {
	list-style: none;
	background-color: #FFFFDD;
	text-align: left;
	margin: 0;

}

ul#left_navigation li a {
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #CFC5A8;
	color: #413000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:left;

}

ul#left_navigation li a:hover {

	color: #8B1106;

}

td.vertical_line {

	background-image:url(../images/bar_vertical.jpg);

	background-repeat: repeat-y;

	background-position:left;

}

td.vertical_line2 {

	background-image:url(../images/bar_vertical.jpg);

	background-repeat: repeat-y;

	background-position:center;

}



#footer {

	padding-top: 0px;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	width: 1050px;

	background-image:url(../images/footer2.jpg);

	background-repeat:no-repeat;

	background-position: top;

	height: 152px;

	text-align: center;

}

.footertext {

	font-weight: bold;

	font-size: 10px;

	padding-top: 20px;

}

.minigallery {

	background-image:url(../images/minigallery_bg.jpg);

	background-repeat: no-repeat;

	height: 350px;

}

.testimonial_title {

	padding: 10px 13px 0px 13px;

	font-size: 11px;

	line-height: 13px;

	font-weight: bold;

}

.testimonial {

	padding: 5px 13px 0px 13px;

	font-size: 11px;

	line-height: 13px;

}

.testimonial_author {

	padding: 0px 13px 0px 13px;

	font-size: 11px;

	line-height: 13px;

	font-style: italic;

	font-family: Arial, Helvetica, sans-serif;

	text-align: right;

}

ul.noindent {

	padding: 0px 10px 0px 10px;

	margin: 0px 10px;

}

a.gallery:link, a.gallery:visited {

	color: #3f170a;

	text-decoration: none;

	font-weight: bold;

	font-size: 12px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

}

a.gallery:hover, a.gallery:active {

	color: #8b0f04;

	text-decoration: hover;

	font-weight: bold;

	font-size: 12px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

}

a.gallery2:link, a.gallery2:visited {

	color: #3f170a;

	text-decoration: none;

	font-weight: bold;

	font-size: 11px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	line-height: 20px;

}

a.gallery2:hover, a.gallery2:active {

	color: #8b0f04;

	text-decoration: hover;

	font-weight: bold;

	font-size: 11px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	line-height: 20px;

}

.category {

	padding-left: 10px;

}

.red_bold_12 {

	font-weight: bold;

	font-size: 12px;

	color: #8b0f04;

}

.red_bold_14 {

	font-weight: bold;

	font-size: 14px;

	color: #8b0f04;

}

.red_bold_16 {

	font-weight: bold;

	font-size: 16px;

	color: #8b0f04;

}

td.procedures {

	padding-top: 125px;

}

.phone_number {

	float: right;

	font-size: 18px;

	font-family: Arial, Helvetica, sans-serif;	

	font-weight: bold;

	line-height: 24px;

	padding-left: 30px;

}

.caption {

	padding: 0px;

	font-size: 11px;

	font-family: Arial, Helvetica, sans-serif;

	line-height: 13px;

}

.font12 {

	font-size: 12px;

}

.font13 {

	font-size: 13px;

}

.font14 {

	font-size: 14px;

}

#slideshow {
	z-index: 0;
}

#slideshow h3 {

	font-size: 13px;

	font-family: Georgia, "Times New Roman", Times, serif;

	margin: 0px;

	padding: 0px;

}



.slideshow_head_right {

	font-size: 11px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	line-height: 18px;

	margin: 0px;

	padding: 0px;

}

.slideshow_rightspacing {

	margin-right: 20px;

}

.comic_sans {

	font-family: "Comic Sans MS", cursive, sans-serif;

}

.times_new_roman {

	font-family:"Times New Roman", Times, serif;

}

.arial {

	font-family:Arial, Helvetica, sans-serif;

}

.impact {

	font-family: Impact, Charcoal, sans-serif;

}

.tahoma {

	font-family: Tahoma, Geneva, sans-serif;

}

.century_gothic {

	font-family: Century Gothic, sans-serif;

}

.trebuchet {

	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;

}

#inset {

	width: 200px;

	float: right;

	margin: 0px;

	padding: 0px;

	text-align:right;

}

#inset_newsletter {

	width: 240px;

	float: right;

	margin: 0px 0px 10px 10px;

	padding: 10px;

	text-align:right;

	background-color: #E2DBBD;

	

}



#search_info {

	padding: 0px;

	margin: 0px;

}

#search_info input {

	font-size: .8em;
	margin-top: 10px;

}



.phone_number {

	font-size: 18px;

	font-family: Arial, Helvetica, sans-serif;	

	font-weight: bold;

	line-height: 24px;

	padding: 5px 0px 10px 0px;

	margin: 0px;

}

ul.no_left_margin {

	padding: 0px 0px 0px 15px;

	margin: 0px 0px;

}



#newsletter_signup {

	padding: 50px 0 0 0;

	text-align: left;

}



.news_bottom_border{

	padding: 5px 5px 15px 5px;

	vertical-align:top;

	border-bottom: 2px #E2DBBD solid;

	

	

}

.news_no_border{

	padding: 6px;

	vertical-align:top;

	border-bottom: 0px;

	

}

.news_quicklinks {

	background-color: #E2DBBD;

	padding: 6px;

}

#wrapper {
	z-index: 0;
}
.redborder {
	height: 10px;
	border-bottom: 4px solid #B30000;
	clear: both;
}

