

* { outline: none; }
input::-moz-focus-inner { border: 0; }
.clear { clear: both; }
a img { border: none; }
p { padding: 9px 0px; margin: 0px; }
hr { color: #c1c1c1; background-color: #c1c1c1; height: 1px; border: none; }
.hidden { display: none; }
.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }

a { color: #b10808; text-decoration: none; }
a:hover { text-decoration: underline; color: #b10808; }



#adminbar {
    padding: 5px 10px;
    background: #1973b0 url(../admin_images/adminbar.png) top repeat-x;
    border: 1px solid #004c80;
}
#adminbar form {
    padding: 0px;
    margin: 0px;
}
#editbutton {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    display: block;
    height: 40px;
    width: 220px;
    border: none;
    background: url(../admin_images/edit.png) top;
    cursor: pointer;
    text-indent: -3333px;
    overflow: hidden;
}
#editbutton:hover {
    background: url(../admin_images/edit.png) bottom;
}
#viewmediaform {
    display: block;
    float: right;
}
#viewmedia {
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    display: block;
    height: 40px;
    width: 220px;
    border: none;
    background: url(../admin_images/viewmedia.png) top;
    cursor: pointer;
    text-indent: -3333px;
    overflow: hidden;
}
#viewmedia:hover {
    background: url(../admin_images/viewmedia.png) bottom;
}



h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0px;
	padding: 9px 0px;
	font-weight: bold;
	color: #582200;
	font-size: 24px;
	line-height: 32px;
}

h3, h4, h5, h6 {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
}

#logo {
	display: block;
	position: absolute;
	top: 57px;
	left: 20px;
  width: 543px;
  height: 59px;
  background: url(../images/logo.png);
  padding: 0px;
  margin: 0px;
  text-indent: -3333px;
  overflow: hidden;
}

#logo a {
  display: block;
  width: 543px;
  height: 59px;
}



body {
margin: 0px;
padding: 0px;
background: #f0ecdd;
font-family: Arial, Trebuchet MS, sans serif;
font-size: 14px;
line-height: 22px;
color: #000000;
}

.wrapper {
width: 980px;
margin: 0px auto;
position: relative;
}

.contentbg {
  background: #ffffff;
  padding: 9px 19px;
  border: 1px solid #cabfa4;
  background: #f0ecdd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#banner_div {
height: 178px;
background: url(../images/bodybg.jpg) repeat-x;
}

#contact_div {
  text-align: right;
  position: absolute;
  width: 400px;
  right: 0px;
  top: 24px;
}

#navbar_div {
position: absolute;
top: 146px;
left: 20px;
width: 940px;
text-align: center;
}

#navbar_div a {
font-weight: bold;
font-size: 16px;
text-decoration: none;
color: #ddd4bd;
padding: 0px 30px;
}
#navbar_div a.current {
color: #ffffff;
}
#navbar_div a:hover {
color: #ffffff;
}

#content_div {
	padding: 20px 0px;
  background: #ddd4bd url(../images/htmlbg.jpg) repeat-x;
}

#footer_div {
border-top: 1px solid #cabfa4;
padding: 10px 0px 20px 0px;
}

#footer_div p {
  padding: 10px 20px;
}

#footer_div a {
color: #000000;
font-size: 13px;
}



#sidemenu {
	width: 220px;
	float: left;
	padding-top: 14px;
}
#topofmenu {
  display: block;
  height: 20px;
  line-height: 4px;
  font-size: 4px;
  background: url(../images/menutop.png);
}
#bottomofmenu {
  display: block;
  height: 22px;
  line-height: 4px;
  font-size: 4px;
  background: url(../images/menubtm.png);
}
#sidemenu a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 6px 15px;
	text-shadow: 1px 1px 1px #333333;
}
#sidemenu a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#sidemenu a.odd {
  background: url(../images/odd.png) top center;
}
#sidemenu a.even {
  background: url(../images/even.png) top center;
}

