@charset "utf-8";
/* CSS Document */

/* ALL Container Styles */
#MainContainer {
	margin: 0px,0px;
	padding: 0px,0px;
	height:auto;
}

#mininews {
	margin-left: 25px;
	margin-top: 10px;
}

#minicontactus {
	margin-left: 25px;
	margin-top: 10px;
}
#innercontentmain {
	background:url(../Images/InnerContentBox_500x375.png);
	background-repeat:no-repeat;
	width: 500px;
	height:375px;
}
#innercontentpetgallery {
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #0668ab;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 490px;
	height: auto;	
}
#innercontenttestimonial {
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #0668ab;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 490px;
	height: auto;	
}
#innercontentservices {
	background:url(../Images/InnerContentBox_500x750.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 750px;
}
#innercontenttext {
	margin-left: 5px;
	margin-right: 0px;
}

#petgallery {
	margin-left:auto;
	margin-right:auto;
	width:480px;
	height:auto;
}
/* ALL TEXT Styles */

/* ALL BLACK TEXT */
.PCtextMed{
	font-family:Calibri;
	font:Calibri;
	font-size:12px;
	color: #000000; /* Black Text */  
    text-decoration: none;
}

/* ALL WHITE TEXT */
.PCtextMedW{
	font-family:Calibri;
	font:Calibri;
	font-size:12px;
	color: #FFFFFF; /* White Text */  
    text-decoration: none;
}
.PCtextLrgW{
	font-family:Calibri;
	font:Calibri;
	font-size:16px;
	color: #FFFFFF; /* White Text */  
    text-decoration: none;
}
.PCtextXLW{
	font-family:Calibri;
	font:Calibri;
	font-size:20px;
	color: #FFFFFF; /* White Text */  
    text-decoration: none;
}

/* ALL PINK TEXT */
.PCtextNewsDate{
	font-family:Calibri;
	font:Calibri;
	font-size:16px;
	color: #d84878; /* Pink Text */
	font-weight: bold;
	text-align: left;
}

.PCtextLrgP{
	font-family:Calibri;
	font:Calibri;
	font-size:16px;
	color: #d84878; /* Pink Text */
	font-weight: bold;
	text-align: left;
}
.PCtextMedP{
	font-family:Calibri;
	font:Calibri;
	font-size:14px;
	color: #d84878; /* Pink Text */
	font-weight: bold;
	padding:5px;
}
.PCtextXLP{
	font-family:Calibri;
	font:Calibri;
	font-size:20px;
	color: #d84878; /* Pink Text */
	font-weight: bold;
	text-align: left;
}

/* ALL BLUE TEXT */
.PCtextLrgB{
	font-family:Calibri;
	font:Calibri;
	font-size:16px;
	color: #0668ab; /* Blue Text */
	font-weight: bold;
	text-align: left;
}
.PCtextMedB{
	font-family:Calibri;
	font:Calibri;
	font-size:14px;
	color: #0668ab; /* Blue Text */
	font-weight: bold;
	padding:5px;
}
.PCtextXLB{
	font-family:Calibri;
	font:Calibri;
	font-size: 20px;
	color: #0668ab; /* Blue Text */
	font-weight: bold;
	text-align: left;
}


/* ALL GRAY TEXT */
.PCtextNews{
	font-family:Calibri;
	font:Calibri;
	font-size:14px;
	color: #666666; /* Gray Text */
	text-decoration: none;
	text-align: left;
}
.PCtextMedG{
	font-family:Calibri;
	font:Calibri;
	font-size:12px;
	color: #666666; /* Gray Text */  
    text-decoration: none;
}
.PCtextLrgG{
	font-family:Calibri;
	font:Calibri;
	font-size:16px;
	color: #666666; /* Gray Text */  
    text-decoration: none;
}

/* ALL RED TEXT */
.PCtextLrgR{
	font-family:Calibri;
	font:Calibri;
	font-size:14px;
	color: #FF0000; /* Blue Text */
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}