
body {
	margin:0px;
	padding:0px;
	}

/* header nav START*/


ul#navList {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

ul#navList li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

a.home{
	display: block;
	width: 53px;
	height: 29px;
	background:  url(/images/nav/home.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.home{
	background-position: -53px 0;
}

a.search{
	display: block;
	width: 83px;
	height: 29px;
	background:  url(/images/nav/search.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.search{
	background-position: -83px 0;
}

a.shelters{
	display: block;
	width: 113px;
	height: 29px;
	background:  url(/images/nav/shelters.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.shelters{
	background-position: -113px 0;
}

a.account{
	display: block;
	width: 89px;
	height: 29px;
	background:  url(/images/nav/account.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.account{
	background-position: -89px 0;
}

a.store{
	display: block;
	width: 132px;
	height: 29px;
	background:  url(/images/nav/store.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.store{
	background-position: -132px 0;
}

a.contact{
	display: block;
	width: 84px;
	height: 29px;
	background:  url(/images/nav/contact.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.contact{
	background-position: -84px 0;
}

a.donate{
	display: block;
	width: 62px;
	height: 29px;
	background:  url(/images/nav/donate.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.donate{
	background-position: -62px 0;
}

.topNav {
	background:  url(/images/nav/background.gif) 0 0 repeat;
	}

/* header nav END*/


/* body style formats */




.error		{
		background-color: #fff;
		background-image: url(/mgr/themes/smt/warning.gif);
		background-repeat: no-repeat;
		padding: 15px 18px 15px 52px;
		font-weight: bold;
		color: red;
		margin-bottom: 20px
		}
		
.bold		{
		font-weight: bold;
}
A {
	text-decoration: none;
	color: blue;
	}
	
A:hover {
	text-decoration: underline;
	color: blue;
	}

.main	{
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	color: #696562;
	}
	
.main	TD, .main TH, .main P, .main DIV {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	color: #696562;
	}
	
.mainGreen {
	color: #8faf61;
	}

.mainGreen A:hover, A.mainGreen:hover {
	text-decoration: underline;
	font-weight: bold;
	color: blue;
	}

.mainGreen A, A.mainGreen	{
		text-decoration: none;
		font-weight: bold;
		color: #8faf61;
		}

.mainOrange {
	color: #ee7345;
	font-weight: bold;
	}

.mainOrange A:hover {
	text-decoration: underline;
	font-weight: bold;
	color: blue;
	}

.mainOrange A	{
	text-decoration: none;
	font-weight: bold;
	color: #8faf61;
	}

.dotDivider {
	border-bottom: 1px dotted #ccc;
	line-height: 3px;
	padding: 0px 0px 0px 0px;
	width: 95%;
	margin: 0px;
	}	
		
.columnStyle {
	padding: 10px 10px 10px 10px;
}
	
.columnBorder {
	border: 1px dotted #ccc;
}
	
.linkTrail {
	padding-top:5px;
	padding-left:10px;
	height:21;
	background: DBDBDB;
	}
	
.searchFormText TD {
	font-weight: bold;
	color: #ffffff;
	}
	
.privacyNotice {
	width: 140px;
	float: right;
	padding: 0px 10px 0px 0px;
	}

.bone { background: url(bone.gif) no-repeat; }
.bone-default { background: url(bone-default.gif) no-repeat; }

.footer {
	padding: 6px 0px 0px 20px;
	color: #ffffff;
	font-weight: bold;
	}

.footer A:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
	}

.footer A	{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}



.policy {
	padding: 10px 0px 0px 15px;
	}
	
.paging		{
		float: left;
		margin-top: 5px;
		padding-top: 8px;
		padding-bottom: 12px;
		color: #B8B8B8;
		}

.paging A	{
		text-decoration: none;
		padding: 3px 4px
		}

.paging .disable {
		background: #FFFFFF;
		color: #999999;
		padding: 3px 4px;
		text-decoration: none
}

.paging .num A	{
		background: #FFFFFF;
		border: 1px solid #B8B8B8;
		color: #0000FF;
		font-weight: bold;
		padding: 3px;
		text-decoration: none;
		}

.paging .num A.active	{
		background: #FFE400;
		border: 1px solid #A97B00;
		color: #000;
		font-weight: bold;
		padding: 3px;
		text-decoration: none		
		}

.paging .num A:hover	{
		background-color: #1581D8;
		border: 1px solid #36A6FF;
		color: #fff;
		font-weight: bold;
		padding: 3px;
		text-decoration: none
		}

.statRecord	{
		float: left;
		margin-left: 0px;
		padding-bottom: 9px
		}

.statPage	{
		float: right;
		}

/* FORM elements. */

TEXTAREA, SELECT, OPTION
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #B8B8B8
	}

.myCheck, .myRadio {
	border: none
	}

.mySubmit, .myButton, .myReset	{
	cursor: hand;
	background: #E3EAF6;
	border: 1px solid #1A84D8;
	padding: 2px;
	font-size: 10px;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#DADADA', Positive='true')
	}

.myButtonImage	{
	cursor: hand;
	border: 10px solid #1A84D8;
	padding: 2px;
	font-size: 10px;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#DADADA', Positive='true')
	}

.myText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #B8B8B8
	}

