	
	/* ----======== Reseting All Browsers ========---- */	
	
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
	{
	margin:0;
	padding:0;
	}
	
	fieldset, img
	{
	border:0;
	}
	
	ul
	{
	list-style:none;
	}
	
	caption, th
	{
	text-align:left;
	}
	
	h1, h2, h3, h4, h5, h6
	{
	font-size:100%;
	font-weight:normal;
	}
	
	abbr, acronym
	{
	border:0;
	}
	
	/* ----======== HTML Selectors ========---- */
	
	html
	{
	overflow: -moz-scrollbars-vertical;
	}
	
	body
	{
	text-align: center;
	margin: auto;
	background: #cc0000 url(../images/bg_tile.jpg);
	color: #000;
	font-size: 12px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	h1
	{
	color: #cc0000;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 22px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	}
	
	h2
	{
	color: #000;
	margin-bottom: 10px;
	font-size: 18px;
	}
	
	h3
	{
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 10px;
	color: #cc0000;
	}
	
	h4
	{
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 10px;
	color: #000;
	}
	
	p
	{
	line-height: 18px;
	margin-bottom: 10px;
	}
	
	a
	{
	color: #cc0000;
	text-decoration: none;
	outline: none;
	}
	
	a:hover
	{
	color: #000;
	text-decoration: underline;
	}
	
	.clear
	{
	clear: both;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	}
	
	a.button
	{
	display: inline-block;
	background: #AD0000 url(../images/red_bar.gif) repeat-x top;
	padding: 4px 8px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	border-top: 1px solid #dd5555;
	border-left: 1px solid #dd5555;
	border-bottom: 1px solid #6c0000;
	border-right: 1px solid #6c0000;
	}
	
	a:hover.button
	{
	color: #fff;
	text-decoration: none;
	}
	
	a.greyButton
	{
	display: inline-block;
	padding: 4px 8px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	background: #565656 url(../images/grey_bar.gif) repeat-x top;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	}
	
	table a.button
	{
	width: 252px;
	text-align: center;
	font-weight: bold;
	}
	
	#content ul
	{
	margin-bottom: 5px;
	}
	
	#latestVets ul
	{
	margin-bottom: 10px;
	}
	
	#content li, #latestVets li
	{
	background: url(../images/bullet.gif) no-repeat 0 5px;
	line-height: 18px;
	padding-bottom: 5px;
	padding-left: 14px;
	}
	
	.note
	{
	border: 3px double #cc0000;
	padding: 5px 8px;
	background: #FFEFEF;
	margin-bottom: 10px;
	}
	
	.hidden
	{
	display: none;	
	}
	
	/* ----======== Layout ========---- */
	
	#header
	{
	width: 920px;
	margin: 0px auto 0 auto;
	text-align: left;
	padding: 20px 20px 5px 20px;
	height: 38px;
	position: relative;
	overflow: visible !important;
	}
	
	#wrapper
	{
	width: 920px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	padding: 20px 20px 5px 20px;
	position: relative;
	}
	
	#kitty
	{
	background: url(../images/kitty.png) no-repeat top left;
	width: 92px;
	height: 62px;
	position: absolute;
	top: 5px;
	right: -30px;
	}
    
    #facebook
	{
	background: url(../images/facebook_tag.png) no-repeat top left;
	width: 42px;
	height: 106px;
	position: absolute;
	top: 84px;
	right: -43px;
	}
    
    #facebook a
    {
    width: 42px;
	height: 106px;
    display: block;
    }
	
	#sidebar
	{
	width: 265px;
	float: left;
	}
	
	#logo
	{
	margin-bottom: 20px;
	}
	
	#topMenu
	{
	height: 34px;
	width: 275px;
	overflow: visible;
	}
	
	#topMenu li
	{
	float: left;
	margin-right: 1px;
	}
	
	#topMenu li a
	{
	display: inline-block;
	padding: 8px 16px 8px 15px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: #565656 url(../images/grey_bar.gif) repeat-x top;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	}
	
	#topMenu li a:hover, #topMenu li.active a
	{
	background: #AD0000 url(../images/red_bar.gif) repeat-x top;
	border-top: 1px solid #dd5555;
	border-left: 1px solid #dd5555;
	border-bottom: 1px solid #6c0000;
	border-right: 1px solid #6c0000;
	}
	
	#nav
	{
	height: 50px;
	}
	
	#nav li
	{
	float: left;
	margin-right: 1px;
	padding: 0;
	background: none !important;
	}
	
	#nav li a
	{
	display: inline-block;
	padding: 8px 16px 8px 15px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: #565656 url(../images/grey_bar.gif) repeat-x top;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	}
	
	#nav li a:hover, #nav li.active a
	{
	background: #AD0000 url(../images/red_bar.gif) repeat-x top;
	border-top: 1px solid #dd5555;
	border-left: 1px solid #dd5555;
	border-bottom: 1px solid #6c0000;
	border-right: 1px solid #6c0000;
	}
	
	#mainMenu
	{
	background: #cc0000 url(../images/bg_tile_black.jpg);
	padding: 13px;
	width: 237px;
	margin-bottom: 20px;
	}
	
	#mainMenu li a
	{
	color: #ccc;
	font-weight: bold;
	display: block;
	padding: 6px 7px 6px 24px;
	text-decoration: none;
	background: url(../images/menu_cross.gif) no-repeat 0 6px;
	margin-left: 3px;
	text-transform: uppercase;
	}
	
	#mainMenu li a:hover
	{
	color: #fff;
	background: url(../images/menu_cross_white.gif) no-repeat 0 6px;
	}
	
	#mainMenu li.active a
	{
	color: #fff;
	background: url(../images/menu_cross_red.gif) no-repeat 0 6px;
	}
	
	#news h2
	{
	margin-bottom: 15px;
	}
	
	#news p
	{
	line-height: 18px;
	margin-bottom: 15px;
	}
	
	.line
	{
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 10px;
	height: 1px !important;
	overflow: hidden;
	}
	
	#content
	{
	float: left;
	width: 635px;
	margin-left: 20px;
	}
	
	#banner
	{
	margin-bottom: 15px;
	position: relative;
	background: #cc0000 url(../images/bg_tile_black.jpg);
	height: 370px;
	}
	
	#imageScroller img
	{
	display: none;
	z-index: 22;
	}
	
	#bannerQuote
	{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 33;
	}
	
	.quote
	{
	background: #cc0000 url(../images/bg_tile_black.jpg);
	width: 220px;
	padding: 15px 15px 5px 15px;
	color: #fff;
	font-size: 14px;
	-moz-border-radius: 3px;
	display: none;
	}
	
	#bannerQuote > .quote
	{
	background: transparent url(../images/transparent_black.png);
	}
	
	#bannerQuote h2
	{
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
	}
	
	#bannerQuote p
	{
	margin-bottom: 10px;
	}
	
	.contentInner h1
	{
	margin-bottom: 10px;
	}
	
	.contentInner
	{
	border: 1px solid #aaa;
	padding: 15px 20px 10px 20px;
	margin-bottom: 15px;
	background: #fff;
	min-height: 260px;
	}
	
	.contentInnerHome
	{
	border: 1px solid #000;
	padding: 20px 20px 5px 20px;
	margin-bottom: 15px;
	width: 300px;
	float: left;
	background: #F0F0EE;
	color: #000;
	}
	
	.contentInnerHome p
	{
	line-height: 20px;
	margin-bottom: 15px;
	}
	
	#homePromo
	{
	float: right;
	}
	
	#puppy
	{
	background: url(../images/puppy.png) no-repeat top left;
	height: 157px;
	width: 81px;
	position: absolute;
	bottom: 0;
	right: -81px;
	}
	
	#search
	{
	position: absolute;
	top: 15px;
	left: 0;
	}
	
	#searchBox
	{
	display: inline-block;
	background: #AD0000 url(../images/red_bar.gif) repeat-x top;
	padding: 8px 10px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border-top: 1px solid #dd5555;
	border-left: 1px solid #dd5555;
	border-bottom: 1px solid #6c0000;
	border-right: 1px solid #6c0000;
	width: 280px;
	float: left;
	}
	
	#content #searchBox
	{

	}
	
	#goBtn
	{
	float: left;
	margin-left: 1px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: none;
	}
	
	#quick-finder-btn
	{
	display: inline-block;
	background: #AD0000 url(../images/red_bar.gif) repeat-x top;
	padding: 6px 0px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border-top: 1px solid #dd5555;
	border-left: 1px solid #dd5555;
	border-bottom: 1px solid #6c0000;
	border-right: 1px solid #6c0000;
	cursor: pointer;
	width: 174px;
	margin-bottom: 10px;
	}
	
	#footer
	{
	position: relative;
	width: 930px;
	background: #6e6d6b url(../images/ndn_footer.gif) no-repeat 845px 7px;
	margin: auto;
	text-align: left;
	padding: 10px 15px;
	line-height: 20px;
	color: #c6c3be;
	font-size: 10px;
	text-transform: uppercase;
	}
	
	#footer a
	{
	color: #fff;
	}
	
	/* ----======== Table and Form Elements ========---- */	
	
	table
	{
	margin-bottom: 10px;
	border: 1px solid #aaa;
	}
	
	th
	{
	background: #AD0000 url(../images/red_bar.gif) repeat-x;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	border-top: 1px solid #dd5555;
	border-left: 1px solid #dd5555;
	border-bottom: 1px solid #6c0000;
	border-right: 1px solid #6c0000;
	}
	
	td
	{
	padding: 6px 8px;
	background: #eee;
	line-height: 18px;
	}
	
	.alt td
	{	
	}
	
	input, textarea, select
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	padding: 3px;
	}
	
	.pageImage
	{
	width: 216px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}
	
	.pageImage img
	{
	border: 1px solid #000;
	margin-bottom: 10px;
	}
	
	.pageImage p
	{
	padding: 0 !important;
	margin: 0 !important;
	color: #9b2732;
	font-size: 11px;
	}
	
	/* ----======== Directory Styles ========---- */
	
	#quickFinder
	{
	}
	
	.frmselectbox
	{
	margin-bottom: 10px;
	width: 174px;
	border: 1px solid #aaa;
	}
	
	.qf-loader
	{
	display: none;
	}
	
	.listing, .listing2, .featured, .featured2
	{
	margin-bottom: 10px;
	border: 1px solid #ddd;
	padding: 10px 10px 0 10px;
	}
	
	.listing h3 a, .listing2 h3 a, .featured h3 a, .featured2 h3 a
	{
	color: #fff;
	text-decoration: none;
	}
	
	.featured h3 a, .featured2 h3 a
	{
	background: #AD0000 url(../images/red_bar.gif) repeat-x !important;
	padding: 6px 8px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	border-top: 1px solid #dd5555 !important;
	border-left: 1px solid #dd5555 !important;
	border-bottom: 1px solid #6c0000 !important;
	border-right: 1px solid #6c0000 !important;
	display: block;
	}
	
	.featured2 h3 a
	{
	display: block;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	}
	
	.listing h3 a, .listing2 h3 a
	{
	background: #565656 url(../images/grey_bar.gif) repeat-x top;
	padding: 6px 8px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	display: block;
	}
	
	.listing2 h3 a
	{
	display: block;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	}
		
	.clr
	{
	clear:both;
	}
	
	legend
	{

	}
	
	fieldset
	{
	}
	
	.longinput
	{
	border: 1px solid #aaa;	
	padding: 5px;
	}
	
	select.longinput
	{
	border: 1px solid #aaa;	
	padding: 3px;
	}
	
	input.button
	{
	display: inline-block;
	background: #AD0000 url(../images/red_bar.gif) repeat-x top;
	padding: 4px 8px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	border-top: 1px solid #dd5555;
	border-left: 1px solid #dd5555;
	border-bottom: 1px solid #6c0000;
	border-right: 1px solid #6c0000;
	cursor: pointer;
	}


	
	.datatable
	{
	width:100%;
	border:1px solid #B2E3EF;
	}
	
	.datatable td
	{
	border-bottom: 1px dashed #B2E3EF;
	padding:3px;
	}
	
	.datatable th
	{
	font-weight:bold;
	padding:3px;
	background-color: #B2E3EF;
	text-align:left;
	}
	
	#map
	{
	width: 591px;
	height: 300px;
	margin-top:10px;
	border: 1px solid #333;
	padding: 1px;
	background: #fff;
	margin-bottom: 10px;
	}
	
	#gallery
	{
	float:right;
	width:340px;
	}
	
	#gallery img
	{
	border:1px solid #000;
	margin-left:5px;
	margin-bottom:5px;
	}
	
	.listing-image
	{
	float:left;
	width:120px;
	height:120px;
	margin-right:5px;
	margin-bottom:5px;
	text-align:center;
	}
	
	.listing-image div
	{
	border:1px solid #000;
	width:120px;
	height:90px;
	}
	
	#rate_div
	{
	width:200px  height:25px;
	}
	
	.keyword_hlight
	{

	}
	
	.listing-review
	{
	border: 1px dashed #B2E3EF;
	padding:5px;
	}
