@charset "utf-8";
/*
 * RESET
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:normal 13px Arial, Helvetica, sans-serif;
	vertical-align:top;
	background:transparent;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img, div {
}
/*
 * BASIC ELEMENTS
 * Define styles for basic elements:body, h1-h6, ul, ol, a, p, etc.
 */
body {
	background:url(../_images/background3.jpg) top center no-repeat #acd3e9;
	color:#494f57;
	padding:0;
	margin:0;
}
h1 {
	font:bold 32px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:32px;
	color:#49240a;
	margin-bottom:5px;
	text-shadow:0px 1px 0px #dbe9f3;
}
h2 {
	font:bold 21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#49240a;
	line-height:21px;
	margin:15px 0 2px 0;
}
h3, h4, h5{
	font:normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#494f57;
	line-height:18px;
	margin:10px 0 2px 0;
}
p {
	padding:6px 0;
	line-height:18px;
}
strong, b {
	font-weight:bold;
}
/*
 * BASIC LAYOUT
 * Define the basic template:header, footer, menu, content
 */
.container {
	 margin:0 auto;
	 padding:0;
	 width:960px;
}
#header {
	height:98px;
	width:960px;
}
#logo {
	float:left;
}
#logo a{
	display:block;
	width:225px;
	height:98px;
	margin-left:50px;
}

#nav {
	width:960px;
	height:43px;
	padding:1px 0 0 0;
	float:left;
}
#mid {
	padding:10px;
	background:#FCFCFC;
	width:940px;
	float:left;
}
.app td {
	padding:5px;
	width:220px;
}
/*
 * MENU
 */
#nav ul {
	float:left;
	padding:0 0 0 8px;
}
#nav li {
	float:left;
	margin:0 1px 0 0;
}
#nav li a {
	font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	color:#FFF;
	text-decoration:none;
	padding:12px 18px 14px 18px;
}
#nav li a:hover, 
#nav-con-home .home a, 
#nav-con-aboutus .aboutus a, 
#nav-con-petsforadoption .petsforadoption a, 
#nav-con-newsfundraisers .newsfundraisers a, 
#nav-con-volunteerapplication .howtohelp a, 
#nav-con-franklinfund .franklinfund a, 
#nav-con-contact .contact a, 
#nav-con-donate .donate a  {
	float:left;
	color:#4e87a2;
	background:url(../_images/nav_top.jpg) top center repeat-x #FCFCFC;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
/*
 * CONTENT
 */
a:link, a:visited {
	color:#4E87A2;
}
a:hover {
	color:#F00;
}
#banner {
	width:941px;
	height:275px;
	background-image:url(../_images/banner.jpg);
	float:left;
	margin:0 0 8px 0;
}
#mid li {
	list-style-image:url(../_images/listimage.gif);
	margin-left:25px;
	padding:2px;
}
#side_left {
	background:#efebe7;
	width:240px;
	padding:20px;
	float:left;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
	#side_left #side_menu ul {
		list-style-image:none;
	}
	#side_left #side_menu li {
		list-style-image:none;
		list-style:none;
		margin-left:0px;
		padding:2px;
	}
	#side_left a:link, #side_left a:visited {
		text-decoration:none;
	}
	#side_left #side_menu ul li ul {
		list-style-image:none;
		margin:0px;
		padding:0px;
		margin-left:10px;
	}
	#side_left img {
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
#content {
	float:left;
	display:block;
	width:585px;
	margin:0 0 0 20px;
	padding:20px;
}
#full_content {
	float:left;
	display:block;
}
#footer_frame {
	background:url(../_images/footer_bg.jpg) top center no-repeat;
	display:block;
	padding:10px 0 0 0;
}
#footer {
	padding:0;
	margin:0 auto;
	width:960px;
}
	.footer_pod {
		width:260px;
		padding:20px;
		float:left;
	}
	.footer_pod h1 {
		font:bold 21px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#494f57;
	}
#btm {
	border-top:1px solid #a4c3d5;
	clear:both;
	color:#63889E;
	width:920px;	
	margin:0 auto;
	padding:20px;
	font-size:10px;
}
#table_form table {
	border:1px solid #999;
	width:100%;
}
#table_form table tr {
}
#table_form table tr td {
	padding:5px;
}
/*
 * WEB FORM
 */
 	input  {
		border:1px solid #97c0dc;
		display:block;
		margin-bottom:3px;
		padding:3px;
		width:80%;
	}
	.web_form {
	}
	.web_form label {
		display:block;
		margin-top:10px;
		position: relative;
	}
	.web_form input {
		border:1px solid #a4c3d5;
		display:block;
		padding:4px;
		width:300px;
	}
	.web_form textarea {
		display:block;
		width:400px;
		height:100px;
	}
	.web_form .submit {
		width:auto;
		margin-top:10px;
	}
	.web_form .error {
		font-weight:bold;
		color:#cc0000;
		margin-top: 0;
	}
	.web_form .radio_input_label{
		position:relative;
		padding:2px;
	}
	.web_form .radio_input_label .input_radio {
		width:auto;
	}
	.web_form .radio_input_label .radio_label {
		position:absolute;
		left:23px;
		top:-7px;
	}
	.web_form .container_special{
		padding: 10px;
		margin: 10px;
		background: #efefef;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.web_form .required{
		color:#FF0000;
		font-size:20px;
		font-weight:bold;
		margin-left:2px;
		position:absolute;
		top:-7px;
		vertical-align:super;
	}
