@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	background: #636262;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearer {
	clear: both;
	width: 100%;
}

h3 {
	margin-bottom: 12px;
}

/*************************
		LAYOUT
*************************/

.wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header {
	background: #000 url(../images/header.jpg) center no-repeat;
	height: 505px;
}

#sub_header {
	background: url(../images/sub_header.jpg) center no-repeat;
	height: 173px;
}

#sub_header {
	background: #000 url(../images/sub_header.jpg) center no-repeat;
}

#testimonials {
	width: 120px;
	height: 30px;
	background: url(../images/testimonial.jpg) no-repeat;
	position: absolute;
	top: 28px;
	left: 439px
}

#testimonials a {
	color: #fff;
	text-decoration: none;
	font: 14px/30px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 120px;
	display: block;
}

#testimonials a:hover {
	color: #F00;
}
	
#logo {
	width: 340px;
	height: 91px;
	margin-left: 20px;
	float: left;
}

#logo a {
	display: block;
	width: 340px;
	height: 91px;
}

#content {
	background: #fff;
	padding: 25px 0;
}

#sub_content {
	background: #fff url(../images/content_middle_bg.jpg) top repeat-y;
}

#sub_content_top {
	background: #fff url(../images/content_top_bg.jpg) bottom no-repeat;
	padding-top: 22px;
	height: 3px;
}

#sub_content_bottom {
	background: #fff url(../images/content_bottom_bg.jpg) top no-repeat;
	padding-bottom: 22px;
	height: 3px;
}

#left_col {
	float: left;
	width: 310px;
}

#right_col {
	float: right;
	width: 620px;
}

#right_col ul.list {
	padding-left: 25px;
	margin-bottom: 15px;
}
 
#right_col ul.list li {
	list-style-type: square;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 7px;
	padding-right: 15px;
}
 
#right_col ul.list li strong em {
	color: #770000;
}

#bottom {
	background: #636262;
	padding: 25px 0;
}

/*************************
		SEARCH
*************************/

#search {
	width: 310px;
	height:60px;
	float: right;
	position: relative;
	background: url(../images/search_bg.jpg) no-repeat;
}

#search form {
	height: 60px;
}

#search input#ajaxSearch_input {
	border: none;
	background: transparent;
	height: 30px;
	width: 174px;
	margin: 15px 0 0 18px;
	font: italic 14px/20px Helvetica, Arial, sans-serif;
	color: #636262;
}
 
#search input#ajaxSearch_submit {
	cursor: pointer;
	width: 80px;
	height: 30px;
	line-height: 30px;
	margin-left: 19px;
	background: transparent;
	border: none;
}

#ajaxSearch_intro {
	margin: 10px 0 15px 0;
}
 
#ajaxSearch_output {
	position: absolute;
	top: 40px;
	left: 0px;
  	font-size: 12px;
	background: #f1f1f1;
	border: 1px solid #ccc;
	color: #333;
  	width: 290px;
	z-index: 1200;
	padding: 10px 8px;
	margin: 15px 0;
	line-height: 16px;
	zoom: 1;
}
 
.ajaxSearch_paging {
	display: block;
	margin: 5px 0 10px;
}
 
.AS_ajax_result {
  color: #333;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
 
.AS_ajax_resultLink {
  text-decoration: underline;
  color: #090644;
  font: bold 14px/18px Arial, Helvetica, sans-serif;
  margin-top: 18px;
}

.AS_ajax_resultExtract {
  color: #333;
  margin-bottom: 6px;
}
 
.AS_ajax_resultDescription, .ajaxSearch_resultDescription{
  color: #777;
  padding: 0 2px 2px 2px;
}
 
.AS_ajax_resultsIntroFailure{
  padding: 3px;
}
 
.AS_intro { display: none;}
 
#ajaxSearch_form fieldset {
	border: none;
	height: 45px;
	position: relative;
}
 
#searchClose {
	position: absolute;
	top: 20px;
	left: 172px;
	z-index: 1202;
}
 
#indicator {
	position: absolute;
	top: 20px;
	left: 152px;
	z-index: 1203;
}
 
.ajaxSearch_highlight, ajaxSearch_highlight1 {
	color:#770000;
}

/*************************
		NAVIGATION
*************************/

#nav {
	position: absolute;
	top: 91px;
	left: 0px;
	height: 50px;
	width: 960px;
}

#nav li {
	float:left;
	width: 137px;
	height: 50px;	
}

#nav li a, #nav a:visited {
	width: 137px;
	padding: 13px 0 12px 0;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
}
	
#nav a:hover {
	color: #8ad8fc;
}

#nav li a span, #nav li a:visited span {
	color: #c1ebfc;
	font: 11px/12px Arial, Helvetica, sans-serif;
	text-transform: none;
}

#nav li a:hover span {
	color: #fff;
	text-transform: uppercase;
}

/*** Subpage ***/

#left_col ul {
	background: url(../images/menu_div.jpg) top no-repeat;
	width: 310px;
}

#left_col li {
	background: url(../images/menu_div.jpg) bottom no-repeat;
	height: 40px;
	width: 310px;
}


