/* @override 
	http://rvspca.org/css/site.css
	http://rvspca/css/site.css
	http://spca.site/css/site.css?version=1
	http://rvspca.site/css/site.css?version=1
*/

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

body {
	margin: 0px;
	font-size: 62.5%;
	font-family: Arial, sans-serif;
	background: url("/images/content_repeat_shadow.png") repeat-y scroll center top rgb(16,57,97);
}

body#fp{
	background: url("/images/content_home_repeat_shadow.png") repeat-y scroll center top rgb(16,57,97);
}

p,
td,
li,
input,
label,
textarea,
th{
	font-size: 12px;
	line-height: 1.2em;
	font-family: 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;
}

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;
	overflow: hidden;
}

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:#0b5f91;
}

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 8px;
	border: 1px solid #000;
}

.right{
	float:right;
}

.left{
	float:left;
}

.left.space{
	margin:0 8px 8px 0;
}

.right.space{
	margin:0 0 8px 8px;
}

p img {
	margin: 10px;
}

.newsletter p img {
	margin: 0;
}

ul.staff-list li img {
	margin: 0 15px 5px 0;
}

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

#page-area-wrapper {
	background: url("/images/content_area_footprints_bg.png") repeat-x scroll 0 8em transparent;
}

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


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

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


/* = 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;
	font-weight:bold;
}

#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: 0 0 0 360px;
	padding: 25px 20px 0px 0px;
	text-align: left;
	overflow: visible;
	position: absolute;
	z-index: 9999;
}

#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;
}

#main-nav li span span {
	background-image: none;
	position: relative;
	top: auto;
	left: auto;
}

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 ul {
	border: 0;
	margin: 0;
	padding: 0 0 0 15px;
	background-color: transparent;
}

#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 {
	
}

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



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

#page-background-shadow{
	background:url("/images/bkg-page-dropshadow.png") no-repeat scroll center 20px transparent;
	height: 766px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

#content-area-wrapper {
	margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

#fp #content-area-wrapper {
	/*background: url("/images/home_content_bg.png") repeat-y center top transparent;*/
}

#fp #content-area-top{
	width: 973px;
}


#content-area-bot-wrapper {
	/*background: transparent url(/images/content_area_bot_wrapper_bg.gif) no-repeat 204px 100%;*/
	/*background: transparent url("/images/content_repeat_shadow.png") repeat-y center top;*/
}

#content-area-top {
	/*background: url("/images/main_content_bg.png") repeat-y scroll center 0 transparent;*/
    margin: 0 auto;
    padding: 0;
    width: 1002px;
}

#content-area {
	background: url("/images/main_content_bg.png") repeat-y scroll center 0 transparent;
    margin: 0 auto;
    padding: 0;
    width: 1002px;
}

#glint{
	background: url("/images/top_glint.png") no-repeat scroll center 0 transparent;
    height: 1px;
    position: relative;
}

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

#lost-pet{
	display: block;
	height: 80px;
	margin-left: -2px;
	position: absolute;
	width: 209px;
}

#section-content {
	float: left;
    margin-top: 0;
    width: 203px;
	/*min-height: 776px;*/
}

#section-nav {
	background: url("/images/section_nav_bot_bg.gif") no-repeat scroll 0 100% #F7D375;
    color: #184A7D;
    padding: 35px 0 95px;
    position: relative;
    width: 205px;
}

#section-nav h2 {
	margin: 0px 0px 3px 14px;
	font-weight: normal;
	font-size: 2.2em;
	display: none;
}

#section-nav h2.yes {
	display: block;
}

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

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

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

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

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

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

#section-nav ul ul {
	margin:0;
	margin-bottom:0;
}

#section-nav li.curr ul a{
	color:#184a7d;
	background:none;
}

/* = 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: 798px;
}

#main-content-area {
	background: none repeat scroll 0 0 transparent;
    min-height: 60em;
    padding: 0;
}

/* = 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 13px;
}

#footer a {
	color: #666;
}

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

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

#footer strong {
	color: #666;
}

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

#footer #foot-image {
	float:right;
	margin:0 80px 0 12px;
}

#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% center;
}

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

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

#pet-calendar h2,
#section-content .section h2 {
	color: #fff;
	font-weight: normal;
	font-size: 2.1em;
	padding: 0px;
	margin: 5px 0px 10px;
}

#section-content p, #section-content strong{
	color:#b2eaff;
}


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

.callout-wrapper {
	color: #444;
	/*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%*/;
	border-bottom: 1px solid #A5AAB2;
}
.callout-tr.last{
	border-bottom: none;
}

.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.1em;
	line-height: 1.1em;
	color: #184A7D;
	margin: 0 0 5px;
}

.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;
}
