@charset "utf-8";
/* CSS Document */


body  {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	background: #cab7a0;  /*light brown */
	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: #61421e; /* dark brown */
}

.twoColFixLtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #cab7a0;  /*light brown */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	height: 441px;
	background: #cab7a0;  /*light brown */
	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 



.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	/* width: 297px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #caaf91; /* the background color will be displayed for the length of the content in the column, but no further */
	width: 274px;
	padding: 15px 10px 15px 20px;
}

.twoColFixLtHdr #sidebar1 h3 {  /* modified for ie6 */
    padding: 0 10px 0 20px;
	font-size: 15px;
	color:#214552;  /* blue */
}

.twoColFixLtHdr #sidebar1 img { 
    padding:0;
    margin: 20px 10px 0 20px;
	border:solid 2px #60421e;  /* dark brown */
} 

.twoColFixLtHdr #sidebar1 a img {
    padding:0; 
    margin: 20px 10px 0 20px;
	text-decoration:none;
	border:solid 2px #60421e;  /* dark brown */
} 

.twoColFixLtHdr #sidebar1 p {  /* modified for ie6 */
    padding: 0 5px 0 20px;
	font-size: 10px;
	width:200px;
} 

.twoColFixLtHdr #sidebar1 .curvebox-nav {  /* modified for ie6, ie7, and ie8 */
    width: 240px;
    padding: 0 20px 20px 20px;
    background-color: #947b5c;  /* med brown */
}

.twoColFixLtHdr #sidebar1 .curvebox-nav ul#navigation {
	width: 240px;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
	border-top: 1px solid #61421e; /* dark brown */
}
.twoColFixLtHdr #sidebar1 .curvebox-nav ul#navigation li {
    font-size: 12px;
	border-bottom: 1px solid #61421e; /* dark brown */
	font-weight:bold;
}
.twoColFixLtHdr #sidebar1 .curvebox-nav ul#navigation li a:link {
    display: block;
    padding: 0.4em 0 0.4em 0.5em;
    border-left: 12px solid #61421e; /* dark brown */
    /* border-right: 1px solid #cab7a0; */
    background-color: #cab7a0;  /*light brown */
    color:#214552;  /* blue */
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 .curvebox-nav ul#navigation li a:visited {
    display: block;
    padding: 0.4em 0 0.4em 0.5em;
    border-left: 12px solid #60421e;  /* dark brown */
    /* border-right: 1px solid #cab7a0; */ /*light brown */
	background-color: #cab7a0;  /*light brown */
    color:#214552;  /* blue */
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 .curvebox-nav ul#navigation li a:hover {
    display: block;
    color: #ffffff;  /* white */
	text-decoration: none;
	background-color: #60421e;  /* dark brown */
}

.twoColFixLtHdr #sidebar1 .info {
	width:170px;
	margin: 0 0 0 20px;
}
.twoColFixLtHdr #sidebar1 .info h3 {
	margin: 17px 0 10px 0;
	padding: 0;
    color:#214552;  /* blue */
}

.twoColFixLtHdr #sidebar1 p a:link {
    color:#214552;  /* blue */
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 p a:visited {
    color:#214552;  /* blue */
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 p a:hover {
    color:#ffffff;  /* white */
	text-decoration:none;
}


.twoColFixLtHdr #sidebar1 .info p {
	margin: 0;
	padding: 0;
    color:ffffff; /* white */ 
	width:170px;
}
.twoColFixLtHdr #sidebar1 .info p a:link {
    color:#214552;  /* blue */
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 .info p a:visited {
    color:#214552;  /* blue */
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 .info p a:hover {
    color:#ffffff;  /* white */
	text-decoration:none;
}

.twoColFixLtHdr #mainContent {   /* modified for ie6 and ie7 */
	margin: 0 0 0 307px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent h1 {   /* modified for ie6 and ie7 */
    padding: 0 10px 0 20px;
	margin: 15px 0 10px 0;
	font-size: 18px;
	color:#214552;  /* blue */
} 
.twoColFixLtHdr #mainContent h3 {   /* modified for ie6 and ie7 */
    padding: 0 10px 0 20px;
	font-size: 15px;
	color:#214552;  /* blue */
}
.twoColFixLtHdr #mainContent h4 {  /* modified for ie6 and ie7 */
    padding: 0 10px 0 20px;
	font-size: 13px;
	color:#214552;  /* blue */
} 

.twoColFixLtHdr #mainContent p {   /* modified for ie6 */
    padding: 0 10px 0 20px;
	font-size: 12px;
} 

