body {
	margin: 0px;
	background-color: #D8E8F1;
	background-image: url(../graphics/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
}
html {

}

/*-------------- LAYOUT -------------------------*/

#container {
	background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A7CADE;
	border-left-color: #A7CADE;
	padding-bottom: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A7CADE;
}
#header {
	background-color: #D8E8F1;
	height: 138px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -11px;
	margin-left: 0px;
}

#main_nav {
	background-image: url(../graphics/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 39px;
	margin: 0px;
}
#main_nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
}

html>/**/body #main_nav ul { margin-top: 11px; }
/* hide css from IE7! */
	


#main_nav li {
	list-style-type: none;
	display: inline;
	margin-right: -4px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 40px;
}
#main_nav li a:link {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1DAA2;
	border-left-color: #FAF6D0;
	color: #000000;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 12px;
	padding-bottom: 11px;
}
#main_nav li a:visited {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1DAA2;
	border-left-color: #FAF6D0;
	color: #000000;
	text-decoration: none;
		padding-right: 13px;
	padding-left: 13px;
	padding-top: 12px;
	padding-bottom: 11px;
}
#main_nav li a:active {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1DAA2;
	border-left-color: #FAF6D0;
	color: #000000;
	text-decoration: none;
		padding-right: 13px;
	padding-left: 13px;
	padding-top: 12px;
	padding-bottom: 11px;
}
#main_nav li a:hover {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5E98BB;
	border-left-color: #C3D7E3;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../graphics/nav_bg_f2.jpg);
	background-repeat: repeat-x;
		padding-right: 13px;
	padding-left: 13px;
	padding-top: 12px;
	padding-bottom: 11px;
}
#content ul#innerNav {
	margin-bottom: 50px;
}
#innerNav li{
	float: left;
	display: inline;
	padding-right: 5px;
	list-style-type: square;
}
#content {
	padding: 30px;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9CF5D;
	font-size: 11px;
	padding-top: 8px;
	color: #333333;
	clear: both;
	background-color: #FFFFFF;
	padding-bottom: 8px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#copyright {
	float: right;
	text-align: right;
	color: #7E7E7E;
	font-size: 10px;
}
#copyright a {
	color: #7E7E7E;
}
#content #right_column {
	float: left;
	width: 207px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CDE1EC;
	background-color: #FFFFFF;
}
#content #columnRight {
	float: right;
	width: 425px;
	padding: 0 20px;
	margin: 0 0 50px 20px;
	border-left: solid 1px #999;
}

#content #left_column {
	float: left;
	width: 640px;
	border-right-width: 217px;
	border-right-style: solid;
	margin-right: -217px;
	border-right-color: #FFFFFF;
	background-color: #FFFFFF;
}
#content #single_column {
	width: 740px;
	background-color: #FFFFFF;
}

#content #submenu {
	font-size: 14px;
	margin-bottom: 26px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCE0EB;
	border-right-color: #CCE0EB;
	border-bottom-color: #CCE0EB;
	border-left-color: #CCE0EB;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	color: #9DC3D8;
}
#content #submenu a {
	color: #1773AA;
	text-decoration: none;
}
#content #submenu a:hover {
	color: #0F4D71;
	text-decoration: underline;
}
.featured_pet {
	padding: 12px;
	width: 183px;
	background-color: #D7E8F0;
}
.featured_pet p {
	line-height: 15px;
	font-size: 11px;
}

.featured_pet a {
	font-size: 12px;
	font-weight: bold;
	color: #1773AA;
	text-decoration: none;
}
.featured_pet a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #1773AA;
	text-decoration: underline;
}
#featured_pets_homepage {
	margin-bottom: 25px;

}
#featured_pets_homepage td {
	vertical-align: top;
}
.bluecells {
	background-color: #D7E8F0;
}

#sidebar {
	float: right; 
	width: 260px; 
	padding: 0 10px; 
	font-size:1.1em; 
	line-height: 1.2em;
	background: #efefef; 
	border: solid 10px #E1DAA2; 
	position: relative;
} 
#sidebar p {
	width: 245px;
	margin-left: auto; 
	margin-right: auto;
}
	/*sidebar titles & fold overs */
#sidebar h3 {
	position: absolute; 
	left: -23px; 
	background: url(../graphics/title.png) top left no-repeat; 
	text-align: center; 
	margin-top:0; 
	padding: 17px 0 20px 0; 
	width: 105%;
}
#sidebar h3 + p, #sidebar h3  + ul { 
	margin-top: 55px ; /*fixes absolute position overlap*/
	margin-bottom: 0;
	padding-bottom: 15px;
}
#sidebar form {
	margin: 0 0 10px 55px;
}



