/* @override 
	http://rvspca.org/css/site.css
	http://rvspca/css/site.css
*/

/* GENERIC CONTENT STYLES
-------------------------------------------------*/

body {
	margin: 0px;
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
	background-color: #faf1d9;
}

p,
td,
li,
input,
label,
textarea,
th{
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p label,
p input,
p label,
td p,
li p {
	font-size: 1em;
}

li h3 {
	font-size: 1em
}

li h2 {
	font-size: 1.2em;
}

h1 {
	font-size:3em;
}

h2 {
	font-size: 2em;
	margin-bottom: .4em;
}

h1 span,
h2 span {
	position: absolute;
	left: -9999em;
}

h3 {
	font-size:1.6em;
	margin-bottom:.2em;
	margin-top: 1.5em;
}

h4 {
	font-size:1.1em;
}

p {
	margin-top:0em;
	margin-bottom:1.1em;
}

ul,
ol {
	margin-bottom:1.3em;
}

li {
margin-bottom:.5em;
}

/* = TABLES
-------------------------------------------------*/

table {
	margin-top:1.3em;
	margin-bottom:1.3em;
}


table td,
table th {
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-top: 9px;
}

table.datatable {
	background: #fff7e4 url(/images/datatable_top_bg.gif) repeat-x 0px 0px;
}

table.datatable td {
	background: transparent url(/images/datatable_pixel_border_bg.gif) repeat-x 0px 0px;
	font-size: 1.1em;
}

table.datatable th {
	color: #0b5f91;
	text-align: left;
	font-size: 1.1em;
	padding-top: 9px;
	padding-bottom: 4px;
}

/* = FORMS
-------------------------------------------------*/

.form-buttons {
	margin: 10px 0px;
	width: 480px;
	text-align: right;
}

/* = LINKS
-------------------------------------------------*/

a:link {
	color:#103961;
}

a:visited{ 
	color: #75808d;
}

a:hover {
	color: #b23514;
	text-decoration: none;
}

a:active {
	color: #67abe6;
}

/* = IMAGES
-------------------------------------------------*/

a img {
	border: 0px;
}

.image-left {
	float: left;
	margin: 0px 15px 5px 0px;
	border: 1px solid #000;
}

.image-right {
	float: right;
	margin: 0px 0px 5px 15px;
	border: 1px solid #000;
}

/* PAGE LAYOUT
-------------------------------------------------*/

#page-area-wrapper {
	background: #103961 url(/images/content_area_footprints_bg.gif) repeat-x 0em 8em;
}

#page-area-top {
	background: transparent url(/images/header_bg.gif) repeat-x 0px 0px;
}


#page-area {
	width: 100%;
	font-size: 1em;
	padding-top: 4.9em;
	position: relative;
}

#page-without-footer {
	background: transparent url(/images/page_without_footer_bg.gif) repeat-x 0% 100%;
	width: 100%;
	padding-bottom: 10px;
}


/* = HEADER
-------------------------------------------------*/
#header-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #08233e;
}

#header {
	width: 991px;
	height: 8em;
	margin: 0px auto;
	position: relative;
}

#header a {
	color: #08233e;
	text-decoration: none;
}

#header a:hover {
	color: #b23514;
}

/* = LOGO
-------------------------------------------------*/

#logo {
	width: 160px;
	height: 70px;
	display: block;
	position: absolute;
	left: 3.2em;
	bottom: .8em;
	z-index: 99;
}

#logo img {
	display: block;
}

/* = MAIN NAV
---------------------------------------*/
#main-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0px 0px 0px 221px;
	padding: 25px 20px 0px 0px;
	text-align: left;
}

#fp #home-link {
	display: none;
}

#main-nav li {
	float: left;
	padding: 0px 8px 0px 8px;
	margin: 0px;
	font-size: 11px;
	line-height: 1em;
	position: relative;
}

#main-nav li.curr a {
	color: #b23514;
}

#main-nav li.curr li a {
	color: #08233e;
}

