@charset "utf-8";
@import url("text.css");
@import url("sidebartext.css");
@import url("images.css");
@import url("front.css");
@import url("tables.css");
@import url("form.css");
@import url("newshelter.css");
@import url("Spry/SpryTooltip.css");
@import url("gallery.css");

/* #contactbox {width:80px; float: left; height: 120px;}
#visitbox {width:80px; float: right; height: 120px;} */
#goodsearch {display: none;}
#featuredpetstable tr td {
	padding: 5px;
}
body  {
	font: 100% 'lucida grande', tahoma, verdana, arial, sans-serif;
	background: #025912;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../img/images/bg.jpg);
	background-repeat: repeat-x;

	
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #eeFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/images/logo.png);
	background-repeat: no-repeat;
	background-color: transparent;

} 
.twoColFixLtHdr #header {
	padding: 0px 10px 10px 20px;
	height: 80px;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-color: transparent;
}
.twoColFixLtHdr .frame {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 45px 45px 45px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: white;
} 


div.content {padding: 0 45px 45px 45px;}

div.onecolumn {padding: 0 90px 45px 90px;}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
#headertab2 {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left:-170px;
	height: 40px;
	width: 600px;
	background-image: url(../feb2010/header/images/box.png);
	padding: 30px 20px 10px 20px;
	background-repeat: no-repeat;
}

#headertab3 {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left:-220px;
	height: 40px;
	width: 600px;
	background-image: url(../images/header_02.png);
	padding: 30px 20px 10px 20px;
	background-repeat: no-repeat;
}
#headertab2 div{
	float: left;
}
	

#donatetab2 {width: 200px; padding: 0 10px 0 60px;}
#signuptab2 {width: 190px; padding: 0 15px;}
#networktab2 {
	;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	float: right;
}





#site_alert {
	z-index: 30;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	height: auto;
	width: 900px;
	background-color: #FC6;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
}

#cruelty {
	
	height: 131px;
	width: 1120px;
	position: absolute;
	left: 50%;
	margin-left: -560px;
	top: 0;
	z-index: 200;
	text-align: left;
}
div.crueltytext  {padding: 10px; width: 660px; float: left; font-size: 10px; visibility: hidden;}
span.urgent {font-weight: bold; font-size: 12px;}
div.crueltydonation  {display: none; position: absolute; left: 50%; margin-left: 250px; top: 10; z-index:250; text-align: left; width: 50px;}
div.crueltydonation2  {position: absolute; left: 50%; margin-left: -100px; top: 235px; z-index:250; text-align: left; width: 600px;}

body {
	}

#flashfront {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 110px;
	border-width: 2px 0 0 0; border-color: black; border-style: solid; width: 900px;
}

div {
	margin: 0;
	padding: 0;
	
	
}
div.left {float: left;} div.right {float: right;}


div#zero {margin:0; padding: 0}
div#zero div {margin:0; padding: 0}
div#zero div img {margin:0; padding: 0}
div#zero img {margin:0; padding:0;}

#container {
	width: 902px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border: 0px solid #aeb893;
}


#networks {
	position: absolute;
	left: 50%;
	margin-left: 60px;
	width: 320px;
	top: 47px;
	height: 30px;
	z-index: 400;
	background-color: transparent;
}
#signup {
	position: absolute;
	left: 50%;
	margin-left: 60px;
	top: 25px; z-index: 110; height: 20px;
}
#signup input {border: 1px solid #aeb893;}

#sidebar {float: right; width: 300px;}

#innercontainer {background-color: white; border: 0px solid #aeb893; height: 100%;}


#widecontent { padding: 0 40px 0 80px;}


div.rightside {background-color: #e8e8e8;}
#leftbar {
	float: left; width: 600px;
}
#leftbar2 {
	float: left;
	width: 720px;
}

div#thirdtier {
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	height: 100%;
}




div.inset {width: 250px; float: right; padding: 20px;}