/*-------------- TEXT FORMATTING -------------------------*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 32px;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4E9B3;
	padding-bottom: 3px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

p {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 16px;
	margin-top: 0px;
}
#content p a, #content dl a {
	color: #1773AA;
	text-decoration: none;
}
#content p a:hover, #content dl a:hover {
	color: #1773AA;
	text-decoration: underline;
}
#content p {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 16px;
	margin-top: 0px;
}
#content ul {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 16px;
	margin-top: 0px;
	list-style-type: square;
}
#content ul {
	margin-bottom: 8px;
	margin-top: 0px;
}
#content ul#contact {
	padding-left: 12px;
}
#content ul#contact li {
	margin-bottom: 10px;
}
#content li a {
	color: #1773AA;
	text-decoration: none;
}
#content li a:hover {
	color: #1773AA;
	text-decoration: underline;
}
#right_column ul {
	font-size: 12px;
	margin-bottom: 16px;
	margin-top: 0px;
	list-style-type: none;
	position: absolute;
	display: inline;
	list-style-position: outside;
	width: 182px;
	margin-left: 0px;
}
#left_column #content_rightcolumn {
	float: right;
	width: 300px;
}


html>/**/body #right_column ul { margin-left: -40px; }
/* hide css from IE7! */


#right_column ul li {
	margin-bottom: 8px;
	margin-top: 0px;
	display: list-item;
}
.articleinfo {
	font-style: italic;
	color: #666666;
	font-size: 11px;
}

#content ul li ul {
	margin-bottom: 0px;
	margin-top: 0px;
}
#newslettersignup {
	float: right;
	height: 51px;
	width: 220px;
	margin-right: 25px;
	background-image: url(../graphics/sign_up_newsletter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	padding-top: 45px;
	padding-left: 18px;
	background-color: #D8E8F1;
}
.home_main {
	margin-bottom: 20px;
	height: 213px;
}

.homepage_3graphics {
	padding-top: 10px;
	width: 637px;
}
.homepage_3graphics_img_pad {
	padding-right: 5px;
}


#fosterhomesneeded td {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 0px;
	vertical-align: top;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}
#fosterhomesneeded a {
	text-decoration: none;
}
.img_right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.img_left {
	float: left;
	margin: 0;
	padding: 0;
}
.imgLeft {
	float: left;
	margin: 0 10px 0px 0;
}
.imgCenter {
	margin:auto;
}
.leftPhotoCaption {
	min-height: 115px;
	margin-bottom: 20px;
}
#rightphotocaption {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
	font-size: 12px;
}
#rightphotocaption a {
	color: #1773AA;
	text-decoration: none;
}
.photoCaptionRight {
	min-height: 160px;
	margin: 0 0 40px 0;
}
.photoCaptionTall {
	min-height: 300px;
}
.boldbig {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 8px;
}
#rightphotocaption a:hover {
	color: #1773AA;
	text-decoration: underline;
}
#fbshare {
	float: right;
}
.rss_date {
	font-size: 10px;
	color: #999999;
}
#calendar_main_thumbs {
	width: 470px;
	float: left;
}
#calendar_main_thumbs #thumbs {
	margin-top: 3px;
}
#calendar_main_thumbs #thumbs img {
	margin-right: 3px;
	margin-bottom: 3px;
	border: 1px solid #999999;
}
#product_details {
	float: right;
	width: 400px;
}
.shop_product {
	width: 207px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.text_productname {
	font-size: 14px;
	color: #1773AA;
}
.text_productprice {
	font-size: 16px;
	font-weight: bold;
}
#donationtree {
	background-image: url(../graphics/donation_tree_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 410px;
	text-align: left;
	padding-left: 490px;
	font-size: 22px;
	line-height: 28px;
	padding-top: 25px;
}
#treedonors {
	background-color: #FFFFFF;
	height: 125px;
	width: 225px;
	float: right;
}
#featuredangelshome {
	width: 207px;
	padding: 0px;
	float: right;
	margin: 0px;
	clear: none;
}
#featuredangelshome img {
	display: block;
}
#featuredangelshome .top {
	padding-bottom: 10px;
}
#gift {
	background-color: #FFFFFF;
	background-image: url(../graphics/christmasgift.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 125px;
	width: 260px;
	padding-top: 140px;
	padding-left: 130px;
	border: 1px solid #CC0000;
	padding-right: 10px;
}
.videoright {
	float: right;
	width: 425px;
	margin-left: 30px;
}
.clearboth {
	clear: both;
}
#likebutton {
	float: right;
	width: 300px;
	margin-left: 30px;
	text-align: right;
}
.ticketsRight {
	width: 380px;
	float:right;
	margin-left: 15px;
}
.ticketsRight div#leftPicture {
	float: left;
	width: 200px;
}
.ticketsRight div#rightPicture {
	margin-left: 225px;
	width:200px;
}
.ticketsRight form input {
	margin: 47px 0 0px 0;
}
dl#fathersDay, dl.sponsors {
	margin: 0;
}
dl#fathersDay dt {
	margin: 20px 0 10px 0;
	color: #487ab5;
	font-size: 1.3em;
}
dl#fathersDay dt:first-child {
	margin-top: 0;
}
dl#fathersDay dd,  {
	margin: 0 0 5px 0;
}
dl.sponsors dt {
	font-size: 1em;
	margin: 10px 0 5px 0;
	color: #487ab5;
}
dl.sponsors dd {
	margin: 0 0 5px 0;
	color: #000;
	font-size: .8em;
}
ul.sponsors li {
	color: #487ab5;
	font-size: 1.2em;
}
.football {
	width: 200px;
	min-height: 260px;
	float: left;
	margin-bottom: 30px;
	text-align: center;
}
.football img {
	margin-bottom: 10px;
}
#footballLeft, #footballnRight {
	width: 440px;
}
#footballLeft {
	float: left;
	border-right: 1px solid #ccc;
}
#footballRight {
	margin-left: 460px;
}

