@charset "UTF-8";
/* Tag Styles */

* { margin:0; }

body, td, div, span, a, p {
	font-family:arial,geneva,helvetica,sans-serif;
	font-size:14px;
	color:#ddd;
}

body, html {
	width:100%;
	height:100%;
	padding:0px;
	text-align:center;
}

body * {
	text-align:left;
}

a {
	color:#fc0;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

body {
	margin:0 auto;
	background-color:#000;
}

img {
	border:none;
}

h1 {
	font-weight:normal;
	font-size:30px;
	margin-bottom:18px;
}

h2 {
	font-size:21px;
}

h3 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
}

h4 {
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:3px;
}

p {
	margin:0 0 12px 0;
	line-height:1.4em;
}

ul, ol {
	margin:0;
	padding:0;
	margin-bottom:2em;
	_margin-bottom:0;
}

li {
	margin:12px 20px;
	padding:0;
}

table {
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
}

td {
	padding:0;
	vertical-align:top;
	text-align:left;
}


/* Header */

.Header {
	width:950px;
	margin:auto;
}

.Header .Header_Logo {
	float:left;
}

.Header .Header_Logo {
	float:left;
}

.Header .Header_Get_Updates {
	float:right;
	margin-top:40px;
}

.Header .Header_Get_Updates {
	float:right;
	margin-top:45px;
}

.Header_Get_Updates .Get_Updates_Input {
	width:161px;
	height:17px;
	padding:3px 7px;
	border:none;
	background:url(images/header_updates_text_bg.gif) no-repeat;
	color:#999;
}

.Header_Get_Updates .Get_Updates_Submit {
	margin-bottom:-6px;
	_margin-bottom:-3px;
}


/* Nav */

.Nav {
	width:932px;
	height:26px;
	background:url(images/nav_bg.gif) no-repeat;
	clear:both;
	padding:11px 0 0 18px;
	margin-bottom:20px;
}

.Nav a, .Nav img {
	float:left;
}

.Nav a {
	text-decoration:none;
	padding:0 15px;
	font-size:14px;
	color:#fff;
}

.Nav a.Active {
	color:#fc0;
}

.Nav a:hover {
	text-decoration:underline;
}

.Nav img {
	margin-top:-5px;
}


/* Breadcrumb Nav */

.Breadcrumb_Nav {
	width:884px;
	margin:auto;
	margin-bottom:20px;
	color:#666;
	font-weight:bold;
}

.Breadcrumb_Nav a {
	text-decoration:none;
}

.Breadcrumb_Nav a:hover {
	text-decoration:underline;
}

.Breadcrumb_Nav span {
	color:#ddd;
	font-weight:normal;
}


/* Body */

.Body {
	width:950px;
	margin:auto;
	padding-bottom:28px;
}

.Body .Body_CTA {
	text-decoration:none;
	text-transform:uppercase;
	padding-right:17px;
	background:url(images/yellow_bullet.gif) no-repeat 100% 50%;
}

.Body .Body_CTA:hover {
	text-decoration:underline;
}

.Body .Back_CTA {
	text-decoration:none;
	padding-left:17px;
	background:url(images/yellow_bullet_back.gif) no-repeat 0 50%;
}

.Body .Back_CTA:hover {
	text-decoration:underline;
}

.Body .Body_HR {
	height:3em;
	background:url(images/hr.gif) no-repeat 0 50%;
}

.Body .Body_VR {
	height:57px;
	background:url(images/vr.gif) no-repeat 50% 0;
}


/* Footer */

.Page {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -137px;
}

.Footer, .Footer_Push {
	height:137px;
	clear:both;
}

.Footer {
	background:url(images/footer_bg.gif);
	height:116px;
	border-top:solid 1px #3b3b3b;
	padding-top:20px;
	margin-top:20px;
	_margin-top:0;
}

.Footer a {
	text-decoration:none;
}

.Footer a:hover {
	text-decoration:underline;
}

.Footer div {
	margin-bottom:6px;
}

.Footer .Legal,
.Footer .Footer_Nav_Links,
.Footer .Footer_Other_Links {
	width:950px;
	margin:auto;
}

.Footer .Footer_Nav_Links,
.Footer .Footer_Other_Links {
	margin:0 auto 5px auto;
}

