﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment... */

/* ***************************************************************************************** */
/* SideBar Content Container */
/* ***************************************************************************************** */
.Pet-ContentBody .Pet-SideBar
{
	float: right;
	width: 219px;
	margin: 0px 0px 20px 20px;
}

/* ***************************************************************************************** */
/* hr */
/* ***************************************************************************************** */
.Pet-SideBar hr
{
	margin: 0px 5px;
	color: #e6e8ec;
	border-color: #ffffff;
}

/* ***************************************************************************************** */
/* Container */
/* ***************************************************************************************** */
.Pet-SideBar .Pet-Container
{
	display: block;
}

.Pet-SideBar .Pet-Highlight
{
	background-color: #e6e8ec;
}

.Pet-SideBar .Pet-Outline
{
	border: solid 1px #202b63;
}

/* ***************************************************************************************** */
/* Float */
/* ***************************************************************************************** */
.Pet-SideBar .Pet-Container .Pet-FloatLeft
{
	float: left;
	display: block;
	margin-left: 5px;
}

.Pet-SideBar .Pet-Container .Pet-FloatRight
{
	float: right;
	display: block;
	margin-right: 5px;
}

.Pet-SideBar .Pet-Container .Pet-FloatCenter
{
	margin: 0 5px;
}

.Pet-SideBar .Pet-Container .Pet-FloatCenter p
{
	text-align: center;
}

/* ***************************************************************************************** */
/* h2 */
/* ***************************************************************************************** */
.Pet-SideBar .Pet-Container h2
{
	margin: 0;
	display: block;
	padding: 5px 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #202b63;
}

.Pet-SideBar .Pet-Container h2.Pet-Title
{
	font-size: 16px;
}

.Pet-SideBar .Pet-Container h2.Pet-Callout
{
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #ff8c00;
}

.Pet-SideBar .Pet-Container h2.Pet-Outline
{
	background: transparent url(images/dot.gif) left bottom repeat-x;
}

.Pet-SideBar .Pet-Container h2.Pet-Fancy
{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.Pet-SideBar .Pet-Container h2.Pet-Center
{
	text-align: center;
}

.Pet-SideBar .Pet-Container h2 sup
{
	font-size: 10px;
	vertical-align: super;
}

/* ***************************************************************************************** */
/* h3 */
/* ***************************************************************************************** */
.Pet-SideBar .Pet-Container h3
{
	margin: 0;
	display: block;
	padding: 0px 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #202b63;
}

.Pet-SideBar .Pet-Container h3.Pet-Center
{
	text-align: center;
}

.Pet-SideBar .Pet-Container h3.Pet-Fancy
{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

/* ***************************************************************************************** */
/* p */
/* ***************************************************************************************** */
.Pet-SideBar .Pet-Container p
{
	margin: 0;
	padding: 5px 5px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	line-height: normal;
	color: #000000;
}

.Pet-SideBar .Pet-Container p.MomHeader
{
	padding: 5px;
}

.Pet-SideBar .Pet-Container p.MomItem
{
	padding: 2px 5px;
	white-space: nowrap;
	overflow: auto;
	color: gray;
}

body.IE6 .Pet-SideBar .Pet-Container p.MomItem
{
	width: 209px;
	overflow: auto;
}

.Pet-SideBar .Pet-Container p span.Pet-Callout
{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
	text-decoration: none;
	color: #ff8c00;
}

.Pet-SideBar .Pet-Container p a,
.Pet-SideBar .Pet-Container p a:visited,
.Pet-SideBar .Pet-Container p a:hover
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	text-decoration: underline;
	color: #202b63;
}

.Pet-SideBar .Pet-Container p a:hover
{
	color: gray;
}

.Pet-SideBar .Pet-Container p input
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color: #202b63;
	cursor: hand;
}

/* ***************************************************************************************** */
/* Static Content Container */
/* ***************************************************************************************** */
.Pet-ContentBody .Pet-StaticContent
{
	display: block;
}

/* ***************************************************************************************** */
/* h1 */
/* ***************************************************************************************** */
.Pet-StaticContent h1
{
	display: block;
	margin: 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	white-space: nowrap;
	color: #202b63;
}

