@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.gumtree #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 5px 0 5px;
} 
.gumtree #header {
	padding: 0;
	width: 840px;
	height: 132px;
	  /* 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. */
} 
.gumtree #footer p {
}
.gumtree #container #form {
	background-image: url(/gumtree/images/gumtree_form_bg.jpg);
	margin: 0 0 0 0;
	padding: 0px;
	height: 144px;
	width: 838px;
	background-repeat: no-repeat;
	border: solid #EFF5B5 1px;
	background-position: left top;
}
.gumtree #container #form .form {
	margin: 50px 0 0 300px;
	padding: 0;
}
.gumtree #container #FlashVideo {
	margin: 1px 0 0 0;
	padding: 0;
	height: 506px;
	width: 840px;
}
#footer850 {
	width: 830px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	border-top-color: #999966;
	border-top-style: solid;
	border-top-width: 5px;
	color: #666633;
	clear: both;
	font-weight: normal;
	background-color: #FFFFFF;
	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 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer850 a:link {
	color: #666633;
	text-decoration: none;
	font-weight: bold;
}
#footer850 a:hover  {
	color: #999966;
	text-decoration: none;
	font-weight: bold;
}
#footer850 a:visited  {
	color: #666633;
	text-decoration: none;
	font-weight: bold;
}
.footerleft {
	float: left;
}
.footerright {
	float: right;
	padding-right: 10px;
}

.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;
}

/* Zoo and Park daily schedule Sprite Code */

#dailysked {
 width: 840px;
 height: 56px;
 background: url(../whatsnew/images/whats_new_zoo_park_headers.jpg);
 margin: 0px auto; padding: 0;
 position: relative;
}
#dailysked li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#dailysked li, #dailysked a {height: 56px; display: block;}
#panels1a {left: 0; width: 420px; text-indent: -5000px;}
#panels2a {left: 420px; width: 420px; text-indent: -5000px;}


#panels1a a:hover {background: transparent url(../whatsnew/images/whats_new_zoo_park_headers.jpg) 0 -56px no-repeat;}
#panels2a a:hover {background: transparent url(../whatsnew/images/whats_new_zoo_park_headers.jpg) -420px -56px no-repeat;}