.Footer .Legal p {
	width:810px;
	color:#aaa;
	margin-bottom:0;
	margin-top:8px;
	font-size:11px;
}

.Footer .Footer_Nav_Links,
.Footer .Footer_Nav_Links a {
	font-size:11px;
	font-weight:normal;
}

.Footer .Footer_Other_Links,
.Footer .Footer_Other_Links a {
	font-size:12px;
}


/* Home */

#Home .Body {
	padding:0;
	height:333px;
}

#Home .Home_Counter_Container {
	width:300px;
	padding-right:23px;
	_padding-right:20px;
	float:left;
}

#Home .Home_Counter_Container h1,
#Home .Home_Video h1 {
	color:#fc0;
	font-size:23px;
	padding-top:8px;
	padding-left:10px;
	margin-bottom:10px;
	line-height:1.2em;
}

#Home .Home_Counter_Container p {
	font-size:13px;
	padding-left:10px;
	line-height:1.4em;
}

#Home .Home_Video {
	float:right;
	width:626px;
}

#Home .Home_Video h1 {
	padding-left:0;
	margin:55px 20px 10px 0;
	line-height:1.2em;
	text-align:center;
}

#Home .Home_Video p {
	text-align:center;
	margin-right:20px;
}


/* Get Updates */

#Get_Updates .Body {
	width:884px;
}

#Get_Updates .Get_Updates_Form {
	background:url(images/updates_form_bg.gif) no-repeat;
	width:711px;
	height:348px;
	padding:20px 25px;
	margin:30px auto;
	margin-bottom:-50px;
}

#Get_Updates .Get_Updates_Form table {
	margin-top:15px;
}

#Get_Updates .Get_Updates_Form td {
	padding:4px 0;
}

#Get_Updates .Get_Updates_Form td.Form_Space {
	font-size:1px;
}

#Get_Updates .Get_Updates_Form td.Field_Label {
	vertical-align:middle;
	padding-right:10px;
}

#Get_Updates .Get_Updates_Form td.Field_Required_Key {
	text-align:right;
	padding-top:5px;
	padding-bottom:3px;
}


#Get_Updates .Get_Updates_Form span.Required_Key {
	background-color:#fc0;
	font-size:20px;
	vertical-align:middle;
	margin-right:5px;
}


#Get_Updates .Get_Updates_Form td.Updates_Submit {
	padding-top:15px;
	padding-left:5px;
}

#Get_Updates .Get_Updates_Form label {
	white-space:nowrap;
	display:block;
	text-align:right;
	font-weight:bold;
	font-size:14px;
}

#Get_Updates .Get_Updates_Form label.Checkbox_Label {
	white-space:normal;
	text-align:left;
	font-weight:normal;
	font-size:12px;
	margin-top:2px;
	_margin-top:4px;
	margin-left:5px;
}

#Get_Updates .Get_Updates_Form td.Checkbox_Input {
	text-align:right;
	padding-right:5px;
}

.Get_Updates_Form .First_Name_Field,
.Get_Updates_Form .Last_Name_Field,
.Get_Updates_Form .Email_Field,
.Get_Updates_Form .Confirm_Email_Field {
	height:17px;
	padding:3px 7px;
	border:none;
}

.Get_Updates_Form .First_Name_Field,
.Get_Updates_Form .Last_Name_Field {
	width:163px;
	background:url(images/text_bg.gif) no-repeat -1px -1px;
}

.Get_Updates_Form .Email_Field,
.Get_Updates_Form .Confirm_Email_Field {
	width:263px;
	background:url(images/text_bg.gif) no-repeat -1px -1px;
}


/* Adopt A Dog */

#Adopt_A_Dog .Body {
	width:595px;
	height:347px;
	padding-left:289px;
	background:url(images/adopt_dog_bg.jpg) no-repeat 10px 20px;
}

#Adopt_A_Dog .Body p {
	margin-right:100px;
}


/* Who We Are */

#Who_We_Are .Body {
	width:628px;
	height:385px;
	padding-left:322px;
	background:url(images/who_dog_bg.jpg) no-repeat 60px 13px;
	_background:url(images/who_dog_bg.jpg) no-repeat 60px 22px;
}

