body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	background-image: none;
	background-color: white;
}

/* ----------------------------------------GLOBAL LINK STYLES----------------------------------------*/
a {color:#6C7F50;}
a:hover {color:#96B05E;}
.btn-donate {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	width:126px;
	height:38px;
	display:block;
	background-image:url(../images/structure/btn-donate.jpg);
	background-repeat:no-repeat;
}
.btn-donate a {
	width:86px;
	height:28px;
	margin:0;
	padding: 10px 10px 0 30px;
	color:#303054;
	text-decoration:none;
	display:block;
}
.btn-donate a:hover {
	background-image:url(../images/structure/btn-donate-over.jpg);
	background-repeat:no-repeat;
	/*color:#6C7F50;*/
	text-decoration:none;
}
.btn {
	font-size:11px;
	font-weight:bold;
	width:105px;
	height:30px;
	display:block;
	background-image:url(../images/structure/btn.jpg);
	background-repeat:no-repeat;
}
.btn a {
	width:105px;
	height:22px;
	margin:0;
	padding-top:8px;
	color:#FCF9DC;
	text-decoration:none;
	display:block;
	text-align:center;
	margin:0 auto;
}
.btn a:hover {
	background-image:url(../images/structure/btn-over.jpg);
	background-repeat:no-repeat;
	color:#E3FCBC;
	text-decoration:none;
}
a.light-link  {
	color:#FCF9DC;
	text-decoration:underline;
}
a.light-link:hover  {
	color:#AAC87E;
	text-decoration:underline;
}

/* --------------------GLOBAL WRAPPER, MAIN NAVIGATION, AND CONTENT LAYOUT/DESIGN/STRUCTURE STYLES--------------------*/

/* wrapper for home page*/
#wrapper {
	background-color:#FFFFFF;
	width: 6.5in;/*was auto*/
	background-image:none;
}

/* banner and header for home page*/
#home-header {
	height: 50px;
	width: 6.5in;
	margin: 0;
	padding:0;
	background-image: none;
}
#headerL-home img {
	display:none;
}

#headerR-home img {
	display:none;
}
#home-header h1 {
	display:block;
	font-size: 20px;
	color:#000000;
	margin:0;
	padding:0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#sub-header {
	height: 50px;
	width:6.5in;
	margin: 0;
	padding:0;
	background-image: none;
}
#headerL-sub img {
	display:none;
}

#headerR-sub img {
	display:none;
}
#sub-header h1 {
	display:block;
	font-size: 20px;
	color:#000000;
	margin:0;
	padding:0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#middle {
	width:100%;
	margin:0px;
	background-image:none;
}

/* container for navigation--home and module*/
#leftcol{
	display: none;
}
/* content styles*/
#content {
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
}
#content_main {
	padding-right: 0px;
	padding-left: 0px;
}
.adopt-btns {
	width:440px;
	position:absolute;
	bottom: 25px;
	left:20px;
	margin-top:24px;
}
#sponsors {
	clear:both;
	width:100%; 
	border:1px solid #000000;
	margin:5px 0px 0 0px;
	padding: 7px 10px;
	background-image: none;
}
#sponsors p {
	color:#000000;
	font-size:10px;
}
.callout {width:180px;margin: 0 0 20px 30px;float:right;border:1px solid #000000;}
.callout table {background-color:#FFFFFF;width:100%;}
.callout p {color:#000000;line-height:24px;font-size:12px;text-align:right;}
.adopt-box {border:1px solid #000000;padding:10px;width:145px;height:145px;margin-right:30px;float:left;text-align:center;}
select {
	display:none;
}
button {
	display:none;
}

/* ----------------------------------------FOOTER STYLES----------------------------------------*/

/* for footer styles */
#bottom {
	display:none;
}
#footer {
	margin:0;
	padding:0;
	width:6.5in;
	clear:both;
	padding: 4px 0 0 0;
	text-align:left;
	color:#FFFFFF;
	background-image: none;
	border-top:1px solid #000000;
}
.address {
	width:100%;
	font-size: 10px;
	text-align:center;
	float:none;
	padding-left:0px;
}
.siteby {
	width:100%;
	font-size: 10px;
	text-align:center;
	float:right;
	padding-right:0px;
	padding-top:6px;
}


