html,body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #4b6184;
	background-color: #6a8eb2;
	margin: 0;
	padding: 10px 0;
	width: 100%;
}
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background-color: #FFF2D3;
	border: 1px solid #eee;
}
#container h1 {
	background: url(../img/park2.jpg) no-repeat center;
	height: 198px;
	padding: 0;
	margin: 0;
	text-indent: -1000em;
}
#container a {
	color: #4b6184;
}
#container a:visited {
	color: #99b6d3;
}
#logo {
	position: absolute;
	z-index: 2;
	padding: 5px 0 0 30px;
}
#logo img {
	width:356px;
	height:211px;
	padding: 0;
	margin: 0;
	border: 0;
}
h2 {
	font-size: 18px;
	margin-top: 0;
}
h3 {
	font-size: 14px;
	margin-top: 0;
}
h4 {
	font-size: 12px;
	margin-top: 0;
}
#bluHdr {
	background: url(../img/blue_header.gif) repeat-x left center;
	margin: 0;
	padding: 0;
	height: 40px;
}
.clear {
	clear: both;
}
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}

/*---------------------------------
	=MAIN NAVIGATION
---------------------------------*/
#container #mainNavContainer {
	background: url(../img/blue_header_shdw.gif) repeat-x left top;
	padding-top: 1px;
}
#container #mainNavContainer #mainNav {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 848px;
}
#container #mainNavContainer #mainNav li {
	float: left;
	margin: 0;
	padding: 0;
}
#container #mainNavContainer #mainNav li a {
	display: block;
	background: url(../img/tab.gif) no-repeat top center;
	text-align: center;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	height: 32px;
	width: 140px;
	padding: 15px 0 0 0;
}
#container #mainNavContainer #mainNav li a:hover {
	background-position: 0 -47px;
}

#container #mainNavContainer #mainNav .right a {
	background: url(../img/tab_rht.gif) no-repeat left top;
	width: 144px;
}
#container #mainNavContainer #mainNav .left a {
	background: url(../img/tab_lft.gif) no-repeat right top;
	width: 144px;
}

/*---------------------------------
	=SECOND NAVIGATION
---------------------------------*/
#scndNavContainer {
	margin: 10px 0 0 0;
	text-align: center;
}
#scndNavContainer a, #scndNavContainer a:visited {
	margin: 0 5px;
	color: #FFF2D3;
}
#scndNavContainer a:hover {
	text-decoration: none;
}
#scndNavContainer p {
	color: #fff;
}

/*---------------------------------
	=SUB NAVIGATION
---------------------------------*/
#subNav {
	color: #fff;
	display: inline; /* IE6 FIX */
	float: left;
	width: 215px;
	margin: 0 0 0 21px;
	padding: 0 0 15px 0;
	background: #99b6d3 url(../img/blue_corner_btm_lft.gif) no-repeat left bottom;
}
#subNav h3 {
	margin: 0;
	padding: 12px 0 0;
	text-align: center;	
	font-size: 14px;
	color: #fff;	
}
#subNav h3.header {
	background: url(../img/blue_corner_top_lft.gif) no-repeat left top;
}
#subNav h4,
#subNav p {
	margin: 5px 10px 5px;
}
#subNav hr {
	width: 80%;
	border: 0;
	border-bottom: 1px solid #fff;
}
#subNav ul,
#subNav dl {	
	margin: 0 0 0 30px;
	padding: 0;
	color: #fff;	
}
#subNav .subSubNav {
	/*display: none;*/
	margin: 0;
	padding: 0 0 0 15px;
}
#subNav .subSubNav li {
	font-size: 10px;
}
#subNav ul a {
	color: #fff;
	text-decoration: none;
}
#subNav ul a:visited {
	color: #fff;
}
#subNav ul a:hover {
	text-decoration: underline;
}
#subNav dl dd {
	margin: 2px 0 10px; 
}

/*---------------------------------
	=MAIN CONTENT
---------------------------------*/
#container #content {
	width: 800px;
	margin: 10px auto;
	background-color: #fffbf0;
}
#container #content #contentBdy {
	padding: 0 21px 0 257px;
	/*width: 522px;*/
}
#container #content #contentBdyFull {
	padding: 0 21px;
}
#container #content #contentHdr {
	background: #fffbf0 url(../img/content_upr_rht.gif) no-repeat right top;
	height: 21px;
	margin: 0;
	padding: 0;
}
#container #content #contentHdr #contentHdrLft {
	background: #fffbf0 url(../img/content_upr_lft.gif) no-repeat left top;
	float: left;
	height: 21px;
	width: 21px;
}
#container #content #contentFtr {
	background: #fffbf0 url(../img/content_ftr_rht.gif) no-repeat right bottom;
	height: 21px;
	margin: 0;
	padding: 0;
}
#container #content #contentFtr #contentFtrLft {
	background: #fffbf0 url(../img/content_ftr_lft.gif) no-repeat left bottom;
	float: left;
	height: 21px;
	width: 21px;
}
#container #content .anchor {
	text-align: right;
}
#container #content .anchor a:hover {
	text-decoration: none;
}
#container #content .map {
	text-align: center;
}
#container #content .map img {
	border: 1px solid #99b6d3;
}
#container #content dl {
	margin: 0 0 25px 15px;
}
#container #content dl dt {
	font-weight: bold;
}
#container #content dl dd {
	margin: 4px 8px;
}
#container .mutualAid {
	float: left;
	width: 50%;
}
#container .alpha {
	list-style-type:upper-alpha;
}
#container .profile {
	margin-bottom: 10px;
}
#container .profile p {
	float:right;
	margin: 0;
	padding: 0;
	width: 412px;
}
#container .profile img {
	border: 1px solid #99b6d3;
}
#container .bio {
	padding-bottom: 10px;
}
#container .bio h3 {
	margin: 0 0 5px 0;
}
#container .bio img {
	border: 1px solid #99b6d3;
	float: right;
}
#container .bio p {
	padding-right: 160px;
}
#container #courtDates th,
#container #courtDates td {
	padding-bottom: 5px;
	text-align: left;
	width: 190px;
}
#container .animal {
	margin-bottom: 10px;
	padding-right: 105px;
}
#container .animal a {
	float: right;
	margin-right: -105px;
}
#container .animal a img {
	border: 1px solid #99B6D3;
}

img { behavior: url(/css/iepngfix.htc) }

div.input{
	padding: 5px;
	margin: 0px;
}
div.input label{
	float: left;
	width: 110px;
	padding: 0px;
	margin: 0px;
}
div.input input{
	padding: 0px;
	margin: 0px;
}
.error-message{
	padding: 3px 3px 3px 0px;
	color: #ff0000;
}

#captcha {
	padding-left: 115px;
}

#captcha span {
	display: block;
	margin: 10px 0 5px;
}