.twoColFixLtHdr #mainContent ul {   /* modified for ie6 */
	font-size:12px;
    list-style:disc;
	padding: 0 0 0 30px;
	margin: -10px 0 0 8px;
}
.twoColFixLtHdr #mainContent ul li a:link {
    color:#214552;  /* blue */
	font-size:12px;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent ul li a:visited {
    color:#214552;  /* blue */
	font-size:12px;
	text-decoration:none;
}

.twoColFixLtHdr #mainContent ul li a:hover {
    color: #ffffff;  /* white */
	font-size:12px;
	text-decoration:none;
}

.twoColFixLtHdr #mainContent ol {   /* modified for ie6 and ie7 */
	font-size:12px;
	padding: 0 0 0 30px;
	margin: -10px 0 0 11px;
}
.twoColFixLtHdr #mainContent ol li a:link {
    color:#214552;  /* blue */
	font-size:12px;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent ol li a:visited {
    color:#214552;  /* blue */
	font-size:12px;
	text-decoration:none;
}

.twoColFixLtHdr #mainContent ol li a:hover {
    color: #ffffff;  /* white */
	font-size:12px;
	text-decoration:none;
}

.twoColFixLtHdr #mainContent p a:link {
    color:#214552;  /* blue */
	text-decoration:none;
}
.twoColFixLtHdr #mainContent p a:visited {
    color:#214552;  /* blue */
	text-decoration:none;
}
.twoColFixLtHdr #mainContent p a:hover {
    color: #ffffff;  /* white */
	text-decoration:none;
}

.twoColFixLtHdr #mainContent img { 
    float:right;
    margin: 0 10px 5px 10px;
	border:solid 2px #60421e;  /* dark brown */
}
.twoColFixLtHdr #mainContent img.nocaption { 
    float:right;
    margin: 15px 10px 0 10px;
	border:solid 2px #60421e;  /* dark brown */
}  

.twoColFixLtHdr #mainContent p.caption-img {
	float:right;
	clear:right;
	width: 300px;
	font-size:10px;
	padding:0;
	margin: 3px 14px 10px 10px;
	/* border:thin #ffffff solid; */ /* for troubleshooting only */
}


.twoColFixLtHdr #mainContent #slideshow { 
    margin: 20px 0 0 20px;
	border:solid 2px #60421e;  /* dark brown */
	padding: 0;
} 


/* home page curved box areas */
.twoColFixLtHdr #mainContent #boxes {  /* modified for ie6 and ie7 */
    position:relative;
	top: 0;
	left:0;
	color: #ffffff;  /* white */
	width: 100%;
	height: 825px;    /* adjusted for amount of content */
	margin: 15px 0 0 20px;
	/* border:thin #000000 solid;  */ /* for troubleshooting only */
}

.twoColFixLtHdr #mainContent .curvebox-left {  /* modified for ie6 and ie7 */
	/* float:left; */
	position:absolute;
	top:0;
	left:0;
    width: 240px;
	padding: 0 20px 55px 20px;   /* adjusted for amount of content */
	margin: 0 0 0 0;
    background-color: #947b5c;  /* med brown */
	/* border:thin #ffffff solid; */  /* for troubleshooting only */
}

.twoColFixLtHdr #mainContent .curvebox-left p a:link {
    color: #ffffff;  /* white */
	text-decoration:none;
}
.twoColFixLtHdr #mainContent .curvebox-left p a:visited {
    color: #ffffff;  /* white */
	text-decoration:none;
}
.twoColFixLtHdr #mainContent .curvebox-left p a:hover {
    color:#214552;  /* blue */
	text-decoration:none;
}

.twoColFixLtHdr #mainContent .curvebox-left ul {
    list-style:disc;
	padding: 0 0 0 30px;
	margin: 0;
}

.twoColFixLtHdr #mainContent .curvebox-left ul li.link a:link {
    color: #ffffff;  /* white */
	font-size:12px;
	text-decoration:none;
}

.twoColFixLtHdr #mainContent .curvebox-left ul li.link a:visited {
    color: #ffffff;  /* white */
	font-size:12px;
	text-decoration:none;
}

.twoColFixLtHdr #mainContent .curvebox-left ul li.link a:hover {
    color:#214552;  /* blue */
	font-size:12px;
	text-decoration:none;
}

.twoColFixLtHdr #mainContent .curvebox-left img {  /* modified for ie6 */
    padding:0; 
    margin: -7px 16px 5px 20px;
	text-decoration:none;
	border:solid 2px #60421e;  /* dark brown */
} 


.twoColFixLtHdr #mainContent .curvebox-left a img {  /* modified for ie6 */
    padding:0; 
    margin: 0 16px 3px 0;
	text-decoration:none;
	border:solid 2px #60421e;  /* dark brown */
} 

.twoColFixLtHdr #mainContent .curvebox-left p.blog {  /* modified for ie6 */
    margin:3px 0 0 2px;
}