#sidemenu a.sublink {
	color: #ffffff;
	margin-left: 40px;
	background: #333333;
	background: -moz-linear-gradient(90deg,#333333,#666666);
	background: -webkit-gradient(linear, left bottom, left top, from(#333333), to(#666666));
	border: 1px solid #333333;
	text-shadow: 1px 1px 1px #333333;
}

#sidemenu a.sublink:hover {
	color: #ffffff;
	text-decoration: none;
	background: #000000;
	background: -moz-linear-gradient(90deg,#000000,#333333);
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#333333));
	border: 1px solid #000000;
	text-shadow: 1px 1px 1px #000000;
}

#textsection {
	float: right;
	width: 700px;
}



.text_image {
	float: right;
	margin: 9px 0px 9px 18px;
	text-align: center;
}
.text_image_right {
	float: right;
	margin: 9px 0px 9px 18px;
	text-align: center;
}
.text_image_left {
	float: left;
	margin: 9px 18px 9px 0px;
	text-align: center;
}
.text_image img {
	border: 1px solid #c1c1c1;
}
.text_image_right p {
	border-top: 1px solid #c1c1c1;
	margin-top: 10px;
	text-align: left;
}
.text_image_left p {
	border-top: 1px solid #c1c1c1;
	margin-top: 10px;
	text-align: left;
}
.text_image_right img {
	border: 1px solid #c1c1c1;
}
.text_image_left img {
	border: 1px solid #c1c1c1;
}

.text_image p {
	border-top: 1px solid #c1c1c1;
	margin-top: 10px;
	text-align: left;
}

.textholder {
	padding: 10px 0px;
	margin: 0px;
}

.lefttextimage {
float: left; 
margin-right: 10px; 
border: 1px solid #c1c1c1;
}

.righttextimage {
float: right; 
margin-left: 10px; 
border: 1px solid #c1c1c1;
}



.dmap {
	margin: 9px 0px;
	width: 540px;
	height: 300px;
	border: 1px solid #c1c1c1;
}



.submit_button {
	cursor: pointer;
	display: block;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 15px;
	margin-bottom: 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #c10a0a;
	background: -moz-linear-gradient(90deg,#8a0505,#c10a0a);
	background: -webkit-gradient(linear, left bottom, left top, from(#8a0505), to(#c10a0a));
	border: 1px solid #8a0505;
	text-shadow: 1px 1px 1px #8a0505;
}

.submit_button:hover {
	color: #ffffff;
	text-decoration: none;
	background: #8a0505;
	background: -moz-linear-gradient(90deg,#582200,#8a0505);
	background: -webkit-gradient(linear, left bottom, left top, from(#582200), to(#8a0505));
	border: 1px solid #582200;
	text-shadow: 1px 1px 1px #582200;
}

#contactright {
	float: right;
	width: 460px;
}

#contactleft {
	float: left;
	width: 460px;
	border-right: 1px solid #c1c1c1;
}

.textinput {
	width: 300px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

.smallinput {
	width: 35px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

.phoneinput {
	width: 150px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}
.codeinput {
	width: 75px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

#contactform label {
	display: block;
	font-size: 12px;
	color: #666666;
}

#contactform select {
	color: #333333;
}

#contactform textarea {
	width: 300px;
	height: 100px;
	padding: 3px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	color: #333333;
}

#codetable {
	width: 225px;
}
#codetable .secimagetd {
	width: 125px;
	text-align: center;
}
#codetable .secimagetd img {
	border: 1px solid #c1c1c1;
}

.map {
	margin: 9px 0px;
	width: 460px;
	height: 300px;
	border: 1px solid #c1c1c1;
}



.faq {
	margin: 0px 0px;
}

.faq2 {
	border-bottom: 1px solid #c1c1c1;
	margin: 0px 0px;
}

.faqholder {
	position: relative;
	padding-left: 50px;
}

.faqtitle {
	position: absolute;
	top: 9px;
	left: 20px;
	font-weight: bold;
	color: #999999;
}



.imagetable {
	float: left;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	margin: 10px;
	text-align: center;
}
.bfimagetable {
	float: left;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	margin: 10px;
	text-align: center;
	cursor: pointer;
}
.bfimagetable td {
	width: 122px;
	height: 122px;
}
.cattable {
	float: left;
	width: 138px;
	height: 180px;
	margin: 10px;
	text-align: center;
}
.catimage {
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
}



.linkholder {
	float: left;
	width: 290px;
	margin: 10px;
	position: relative;
	min-height: 140px;
	padding: 10px 0px 10px 160px;
}

.linktable {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}

.link2holder {
	margin: 10px 80px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	min-height: 150px;
	padding: 10px 0px 10px 150px;
}

.link2table {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}



.link3holder {
	margin: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	min-height: 150px;
	padding: 10px 0px 10px 150px;
}

.link3table {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}

.link4holder {
	position: relative;
	min-height: 200px;
	text-align: center;
	width: 140px;
	float: left;
	margin-right: 10px;
}

.link4table {
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.link5holder {
	margin: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	padding: 10px 0px 10px 0px;
}

.link5image {
float: left; 
width: 150px;
}

.link5table {
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}



.testimonialholder {
	padding: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	margin: 0px 80px 10px 80px;
}

.testimonial {
	
}

.author {
	text-align: right;
}



#blogholder {
	position: relative;
	padding-right: 240px;
	min-height: 640px;
}
#sidedivider {
	height: 1px;
	background: #451b01;
	margin: 5px 10px;
}
#sidebar {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 220px;
	background: #9a5d38;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 0px;
}
#sidebar h4 {
	padding-left: 20px;
	color: #ffffff;
}
#sidebar .rssfeed a {
	color: #ddd4bd;
	display: block;
	padding: 0px 0px 0px 20px;
}
#sidebar .rssfeed a img {
	margin-bottom: -4px;
	margin-right: 4px;
}
#sidebar a {
	color: #ddd4bd;
	display: block;
	padding: 0px 0px 0px 30px;
}
#sidebar a:hover {
	color: #ffffff;
	text-decoration: none;
}

