@charset "utf-8";
/* CSS Document */


/*Nuke Browser Defaults for x-browser compatibility*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

/*form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
*/
ol,ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
} 



/* ------------- "generic" styles */

#strip {
	margin: 1em 0 1em 0;
	background-color: #000000;
}

body {
	color: #83664b;
	background-color: #000;
	font: small Verdana, Arial, Helvetica, sans-serif;

}

a {
	text-decoration: none;
	color: #AA0000
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

p{
	margin: 0 0 1em 0;
	font-weight: 300;
	color: #83664b;
}

table {
	margin: 1em 1em 2em 1em;
	width: 100%;
	
}
td {
	vertical-align: top;
}

td.one {
	width: 45%;
	font-weight: 800;
	margin-right: .5em;

}


h1 {
	background-color: #dec8a0; 
	color: #83664b;
	font-size: 1em;
	text-align: center;
	letter-spacing: .25em;
	font-weight: bold;
	height: 1.25em;
	font-variant: small-caps;
	margin: 0 0 1em 0;
}

h3.fpheader {

	color: #83664b;
	font-size: 1.25em;
	text-align: center;
	letter-spacing: .25em;
	font-weight: bold;
	height: 1.25em;
	font-variant: small-caps;
	margin: 0 0 1em 0;
}

h2 {
	margin: 0.5em 0;
	color: #83664b;
	font-size: 1em;
	font-weight: Bold;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #dec8a0;
}

p.headings {
	font-weight: bold;
}

p.quote {
	font-style: italic;
}

#bgquote {
	position: fixed;
	float: left;
	margin: 15em 0 0 0;
}

#glyph {
	position: fixed;
	float: left;
	margin: 20em 0 0 10em;

}
#container {
	/*margin: 0px auto 0px auto;  Centered*/
	/*margin: 10px 0px 0px 0;*/ /*Left*/
	

	width: 65em; /*Width for Centered*/
	position: absolute;
	left: 50%;
	
	margin-left: -32.5em;
	/*width: 100%; */  /*Full Width for Left*/
	height: auto;
	padding: 0;
	background-image: url(/images/tab_content_bg2.jpg);


}

/* ------------- masthead styles */

#masthead {
	background-color: #000;
	background-image: url(/images/zMasthead.jpg);
	background-position: center;
	/*background-position: left;*/
	background-repeat: no-repeat;
	padding: 1em 0 .25em 0;
	height: 13.5em;


}

/* ------------- quote styles */

#quote {
	float: right;  /*For centered*/
	margin: 2em 4em 0 0;/*For Centered*/
	/*float: left;	*/	/*For Left*/
	/*margin: 2em 4em 0 48em; */ /*For Left*/
	width: 10em;
	padding: 1em;
	
}

#quote p {
	color: #ad861e;
}

#quote p.text{
	font-style: italic;
	text-align: left
}

#quote p.credit{
	font-style: normal;
	text-align: right;
}

/* -------------  Top Menu styles */

#topmenu {

	top: 13.5em;
	float: left;
	margin: 0 0 0 0;
	padding: .25em 0 0 0;
	width: 100%;
	background-color: #83664b;
	height: 1.75em;
	color: #dec8a0;
	border-bottom-color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	
}
#topmenu a{
	color: #dec8a0;
}

#topmenu p{
	color: #dec8a0;
}

#toplist {
	margin: 0 0 0 0;
	text-align: right;
	padding: 0 1em 0 0;
}

#topmenu ul {
	vertical-align: middle;
}

#topmenu li {
	display: inline;
	color: #dec8a0;
	margin: .25em .5em .25em .5em;
	vertical-align: middle;
	
}

#topmenu form{
	display: inline;
	width: 12em;
	margin: 0 0 0 0; 
	height: 1em;
	
	background: #83664b;
}

#topmenu li.mailicon {
	margin: 2em 0 0 0;

}
#topmenu input.searchbox{
	width: 8em;
	height: 1em;
	margin: 0 0 0 0;
	background-color: #dec8a0;	
	color: #83664b;
}

#topmenu input.image{
	margin: 0;
	background-color: #83664b;
	color: none;
}

#topmenu input.searchbox:focus {
	background-color: #FFFBF0;
	color: #83664b;
}


/* ------------- Menu Column styles */
/*NOTE:  See SpryMenu.css for styles relating to state of menu*/

#mainmenu {                /*relative to container*/
	display: block;
	float: left;
	width: 13em;
	height: auto;
	margin: 1em 0 0 1em;
/*	background-color: #dec8a0;*/
	padding: 0;	
	position: relative;
	
}


/*Main Top Level Headings*/
#menu {                     /*relative to #menu - moves whole list around in #menu*/
	background-color: #dec8a0;
	margin: 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	list-style: none;
	width: 13em;
	height: inherit;
	/*position: fixed;	*/
}
/*Main Headings container - to change list items go to #menu li ul li*/
#menu .header {
	text-align: center;
	padding: 0;
	letter-spacing: 0.25em;
	line-height: 2em;
	text-transform: none;
	font-variant: small-caps;
	margin: 0;
	font-weight: bold;
}

#menu .header:hover{
	background-image: url(/images/tab_content_bg2.jpg);
}

/*sub items under main headings*/
#menu ul li {
	width: 13em;
	background-color: #dec8a0;
	color: #83664b;
	margin: 0;
	letter-spacing: normal;
	font-variant: normal;
	line-height: 1.5em;
	padding: .25em 0; 
}