.Pet-StaticContent h1 sup
{
	font-size: 10px;
	vertical-align: super;
}

/* ***************************************************************************************** */
/* Container */
/* ***************************************************************************************** */
.Pet-StaticContent .Pet-Container
{
	display: block;
	margin-left: 20px;
}

.Pet-StaticContent .Pet-Highlight
{
	padding: 10px;
	background-color: #e6e8ec;
}

.Pet-StaticContent .Pet-Outline
{
	background-image: url(images/dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.Pet-StaticContent .Pet-Container:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.Pet-StaticContent .Pet-Container {display: inline-block;}

/* Hides from IE-mac \*/
* html .Pet-StaticContent .Pet-Container {height: 1%;}
.Pet-StaticContent .Pet-Container {display: block;}
/* End hide from IE-mac */

/* ***************************************************************************************** */
/* Float */
/* ***************************************************************************************** */
.Pet-StaticContent .Pet-Container .Pet-FloatLeft
{
	float: left;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.Pet-StaticContent .Pet-Container .Pet-FloatLeft a.Pet-ImageLink img
{
	margin: 0;
	padding: 0;
	border: none 0;
}

.Pet-StaticContent .Pet-Container .Pet-FloatRight
{
	float: right;
	display: block;
	margin-left: 5px;
	margin-bottom: 5px;
}

.Pet-StaticContent .Pet-Container .Pet-FloatRight img.SNM
{
	margin-top: 15px;
}

.Pet-StaticContent .Pet-Container .Pet-FloatCenter
{
}

.Pet-StaticContent .Pet-Container .Pet-FloatCenter p
{
	text-align: center;
}

/* ***************************************************************************************** */
/* h2 */
/* ***************************************************************************************** */
.Pet-StaticContent .Pet-Container h2
{
	display: block;
	margin: 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #202b63;
}

.Pet-StaticContent .Pet-Container h2.Pet-Outline
{
	background: transparent url(images/dot.gif) left bottom repeat-x;
}

.Pet-StaticContent .Pet-Container h2.Pet-Center
{
	text-align: center;
}

.Pet-StaticContent .Pet-Container h2 sup
{
	font-size: 10px;
	vertical-align: super;
}

/* ***************************************************************************************** */
/* h3 */
/* ***************************************************************************************** */
.Pet-StaticContent .Pet-Container h3
{
	margin: 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #202b63;
}

.Pet-StaticContent .Pet-Container h3.Pet-Outline
{
	background: transparent url(images/dot.gif) left bottom repeat-x;
}

.Pet-StaticContent .Pet-Container h3.Pet-Center
{
	text-align: center;
}

.Pet-StaticContent .Pet-Container h3 sup
{
	font-size: 10px;
	vertical-align: super;
}

/* ***************************************************************************************** */
/* p */
/* ***************************************************************************************** */
.Pet-StaticContent .Pet-Container p
{
	margin: 10px 0;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}

.Pet-StaticContent .Pet-Container p span.Pet-Callout
{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	text-decoration: none;
	color: #ff8c00;
}

.Pet-StaticContent .Pet-Container p a,
.Pet-StaticContent .Pet-Container p a:visited,
.Pet-StaticContent .Pet-Container p a:hover
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	text-decoration: underline;
	color: #202b63;
}

.Pet-StaticContent .Pet-Container p a:hover
{
	color: gray;
}

.Pet-StaticContent .Pet-Container p input
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #202b63;
	cursor: hand;
}

/* ***************************************************************************************** */
/* ul */
/* ***************************************************************************************** */
.Pet-StaticContent .Pet-Container ul
{
	margin: 10px 0px 10px 15px;
	list-style: url(images/bullet_grey.gif) outside;
}

.Pet-StaticContent .Pet-Container ul li
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
}

.Pet-StaticContent .Pet-Container ul li a,
.Pet-StaticContent .Pet-Container ul li a:visited,
.Pet-StaticContent .Pet-Container ul li a:hover
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	line-height: 20px;
	text-decoration: underline;
	color: #202b63;
}