#commentform label {
	display: block;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

#commentform .textinput {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 220px;
}

#commentform textarea {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 300px;
	height: 75px;
}

.blogentry {
	padding: 10px 0px;
	border-top: 1px solid #c1c1c1;
}
.firstentry {
	border-top: none;
}
.readmore {
	text-align: right;
}

.date { color: #999999; font-style: italic; }

.comment1 {
	border: 1px solid #c1c1c1;
	background: #dfdfdf;
	margin: 5px 0px;
	padding: 10px 20px;
}

.comment2 {
	border: 1px solid #c1c1c1;
	background: #ffffff;
	margin: 5px 0px;
	padding: 10px 20px;
}



.donation_form {

}

.homewrap {
  padding: 0px 20px;
}
#homebody {
  float: left;
  width: 195px;
  margin-left: 18px;
}
#homecallout {
  background: url(../images/calloutbg.png) no-repeat;
  width: 945px;
  height: 310px;
  margin: 0px 0px 20px 20px;
  position: relative;
}
#homecallout img {
  position: absolute;
  left: 250px;
  top: 15px;
}

#calloutnav {
  position: absolute;
  left: 20px;
  top: 47px;
  line-height: 36px;
}

#calloutnav a {
  color: #ffffff;
}

#appointment {
  background: url(../images/appointment.png) no-repeat;
  width: 194px;
  height: 177px;
  text-indent: -3333px;
  overflow: hidden;
  position: absolute;
  bottom: -50px;
  right: 60px;
}

#imagecallout {
  float: left;
  width: 329px;
  height: 240px;
  background: url(../images/imagebg.png) no-repeat;
  margin-left: 18px;
  position: relative;
}
#imagecallout img {
  position: absolute;
  left: 22px;
  top: 32px;
}
#tributebtn {
	display: block;
	width: 386px;
	height: 136px;
	background: url(../images/pincallout.png) top center;
	float: right;
	margin-right: 10px;
	margin-top: -20px;
	text-indent: -3333px;
	overflow: hidden;
}
#tributebtn:hover {
	background: url(../images/pincallout.png) bottom center;
}

#missiondiv {
  height: 264px;
  width: 386px;
  float: right;
  background: url(../images/missionbg.png) no-repeat;
  margin-right: 16px;
}
#missiondiv .padding {
  padding: 10px 24px 10px 22px;
  color: #ffffff;
}
#footer_logos {
  float: right;  
  margin-right: 20px;
  margin-top: 20px;
  width: 280px;
}

#footer_logos a {
margin-right: 10px;
}

#footer_logos a:hover {
text-decoration: none;
}


#footer_div p {
  float: left;
}

#cattext {
	float: left;
	width: 360px;
}

#catimages {
	float: right;
	width: 320px;
}