#Who_We_Are .Body p {
	margin-right:110px;
}

#Who_We_Are .Body_CTA_List {
	line-height:2em;
}

#Who_We_Are .Who_We_Are_News div {
	float:left;
	width:288px;
}

#Who_We_Are .Who_We_Are_News p,
#Who_We_Are .Who_We_Are_News a {
	font-size:11px;
}

#Who_We_Are .Who_We_Are_News p {
	margin:0;
}

#Who_We_Are .Who_We_Are_News h4 {
	color:#fc0;
	font-size:13px;
	text-transform:none;
}

#Who_We_Are .Who_We_Are_News .News_Item_1 {
	background:url(images/vr.gif) no-repeat 286px 50%;
	padding-right:20px;
}


/* Donate */

#Donate .Donate_Counter_Container {
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}

#Donate .Body p {
	margin-right:110px;
}

#Donate .Body .Body_HR {
	margin-left:323px;
}


/* Volunteer */

#Volunteer .Body {
	width:595px;
	height:282px;
	padding-left:289px;
	background:url(images/volunteer_dog_bg.jpg) no-repeat 10px 5px;
}

#Volunteer .Body p {
	margin-right:110px;
}


/* Article */

#Article h2 {
	font-size:15px;
	margin-bottom:18px;
}

#Article h3 {
	font-size:15px;
}

#Article h4 {
	text-transform:none;
}

#Article .Body {
	width:884px;
}

#Article .Article_Content {
	width:602px;
}

#Article .Article_Content p {
	margin-bottom:18px;
}

#Article .Article_Sidebar {
	float:right;
	width:208px;
	height:363px;
	padding:16px 22px;
	background:url(images/article_sidebar_bg.gif) no-repeat;
}

#Article .Article_Sidebar .Article_Heading {
	display:block;
	margin:auto;
}

#Article .Article_Sidebar_List {
	margin:15px 0 10px 0;
	border-bottom:solid 1px #373231;
}

#Article .Article_Sidebar_List a {
	text-decoration:none;
	display:block;
}

#Article .Article_Sidebar_List .Article_Sidebar_Date {
	font-style:italic;
	font-size:12px;
	margin-bottom:10px;
}


/* FAQs */

#FAQs .Body {
	width:884px;
}

#FAQs h2 {
	font-size:15px;
	margin-bottom:12px;
}

#FAQs .FAQ_Item {
	margin-bottom:1.5em;
}

#FAQs .FAQ_Item .FAQ_Question {
	font-size:14px;
	font-weight:bold;
	margin-bottom:.5em;
}

#FAQs .FAQ_Item .FAQ_Answer,
#FAQs .FAQ_Item .FAQ_Answer a {
	font-size:14px;
}


/* Board of Directors */

#Board_Of_Directors .Body {
	width:884px;
}

#Board_Of_Directors .Board_Of_Directors_List {
	float:left;
	margin-right:2em;
}

#Board_Of_Directors p.Address {
	clear:left;
}


/* Grant Recipients */

#Grant_Recipients .Body {
	width:884px;
}

#Grant_Recipients ul {
	margin-left:20px;
}

#Grant_Recipients h2 {
	margin-bottom:25px;
}


/* Contact Us */

#Contact_Us .Body {
	width:884px;
}


/* Site Owner */

#Site_Owner .Body {
	width:884px;
}


/* Site Map */

#Site_Map .Body {
	width:875px;
}

#Site_Map ul {
	margin-left:20px;
	margin-bottom:0;
}

#Site_Map ul li ul li {
	line-height:1.4em;
}


/* Frameset */

#Frameset #Frameset_Logo {
	position:absolute;
	top:0;
	left:0;
}

#Frameset #Frameset_Close {
	position:absolute;
	top:0;
	right:0;
}

#Frameset h2 {
	text-align:center;
	color:#fff;
	font-size:14px;
	margin-bottom:5px;
	padding-top:20px;
}

#Frameset a#Frameset_Return {
	text-decoration:none;
	font-size:13px;
	padding-left:17px;
	background:url(images/yellow_bullet_back.gif) no-repeat 0 50%;
}

#Frameset a#Frameset_Return:hover {
	text-decoration:underline;
}