#left_col li a, #left_col li a:visited {
	color: #880909;
	text-decoration: none;
	display: block;
	width: 310px;
	text-indent: 15px;
	line-height: 40px;
	font-size: 14px;
}

#left_col li a:hover {
	color: #333;
	text-indent: 20px;
}

#left_col ul li.active a {
	background: url(../images/star.gif) left no-repeat;	
	text-indent: 29px;
	color: #666;
}

/*************************
		STYLES
*************************/


#slideshow {
	height: 274px;
	width: 600px;
	background: #fff;
	position: absolute;
	top: 183px;
	left: 12px;
}

#donate {
	width: 310px;
	height:294px;
	position: absolute;
	top: 173px;
	right: 0;
	color: #fff;
}

#donate h2 {
	font-size: 18px;
	margin-bottom: 12px;
}

#donate p {
	font-size: 16px;
	line-height: 24px;
}

#donate_button {
	width: 310px;
	height: 45px;
	position: absolute;
	top: 230px;
	right: 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 45px;
	text-transform: uppercase
}

#donate_button a, #donate_button a:visited {
	color: #fff;
	text-decoration: none;
}

#donate_button a:hover {
	color: #c1ebfc;
}

/*** BOXES ***/

.r_box, .m_box, .l_box {
	float: left;
	width: 314px;
	height: 260px;
	background: url(../images/box_bg.jpg) no-repeat left;
}

.m_box, .r_box {
	margin-left: 9px;
}

#inner_l_box, #inner_m_box, #inner_r_box {
	margin: 9px 8px;
	width: 298px;
	height: 242px;
	position: relative;
}

#inner_l_box h2, #inner_m_box h2, #inner_r_box h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	padding: 10px 10px 0;
	
}

#inner_l_box p, #inner_m_box p, #inner_r_box p {
	color: #222;
	font-size: 12px;
	line-height: 18px;
	padding: 8px 160px 10px 10px;
}

#inner_l_box {
	background: url(../images/dogtags.jpg) right top no-repeat;
}

#inner_m_box {
	background: url(../images/comfort.jpg) right top no-repeat;
}

#inner_r_box {
	background: url(../images/donate-family.jpg) right top no-repeat;
}

span.button {
	position: absolute;
	bottom: 10px;
	right: 12px;
	width: 107px;
	height: 28px;
	text-align: center;
	background: url(../images/box_btn.png) no-repeat;
}

span.button a, span.button a:visited {
	font: bold 12px/28px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

span.button a:hover {
	color: #88b2dd;
}

#sub_content h1 {
	font: bold 24px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #880909;
	margin-bottom: 18px;
}

#sub_content h2 {
	font: bold 18px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #222;
	margin-bottom: 10px;
}

#sub_content p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #444;
	margin-bottom: 18px;
}

ul#beliefs {
	padding: 4px 25px;
}

ul#beliefs li {
	list-style-type: square;
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #880909;
	margin-bottom: 20px;
}

/* Regular Lists */

.list {
	padding: 5px 20px;
}

.list li {
	list-style-type: disc;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 4px;
}

ol.list_num {
	padding: 5px 20px;
}

ol.list_num li {
	list-style-type: decimal;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 4px;
}


#sub_donate {
	background: url(../images/donate_btn.jpg) no-repeat;
	width: 270px;
	height: 45px;
	margin: 20px;
}

#sub_apply {
	background: url(../images/apply_btn.jpg) no-repeat;
	width: 270px;
	height: 45px;
	margin: 20px;
}

#sub_donate a, #sub_donate a:visited, #sub_apply a, #sub_apply a:visited {
	color: #fff;
	text-align: center;
	width: 270px;
	height: 45px;
	float: left;
	display: block;
	font: 24px/45px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#sub_donate a:hover, #sub_apply a:hover {
	color: #aec1de;
}

.bio {
	border: 1px solid #eee;
	background: #f7f7f7;
	padding: 10px;
	margin-bottom: 15px;
}

.bio img {
	margin: 0 10px 7px 0;
	float: left;
}

/*** BOTTOM ***/

.col {
	width: 310px;
	float: left;
	margin-bottom: 30px;
}

.m_col, .r_col {
	margin-left: 15px;
}

.col h3 {
	font: bold 20px/40px Arial, Helvetica, sans-serif;
	color: #000;
	border-bottom: 1px solid #777;
	margin-bottom: 0px;
}

/*ul#news li.first {
	border-top: 1px solid #777777;
}*/
 
ul#news li {
	border-bottom: 1px solid #777777;
	float: left;
	width: 310px;
}
 
ul#news li a, ul#news li a:visited {
	color: #fff;
	background: transparent;
	text-decoration: none;
	padding: 5px;
	display: block;
}
 
ul#news li a:hover {
	background: #737373;
}
 
.news_title {
	font: 14px/22px Arial, Helvetica, sans-serif;
	padding: 0 4px;
}
 
.trunc {
	color: #c1c0bf;
	font: 12px/16px Arial, Helvetica, sans-serif;
	padding: 0 4px 3px 4px;
	line-height: 13px;
}
 