.Pet-StaticContent .Pet-Container ul li a:hover
{
	color: gray;
	text-decoration: underline;
}

/* ***************************************************************************************** */
/* ol */
/* ***************************************************************************************** */
.Pet-StaticContent .Pet-Container ol
{
	margin: 10px 0px 10px 30px;
}

.Pet-StaticContent .Pet-Container ol li
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
}

/* ***************************************************************************************** */
/* Cards */
/* ***************************************************************************************** */
.Pet-StaticContent .Pet-Container .Pet-CardHighlight
{
	background-color: #e6e8ec;
}

.Pet-StaticContent .Pet-Container .Pet-Card2
{
	width: 45%;
	margin: 0px 10px 0px 0px;
}

.Pet-StaticContent .Pet-Container .Pet-Card3
{
	width: 30%;
	margin: 0px 10px 10px 0px;
}

.Pet-StaticContent .Pet-Container .Pet-Card3 p
{
	margin: 0px 0px 10px 0px;
	line-height: normal;
}

.Pet-StaticContent .Pet-Container .Pet-Card219
{
	width: 219px;
	margin: 0px 10px 10px 20px;
	padding: 5px;
	border: solid 1px #202b63;
}

.Pet-StaticContent .Pet-Container .Pet-Card219 h2,
.Pet-StaticContent .Pet-Container .Pet-Card219 h3,
.Pet-StaticContent .Pet-Container .Pet-Card219 p
{
	margin: 10px 0;
	text-align: center;
	line-height: normal;
}

.Pet-StaticContent .Pet-Container .Pet-Card231
{
	width: 231px;
}

.Pet-StaticContent .Pet-Container .Pet-Card256
{
	width: 256px;
}

.Pet-StaticContent .Pet-Container .Pet-CardPP
{
	display: block;
	width: 148px;
	margin: 10px 10px 10px 0px;
}

.Pet-StaticContent .Pet-Container .Pet-CardPP p
{
	line-height: normal;
}

.Pet-StaticContent .Pet-Container .Pet-CardCentered
{
	display: block;
	width: 148px;
	height: 153px;
	margin: 10px 10px;
	line-height: 153px;
	font-size: 153px;
	text-align: center;
}

*>.Pet-StaticContent .Pet-Container .Pet-CardCentered
{
	font-size: 12px;
}

.Pet-StaticContent .Pet-Container .Pet-CardCentered img
{
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: none 0;
}

.Pet-StaticContent .Pet-Container .Pet-CardCentered p
{
	margin: 0;
}

/* ***************************************************************************************** */
/* Table */
/* ***************************************************************************************** */
.Pet-StaticContent .Pet-Container table
{
	width: 100%;
	border: solid 1px #e6e8ec;
	background-color: #ffffff;
}

.Pet-StaticContent .Pet-Container table.Pet-NoFill
{
	width: auto;
}

.Pet-StaticContent .Pet-Container table thead tr th
{
	padding: 5px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	color: #202b63;
	background-color: #e6e8ec;
	border: none 0;
}

.Pet-StaticContent .Pet-Container table tbody tr th
{
	padding: 5px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	text-decoration: none;
	color: #e6e8ec;
	background-color: #202b63;
	border: none 0;
}

.Pet-StaticContent .Pet-Container table tbody tr td
{
	padding: 5px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	border-left: solid 1px #e6e8ec;
	border-bottom: solid 1px #e6e8ec;
}

.Pet-StaticContent .Pet-Container table tbody tr td.Pet-Center
{
	text-align: center;
}

.Pet-StaticContent .Pet-Container table tbody tr td.Pet-Right
{
	text-align: right;
}

.Pet-StaticContent .Pet-Container table tbody tr.Pet-Alternate td
{
	background-color: #e6e8ec;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

.Pet-StaticContent .Pet-Container table tfoot tr td
{
	padding: 5px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #000000;
	background-color: #e6e8ec;
	border-left: solid 1px #e6e8ec;
	border-bottom: solid 1px #ffffff;
}
