html, body, p, h1, h2, h3, h4, ul, ol, li, form, input, div, img, span {
	margin: 0;
	padding: 0;
} 

a img {
	border: 0 none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/bkg.gif) repeat;
	text-align: center;	
}

p {
	margin: 0 0 12px 0;
	font-size:12px;
}

p span {
	font-weight: bold;
	/*font-style: italic;*/
}

h1 {
	color: #009999;
	font-size: 18px;
	padding: 18px 0;
}

h1 span {
	font-weight: normal;
	font-size: 14px;
}

h2 {
	color: #009999;
	font-size: 14px;
}

h2 span {
	font-weight: normal;
}

h3 a {
	text-decoration: none;
	color: inherit;
}

h3 {
	color: #460046;
	font-size: 12px;
}

h2 a {
	text-decoration: none;
	color: inherit;
}

ul, ol {
	font-size: 12px;
	margin: 0 0 12px 20px;
}

li {
	margin-bottom: 10px;
}

ol li span {
	font-weight: bold;
	font-style: italic;
}

ol ul {
	list-style: disc;
	margin: 15px 0 15px 20px;
}

ol ul li {
	margin-bottom: 0;
}

.noPadding {
	padding: 0px;
}

.noTopMargin {
	margin-top: 0px;
}

ul.noBullet {
	list-style: none;
}

ul.noMargin, ol.noMargin {
	margin: 0;
}

ul.indented {
	margin-left: 15px;
}

ul.noMargin li, ol.noMargin li {
	margin: 0;
}

.purple {
	color: #460046;
}

.gray {
	color: #666666;
}

.blue {
	color: #009999;
}

.red {
	color: #990000;
}

.pink {
	color: #cc0099;
}

.green {
	color: #008080;
}

.xlarge {
	font-size: 16px;
}

.large {
	font-size: 14px;
}

.medium {
	font-size: 13px;
}

