/* HTML */
a {
color: #880000;
text-decoration: none;
}

a:hover {
color: #880000;
text-decoration: underline;
}

a img {
border: none;
}

body {
color: #666;
font-size: .9em;
font-family: 'Helvetica Neue' Arial, sans-serif;
line-height: 20px;

background-color: #fff;
background: url('bg.jpg') no-repeat top center;
margin: 0;
}

p {
margin-top: 0;
margin-bottom: 10px;
}

ul {
margin-top: 0;
}

/* STRUCTURE */
#contentwrap {
margin: 0 auto;
padding: 0;
width: 950px;
background: transparent;
}

.couch {
float: right;
height: 272px;
width: 500px;

padding: 0px;
margin: 0px;

background: url('couch.png') bottom left no-repeat;
}

#footer-wrap {
clear: both;
width: 100%;
color: #666;
padding: 0;
border-top: 4px solid #880000;
margin: 0;
margin-top: 10px;
background: url('footer.png') bottom left repeat-x #212121;
}

#footer {
clear: both;
width: 950px;
margin: 0 auto;
background: transparent;
}

.logo {
float: left;
height: 180px;
width: 450px;

padding: 0px;
margin: 0px;
}

.logo img {
padding: 18px 0 0 10px;
}

#maincontent {
float: left;
width: 610px;
text-align: left;
padding-right: 10px;
background: transparent;
margin-bottom: 50px;
}

#nav {
clear: both;
padding: 0;
margin: 0 auto;
margin-bottom: 10px;
width: 950px;
height: 35px;
text-align: left;
}

#nav img, a {
margin: 0;
padding: 0;
}

#sidebar {
float: right;
width: 300px;
height: auto;
padding-left: 10px;
text-align: left;
margin-bottom: 50px;
border-left: 1px solid #ccc;
font-size: 1em;
}

.tagline {
float: left;
height: 45px;
width: 450px;

margin: 0px;

background: url('tagline.png') no-repeat 50px 15px;
}

#top {
height: 230px;
width: 950px;
margin: 0 auto;
text-align: left;
}

/* STYLES */
.bannertitle {
height: 50px;
width: 330px;
background: url('sidebarbanner.png') no-repeat;
padding: 0;
margin: 0 0 0 -20px;

text-align: center;
line-height: 40px;
font-size: 1.5em;
font-weight: 100;
color: #fff;
text-shadow: #000 1px 1px 1px;
}

.copyright {
color: #333;
font-size: .8em;
padding-bottom: 5px;
}

#footer .title3 {
color: #fff;
font-weight: bold;
}

.footer_img {
float:left;
width: 300px;
padding-left: 11px;
border-left: 1px solid #666;
margin-left: 8px;
}

.footer_img img {
margin: 2px;
}

#maincontent img {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

#sidebar a {
color: #666;
font-weight: bold;
text-transform: uppercase;
}

#sidebar a:hover {
color: #000; 
}

#sidebar img {
margin-left: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

#sidebar ul {
list-style-type: none;
margin: 0 0 40px 0;
padding: 0;
}

#sidebar ul li {
margin: 0 10px;
padding: 0;
}

#sitemap a {
color: #666;
}

#sitemap a:hover {
color: #fff;
}

#sitemap ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#sitemap ul li {
margin: 0;
padding: 0;
}

.title1 {
font-size: 1.8em;
color: #880000;
font-weight: 500;
padding-bottom: 10px;
margin: 9px 0;
width: 610px;
border-bottom: 1px #ccc solid;
}

.title1-critters {
font-size: 1.6em;
color: #ffb600;
font-weight: 500;
padding-bottom: 5px;
margin-bottom: 10px;
width: 610px;
border-bottom: 1px #ccc solid;
}

.title1-kids {
font-size: 1.6em;
color: #0096e9;
font-weight: 500;
padding-bottom: 5px;
margin-bottom: 10px;
width: 610px;
border-bottom: 1px #ccc solid;
}

.title2 {
color: #333;
font-weight: bold;
}

.title3 {
color: #fff;
font-weight: bold;
}

/* LOCATION TAB */
#panel-wrap {
z-index: 100;
position: fixed;
top: 0;
left: 50%;
margin-left: 215px;
}

#panel {
margin: 0;
padding: 0;
height: 99px;
width: 224px;
display: none;
background: transparent url('../img/times_location_panel.png') top left no-repeat;

text-align: left;
padding: 13px;
}

.btn-slide {
margin: 0;
padding: 0;
height: 50px;
width: 250px;
background: transparent url('../img/times_location_btn.png') 0 0;
}

/* HOME IMAGE TRANSITION */
.homefade {
margin: 0 auto;
padding: 0;
width: 950px;
height: 440px;
background: transparent;
}

.homefade img {
margin: 0;
padding: 0;
width: 950px;
height: 440px;
}

/* TABS CSS */
ul.tabs {
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 32px; /*--Set height of tabs--*/
width: 100%;
}

ul.tabs li {
float: left;
margin: 0;
margin-right: 10px;
padding: 0;
height: 32px;
line-height: 32px; /*--Vertically aligns the text within the tab--*/
overflow: hidden;
position: relative;
background: none;
}

ul.tabs li a {
text-decoration: none;
color: #fff;
display: block;
padding: 0 20px;
outline: none;
background: #880000;

border-left: 1px solid #990000;
border-bottom: 1px solid #990000;
border-right: 1px solid #990000;

-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-khtml-border-bottom-left-radius: 10px;
-khtml-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

ul.tabs li a:hover {
background: #990000;
}

.tab_container {
overflow-y: hidden;
overflow-x: hidden;
clear: both;
float: left;
height: 155px;
width: 100%;
margin: 0px 0px 10px 0px;
padding-top: 20px;
}

.tab_content {
font-size: .8em;
line-height: 18px;
}