#main-nav li span {
	display: none;
	background: transparent url(/images/arrow_down.gif) no-repeat 20px 7px;
	position: absolute;
	left: -10px;
	top: 9px;
}

body #main-nav li:hover span,
body #main-nav li.over span {
	display: block;
}

#main-nav li ul {
	background-color: #fff;
	margin: 20px 0 0;
	padding: 5px 15px;
	width: 155px;
	list-style-type: none;
	border: 1px solid #8b794c;
	border-top: none;
}

#main-nav li ul li {
	margin: 0;
	padding: 0;
	float: none;
}

#main-nav li ul li a {
	color: #08233e;
	font-size: 10px;
	line-height: 16px;
	padding-right: 8px;
}

#main-nav li ul li a:hover {
	background: transparent url(/images/bullet_adoption_steps.gif) no-repeat 100% 3px;
	color: #b23514;
}



/* = CONTENT AREA
-------------------------------------------------*/

#content-area-wrapper {
	width: 991px;
	margin: 0px auto;
	padding: 0px 0px 0px;
	background: transparent url(/images/content_area_bg.png) repeat-y 0px 0%;
}

#content-area-bot-wrapper {
	background: transparent url(/images/content_area_bot_wrapper_bg.gif) no-repeat 204px 100%;
}

#content-area-top {
	background: transparent url(/images/header_bot_bg.gif) no-repeat 0px 0px;
}

#content-area {
	width: 973px;
	padding: 5px 9px 32px;
	background: transparent url(/images/footer_top_bg.gif) no-repeat 0% 100%;
}

/* = SECTION CONTENT
-------------------------------------------------*/

#section-content {
	width: 195px;
	margin-top: 18px;
	float: left;
}

#section-nav {
	padding: 3px 0px 12px;
	color: #184a7d;
	position: relative;
	background: #f7d375 url(/images/section_nav_bot_bg.gif) no-repeat 0% 100%;
}

#section-nav h2 {
	margin: 10px 0px 3px 14px;
}

#section-nav a {
	color: #184a7d;
	text-decoration: none;
	line-height: 1.2em;
}

#section-nav a:hover {
	color: #b23514;
}

#section-nav ul {
	margin: 0px 0px 25px;
	padding: 0px;
	list-style: none;
}

#section-nav ul li {
	margin: 0px;
	padding: 5px 0px 3px 14px;
	font-size: 1em;
}

#section-nav ul li.curr {
	background: #fff url(/images/sn_curr_top_bg.gif) repeat-x 0px 0px;
}

#section-nav ul li.curr a {
	color: #b23514;
	padding-right: 20px;
	background: transparent url(/images/sn_curr_arrows_bg.gif) no-repeat 100% 3px;
}

/* = SECTION NAV SUCCESS STORY
-------------------------------------------------*/

#section-content .callout-wrapper {
	background: transparent url(/images/fp_callout_tl.gif) no-repeat 0% 0%;
	margin: 53px 14px 15px;
	width: 167px;
}

#section-content .callout-tr {
	background: transparent url(/images/fp_callout_tr.gif) no-repeat 100% 0%;
}

#section-content .callout-bl {
	background: transparent url(/images/fp_callout_bl.gif) no-repeat 0% 100%;
}

#section-content .callout {
	background: transparent url(/images/fp_callout_br.gif) no-repeat 100% 100%;
}

#success-story {
	color: #444;
}

#success-story h2 {
	font-weight: normal;
	margin: 0px 0px 10px;
}

#success-story .img-holder {
	width: 60px;
	float: left;
}

#success-story img {
	float: left;
	margin: 0px 5px 10px 0px;
	/*border: 1px solid #666;*/
	border: none;
	display: block;
	background-color: #666;
	border: 1px solid #666;

}

#success-story h3,
#success-story p {
	color: #444;
	font-size: 1em;
	margin: 0px 0px 6px 68px;
	font-weight: bold;
}

#success-story .label {
	font-weight: normal;
	display: block;
	font-size: 1em;
}