a {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clearboth {
	clear: both;
}

.leftfloat {
	float: left;
}

.rightfloat {
	float: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.border {
	border: 2px solid #009999;
}

.margin {
	margin: 0 20px;
}

.padding {
	padding: 20px;
}

.topMargin {
	margin-top: 20px;
}

.bottomMargin {
	margin-bottom: 20px;
}

.page {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #460046;		
}

.topNav {
	background: url(/images/topNavbg.gif) no-repeat;
	height: 37px;
	width: 800px;
	position: absolute;
	z-index: 100;
}

.topNav ul {
	margin-left: 177px;
	list-style: none;	
}

.topNav ul li {
	float: left;
	margin: 0;
}

.topNav ul a {
	color: #30094c;
	text-decoration: none;
	display: block;
	padding: 14px 10px;	
	font-size: 12px;
}

.topNav ul li ul {
	display: none;
	background: #eaeaea;
	position: absolute;	
}

.topNav ul li:hover, .topNav li.sfhover {
	position: relative;
}

body.ie_6 .topNav li.sfhover ul {
	position: absolute;
}

.topNav li:hover ul, .topNav li.sfhover ul {
	clear: left;
	float: left;
	position: absolute;
	display: block;
	z-index: 10;
	top: 37px;	
	left: -177px;	
}

.topNav li li {
	float: none;
	border: 0 none;
	width: 200px;	
	height: 14px;
	padding: 3px 0px 3px 5px;	
}

.topNav li ul li a {
	display: block;
	font-size: 11px;
	height: 14px;
	padding: 3px 0px 3px 5px;	
	color: #000;
}

.topNav li:hover ul li a:hover,
.topNav li.sfhover ul li a:hover  {
	background-color: #460046;
	color: #fff;
}

.mainContent {
	position: relative;
	top: 37px;
	background-color: #460046;		
}

body.ie_6 .mainContent {
	margin-top: 20px;
	width: 800px;
	background: url(/images/main_content_bg.gif) repeat-y;		
}

.sideNav {
	background-color: #460046;	
	width: 177px;
	float: left;
	padding-top: 18px;
}

.sideNav ul {
	list-style: none;
	margin: 0;
}

.sideNav ul li img {
	padding: 10px 0 8px 0;
}

.sideNav ul ul {
	text-align: right;
	padding-right: 15px;
}

.sideNav ul ul li {
	padding: 0;
	margin: 0;
}

.sideNav ul ul a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
}

.sideNav ul ul a:hover {
	color: #ffccff;
}

.sideNav p {
	color: #66ffff;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	margin: 0 9px 16px 0;
}

.sideNav p a {
	color: #66ffff;	
}

.sideNav p span {
	color: #fff;
	font-style: normal;
}

.sideNav p img {
	border: 2px solid #009999;
	text-align: center;
}

.content {
	width: 579px;
	min-height: 689px;
	height: auto !important;
	height: 689px;
	float: left;
	background-color: #fff;
	padding: 12px 22px;
}

body.ie_6 .content {
	padding: 32px 22px 12px 22px;
	overflow: hidden;
	height:auto !important;
}

.greenBox {
	background-color: #669f9f;
	border: 2px solid #009999;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.greenBox h2 {
	font-size: 18px;
	color: #fff;
}

.greenBox img {
	float: left;
	padding-right: 5px;
}

.greenBox p {
	margin: 0;
	font-weight: bold;
	font-style: italic;
}

.greenBox ul {
	font-size: 13px;
	padding-bottom: 20px;
	margin: 0;	
}

.greenBox li {
	margin: 0;
}

.greenBox a {
	color: #0000ff;
}

.purpleBox {
	background-color: #996699;
	color: #fff;	
	padding: 20px 10px 10px 10px;
	margin-bottom: 10px;	
}

.purpleBox h2 {
	color: #fff;
	padding-bottom: 15px;
}

.blueBox {
	background-color: #003366;
	color: #fff;
	font-weight: bold;
	padding: 16px 40px;
}

.blueBox h2 {
	color: #ffff00;
}

.blueBox a {
	color: #ffff00;
}

.grayBox {
	background-color: #333333;
	color: #fff;
	padding: 16px 40px;
	margin-bottom: 10px;			
}

.grayBox h2 a {
	color: #fff;
}

.grayBox a {
	color: #ccff00;
}

.sponsorList h1, .sponsorList h2 {
	background-color: #666666;
	color: #fff;
	font-style: italic;
	padding: 3px;
	margin: 0 0 18px 0;
}

.sponsorList h2 {
	clear: both;
}

.sponsorList ul li {
	list-style: none;
	float: left;
	width: 252px;
	padding: 0 20px 0 0;
}

.sponsorList a {
	text-decoration: none;
}

.sponsorList a:hover {
	text-decoration: underline;
}

.sponsorList a img {
	padding: 10px 10px 10px 0;
}

body.contact {
	background: #fff;
	text-align: center;
}

div.contactPage {
	width: 480px;
	margin: 10px auto;
}

div.contactPage div.title {
	float: left;
	background: #009999;
	font-size: 24px;
	color: #fff;
	height: 216px;
	line-height: 216px;
	vertical-align: middle;
	border: outset 2px #333; 
	width: 183px;
}

div.contactPage div.info {
	float: left;
	padding: 10px;
	text-align: left;
	border: outset 2px #333; 	
	width: 263px;
	height: 196px;	
}

div.contactPage h1 {
	padding: 0;
}

div.contactPage span {
	font-size: 12px;
}

div.contactPage p {
	margin: 12px 0;
}

div.lightGrayBox {
	float: right;
	border:2px solid #009999;
	background-color: #e2e2e2;
	width: 213px;
	padding: 20px 40px;
	margin: 0 20px 0 30px;
}

div.lightGrayBox ol {
	list-style-position: inside;
	margin: 0;
}

h1.blackBox {
	background-color: #000;
	color: #fff;
	padding: 2px;
	margin: 10px 0;
}

h1.purpleBox {
	background-color: #460046;
	color: #fff;
	text-align: center;
	padding: 5px;
}

h2.redBox {
	color: #fff;
	background-color: #990033;
}

h2.grayBox {
	color: #fff;
	background-color: #666;
	padding: 2px;
	margin: 0;
}

h2.lightPurpleBox {
	color: #fff;
	background-color: #9999cc;
	border: solid 2px #009999;
}

div.lightBlueBox {
	padding: 10px;
	border: 2px solid #009999;
	background-color: #d7ffff;
}

div.wishListCategory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 170px;
	padding: 10px;
	float: left;
}

div.wishListCategory h2 {
	font-size: 12px;
}

div.wishListCategory p {
	font-size: 10px;
}

div.wishListCategory ul {
	margin-left: 14px;
}

div.wishListCategory ul li {
	margin: 0px;
	font-size: 10px;
}

p.quoteDogs {
	color: #008080;
	font-style: italic;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
}

p.quoteCats {
	color: #460046;
	font-style: italic;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
}	

table.adoptionList {
	border-collapse: collapse;
	width: 100%;
}

table.adoptionList td {
	padding: 10px;
	vertical-align: top;
}

