body {
	font: 100% "Helvetica", "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	background:#003300;
	word-spacing:2px;
	color:#fff;
	margin:20px;
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
}
* {
	margin:0;
	padding:0;
}
#wrapper {
	background:#003300;
	border:0px solid #f1f1f1;
	max-width:1200px;
 width:expression(this.width > 320 ? "320px" : this.width);
	min-width:1200px;
	margin:0 auto;
}
* html #wrapper {
 width: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}
#innerwrapper {
	margin:1px;
	background: top repeat-x;
	padding:20px;
}
#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:0px solid #336600;
	font:150% Arial;
	color:#999;
}
#header input:focus {
	border:0px solid #336600;
	color:#555;
}
#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#fff;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}
#header h1 {
	float:left;
	font:150% Arial;
	color:#333;
	padding:5px 20px 5px 5px;
 border-right;
	margin:0 20px 0 0;
}
#header h1 a {
	color:#333;
	text-decoration:none;
	border-bottom:2px solid #336600;
}
#header h1 a:hover {
	color:#111;
	border-bottom:2px solid #79B5D6;
}
#header h2 {
	font:120% Arial;
	color:#666;
	padding:16px 0 0 0;
	border:none;
}
#header h2 a {
	color:#444;
	text-decoration:none;
	border-bottom:0px solid #f6f6f6;
}
#header h2 a:hover {
	border-bottom:0px solid #79B5D6;
}
#header #nav {
	clear:both;
	float: left;
	background:#003300;
	border-bottom:0px solid #336600;
	border-top:0px solid #336600;
	border-left:0px solid #336600;
	border-right:0px solid #336600;
	padding:10px 10px 10px 0 !important;
	width:100%;
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
}
#header a em {
	font-style:normal;
	text-decoration:underline;
}
#header #nav a {
	color:#fff;
	font:120% Trebuchet MS;
	text-decoration:none;
	padding:10px;
}
#header #nav a:hover {
	background:#336600;
	text-decoration:underline;
}
#header #nav a.active {
	background:#336600;
}
#header #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#header #nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}
#header #subnav {
	background:#002200;
	padding:5px 7px 7px 7px;
	font:100% Verdana;
	font-weight:bold;
	color:#DEEDF5;
	border-bottom:0px solid #fec200;
	border-left:0px solid #fec200;
	border-right:0px solid #fec200;
	border-top:0px solid #fec200;
}
#header #subnav li {
	list-style:none;
	display:inline;
}
#header #subnav a {
	color:#003300;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:0px solid #fec200;
}
#header #subnav a:hover {
	background:#336600;
	border-bottom:0px solid #fec200;
	color:#fff;
	text-decoration:underline;
}
#header #subnav a.active {
	border-bottom:0px solid #336600;
	color:#fff;
}
#sidebar {
	background:#336600;
	width:200px;
	padding:10px 20px 20px 20px;
	float:left;
	color:#ffff00;
	border-top:0px solid #336600;
	border-right:1px solid #ffffff;
	border-bottom:0px solid #336600;
}
#sidebar h2 {
	font:160% Helvetica;
	color:#ffff00;
	margin:10px 0 10px 0;
	background: right no-repeat;
	border:none;
	text-align:center;
}
#sidebar h3 {
	color:#fff;
	font:100% Helvetica;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
}
#sidebar p {
	font:100% Helvetica;
	margin:15px 0;
	text-align:left;
}
#sidebar p a {
	color:#ffcc66;
}
#sidebar p.news {
	background:#336600;
}
#sidebar p a:hover {
	color:#99ff00;
}
#sidebar .subnav {
	border-top:0px solid #2C2C2C;
}
#sidebar .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #2C2C2C;
}
#sidebar .subnav li a {
	color:#ccc;
	text-decoration:none;
	display:block;
}
#sidebar .subnav li a:hover {
	color:#98D158;
}
#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#f69000;
}
#sidebar .subnav li a:hover b {
	display:inline;
}
#sidebar input {
	padding:4px;
	background:#2c2c2c;
	border:1px solid #222222;
	color:#ccc;
	font:90% Verdana;
	width:190px;
}
#sidebarright {
	width:170px;
	float:right;
	padding:10px 0 0 20px;
	background:url(../images/sidebarright.jpg) top left no-repeat;
}
#sidebarright p {
	font:90% Verdana;
	color:#777;
	line-height:20px;
	margin:10px 0;
}
#sidebarright h2 {
	font:140% Arial;
	color:#333;
	margin:10px 0;
	border:none;
}
#sidebarright ul {
	margin:10px 0 10px 15px;
	font:90% Verdana;
}
#sidebarright ul li {
	margin:5px 0;
}
#sidebarright a {
	border-bottom:1px dotted #eee;
	color:#444;
	text-decoration:none;
}
#sidebarright a:hover {
	border-bottom:0px solid #ccc;
}
#content {
	margin:0 210px 0 240px;
	background:url(../images/bg1.gif) top left repeat;
	padding:20px 0 0 20px;
}
#contentnorightbar {
	margin:0 0 0 240px;
	background:#003300;
	padding:20px 0 0 20px;
	text-align: left;
}
#contectnorightbar a {
	color:#ffcc00;
}
p {
	margin:15px 0;
	line-height:22px;
	text-align: left;
}
p a {
	color:#ffcc00;
}
p a:hover {
	color:#99ff00;
	text-decoration:none;
}
h2 {
	font:200% Arial;
	color:#336600;
	border-bottom:0px solid #f6f6f6;
}
h2 a {
	color:#fb9300;
	text-decoration:none;
}
h2 a:hover {
	color:#5F9128;
}
#footer {
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin:30px 0 0;
}
a {
	color:#222;
}
a:hover {
	text-decoration:none;
}
h3 {
	font:180% Trebuchet MS;
	margin:10px 0;
	text-align: center;
}
h4 {
	color:#c18041;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 6px;
}
h5 {
	color:#FFFFFF;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
h6 {
	color:#c18041;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 55px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 6px;
}
#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
	border-top:0px solid #eee;
	border-bottom:0px solid #eee;
	color:#003300;
}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:0px solid #eee;
	border-bottom:0px solid #eee;
	color:#79B933;
}
#contentnorightbar ul span {
	color:#444;
}
form {
	padding:1px;
	border:0px solid #f6f6f6;
}
label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;
}
input {
	width:300px;
	padding:4px;
	border:none;
	border-bottom:0px dotted #ccc;
	font:90% Verdana;
	color:#777;
}
textarea {
	width:400px;
	padding:4px;
	font:90% Verdana;
	border:0px solid #eee;
	height:200px;
	display:block;
	color:#777;
}
.textOrange {
	color:#c18041;
}
a img {
	border: 2px solid #C18041;
}
p img {
	float:left;
}
img.ImageLeft {
	float:left;
	margin:15px;
}
img.ImageRight {
	float:right;
	margin:15px;
}
img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	align:center;
}
img.ImageCenter {
	float:center;
}
.Center2 {
	text-align: center;
}
blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}
.Red {
	color: #F00;
}
.CenterText {
	text-align: center;
}
.RightTextAlign {
	text-align: right;
}
#wrapper #innerwrapper #contentnorightbar p .RightTextAlign {
	text-align: left;
}
.LeftTextAlign {
	text-align: left;
}
.RedTitle {
	font-size: 165%;
	font-weight: bold;
	font-variant: normal;
	color: #F00;
	text-decoration: underline;
}
PetInfo {
	font-size: 145%;
	font-weight: bold;
	color: #FFF;
}
AdoptInfo {
	font-size: 145px;
	font-weight: bold;
	color: #FFF;
}
.AdoptInfo {
	font-size: 115%;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
.ImageRight {
	margin: 15px;
	float: right;
}
.ImageLeft {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.TitleTextWhite {
	font-size: 600%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 44px;
}
.Underline {
	text-decoration: underline;
}
.RedTitleCenter {
	font-size: 165%;
	font-weight: bold;
	font-variant: normal;
	color: #F00;
	text-decoration: underline;
	text-align: center;
}
.SubTitleTextWhite {
	font-size: 255%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 35px;
}
.BodyWhiteBlock {
	font-size: 150%;
	color: #FFF;
	text-align: left;
	margin-right: 50px;
	margin-left: 50px;
	font-weight: bold;
}
.MediumTextCUW {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: top;
}
.MediumTextCW {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
}
.TopLink a:link {
	font-size: 21px;
	font-weight: bold;
	color: #009;
	font: Lucida Grande;
}
.TopLink a:visited {
	color: #009;
	font: Lucida Grande;
	font-weight: bold;
	font-size: 21px;
}
.TextLargeWhiteUnderlineBold {
	font-size: 55px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.TextLargeRedTitle {
	font-size: 40px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
.TopLink a:hover {
	color: #903;
	font-weight: bold;
	font-size: 21px;
	font-family: "Lucida Grande";
}
.TopLink {
	color: #903;
	font-size: 21px;
	font-weight: bold;
	font-family: Lucida Grande;
}
.TextLostPetTitle {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	text-align: center;
}
TextLostPetInfo {
	font-size: 120px;
	font-weight: bold;
	color: #FFF;
}
.TextLostPetInfo {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
	padding-bottom: 12px;
	line-height: 18px;
}
.TextLargerImages {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
	text-align: center;
	font-style: italic;
	margin-right: 10px;
	margin-left: 10px;
}
div.hcb-shadow-tl {
	background:url(shadow-bg.png) top left
}
div.hcb-shadow-tr {
	background:url(shadow-bg.png) top right
}
div.hcb-shadow-bl {
	background:url(shadow-bg.png) bottom left
}
div.hcb-shadow-br {
	background:url(shadow-bg.png) bottom right
}
div.hcb-shadow-t {
	background:url(shadow-bg-t.png) repeat-x
}
div.hcb-shadow-b {
	margin-bottom:5px;
	background:url(shadow-bg-t.png) repeat-x bottom
}
div.hcb-shadow-m {
	clear:both;
	background:url(shadow-bg-r.png) repeat-y right;
	padding-right:7px
}
.hcb-shadow-r {
	display:block;
	background:url(shadow-bg-l.png) repeat-y left
}
div.hcb-shadow-t, div.hcb-shadow-tr, div.hcb-shadow-b, div.hcb-shadow-br, div.hcb-shadow-tl, div.hcb-shadow-bl {
	background-color:white;
	height:7px
}
div.hcb-shadow-tr, div.hcb-shadow-br, div.hcb-shadow-tl, div.hcb-shadow-bl {
	width:7px
}
div.hcb-shadow-tr, div.hcb-shadow-br {
	float:right
}
div.hcb-shadow-tl, div.hcb-shadow-bl {
	float:left
}
br.hcb-shadow-clear {
	clear:both;
	display:block
}
#HCB_comment_box * {
	margin:0;
	padding:0;
	border-width:0;
	outline:0
}
#HCB_comment_box textarea.commentbox {
	width:100%;
	display:block;
	border:0
}
#HCB_comment_box textarea, #HCB_comment_box input.text, #HCB_comment_box input.submit {
	background-color:transparent;
	border:0 none transparent;
	padding-left:5px
}
#HCB_comment_box .hcb-wrapper-half {
	width:50%;
	float:left
}
#HCB_comment_box .hcb-wrapper {
	clear:left
}
#HCB_comment_box input.text {
	width:100%
}
#HCB_comment_box input.submit {
	width:84px;
	font-weight:700;
	cursor:pointer;
	background:url(submit.png) no-repeat;
	color:transparent;
	height:25px
}
#HCB_comment_box span.home-desc {
	font-size:10px;
	opacity:.4
}
#HCB_comment_box blockquote {
	margin:0!important;
	padding:20px;
	background:url(speech-bubble.png) no-repeat
}
#HCB_comment_box div.comment {
	margin-bottom:5px;
	border-bottom:1px solid #eee
}
.ERPetTestBody {
	font-size: 25px;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
	float: left;
	text-align: left;
	margin-left: 1px;
	font-style: italic;
	vertical-align: top;
	text-indent: 40px;
}
.ERPetTestBodyLeftTables {
	font-size: 25px;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
	float: left;
	text-align: left;
	margin-left: 10px;
	font-style: italic;
	vertical-align: top;
	text-indent: 40px;
}
ClickVideoText {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
TestClickforVideo {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
TestClickVideoER {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.ERClickforVideo {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	word-spacing: normal;
	line-height: 12px;
	vertical-align: top;
}
TextUnderTitleER {
	font-size: 18px;
	font-style: italic;
	color: #FFF;
}
.TextUnderTitleER2 {
	font-size: 22px;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}
table.headIframe {
	border: 2px;
	border-color: #C18041;
}
table.headIframeTable {
	margin-left:15px;
	padding-left: 15px;
}
img.noborder {
	border-style: none;
}
img.nomargin {
	margin:0;
}
.homePageIframeContainerBorder {
	border-top-color: #C18041;
	border-right-color: #C18041;
	border-bottom-color: #C18041;
	border-left-color: #C18041;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.homePageIframeInnerContainerBorderRIGHT {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
.homePageIframeInnerContainerBorderLEFT {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
.small {
	line-height:8px;
}
.AdoptImageRight {
	float: right;
	width: 300px;
	height:auto;
	margin-top: 15px;
	margin-right: 6px;
	margin-bottom: 15px;
	margin-left: 15px;
}
a img {
	border: 2px solid #C18041;
}
.dynTitle {
	font-size: 165%;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
	text-align: center;
}
.thankYou {    /*THANK YOU*/
	color: #00F;
	font-weight: bold;
	font-size: 28px;
	font-family: "Lucida Grande";
}
.countFrame {
	border: 2px solid #C18041;
}
.countDisplay {
	color:#C18041;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.lostPetMngrImageCenter {
	float: center;
	width: 225px;
	height:auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 2px;
	border-color:#003300;
}
table.lostPetMngrTable td {
	padding:10px;
}
.lostPetMngrTable {
	padding:18px;
}
a.redLink:link {
	text-decoration:underline;
	color:#F00;
}
a.redLink:visited {
	text-decoration:underline;
	color:#F00;
}
.timeClass {
	font-family:arial, verdana, helvetica, sans-serif;
	font-weight:normal;
	font-size:10pt;
}
#ht_paw_border {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
 background-image:url(../happytailsdyn/paw_border.png)  background-color: #336600;
}
.pepsiSidebar {
	background-color:#00F;
	width:210px;
}
#cellPadding {
	padding:15px;
}