.link {
	color: #abe0f9;
	font-size: 12px;
	text-decoration: underline;
}

p#address {
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 4px 0 0 10px;
}

p#address a, p#address a:visited {
	color: #abe0f9;
}

p#address a:hover {
	text-decoration: none;
}

/*** FOOTER ***/

#footer {
	width: 960px;
	height: 50px;
	color: #000;
	font: 12px/50px Arial, Helvetica, sans-serif;
	background: url(../images/footer_bg.jpg) no-repeat;
}

#footer a, #footer a:visited {
	color: #000;
	text-decoration: none;
	padding-left: 12px;
	text-align: right;
}

#footer a:hover {
	color: #ccc;
}

div#liquid_web {
	width: 196px;
	height: 30px;
	float: left;
	margin-left: 50px;
	margin-top: 10px;
}

div#liquid_web a, div#liquid_web a:visited {
	width: 196px;
	height: 30px;
	float: left;
	display: block;
	background: url(../images/liquid_web.gif) 0 0;
	padding: 0;
	margin: 0;
}

div#liquid_web a:hover {
	background: url(../images/liquid_web.gif) 0 -30px;
}
	

.left {
	float: left;
	padding-left: 20px;
}

.right {
	float: right;
	padding-right: 20px;
}

.address {
	font: 14px/22px "Trebuchet MS", Arial, sans-serif;
	color: #444;
	padding: 10px 20px;
}

#right_col p object {
	padding: 6px;
	border: 3px solid #eee;
	margin: 0 0 12px 12px;
	float: right;
}

#right_col a, #right_col a:visited {
	color: #770000;
}

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


/* FORMS */
 
div.form-container { margin: 10px; padding: 5px; background-color: #FFF;}
 
p.legend { margin-bottom: 10px; }
p.legend em { color: #C00; font-style: normal; }
 
div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }
 
div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 3px 0; }
div.form-container label, 
div.form-container span.label { color: #666; font-size: 12px; margin-right: 10px; padding-right: 10px; width: 85px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }


/* APPLICATION */

div.application-container { margin: 10px; padding: 5px;}
 
p.legend { margin-bottom: 10px; }
p.legend em { color: #8f181b; font-style: normal; }
 
div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }
 
div.application-container form p { margin: 0; font-size: 12px; color: #666;}
div.application-container form p.note { margin-left: 3px; font-size: 11px; color: #333; width: 500px; }
div.application-container form fieldset { margin: 10px 0; padding: 10px; border: 1px solid #ddd; background: #f7f7f7; width: 540px; }
div.application-container form legend { font-weight: bold; color: #8f181b; font-size: 12px;}
div.application-container form fieldset div { padding: 3px 0; float: left; width: 532px;}
div.application-container label, 
div.application-container span.label { color: #333; font-size: 12px; width: 250px; display: block; float: left; text-align: left; position: relative; }
div.application-container label.longer {width: 530px;}
div.application-container label.error, 
div.application-container span.error { color: #C00; }
div.application-container label em, 
div.application-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.application-container input.error { border-color: #C00; background-color: #FEF; }
div.application-container input:focus,
div.application-container input.error:focus, 
div.application-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.application-container div.controlset label, 
div.application-container div.controlset input { display: inline; float: none; text-align: left;}
div.application-container div.controlset div { margin-left: 170px; }
div.application-container div.buttonrow { margin-left: 100px; }

div.application-container div.input_smaller {float: left; width: 110px;}
div.application-container div.input_smaller label {width: 110px;}
div.application-container div.input_smaller input {width: 110px; margin-right: 10px; line-height: 20px;}

div.application-container div.input_phone {float: left; width: 245px;}
div.application-container div.input_phone label {width: 245px;}
div.application-container div.input_phone input { margin-right: 2px; line-height: 20px;}

div.application-container div.input_exp_date {float: left; width: 122px;}
div.application-container div.input_exp_date label {width: 122px;}
div.application-container div.input_exp_date input { margin-right: 2px; line-height: 20px;}

div.application-container div.input_small {float: left; width: 215px;}
div.application-container div.input_small label {width: 195px;}
div.application-container div.input_small input {width: 195px; margin-right: 10px; line-height: 20px;}


div.application-container div.input_large {float: left; width: 380px;}
div.application-container div.input_large label {width: 380px;}
div.application-container div.input_large input {width: 380px; line-height: 20px;}

div.application-container div.input_checkbox {float: left; width: 350px;}
div.application-container div.input_checkbox label {width: 250px;}
div.application-container div.input_checkbox input {float:left; width: 20px; line-height: 20px;}


.managecontainer {
	z-index: 11000;
	background: #fff;
	border: 5px solid #770000;
	position: relative;
	padding: 10px;
}

.testimonial {
	padding: 12px;
	margin-bottom: 18px;
	background: #f1f1f1;
	border: 1px solid #ddd;
}

.testimonial span {
	color: #800;
	padding: 0;
	font-weight: bold;
}

.sponsor {
	padding: 12px;
	margin-bottom: 18px;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.sponsor p, .sponsor h3 {
	padding-left: 240px;
}

.sponsor_logo {
	width: 200px;
	float: left;
}