td.description {
	width: 143px;
}

tr.r1 {
	background-color: #ebebeb;
}

tr.r2 {
	background-color: #fff;
}

table.adoptionList img {
	border: solid 2px #009999;
}

table.adoptionList a {
	color: #009999;
	font-weight: bold; 
}

table.adoptionList span.note {
	color: #cc0099;
	font-style: normal;
}

a.adoptionsLink {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #009999;
	font-style: italic;
	font-weight: bold;
}

div.adopted {
	width: 93px;
	float: left;
	margin: 5px;
	text-align: center;
	border: inset 1px #666;
	font-size: 12px;
}

div.adopted a {
	text-decoration: none;
}

div.adopted a:hover {
	text-decoration: underline;
}

div.adopted a img {
	width: 93px;
}
div.adoptedContainer {
	padding: 20px;
}

table.petDetail {
	border: solid 2px #000;
	border-collapse:separate;
	table-layout: fixed;
}

table.petDetail td {
	margin: 1px;
	border: solid 1px #000;
	padding: 5px;
	vertical-align: top;
}

table.petDetail td.petImages  {
	vertical-align: middle;
	text-align: center;
	width: 350px;
}

table.petDetail td.petInfo {
	width: 195px;
}

table.petDetail h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

div.adoptedDetail {
	border: solid 2px #009999;
	padding: 1px 10px 1px 1px;
	margin-bottom: 4px;
	min-height: 87px;
}

body.ie_6 div.adoptedDetail {
	height: 87px;
}

div.adoptedDetail img {
	float: left;
	margin-right: 10px;
}

div.adoptedDetail h1 {
	color: #CC00FF;
	font-size: 24px;
	padding: 0;
	margin: 0;
}

div.adoptedDetail p {
	margin: 0;
}

img.adoptedDetailImage {
	float: left;
	padding: 1px 1px 1px 0;
}

div.petDetailImageContainer {
	margin: 10px auto;
	text-align: center;
}

div.mainPetDetailImageContainer {
	height:270px;	
	width: 350px;
}

div.mainPetDetailImageContainer img {
	max-width: 350px;
	max-height: 270px;
}

div.petDetailImageContainer div {
	margin: 10px;
	display: inline;
}

div.petDetailImageContainer img {
	padding: 1px;
	width: 50px;
	border: solid 2px #fff;	
}

div.petDetailImageContainer img.selected {
	border: solid 2px #009999;
}

div.petDetailImageContainer a:hover img {
	border: solid 2px #009999;
}

table.application {
	font-size: 12px;
}

table.application td {
	vertical-align: middle;
	padding: 5px;
}

table.application td.field_label {
	text-align: right;
	width: 200px;
	font-weight: bold;
}

table.application td input#birthday {
	width: 330px;
}

form.applicationForm fieldset {
	margin: 20px 0;
}

form.applicationForm fieldset legend {
	font-weight: bold;
	color: #009999;
	font-size: 14px;
}

table.application input,
table.application textarea {
	width: 350px;
}

table.application input.radio,
table.application input.checkbox {
	width: 20px;
}

table.application table {
	background-color: #eee;
	margin: 5px 0;
}

table.application table td input {
	width: 50px;
}

table.application table td {
	padding: 2px;
}

table.application table td input.name {
	width: 50px;
}

table.application table td input.breed {
	width: 80px;
}

table.application table td input.age {
	width: 20px;
}

table.application table td input.dock {
	width: 65px;
}

table.application table td input.living {
	width: 90px;
}

table.application table th {
	text-align: center;
}

table.application table.references input {
	width: 170px;
}

table.application td.submitButton {
	text-align: center;
}

table.application td.submitButton input {
	width: auto;
}	

div.homeFeaturedPetBox {
	float: right;
	margin: 0 20px 0 30px;
	width: 242px;
	padding-left: 20px;
	border-left: solid 1px #CCCCCC;
}

div.homeFeaturedPetBox ul {
	list-style: none;
	margin: 0 0 12px 0;
}

a.featuredImage {
	float: left;
	margin: 0 10px 10px 0;
}

div.recentlyAdopted {
	width: 93px;
	float: left;
	margin: 5px 5px 0 0;
}

div.recentlyAdopted p {
	text-align: center;
	font-size: 12px;	
}

div.lovedAndLost {
	padding: 10px;
	margin: 10px;
	width: 151px;
	float: left;
	text-align: center;
	border: solid 1px #eee;
	font-size: 10px;
}

div.lovedAndLost img {
	margin: 10px 0;
}