/* -----------------------[ fancy form styling ]-------------------- */

#fancyForm { }
	#fancyForm fieldset { margin-bottom: 18px; margin-top: 25px; padding-top: 18px; border: none; }
		#fancyForm legend { color: #404040; display: block; font-size: 1.1em; line-height: 1; padding-left: 150px; }
		#fancyForm .clearfix { margin-bottom: 10px; }
		#fancyForm .noBottom { margin-bottom: 0; }
			#fancyForm .clearfix:after { clear: both; }
			#fancyForm .clearfix:before, #fancyForm .clearfix:after { content: ""; display: table; }
		#fancyForm label { color: #404040; float: left; font-size: 13px; line-height: 18px; padding-top: 6px; text-align: right; width: 130px; }
			#fancyForm label.title { color:#666; font-style: italic; }
			#fancyForm label.second-half { width: 55px; padding-right: 15px; }
			#fancyForm label.stacked { display: block; float: none; line-height: 20px; padding-top: 0; text-align: left; width: auto; }
		#fancyForm .input { margin-left: 150px; }
		#fancyForm div.second-half { margin-left: 100px; }
			#fancyForm input, #fancyForm textarea { border: 1px solid #CCCCCC; border-radius: 3px 3px 3px 3px; color: #404040; display: inline-block; font-size: 13px; height: 18px; line-height: 18px; padding: 4px; -moz-transition: border 0.2s linear 0s, box-shadow 0.2s; width: 275px; }
			#fancyForm textarea { height: 70px; }
				#fancyForm input:focus, #fancyForm textarea:focus { border-color: rgba(82, 168, 236, .8); box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); }
				#fancyForm input.one-third { float: left; margin-right: 45px; width: 50px; }
				#fancyForm input.first-half { float: left; width: 98px; }
				#fancyForm input.second-half { width: 97px; }
			#fancyForm ul.inputs-list { margin: 0 12px; padding: 0; }
				#fancyForm .inputs-list li {display: block; padding: 0; width: 100%; margin: 6px 0; }
				#fancyForm .inputs-list label { display: block; float: none; line-height: 18px; margin-left: 5px; padding: 0; text-align: left; white-space: normal; width: auto; }
				#fancyForm .inputs-list label.first-third { float: left; width: 100px; }
				#fancyForm .inputs-list label.third-third { margin-left: 180px; width: 250px; }
				#fancyForm .inputs-list input[type="radio"], #fancyForm .inputs-list input[type="checkbox"] { float: left; margin: 0 0 0 -20px; width: 20px; }
				#fancyForm .btn { background-color: #0064CD; background-image: -moz-linear-gradient(center top , #049CDB, #0064CD); background-repeat: repeat-x; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: #FFFFFF; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); height: auto; width: auto; cursor: pointer; padding: 5px 20px; }
				#fancyForm .btn:hover { background-position: 0 -15px; }
