

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

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



#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 {
  margin: 0px;
  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: normal;
  color: #2fb6cf;
  font-size: 24px;
  line-height: 28px;
  font-family: Georgia, Times, Times New Roman, serif;
}

h3, h4, h5, h6 {
  font-size: 18px;
  line-height: 22px;
  color: #2fb6cf;
}

#logo {
  display: block;
  position: absolute;
  margin: 0px;
  padding: 0px;
  background: url(../images/logo.png);
  width: 222px;
  height: 117px;
  text-indent: -9999px;
  overflow: hidden;
  top: 30px;
  left: 0px;
}
#logo a {
  display: block;
  width: 222px;
  height: 117px;
}



body {
margin: 0px;
padding: 0px;
background: #642d10 url(../images/bodybg.png) repeat-x;
font-family: Trebuchet MS, Arial, sans serif;
font-size: 14px;
line-height: 22px;
color: #FFF6C2;
}

#wrapper {
width: 940px;
margin: 0px auto;
}

#banner_div {
position: relative;
height: 217px;
}

#navbar_div {
position: absolute;
top: 186px;
color: #0b486f;
}

#navbar_div a {
text-decoration: none;
color: #a1ebfd;
text-transform: uppercase;
}

#navbar_div a.current {
color: #ffffff;
}

#navbar_div a:hover {
color: #ffffff;
}

#content_div {
  padding: 20px 0px;
}

#footer_div {
border-top: 1px solid #4B2009;
padding: 20px 0px 30px 0px;
color: #FFF6C2;
}

#footer_div a {
color: #FFF6C2;
}

#dogcat {
position: absolute;
bottom: 3px;
right: 0px;
width: 370px;
height: 150px;
background: url(../images/DogAndCat.png);
}

#motto {
position: absolute;
bottom: 70px;
right: 400px;
color:#fff6c2;
text-align: right;
font-family: Georgia;
font-size: 1.2em;
padding: 0px;
margin: 0px;
}

#navbar2_div {
position: absolute;
top: 20px;
right: 0px;
margin: 0px;
padding: 0px;
color: #fffbc2;
text-align: right;
}

#navbar2_div a{
color:#a1ebfd;
text-decoration: none;
}

#navbar2_div a:hover {
color: #ffffff;
text-decoration: none;
}

#homegallery {
  border: 4px solid #4b2009;
  height: 292px;
  width: 612px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0px 0px 10px 0px;
}

#homegallery img {
  position: absolute;
  top: 0px;
  left: 0px;
}

#callouttext {
  float: right;
  width: 300px;
}

.homeleftcolumn {
  float: left;
  width: 300px;
}

.homemiddlecolumn {
  float: left;
  margin-left: 20px;
  width: 300px;
}

.homerightcolumn {
  float: right;
  width: 300px;
}



#sidemenu {
  width: 220px;
  float: left;
  padding-top: 14px;
}

#sidemenu a {
  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: #01a2da;
  background: -moz-linear-gradient(90deg,#277ebc,#01a2da);
  background: -webkit-gradient(linear, left bottom, left top, from(#277ebc), to(#01a2da));
  border: 1px solid #277ebc;
  text-shadow: 1px 1px 1px #277ebc;
}

#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:hover {
  color: #ffffff;
  text-decoration: none;
  background: #277ebc;
  background: -moz-linear-gradient(90deg,#08588d,#277ebc);
  background: -webkit-gradient(linear, left bottom, left top, from(#08588d), to(#277ebc));
  border: 1px solid #08588d;
  text-shadow: 1px 1px 1px #08588d;
}
#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 #4b2009;
}
.text_image_right p {
  border-top: 1px solid #4b2009;
  margin-top: 10px;
  text-align: left;
}
.text_image_left p {
  border-top: 1px solid #4b2009;
  margin-top: 10px;
  text-align: left;
}
.text_image_right img {
  border: 1px solid #4b2009;
}
.text_image_left img {
  border: 1px solid #4b2009;
}

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

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

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

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



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



.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: #01a2da;
  background: -moz-linear-gradient(90deg,#277ebc,#01a2da);
  background: -webkit-gradient(linear, left bottom, left top, from(#277ebc), to(#01a2da));
  border: 1px solid #277ebc;
  text-shadow: 1px 1px 1px #277ebc;
}

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

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

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

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

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

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

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

#contactform select {
  color: #333333;
}

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

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

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



.faq {
  margin: 0px 0px;
}

.faq2 {
  border-bottom: 1px solid #4b2009;
  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;
  margin: 10px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #4b2009;
}
.imagetable5 {
  float: left;
  width: 138px;
  height: 138px;
  margin: 5px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #4b2009;
}
.bfimagetable {
  float: left;
  background: #ffffff;
  border: 1px solid #4b2009;
  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 #4b2009;
}

.subcat_text {
}
.subcat_images {
float: right;
width: 300px;
}



.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 #4b2009;
  text-align: center;
}

.link2holder {
  margin: 10px 80px;
  border-bottom: 1px solid #4b2009;
  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 #4b2009;
  text-align: center;
}



.link3holder {
  margin: 10px 0px;
  border-bottom: 1px solid #4b2009;
  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 #4b2009;
  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 #4b2009;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.link5holder {
  margin: 10px 0px;
  border-bottom: 1px solid #4b2009;
  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 #4b2009;
  text-align: center;
}



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

.testimonial {
  
}

.author {
  text-align: right;
}



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

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

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

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

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

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

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

.comment2 {
  border: 1px solid #4b2009;
  margin: 5px 0px;
  padding: 10px 20px;
}



.donation_form {

}



.doclink {
  margin-left: 80px;
  margin-right: 80px;
  padding-bottom: 9px;
  border-bottom: 1px solid #4b2009;
  margin-bottom: 9px;
}

#topsection {
  height: 300px;
  margin: 5px;
}

#flash {
  float: left;
  width: 600px;
  height: 300px;
  background: url(../../pages/Home/images/FlashExample.jpg);
  margin-top: 10px;
  text-indent: -9999px;
}

#topcontent {
  float: right;
  width: 300px;
  margin-top: 10px;
}


