html {
  /*font-size: 100.01%;*/ /* workaround for older Opera and IE font sizing problems*/
}

* {
  margin: 0 0;
  padding: 0 0;
}

body {
  font-size: 62.5%;
  font-family: Arial, sans-serif;
  text-align: center; /* for IE 5 */ 
  /*background: #dcd0c0;*/
  /*background: #155870;*/
  /*background: #2b5e70;*/
  background: #a0bab9;
  /*background: #a0bab9 url(../images/full-back-trans.gif) repeat-y top center;*/
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

img {
  border: 0;
}

a {
	color: #111;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	 color: #58544f;
	 font-weight: bold;
	 text-decoration: underline;

}

a:hover, a:focus, a:active {
	color: #095879;
	font-weight: bold;
	text-decoration: underline;
}

a:focus, a:active { 
  background-color: #a0bab9; 
} 

.nofloat {
  /*text-align: center;*/
}

#mainWrapper {
  min-width: 774px;
  max-width: 920px;
  margin: 0 auto;
  border: 3px solid black;
  /*background: url(../images/side-trans.gif) -20% 0em fixed repeat-y;*/
}

a#skip {
  position: relative;
  font-size:0.94em;
  color: #fff;
  left: -9999px;
  padding: 0.25em 2.0em;
}

a#skip:visited {
  color: #fff;
}

a#skip:hover, a#skip:focus, a#skip:active {
  color: #222;
  left: 0px;
  /*padding-right: 5em;*/
  /*background:url(../images/skip-arrow.gif) no-repeat 0.25em;*/
}

a#skip:focus, a#skip:active {
  background-color: #a0bab9;
}

#header {
  color: #fff;
  text-align: center;
  background: #095879; /*url(../images/header-grad.jpg) repeat-x top left;*/
  /*background: #dcd0c0;*/
  font-size: 1.2em;
  padding-bottom: 0.2em;
}

#header span {
  display: block;
  /*height: 140px;*/
}

#header img {
  margin: 0 auto;
  display: block;
  padding-top: 0.1em;
  /*padding-bottom: 0.750em;*/
}

#header a {
  text-decoration: none;
  font-weight: normal;
}

#header a:hover, #header a:focus {
  text-decoration: underline;
}

#topMenuOuterWrap {
  overflow: hidden;
  background: #095879;
  padding-bottom: 2.0em;
  padding-top: 1.0em;
  border-bottom: 1px solid #000;
}

#topMenu {
  font-size: 1.3em;  
  float:left;
  position:relative;
  left:50%;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#topMenu ul {
  list-style:none; 
  position:relative;
  left:-50%;
}

#topMenu ul li {
  float: left;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff; 
  background: #a0bab9;
  font-weight: normal;
}

#topMenu a {
  padding: 0.15em 0.75em;
  text-decoration: none;
  float:left;
  position:relative;
  color: #000;
  font-weight: normal;
}

.last {
  border-right:  1px solid #fff;
}

#topMenu a:visited {
  color: #000; 
}

#topMenu ul li a:hover, #topMenu ul li a:focus, #topMenu ul li a:active {
  color: #095879; 
  background: #d7c8b3;
}

#topMenu ul li.dead span {
  padding: 0.15em 0.75em; /* right/left needs to be the 
  	   	  	     same as the padding in #menu a */
  color: #095879;
  background: #d7c8b3;
  font-weight: normal;
  float: left;
  position: relative;
}

.outerColWrap {
  clear:both;
  float:left;		    
  width:100%;
  overflow:hidden;	/* This chops off any overhanging divs */
}

/* common column settings */
.innerColWrap {
  float:left;
  width:100%;
  position:relative;
}

.leftCol, .rightCol {
  float:left;
  position:relative;
  overflow:hidden;
}

/* 2 Column (right menu) settings */
.rightmenu {
  background: #fff;		/* background color */
}

.rightmenu .innerColWrap {
  /*right:25%;*/			/* right column width */
  right: 30%;
}
	
.rightmenu .leftCol {
  /*width:71%;*/	/* left column content width (left column width minus left and right padding) */
  width: 66%;
  /*left:27%;*/	/* (right column width) plus (left column left padding) */
  left: 32%;
}

