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

@font-face {
    font-family: KlavLight;
    src: url(../fonts/CENTAUR.ttf) format("truetype");
}
@font-face {
    font-family: KlavBold;
    src: url(../fonts/CENTAUR.ttf) format("truetype");
}
@font-face {
    font-family: KlavReg;
    src: url(../fonts/ArchitectsDaughter.ttf) format("truetype");
}
@font-face {
    font-family: Cent;
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}


.TitleHeader {
	font-family: KlavReg, calibri, Tahoma, Geneva, sans-serif;
	font-size: 250%;
	font-style: normal;
	text-decoration: blink;
	font-weight: 700;
	padding-left:11px;
	padding-right:11px;
	color: #7a2a8f;
}
.TitleHeaderSm {
	font-family: KlavReg, calibri, Tahoma, Geneva, sans-serif;
	font-size: 200%;
	font-style: normal;
	text-decoration: blink;
	font-weight: 700;
	padding-left:11px;
	padding-right:11px;
	color: #7a2a8f;
}
.TitleHeaderORANGE {
	font-family: KlavReg, calibri, Tahoma, Geneva, sans-serif;
	font-size: 250%;
	font-style: normal;
	text-decoration: blink;
	font-weight: 700;
	padding-left:11px;
	padding-right:11px;
	color: #ffab2a;
}
.TitleHeaderWHITE {
	font-family: KlavReg, calibri, Tahoma, Geneva, sans-serif;
	font-size: 250%;
	font-style: normal;
	text-decoration: blink;
	font-weight: 700;
	padding-left:11px;
	padding-right:11px;
	color: #FFF;
}
.BalloonHeader {
	font-size: 250%;
	color: #fff;
	font-family: calibri;
	font-weight: bold;
}
.BalloonHeaderSm {
	font-size: 175%;
	color: #fff;
	font-family: calibri;
	font-weight: bold;
}
.PhoneText {
	font-size: 275%;
	color: #FFF;
	font-family: calibri;
	font-weight: 700;
	text-decoration: none;
	vertical-align: middle;
}
.HeaderBackground {
	background: rgba(70, 112, 227, .7);
	background-blend-mode: multiply;
}
.HeaderText {
	color: rgba(255,255,255,1);
	font-size: 200%;
	font-family: KlavReg, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 750;
}
.HeaderTextBlack {
	color: rgba(122,42,143,1);
	font-size: 200%;
	font-family: calibri, Tahoma, Geneva, sans-serif;
	font-weight: 750;
}
.HeaderTextBlack2 {
	color: rgba(0,0,0,1);
	font-size: 155%;
	font-family: Cent, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 750;
}
.HeaderText2 {
	color: rgba(204,204,204,1);
	font-size: 155%;
	font-family: Cent, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 750;
}

.HeaderText3 {
	color: rgba(204,204,204,1);
	font-size: 150%;
	font-family: Cent, calibri, Tahoma, Geneva, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 750;
}
.SloganText {
	color: #FF8C1A;
	font-size: 250%;
	font-family: Cent, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 750;
	text-shadow: 0px 0px 0px #000;
}
.MainBody {
	color: #333;
	font-size: 160%;
	font-family: Cent, calibri;
	font-weight: 500;
	padding-left: 11px;
	padding-right: 11px;
}
.MainBodyBold {
	color: #333;
	font-size: 200%;
	font-family: Cent, calibri;
	font-weight: 900;
	padding-left: 11px;
	padding-right: 11px;
}
.MainBodySmall {
	color: #000000;
	font-size: 130%;
	font-family: Cent, calibri;
	font-weight: 400;
	padding-left: 11px;
	padding-right: 11px;
}
.MainBodyGrey {
	color: #FFF;
	font-size: 150%;
	font-family: Cent, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 300;
	padding-left: 11px;
	padding-right: 11px;
}
.MainBodyGrey2{
	color: #414141;
	font-size: 110%;
	font-family: Cent, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 300;
	padding-left: 11px;
	text-shadow: 0px 0px 5px #FFFFFF;
	
	}