/*
 * GENERIC CLASSES
 */
.pet_picture {
	background:#FFF;
	margin:5px;
	padding:3px;
}
.pet_picture {
	background:#FFF;
	border:1px solid #CCC;
	float:right;
	margin:0 0 10px 10px;
	padding:2px;
}
.link_right {
	text-align:right;
	wifth:100%;
}
.right {
	float:right;
}
.left {
	float:left;
}
/*
 * FONT SIZER
 */
 #font_size {
	float:right;
	padding:10px;
}
	.jq_font_inc {
		width:13px;
		height:15px;
		background:url(../_images/header_increase.gif);
		float:left;
		cursor:pointer;
	}
	.jq_font_dec {
		width:13px;
		height:15px;
		float:left;
		background:url(../_images/header_decrease.gif);
		cursor:pointer;
	}
	.jq_font_reset {
		width:13px;
		height:15px;
		float:left;
		background:url(../_images/header_reset.gif);
		cursor:pointer;
	}
/*
 * LIVE SEARCH
 */
#bls {
	position:relative;
	float:left;
	width:250px;
}
#bls label {
	display:block;
	margin-top:7px;
	font-weight:bold;
}
#bls input, #bls select {
	width:200px;
}
#bls .bls_close {
	width:16px;
	height:16px;
	background-image:url(../_images/Close-box-red-16.png);
	cursor:pointer;
}
.bls_loading {
	width:24px;
	height:24px;
	background-image:url(../_images/loadinfo.gif);
	position:absolute;
	top:0;
	left:0;
}
#pet_listing {
	position:relative;
	float:left;
	width:660px;
	padding-left:30px;
}
.bls_result {
	margin-top:30px;
}
.bls_result .odd {
	background-color:#efefef;
}
.bls_result .even {
	background-color:#ffffff;
}
.bls_result .odd td, .bls_result .even td {
	padding:10px;
}
.bls_result .feature {
	width:100px;
	height:100px;
	overflow:hidden;
	background-color:#ffffff;
	border:4px solid #ffffff;
}
hr {
	border:none;
	border-bottom:1px solid #CCC;
}
/* */
#bot_blog, #blog_comments {
	position:relative;
}
#bot_blog h1 {
	position:relative;
	left:5px;
}
.bot_loading {
	position:absolute;
	width:16px;
	height:16px;
	left:-18px;
	top:2px;
	background:url(../_images/ajax-loader.gif);
}
.bot_results li span.date {
	display:block;
	color:#999999;
}
.bot_controls {
	margin-top:15px;
}
.bot_results li a.selected {
}
.bot_next, .bot_next_disabled, .bot_prev, .bot_prev_disabled {
	width:25px;
	height:25px;
}
.bot_next {
	background:url(../_images/blog_next.gif);
	cursor:pointer;
	float:right;
}
.bot_next_disabled {
	background:url(../_images/blog_next_grey.gif);
	cursor:auto;
	float:right;
}
.bot_prev {
	background:url(../_images/blog_prev.gif);
	float:left;
	cursor:pointer;
}
.bot_prev_disabled {
	background:url(../_images/blog_prev_grey.gif) !important;
	float:left;
	cursor:auto;
}
.bot_pages {
	float:left;
}
.bot_pages a {
	float:left;
	background-color:#e5e5e5;
	margin-left:3px;
	text-decoration:none;
	padding:4px 8px;
	text-align:center;
	color:#666666;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor:pointer;
}
.bot_pages a.selected {
	background-color:#3d6f8c;
	color:#FFFFFF !important;
}
.bot_pages a:hover {
	background-color:#acd3eb;
	color:#FFFFFF !important;
}
#blog_comments .odd {
	background-color:#ffffff;
}
#blog_comments .even {
	background-color:#f5f5f5;
}
.comment {
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.comment p {
	margin:0;
	padding:5px;
}
.comment p.author {
	color:#999999;
	margin:0;
	padding:0;
	line-height:normal;
	width:100%;
	text-align:right;
	font-weight:bold;
}
.comment p.date {
	color:#999999;
	margin:0;
	padding:0;
	line-height:normal;
	width:100%;
	text-align:right;
}
.splitter {
	width:100%;
	border-top:2px solid #EAEAEA;
	margin-top:20px;
	margin-bottom:20px;
}
.form_error {
	width:100%;
	background-color:#ff0000;
	color:#FFFFFF;
	padding:5px;
	margin:5px;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.warning {
	width:100%;
	background-color:#ff9900;
	color:#FFFFFF;
	padding:5px;
	margin:5px;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.rss_feed {
	position:absolute;
	right:0;
}
.rss_feed img {
	border:none !important;
}
.padding-10 {
	padding:0 20px 0 0;
}
.clear {
	clear:both;
}
fieldset {
	background:#acd3e9;
	border:1px solid #97c0dc;
	clear:both;
	margin:15px 0;
	display:block;
	padding:20px;
	text-align:center;
}
.browse {
	float:right;
	width:150px;
	margin:22px 20px 0 0;
}
.browse a {
	background:url(../_images/btn_pets.gif);
	display:block;
	position:relative;
	height:40px;
	width:150px;
}
.browse a:hover {
	background-position:bottom;
}