/*Links Formatting - takes care of each item in list individually*/
#menu a {
	text-decoration: none;
	color: #83664b;
}

#menu ul li:hover {
	font-weight: bold;
}

#menu .lastm {
	border-bottom: thin solid #83664b;
} 

/* ------------- main column styles */

/*#content {
	margin: 0px 25% 0 165px;
	padding: 3px;
	color: #000;
	}*/

#content {
	/*float: left;*/
	padding: 1em 1em 2em 1em;
	/*margin: 0 0 0 0;*/
	margin: 2em 0 0 16em;
	width: 32.5em;
	height: auto;
	background-image: url(/images/tab_content_bg2.jpg);
	background-repeat: repeat;
}



.leftFloat {
	float: left;
	margin: 0 1em 1em 0;
}

.rightFloat {
	float: right;
	margin: 0 0 1em 1em;
}

.leftFloat,  .rightFloat {
	border: thin solid #000;
}

.glyphsmall {
	margin: 1em 0 0 0;
	text-align: center;
	}

#frontpagetext {
	width: 80%;
	margin: 0 0 0 3em;
	padding: 1em 0 0 0;

}

#frontpagetext p.text {
	font: Georgia, "Times New Roman", Times, serif;
}

#p1 {
	margin: 0 0 0 0;

}

#p2, #p3, #p4 {
	margin: 3em 0 0 0;	
}

.ad {
	border: thin solid #83664b;
	width: 10em;
	float: right;
	margin: 0 0 2em 0;
	padding: .5em;
	
}

p.adhead {
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}

.hilite {
	font-weight: bold;
}

#content h1 {
	/*margin: 0 33% 1.25em -2em; padding: 0.5em 2em;*/
/*	background-color: #d2ad9c; color: #83664b;*/
/*	background-color: #dec8a0; color: #83664b;
	font-size: 1em;*/
	/*background-image: url(/images/tab_content_bg2.jpg);*/

}

#content h1 b {
	color: #B0D742;
}

#content h2 {
	margin: 0.5em 0;
	color: #83664b;
	font-size: 1em;
	font-weight: Bold;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #dec8a0;
}

#content img.bioimage {
	float: left;
	margin: .5em 1em 1em 0;
}

#vertspacer {
	float: left;
}

/* ------------- sidebar styles */

#sidebar {
	position: absolute;
	left: 72%;
	top: 16em;
	width: 17em;
	padding: 2em 1em 0 0;
	/*z-index: 3;*/
	color: #000;

}

#sidebar form{
	display: inline;
	float: left;
	width: 12em;
	margin: 0; 
	background-image: url(/images/tab_content_bg2.jpg);
	/*background: #dec8a0;*/
}

#sidebar input.searchbox{
	width: 8em;
	margin: 0 0 .5em 0;
	background-color: #dec8a0;	
	color: #83664b;
}

#sidebar input.image{
	margin: 0;
	background-color: none;
	color: none;
}

#sidebar input.searchbox:focus {
	background-color: #FFFBF0;
	color: #83664b;
}

/* ------------- footer styles */

#footer {
	text-align: center;
	vertical-align: bottom;
	clear: both;
	margin: 0 0 0 0;
	padding: .30em 0 0 0;
	width: 100%;
	background-color: #83664b;
	/*background-image: url(/images/tab_content_bg2.jpg);*/
	height: 4em;
/*	background-image: url(/images/footer_bg.jpg);
	background-position: top;*/
	border-top-color: #000;
	border-top-width: thin;
	border-top-style: solid;

	
}

#footer li {
	display: inline;
	border-right: 1px solid #dec8a0;
	margin-right: 0.5em; 
	padding-right: 0.5em;
}

#footer li.last {
	border-right: 0;
}

#footer p {
	margin: .20em 0 0 0;
	color: #dec8a0;
	font-size: smaller;
	text-align: center;
}

#footer a {
	color: #dec8a0;
	/*text-decoration: underline;*/
}

#footer a:hover {
	text-decoration: underline;
}

#footer_content p {

	color: #83664b;
	margin: 0 1.5em 0 1.5em;
	

}

#guarantee, #copyright, #privacy, #contact, #faq {
	width: 80%;
	margin: 1em 1em 1em 1em;
}

#navlinks {
	margin: 0;
	padding: 0.5em 3em;
	color: #000;
	font-size: small;
	text-align: center;
}

#navlinks li {
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px solid #000;
	
}

#navlinks li.last {
	border-right: 0;
}

#navlinks a {
	font-size: smaller;
	color: #000;
}


p.title {
	font-weight: bold;
}

#prereq ul {
	list-style: disc;
	padding: 0 0 1em 1em;
}

#prereq ul p {
	font-weight: bold;
	padding: .5em 0 .5em 0;
	margin: 0 0 0 -1em;
}

#prep ul {
	list-style: disc;
	padding: 0 0 1em 1em;
}


#prep ul p {
	font-weight: bold;
	padding: .5em 0 .5em 0;
	margin: 0 0 0 -1em;
}

#rescue, #shelters, #stores, #groomers, #misc {
	margin: 0 0 2em 0;
}

#specialtylist, #giftcardlist li {
	margin: 0 0 .75em 2em;
	list-style: square;
}
