@charset "utf-8";
/* CSS Document */

body  {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	background-color: #E5F2FF; /* light blue */
	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; /* black */
}

.twoColFixLtHdr #wrapper { 
	width: 980px;
	margin: 10px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000165; /* dark blue */
	text-align: left; /* this overrides the text-align:center on the body element. */
	background-color: #ffffff; /* white */
	background-image: url(../images/sidebar-stripe.gif);
	background-repeat: repeat-y;
	background-position: left top;	
} 
.twoColFixLtHdr #header {  /* modified for ie6 */
	background: #ffffff; /* white */ 
	height: 180px;
	border-bottom: solid 3px #c80000; /* red */
}

.twoColFixLtHdr #container { 
	font-size: 12px;
} 	

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #78a3cb; /* light blue */ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 0 15px 0;
}

.twoColFixLtHdr #sidebar1 h3 {
    font-size: 14px;
	color: #000165; /* dark blue */
	margin: 20px 0 5px 10px;
}
.twoColFixLtHdr #sidebar1 ul.quick {
	margin: 0;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 ul.quick li { /* modified for ie6 and ie7 */
	margin: 0 0 0 -15px;
}

.twoColFixLtHdr #sidebar1 ul.quick li a:link {
    color: #c80000; /* red */
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}
.twoColFixLtHdr #sidebar1 ul.quick li a:visited {
    color: #c80000; /* red */
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}
.twoColFixLtHdr #sidebar1 ul.quick li a:hover {
    color: #000165; /* dark blue */
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}

.twoColFixLtHdr #sidebar1 #contact p {
    font-size: 11px;
	color: #000165; /* dark blue */
	margin: -5px 5px 0 10px;
}

.twoColFixLtHdr #sidebar1 p a:link {
    color: #ffffff; /* white */
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}
.twoColFixLtHdr #sidebar1 p a:visited {
    color: #ffffff; /* white */
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}
.twoColFixLtHdr #sidebar1 p a:hover {
    color: #c80000; /* red */
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}


.twoColFixLtHdr #mainContent {  
	margin: 0 0 0 200px; /* 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: 30px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
} 

.twoColFixLtHdr #mainContent h1 {
    font-size:16px;
	margin: 5px 0 10px 20px;
}
.twoColFixLtHdr #mainContent h2 {
    font-size:14px;
	margin: 20px 0 10px 20px;
}
.twoColFixLtHdr #mainContent h3 {
    font-size:12px;
	margin: 20px 0 10px 20px;
}

.twoColFixLtHdr #mainContent p {
	margin: 0 5px 10px 20px;
}

.twoColFixLtHdr #mainContent a:link {
    color: #c80000; /* red */
	text-decoration: none;
	font-size: 12px;
}
.twoColFixLtHdr #mainContent a:visited {
    color: #c80000; /* red */
	text-decoration: none;
	font-size: 12px;
}
.twoColFixLtHdr #mainContent a:hover {
    color: #000165; /* dark blue */
	text-decoration: none;
	font-size: 12px;
}

.twoColFixLtHdr #mainContent ul {  /* modified for ie6 and ie7 */
    margin: 0;
	padding: 0 0 0 35px;
	text-indent: 0px;
}
.twoColFixLtHdr #mainContent ul li { 
	margin: 0 0 5px 0;
	padding: 0;
}

.twoColFixLtHdr #mainContent ol {  /* modified for ie6 and ie7 */
    margin: 0;
	padding: 0 0 0 40px;
	text-indent: 0px;
}
.twoColFixLtHdr #mainContent ol li { 
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}

.twoColFixLtHdr #mainContent table tr td ul {  /* modified for ie6 and ie7 */
    margin: 0;
	padding: 0 0 0 35px;
	text-indent: 0px;
}
.twoColFixLtHdr #mainContent table tr td ul li { 
	margin: 0 0 5px 0;
	padding: 0;
}


/* pet tabless */

.twoColFixLtHdr #mainContent table.dogs-index { 
    width: 220px;
}
.twoColFixLtHdr #mainContent table.cats-index { 
    width: 220px;
}
.twoColFixLtHdr #mainContent table.other-pets-index { 
    width: 220px;
}

.twoColFixLtHdr #mainContent table.dogs { 
    width: 740px;
	margin-left: -2px;
}
.twoColFixLtHdr #mainContent table.cats { 
    width: 740px;
	margin-left: -2px;
}
.twoColFixLtHdr #mainContent table.other-pets { 
    width: 740px;
	margin-left: -2px;
}

td img{
    border:solid 2px #c80000; /* red */
	margin: 0 0 0 20px;
}
td p.caption {
	margin: 0 0 0 0;
	font-size:11px;
}

td p.description {
	width: 740px;
	margin: 0 20px 0 0;
	font-size:11px
}

.twoColFixLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff; /* white */
	background-image: url(../images/sidebar-stripe.gif);
	background-repeat: repeat-y;
	background-position: left top;
	/* border-top: solid 3px #c80000; /* red */ 
	height: 100px;
} 
.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 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #footer ul#footer-nav { /* modified for ie6 and ie7 */
    width: 760px;
    float:left;
    padding: 20px 0 0 220px;
	padding-top: 5px;
}
.twoColFixLtHdr #footer ul#footer-nav li {
	list-style-type: none;
	float:left;
	margin-right: 4px;
	font-size: 11px;
}
.twoColFixLtHdr #footer ul#footer-nav li span{
	margin: 0 0 0 4px;
}

.twoColFixLtHdr #footer ul#footer-nav li a:link {
	color: #000165; /* dark blue */
	text-decoration: none;
	font-size: 10px;
}
.twoColFixLtHdr #footer ul#footer-nav li a:visited {
	color: #000165; /* dark blue */
	text-decoration: none;
	font-size: 10px;
}
.twoColFixLtHdr #footer ul#footer-nav li a:hover {
	color: #c80000; /* red */
	text-decoration: none;
	font-size: 10px;
}

.twoColFixLtHdr #footer div#copy {  /* modified for ie6 and ie7 */
    width: 760px;
    float:left;
	clear:left;
    padding: 0 0 0 220px;
	color: #000000; /* black */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.twoColFixLtHdr #footer div#copy a:link {
	color: #c80000; /* red */
	text-decoration: none;
	font-size: 9px;
}
.twoColFixLtHdr #footer div#copy a:visited {
	color: #c80000; /* red */
	text-decoration: none;
	font-size: 9px;
}
.twoColFixLtHdr #footer div#copy a:hover {
	color: #000165; /* dark blue */
	text-decoration: none;
	font-size: 9px;
}


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