.twoColFixLtHdr #mainContent .curvebox-right {  /* modified for ie6 and ie7 */
	position:absolute;
	top:0;
	left:330px;
    width: 240px;
	padding: 0 20px 200px 20px;  /* adjusted for amount of content */
	margin: 0 0 0 0;
    background-color: #947b5c;  /* med brown */
	/* border:thin #ffffff solid;  */  /* for troubleshooting only */
}

.twoColFixLtHdr #mainContent .curvebox-right .info {
	width:170px;
	margin: 0 0 0 20px;
}
.twoColFixLtHdr #mainContent .curvebox-right .info h3 {  
	margin: 17px 0 5px 0;
	padding: 0;
    color:#214552;  /* blue */
}
.twoColFixLtHdr #mainContent .curvebox-right .info p {
	margin: 0 0 15px 0;
	padding: 0;
    color:ffffff; /* white */ 
	width:170px;
}
.twoColFixLtHdr #mainContent .curvebox-right .info p a:link {
    color: #ffffff;  /* white */
	text-decoration:none;
}
.twoColFixLtHdr #mainContent .curvebox-right .info p a:visited {
    color: #ffffff;  /* white */
	text-decoration:none;
}
.twoColFixLtHdr #mainContent .curvebox-right .info p a:hover {
    color:#214552;  /* blue */
	text-decoration:none;
}

.twoColFixLtHdr #mainContent .curvebox-right ul {
    list-style:disc;
	padding: 0 0 0 30px;
	margin: -10px 0 0 10px;
}

.twoColFixLtHdr #mainContent .curvebox-right ul li.link a:link {
    color: #ffffff;  /* white */
	font-size:12px;
	text-decoration:none;
}

.twoColFixLtHdr #mainContent .curvebox-right ul li.link a:visited {
    color: #ffffff;  /* white */
	font-size:12px;
	text-decoration:none;
}

.twoColFixLtHdr #mainContent .curvebox-right ul li.link a:hover {
    color:#214552;  /* blue */
	font-size:12px;
	text-decoration:none;
}


.twoColFixLtHdr #mainContent .curvebox-right h4 {  /* modified for ie6 and ie7 */
    padding: 0 10px 0 20px;
	margin-bottom:-8px;
	font-size: 13px;
	color:#214552;  /* blue */
} 

/* animals */
.twoColFixLtHdr #mainContent img.pet-pic {  /* modified for ie6 */
    float:left;
	border:solid 2px #60421e;  /* dark brown */
	margin: 0 0 0 20px;
}

.twoColFixLtHdr #mainContent p.caption {
	float:left;
	clear:none;
	padding:0;
	margin: -3px 0 0 10px;
	/* border:thin #ffffff solid; */ /* for troubleshooting only */
}

.twoColFixLtHdr #mainContent p.description {
	float:left;
	width: 600px;
	padding:0;
	margin: 10px 10px 30px 20px;
}

.twoColFixLtHdr #mainContent #video {
	padding-left: 20px;
}



/* two column content */
.twoColFixLtHdr #mainContent .groups {  /* modified for ie6 and ie7 */
	position:relative;
	top:0;
	left:0;
	width: 650px;
	height: 450px;
	margin: 0 0 10px 0;
	/* border:thin #ffffff solid;  */ /* for troubleshooting only */
}

.twoColFixLtHdr #mainContent .group-left {  /* modified for ie6 and ie7 */
	position:absolute;
	top:0;
	left:0;
	width: 310px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* border:thin #ffffff solid;  */  /* for troubleshooting only */
}
.twoColFixLtHdr #mainContent .group-right {  /* modified for ie6 and ie7 */
	position:absolute;
	top:0;
	left:340px;
	width: 310px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* border:thin #ff0000 solid;  */ /* for troubleshooting only */
}



.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

.twoColFixLtHdr #footer hr {
    border: none;
    background-color: #60421e;  /* dark brown */
    color: #60421e;  /* dark brown */
    height: 2px;
    width: 96%;
}
.twoColFixLtHdr #footer p {
    font-size:10px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}

.twoColFixLtHdr #footer ul.footer-nav {
    font-size: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 0.2em 0;
	text-align:center;
}
.twoColFixLtHdr #footer ul.footer-nav li {
    display: inline;
}
.twoColFixLtHdr #footer ul.footer-nav li a:link {
    padding: 0.4em 1em 0.4em 1em;
    color:#214552;  /* blue */
    text-decoration: none;
}
.twoColFixLtHdr #footer ul.footer-nav li a:visited {
    padding: 0.4em 1em 0.4em 1em;
    color:#214552;  /* blue */
    text-decoration: none;
}

.twoColFixLtHdr #footer ul.footer-nav li a:hover {
    color: #ffffff;  /* white */
}





.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;
}