#vetlogin {
position: relative;
background: url(../images/login.png) no-repeat;
height: 368px;
width: 500px;
margin-left: 220px;
}

#vetlogin label {
color: #ffffff;
}

#vetlogin h2 {
position: absolute;
top: 18px;
left: 155px;
}

.user {
position: absolute;
left: 35px;
top: 80px;
}

.pass {
position: absolute; 
left: 35px;
top: 185px;
}

.login_button {
background: url(../images/loginbutton.png) no-repeat top;
height: 31px;
width: 115px;
border: 0px;
text-indent: -3333px;
overflow: hidden;
position: absolute;
top: 300px;
left: 200px;
cursor: pointer;
}

.login_button:hover {
background: url(../images/loginbutton.png) no-repeat bottom;
}

.drop {
position: absolute;
left: 33px;
top: 103px;
font-size: 24px;
background: #642d10;
height: 68px;
width: 434px;
border: 0px;
padding-left: 3px;
color: #ffffff;
}

.fieldlogin {
position: absolute;
left: 33px;
top: 203px;
font-size: 24px;
background: #642d10;
height: 68px;
width: 431px;
border: 0px;
padding-left: 3px;
color: #ffffff;
}

.loginhello {
margin-top: 30px;
font-size: 28px;
color: #ffffff;
}

.logoutvet {
float: right;
margin-top: 20px;
background: url(../images/logout.png) no-repeat top;
height: 31px;
width: 115px;
border: 0px;
text-indent: -3333px;
overflow: hidden;
cursor: pointer;
}

.logoutvet:hover {
background: url(../images/logout.png) no-repeat bottom;
}


.hp_field {
    border: none;
    background: none;
    color: none;
    height: 0px;
    width: 0px; 
    }



.obinput {
background: #4e240e;
color: #ffffff;
padding: 3px;
border: solid 1px #7b472b;
margin-right: 10px;
width: 250px;
}

.obinputarea {
background: #4e240e;
color: #ffffff;
padding: 3px;
height: 100px;
border: solid 1px #7b472b;
width: 250px;
}

#obituary_form label {
display: block;
font-size: 12px; 
color: #ffffff;
}

.floatleft {
float: left;
}

#obituary_form {

}

.ob_button {
margin-top: 20px;
float: right;
font-size: 18px;
font-weight: bold;
}

.ob_button:hover {
color: #ffffff;
}

.submit_response {
weight: bold;
margin: 10px 10px;
}
 
.choosefile {
background: #4e240e;
height: 30px;
width: 248px; 
border: 0px;
padding-top: 5px;
padding-left: 10px;
margin: 10px 0px;
color: #ffffff;
border: solid 1px #7b472b;
}

.obituaryleft {
  float: left;
  width: 620px;
}

.obitholder {
  padding: 10px 0px;
  border-top: 1px solid #7b472b;
}

.obituaryright {
  float: right;
  width: 300px;
  background: #7b472b;
}

.obituaryright form {
  display: block;
  margin: 10px 20px 20px 20px;
  padding: 0px;
}

#staffbtn {
  display: block;
  float: right;
  margin: 0px 0px 10px 20px;
  width: 300px;
  height: 48px;
  background: url(../images/staffbtn.png) top center;
  text-indent: -3333px;
  overflow: hidden;
}
#staffbtn:hover {
  background: url(../images/staffbtn.png) bottom center;
}

