html {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  background: #004120 url('images/bg_gradient.jpg') top center repeat-y;
  font: 1em Tahoma, serif;
}
a {
  text-decoration: underline;
  color: #275C35;
}
img {
  border: none;
}
p {
  margin: 0px;
  padding: 0px;
}
ul {
  padding-right: 5px;
}
#yearmenu {
  margin: 0px auto;
  text-align: center;
  width: 400px;
}
#yearmenu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#yearmenu ul li {
  /*position: relative;*/
  float: left;
  display: inline;
  font: 1em Tahoma, serif;
  padding: 0px 5px;
}
#yearmenu ul li a {
  color: #e68a2e;
}
#navmenu {
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 5;
  top: 210px;
  left: 410px;
  color: #ffffff;
  text-align: center;
  width: 450px;
}
#navmenu ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
  list-style: none;
}
#navmenu ul li {
  position: relative;
  float: left;
  display: inline;
  font: .75em Tahoma, serif;
  padding: 0px 10px;
}
#navmenu ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
#navmenu ul li a:hover {
  color: #ffffff;
  background: #333333;
  font-weight: bold;
}
#navmenu ul li ul{
  position: absolute;
  background: #282828;
  border: 1px solid #cccccc;
  left: 0px;
  visibility: hidden;
  text-align: left;
  list-style: none;
}
#navmenu ul li ul li{
  display: block;
  font: 1em Tahoma, serif;
  border: 1px solid #cccccc;
  padding: 1px;
}
#navmenu ul li ul li a {
  display: block;
  text-decoration: none;
  color: #cccccc;
  font-weight: bold;
  width: 100px;
}
#navmenu ul li ul li a:hover {
  background: #ffffff;
  color: #333333;
}
#header {
  margin: 0px auto;
  padding: 0px;
  height: 300px;
  width: 850px;
  background: url("images/ncbr_header.jpg") no-repeat;
}
#maincontent {
  margin: 0px auto;
  padding: 0px;
  background: #ffffff;
  width: 850px;
}
#content {
  width: 500px;
  margin: 0px;
  margin-left: 5px;
}
#rtSideBar {
  float: right;
  margin-right: 5px;
  margin-left: 15px;
  width: 300px;
}
#footer {
  margin: 0px auto;
  padding: 0px;
  padding-top: 25px;
  width: 850px;
  text-align: center;
  color: #000000;
  background: #ffffff;
  font-size: .7em;
}
#footer img {
  vertical-align: middle;
}
#dog_listing {
  text-align: center;
}
#dog_listing img, #vol_listing img {
  float: none;
  margin: 5px;
  width: 425px;
  max-width: 425px;
}
#dog_listing table {
  margin-left: 5px;
}
#dog_listing table, #dog_listing tr {
  font: .95em Tahoma, serif;
  text-align: left;
  width: 475px;
}
#dog_listing td {
  vertical-align: top;
}
#search_form {
  margin: 0px;
  padding: 10px;
  padding-bottom: 0px;
  font: .8em Tahoma, serif;
}
fieldset {
  border: none;
}
#search_form fieldset {
 width: 400px;
}
#search_form label, #search_form input, #search_form select {
 display: block;
 width: 100px;
 float: left;
}
#search_form label {
 text-align: right;
 width: 75px;
 margin-right: .5em;
 padding: 0.2em;
 margin: 0;
 margin-top: 0.3em;
}
#search_form input {
 margin: 3px;
 margin-left: 10px;
 height: 20px;
}
#search_form select {
 margin: 3px;
 margin-left: 10px;
 height: 20px;
}
#search_form br {
 clear: left;
}
#contact_form {
  padding: 10px;
}
#contact_form fieldset {
 width: 400px;
 border: 1px solid #cccccc;
}
#contact_form label, #contact_form input {
 display: block;
 width: 150px;
 float: left;
}
#contact_form label {
 text-align: right;
 width: 75px;
 margin-right: .5em;
 padding: 0.2em;
 margin: 0;
 margin-top: 0.3em;
}
#contact_form input {
 margin: 3px;
 margin-left: 10px;
 height: 20px;
}
#contact_form input#subject {
 width: 300px;
}
#contact_form textarea {
 margin: 3px;
 height: 200px;
 width: 300px;
} 
#contact_form br {
 clear: left;
}
#cost_comp {
  width: 425px;
  padding: 5px;
}
#cost_comp th {
  font-weight: bold;
  font-size: .8em;
  color: #e68a2e;
  text-align: left;
  border-bottom: 2px dashed #cccccc;
}
#cost_comp td {
  font-size: .9em;
}
#pane {
  position: relative;
}
#scrollMask {
  position: absolute;
  height: 900px;
  width: 300px;
}
#scrollPane {
  position: relative;
  width: 275px;
  height: 900px;
  /*z-index: 1;*/
  overflow: auto;
}
/*
#uki_downBtn {
  float: left;
}
#uki_upBtn {
  float: right;
}
#scrollPane .avail_listing p {
  margin-left: 100px;
  padding-top: 25px;
  text-align: center;
  font: 1em Tahoma, serif;
}
#scrollPane .avail_listing p img {
  float: none;
}
#scrollPane .avail_listing img {
  float: left;
  vertical-align: middle;
}
*/
br.clear {
  clear: both;
}
br.clearLt {
  clear: left;
  height: 1px;
}
.section {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
.section .section_head h2 {
  position: relative;
  float: left;
  left: 50px;
  margin-top: 15px;
  padding: 0px;
  font: 1em Tahoma, serif;
  font-weight: bold;
  color: #ffffff;
}
.section h3 {
  margin: 0px;
  padding: 10px;
  padding-bottom: 0px;
  font: .9em Tahoma, serif;
  font-weight: bold;
  color: #e68a2e;
}
.section h4 {
  margin: 0px 10px;
  padding: 0px;
  padding-top: 10px;
  color: #e68a2e;
  font-weight: normal;
  text-align: left;
}
.section .section_head .section_rt {
  height: 55px;
}
.section .section_foot .section_rt {
  height: 10px;
}
.section .section_head {
  background: transparent url("images/section_TopLt.jpg") no-repeat 0px 0px;
  margin: 0px;
  margin-right: 21px;
}
.section .section_head .section_rt {
  background: transparent url("images/section_TopRt.jpg") no-repeat right 0px;
  position: relative;
  margin-right: -21px;
}
.section_head img {
  margin-right: 15px;
  /*vertical-align: middle;*/
}
.section .section_body {
 background: transparent url("images/section_MidLt.png") repeat-y 0px 0px;
 margin-right: 21px;
 margin-left: 1px;
}
.section .section_body .section_rt {
  background: transparent url("images/section_MidRt.png") repeat-y right 0px;
  margin-right: -20px;
}
.section .section_body .section_text {
  color: #000000;
}
.section .section_body .section_text p {
  padding: 10px 10px 0px 10px;
  font: .8em Tahoma, serif;
}
.section .section_body .section_text ul {
  /*margin: 0px;*/
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  font: .8em Tahoma, serif;
}
.section .section_body .section_text ul li {
  display: list-item; 
}
.section .section_body .section_text table {
  margin: 5px;
  font: .8em Tahoma, serif;
}
.section .section_body .section_text td {
  padding: 0px 5px;
}
.section .section_body .section_text img {
  padding: 5px;
}
.section .section_foot {
  background: transparent url("images/section_BotLt.jpg") no-repeat 0px 0px;
  margin-right: 21px;
  margin-left: 1px;
}
.section .section_foot .section_rt {
  background: transparent url("images/section_BotRt.jpg") no-repeat right 0px;
  margin-right: -20px;
}
.dog_info {
  padding: 3px;
  text-align: left;
}
.dog_info p{
  font: .7em Tahoma, serif;
}
.dog_info h3 {
  margin: 0px;
  padding: 3px;
  padding-bottom: 0px;
  font: .9em Tahoma, serif;
  font-weight: bold;
  color: #ffffff;
}
.dog_info h4 {
  margin: 0px;
  font: .8em Tahoma, serif;
}
.dog_info img {
  float: right;
  border: 0px;
  margin: 5px;
  width: 100px;
}
.result_listing {
  display: block;
  border-bottom: 2px dashed #000000;
  margin: 10px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.result_listing h3 {
  padding: 0px;
}
.result_listing img {
  float: left;
  border: 0px;
  padding: 0px;
  margin: 0px;
  width: 100px;
}
.sub_nav {
  width: 100%;
  padding: 10px;
  font: .8em Tahoma, serif;
}
.sub_nav td {
  width: 33%;
  text-align: left;
}
.note {
  font: italic .8em Tahoma, serif;
}
.blackTxt {
  color: #000000;
}
.redTxt {
  color: #ff0000;
}
.section .section_body .section_text img.center {
  display: block;
  float: none;
  margin: 0px auto;
}
label {
  margin: 5px;
}
.section .section_body .section_text .avail_listing {
  margin: 0px;
  padding: 0px;
  display: block;
  float: none;
  clear: both;
}
.section .section_body .section_text .avail_listing p {
  margin-left: 100px;
  padding-top: 25px;
  /*text-align: center;*/
  font: .8em Tahoma, serif;
}
.section .section_body .section_text .avail_listing p img {
  float: none;
}
.section .section_body .section_text .avail_listing img {
  float: left;
  vertical-align: middle;
}
img.dog_pic {
  height: 75px;
  /*float: left;*/
  vertical-align: middle;
}
.floatRt {
  float: right;
}
.floatLt {
  float: left;
}
.clearRt {
  margin: 0px;
  padding: 0px;
  height: 0px;
  clear: right;
}
.clearLt {
  margin: 0px;
  padding: 0px;
  height: 0px;
  clear: left;
}
.center, h4.center {
  text-align: center;
}
/*ul li {
  list-style: none outside;
  font: .8em Tahoma, serif;
}*/
ol li {
  list-style: decimal outside;
  font: bold .8em Tahoma, serif;
}
.ordered {
  font-weight: normal;
}
#faq {
  margin-top: 0px;
  margin-bottom: 0px;
}
#faqs li{
font-size: 12px;
list-style-type: none;
padding: 5px 5px 0px 0px;
color: #e68a2e;
}
#faqs li.answer{
padding: 0px 5px 5px 10px;
color: #000000;
}
.normal li {
  margin-left: 20px;
}
.decor li {
  list-style: circle url('images/greenpaw.png') outside;
  padding-left: 5px;
  margin-left: 25px;
}
#donation_form {
  padding: 0px 10px 10px 10px;
}
.vets {
  text-align: center;
  padding: 5px;
  margin: 0px 5px;
  border-bottom: 3px solid #cccccc;
}
.colorTxt {
  color: #e68a2e;
}
.next {
  display: inline;
  float: right;
}
.prev {
  float: left;
  display: inline;
}
.next img, .prev img {
  vertical-align: middle;
}
#scrollBtns .next a, #scrollBtns .prev a {
  text-decoration: none;
}
#scrollBtns2 .next a, #scrollBtns2 .prev a {
  text-decoration: none;
}
table#merchandise {
  width: 475px;
}
#merchandise, #merchandise td {
  text-align: center;
  border: 1px solid #000000;
}
.event {
  margin: 10px;
  padding-bottom: 5px;
  /*border-bottom: 2px dashed #000000;*/
  border-bottom: 2px dashed #e68a2e;
}
.event img {
  float: right;
}
.ht, .rb {
  margin: 10px;
  padding-bottom: 5px;
  /*border-bottom: 2px dashed #000000;*/
  border-bottom: 2px dashed #e68a2e;
}
.ht img {
  width: 100px;
}
.rb img {
  width: 200px;
}
#supporters {
  margin: 0px auto;
  width: 475px;
}
/*.sponsors {
  display: block;
  float: left;
}*/
.sponsors, .donors {
  width: 200px;
  float: left;
}
.sponsors ul, .donors ul, .sponsors ul li, .donors ul li {
  list-style: none;
}
/*.sponsors ul li, .donors ul li {
  width: 225px;
}*/
.links {
  width: 225px;
  float: left;
  padding: 10px 10px;
  text-align: center;
}
.links ul, .links li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  /*text-align: left;*/
}
.adopted {
  position: relative;
  display: block;
  /*text-align: center;*/
}
.result_listing .adopted {
  float: left;
}
.adopted img {
  float: none;
}
.adopted_pic {
  position: absolute;
  left: 0px;
  top: 0px;
  /*text-align: center;*/
}
#online_app fieldset.app {
  font: 1em Tahoma, serif;
}
#online_app {
  margin: 0px auto;
  width: 475px;
 /* font: .7em Tahoma, serif;*/
}
#bed, #adjustment, #alone, #day_place, #absence, #feeder, #training, #adopt_reason, #boxer_research, #interested_boxer, #keep, #vet_expense {
  width: 300px;
}
#online_app .buttons {
  background: #ffffff;
  border: 2px outset #cccccc;
}
#online_app p {
  font: 1em Tahoma, serif;
}
#online_app .note {
  font: italic 1em Tahoma, serif;
  color: #e68a2e;
}
#online_app fieldset {
 /*width: 475px;*/
  font: .7em Tahoma, serif;
  border: 1px solid #000000;
  padding-left: 3px;
}
#online_app fieldset legend {
  color: #0000ff;
}
/*#online_app .inline {
  float: none;
}*/
#online_app label {
  font-weight: bold;
  margin-bottom: 33px;
  vertical-align: middle;
}
#online_app label.midfield, #online_app label.state {
  display: block;
  float: left;
}
#online_app br {
  clear: both;
}
#online_app label.textfield {
  width: 90px;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
}
#online_app label.textfield2 {
  width: 125px;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
}
#online_app input.textfield {
  width: 100px;
  height: 20px;
}
#online_app input {
 margin: 3px;
 background: #cccccc;
 border: none;
 border-bottom: 1px solid #000000;
}
#online_app input.radio {
  background: none;
  border: none;
}
#online_app textarea {
 margin: 3px;
 background: #cccccc;
 border: 1px solid #000000;
}
#online_app #minitial, #online_app #state {
  width: 20px;
}
#online_app #zip {
  width: 60px;
}
#online_app #fence {
  width: 20px;
}
#email_list {
  margin: 0px auto;
  padding: 0px;
}
#mail_list img {
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
/*#online_app label {
 text-align: right;
 width: 75px;
 margin-right: .5em;
 padding: 0.2em;
 margin: 0;
 margin-top: 0.3em;
}
#online_app input {
 margin: 3px;
 margin-left: 10px;
 height: 20px;
}*/