#success-story .more {
	padding-right: 8px;
	background: transparent url(/images/bullet_sc_more_link.gif) no-repeat 100% .3em;
	text-decoration: underline;
}

/* = MAIN CONTENT
-------------------------------------------------*/

#main-content-area-wrapper {
	float: right;
	width: 778px;
	/*background: transparent url(/images/main_content_area_bl_bg.gif) no-repeat 0% 100%;*/
}

#main-content-area {
	padding: 0px;
	background: transparent url(/images/main_content_area_tl_bg.gif) no-repeat 0px 0px;
	min-height: 60em;
}

/* = FOOTER
-------------------------------------------------*/

#footer-wrapper {
	width: 100%;
	color: #666;
	background: #faf1d9 url(/images/footer_bg.gif) repeat-x 0px -37px;
	margin: 0px;
}

#footer {
	width: 950px;
	margin: 0px auto;
	min-height: 9.9em;
	padding: 1px 0px 20px 20px;
}

#footer a {
	color: #666;
}

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

#footer p {
	text-align: center;
	margin: 0px 40px 0px 0px;
	line-height: 1.7em;
	font-size: 1em;
}

#footer .address {
	margin: 0px 200px 0px 0px;
}

#footer .open-times {
	float: right;
	margin: 0px 200px 10px 0px;
	border: 0px;
	display: inline;
	width: 300px;
}

#footer table td {
	text-align: left;
	padding: 1px 0px 1px 10px;
	border: 0px;
	font-size: 1em;
}

#footer .copyright {
	clear: both;
	margin-top: 20px;
}

/* = UTILITY STYLES
-------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: inline-block;
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clear {
	clear: both;
	height: 0px;
}

.clear span {
	position: absolute;
	left: -9999em;
}

/* = WIDGET SECTION -------------------------------------------------------------------------------*/

/* = PET CALENDAR
-------------------------------------------------*/

#pet-calendar {
	color: #87b9e9;
	position: relative;
}

#pet-calendar a {
	color: #87b9e9;
}

#pet-calendar a.more {
	padding-right: 8px;
	background: transparent url(/images/pet_cal_link_arrow.gif) no-repeat 100% 4px;
}

#pet-calendar img {
	border: 1px solid #fff;
}

#pet-calendar p {
	margin-top: 5px;
	font-size: 1.1em;
}

#pet-calendar h2 {
	color: #fff;
	font-weight: normal;
	font-size: 1.6em;
	padding: 0px;
	margin: 5px 0px;
}


/* = CALLOUT
-------------------------------------------------*/

.callout-wrapper {
	color: #555;
	background: #f7d375 url(/images/callout_tl.gif) no-repeat 0% 0%;
	margin-bottom: 22px;
}

.callout-tr {
	background: transparent url(/images/callout_tr.gif) no-repeat 100% 0%;
}

.callout-bl {
	background: transparent url(/images/callout_bl.gif) no-repeat 0% 100%;
}

.callout {
	background: transparent url(/images/callout_br.gif) no-repeat 100% 100%;
	padding: 11px 13px;
	font-size: 1em;
}

.callout h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.8em;
	line-height: 1.1em;
	color: #fff;
	margin-top: 0px;
}

.callout p {
	font-size: 1.1em;
	line-height: 1.4em;
}

.callout li {
	font-size: 1em;
}

/* = PHOTO FRAME
-------------------------------------------------*/

.frame-wrapper,
.photo-frame-wrapper {
	background: #fff url(/images/photo_frame_tl.png) no-repeat 0% 0%;
}

.frame-wrapper-tr,
.photo-frame-tr {
	background: transparent url(/images/photo_frame_tr.png) no-repeat 100% 0%;
}

.frame-wrapper-br,
.photo-frame-br {
	background: transparent url(/images/photo_frame_br.png) no-repeat 100% 100%;
}

.frame,
.photo-frame {
	background: transparent url(/images/photo_frame_bl.png) no-repeat 0% 100%;
	padding: 11px 14px 17px 13px;
}

.photo-frame img,
.photo .photo-frame img {
	border: 0px;
}