.MainbodyOrange{	
	color: #FFA346;
	font-size: 150%;
	font-family: Cent, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 300;
	padding-left: 10px;
	text-shadow: 0px 0px 5px #FFFFFF;
}
.FooterText {
	color: #FFFFFF;
	font-size: 175%;
	font-family: Cent, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 500;
	line-height: none;
	padding-left: 11px;
	padding-right: 11px;
}
.FooterText2 {
	color: #FFFFFF;
	font-size: 140%;
	font-family: Cent, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 500;
	line-height: none;
	padding-left: 11px;
	padding-right: 11px;
}
.FooterTextSmall {
	color: #FFFFFF;
	font-size: 120%;
	font-family: Cent, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-left: 11px;
	padding-right: 11px;
}
.PhoneFooterText {
	color: #FFFFFF;
	font-size: 200%;
	font-family: Cent, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 500;
	line-height: none;
}
.PhoneFooterTextSmall {
	color: #CCCCCC;
	font-size: 175%;
	font-family: Cent, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.RedHighlight {
	color: #F00;
	font-size: 125%;
	font-family: calibri;
}
.BlueHighlight{
	color:#006699;
	font-size: 120%;
	font-family: calibri;
	
}
.RedHighlightLg {
	color: #F00;
	font-size: 225%;
	font-family: calibri;
	font-weight:800;
}
.FootText {
	font-family: calibri;
	font-size: 120%;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
	
}
.Copyright {
	color: #CCCCCC;
	font-size: 150%;
	font-family: calibri, Tahoma, Geneva, sans-serif;
	font-weight: 200;
}
.PhoneCopyright {
	color: #CCCCCC;
	font-size: 150%;
	font-family: calibri, Tahoma, Geneva, sans-serif;
	font-weight: 200;
}
.FormText {
	font-size: 130%;
	font-family: calibri, Tahoma, Geneva, sans-serif;
	font-weight: 500;
	color: #000;
	width: 80%;
	border-radius:5px;
	max-width: 300px;
	height:30px;
	background-color: #fff;
	margin-top: 1px;
	padding-top:0px;
	padding-bottom:0px;
}
.FormText2 {
	font-size: 100%;
	font-family: KlavReg, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	color: #000;
	width: 80%;
	border-radius:5px;
	max-width: 300px;
	background-color: #fff;
	margin-top: 1px;
	padding-top:0px;
	padding-bottom:0px;
}
.PittsburghDogDayCareButton{
	opacity:1;
	}
.PittsburghDogDayCareButton:hover{
	opacity:0.75;
	}
.PittsburghDayCareBG{
	background-image:url(../Graphics/DogDayCarePittsburghPa.jpg);
	background-size:cover;
}
.PittsburghDogDayCareBtn{
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 11px;
	width: 100%;
	opacity: 1;
	color: #FFF;
	font-size: 150%;
	font-family: calibri, Tahoma, Geneva, sans-serif;
	}
.PittsburghDogDayCareBtn:hover{
	background-color: rgba(255,171,42,1);
	color: #FFFFFF;
	opacity: 1;
}


/* Links */
#FAQLink a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#FAQLink a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#FAQLink a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#ffab2a;
}
#FAQLink a:active {
	text-decoration: none;
	background-color:#ffab2a;
}
#WhiteLink a:link {
	text-decoration: none;
	color: #fff;
}
#WhiteLink a:visited {
	text-decoration: none;
	color: #fff;
}
#WhiteLink a:hover {
	text-decoration: none;
	color: #fff;
}
#WhiteLink a:active {
	text-decoration: none;
	background-color:#ffab2a;
}
#WhiteLink3 a:link {
	text-decoration: none;
	color: #fff;
}
#WhiteLink3 a:visited {
	text-decoration: none;
	color: #fff;
}
#WhiteLink3 a:hover {
	text-decoration: none;
	color: #0F0;
}
#WhiteLink3 a:active {
	text-decoration: none;
}
#WhiteLink2 a:link {
	text-decoration: none;
	color: #FFF;
}
#WhiteLink2 a:visited {
	text-decoration: none;
	color: #FFF
}
#WhiteLink2 a:hover {
	text-decoration: none;
	color: #999;
}
#WhiteLink2 a:active {
	text-decoration: none;
}
#BlueLink a:link {
	text-decoration: none;
	color: rgba(70, 112, 227, .7);
	font-weight:700;
}
#BlueLink a:visited {
	text-decoration: none;
	color: rgba(70, 112, 227, .7);
	font-weight:700;
}
#BlueLink a:hover {
	text-decoration: none;
	color: #000;
	text-shadow:0px 0px 5px #999999;
	font-weight:700;
}
#BlueLink a:active {
	text-decoration: none;
}
#GreenLink a:link {
	text-decoration: none;
	color: rgba(23, 150, 70, .7);
	font-weight:700;
}
#GreenLink a:visited {
	text-decoration: none;
	color: rgba(23, 150, 70, .7);
	font-weight:700;
}
#GreenLink a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	text-shadow:0px 0px 5px #999999;
	font-weight:700;
}
#GreenLink a:active {
	text-decoration: none;
}
#BlackLink a:link {
	text-decoration: none;
	color: #000000;
}
#BlackLink a:visited {
	text-decoration: none;
	color: #777777;
}
#BlackLink a:hover {
	text-decoration: none;
	color: #333333;
}
#BlackLink a:active {
	text-decoration: none;
}


/* Main Menu */
#menu{
	width: 100%;
	margin: 0;
	margin-right:0px;
	margin-left:0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align:center;
}
#menu li{
	width: 16.6%;
	padding-left:0%;
	padding-right:0%;
	float: left;
	position: relative;
	text-wrap:none;
}
#menu a{
	display: block;
	height: 20px;
	color: #7A278F;
	font-size: 17px;
	text-wrap: none;
	text-transform: uppercase;
	font-family: calibri, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: 1000;
	text-wrap: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu li:hover > a{
	color: #000000;
}
*html #menu li a:hover{ /* IE6 */
	color: #000000;
}
#menu li:hover > ul{
	display: block;
	
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
/* Sub-menu */
#menu ul{
	list-style: none;
	margin-top: 0px;
	padding: 0px;
	margin-left: 0px;
	display: none;
	position: absolute;
	border: thin #000000;
	right: 0;
	min-width: 100%;
	width: auto;
	z-index: 99999;
	background: rgba(255, 255, 255, .95);
	blend-mode: multiply;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-box-shadow: 0 2px 5px #777777;
	-webkit-box-shadow: 0 2px 5px #777777;
	box-shadow: 0 2px 5px #777777;
	color: #000000;
	text-shadow: none;
	border: thick #000;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
#menu ul li{
	float: none;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #000000;
	text-shadow: none;
	-moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	-webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	width: 100%;
}
#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #532F1A;
	text-shadow:none;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;  
}
#menu ul a{
	padding: 10px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: uppercase;
	margin-right: 0px;
	color: #000000;
	font-size: 130%;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
*html #menu ul a{ /* IE6 */   
	height: 10px;
	color: #542347;
	text-shadow:none;
}
*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	color: #542347;
	text-shadow:none;
}
#menu ul a:hover{
	width: auto;
	border: none;
	color: #fff;
	text-shadow: none;
	background-color: #7A278F;
}
#menu ul li:first-child a{  
}
#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0px solid #444;
}
#menu ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}
#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