.rightmenu .rightCol {
  /*width:21%;*/	/* right column content width (right column width minus left and right padding) */
  width: 26%;
  /*left:31%;*/	/* (right column width) plus (left column left and right padding) plus 
                   (right column left padding) */
  left: 36%;
}

.feature {
  margin: 2.0em 0;
  font-size: 1.3em;
  color: #222;
  text-align: left;
  overflow:hidden; /* this makes it a self-clearing float */
  text-align: center;
}

.feature h2 {
  font-size: 1.4em;
  /*font-family: Helvetica, Arial, sans-serif;*/
  font-family: Arial, sans-serif;
  letter-spacing: 0.08em;
  color: #222;
  font-weight: normal;
  text-align: center;
  background: #d7c8b3; /* url(../images/h3-title-bg.png) repeat-x top left;*/
  margin-bottom: 0.5em;
  padding: 0.0em 0em;
  /*border-bottom: 2px solid #70151e;*/
}

.feature p {
  text-align: left;
  margin-bottom: 0.5em;
  line-height:1.4;
}

.feature p.center {
  text-align: center;
}

.feature ul {
  margin-bottom: 0.5em;
}

.feature li {
  text-align: left;
  margin-left: 1.0em;
  line-height: 1.4em;
}

.feature h4 {
  margin-top: 1.0em;
  margin-bottom: 0.5em;
  text-align: left;
}

.feature img {
  /*float: left;*/
  padding: 3px; 
  border: 1px solid #d7c8b3; 
  background: #fff;
  margin-bottom: 0.1em;
}

.imgfloatleft > img {
        float: left;
	margin-right: 1.0em;
}

.imgfloatright > img {
	float: right;
	margin-left: 1.0em;
}


.sidebar {
  margin-top: 2.2em;
  margin-bottom: 3.0em;
  padding-bottom: 0.5em;
  font-size: 1.2em;
  /*border: 1px solid #dcd0c0;*/
  color: #222;
  /*background: #f6f3ee;*/
  background: #fff;
  text-align: center;
  /*width: 90%;*/
}

.sidebar h3 {
  text-align: center;
  font-size: 1.2em;
  font-family: Arial, sans-serif;
  letter-spacing: 0.05em;
  color: #222;
  font-weight: normal;
  /*padding: 0.1em 0.5em;*/
  padding-left: 22px;
  padding-right: 20px;
  /*margin-bottom: 0.3em;*/
  /*background: url(../images/h3-title-bg.png) repeat-x top left;*/
  background: url(../images/bluelilpaw.gif) no-repeat top left;
  /*border: 1px solid #dcd0c0;*/
  /*border-bottom: 2px solid #70151e;*/
  /*border-bottom: 2px solid #155870;*/
}

.sidebar p {
  padding: 0.75em 0 0.4em 0.3em;
  text-align: left;
  line-height:1.25em;
}

#footer {
  clear: both;
  text-align: center;
  /*border-top: 1px solid #222;*/
  background: #d7c8b3;
  font-size: 1.2em;
  padding: 0.5em 0 0.5em 0; 
  border-top: 1px solid #000;
}

#footer ul {
  list-style: none;
  padding-bottom: 0.5em;
}

#footer ul li {
  display: inline;
  padding: 0 1em;
}

.centerLink {
  /*display: block;*/
  /*padding: 0.5em 0;*/
  text-align: center;
  padding: 0.3em;
}

img.pdf {
  float: left;
  padding-top: 0.5em;
  padding-right: 0.1em;
}

iframe.petfinder {
  width: 515px;
  height: 600px;
  border: 0;
  /*scrolling: yes;*/
  /*frameborder: 0;*/
}

form#volform {
  width: 550px;
  text-align: left;
}

fieldset {
  padding: 1.0em;
  background: #f6f3ee;
  margin-bottom: 1.0em;
}

legend {
  font-weight: bold;
}

.eighteen_label {
  padding-right: 15px;
}

input {
  width: 495px;
}

textarea {
  width: 495px;
}

#imgverify {
  width: 100px;
}

#submitbutton {
  width: 100px;
}

/*
.out {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1.5em 0;
  }
.in {
  text-align:center; 
  background:#fff; 
  border:1px solid #222; 
  position:relative; 
  font-weight:normal;
  }
.ltin {
  left:-3px;
  }
.tpin {
  top:-3px;
  }
*/

#sidebarContent {
  padding-right: 3px;
  padding-left: 3px;
}