﻿* {
	margin:0;
	padding:0;
}


 body {

   background-color: #FFFFFF;
   font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, sans-serif;
   font-size: 62.5%;	
   color:#6e6e6e;
   
}
#contentPanel
{
width: 100%;
background-color: #FFFFFF;
}

p {
	
	margin:10px 0;
	line-height:1.4em;
	
}
primaryContent left p
{
    
}

a:link { 
	color:#7dadd1;
	text-decoration: underline;
}

a:visited {
	color:#7dadd1;
	text-decoration: underline;
}

a:active {
	color:#7dadd1;
	text-decoration: underline;
}

a:hover {
	color:#7dadd1;
	text-decoration: underline;
}

h1 {
	margin:5px 0 10px 0;
	font-size:2.4em;
	padding-bottom:5px;
	font-weight:normal;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, sans-serif;
}

h2 {
	font-size:1.9em;
	margin:18px 0 0 0;
	font-weight:normal;
	line-height:1.2em;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, sans-serif;
}
h3 {
	font-size:1.4em;
	margin:18px 0 0 0;
	font-weight:normal;
	line-height:1.2em;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, sans-serif;
}


   
/* Clearfix
/* -------------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
    
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.right {
	display:inline;
	float:right;
}

.left {
	display:inline;
	float:left;
	
}

.left p {
	font-size: 13px;
	
}

    
#textContent{
 	width:920px;
   	padding:35px 0 0 0;
    margin-left: auto;
    margin-right: auto;
   
}

ul
{
list-style: none;
}

#headerPanel
{
padding-top: 5px;
margin-left:auto;
margin-right: auto;
width: 960px;
}

.Logobar {
	width:270px;
	background-color:#FFFFFF;
	padding:0px;
	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
	float:left;
	text-align: center;
}

.Contactbar {
	width:260px;
	padding: 0px;
	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
	float:right;
	
}

.Contactbar h4 strong
{
	color:#7dadd1;
	font-weight:normal;
	font-size: 1em;
}


#nav 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	width: 960px;
	
}
#nav li 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}	
#nav a 
{
	float: left;
	border: none;
	height: 44px;
	width: 240px;
	
	
	
}
#navPlay 
{
	background-color: #fc7b12;
	background-image:url(../_images/_menu/Play.png);
	background-position: 0 -5px;
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
}
#navPlay a:hover 
{
	background-color: #fc7b12;
	background-image:url(../_images/_menu/paw.png);
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	}
#navSplash 
{
	background-color: #7dadd1;
	background-image:url(../_images/_menu/Splash.png);
	background-position: 0 -5px;
}
#navShop 
{
	background-color: #6c9165;
	background-image:url(../_images/_menu/Shop.png);
	background-position: 0 -5px;
}
#navRescue 
{
	background-color: #b91218;
	background-image:url(../_images/_menu/Rescue.png);
	background-position: 0 -5px;
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	
}
#navRescue a:hover 
{
	background-color: #b91218;
	background-image:url(../_images/_menu/paw.png);
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
}
#navNews 
{
	background-color: #fc7b12;
	background-image:url(../_images/_menu/Rescue.png);
	background-position: 0 -5px;
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
}
#navNews a:hover 
{
	background-color: #fc7b12;
	background-image:url(../_images/_menu/paw.png);
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
}
#nav li.current a 
{
	background: #C0C0C0;
	color: #000000;
}

#navSplash a:hover 
{
	background-color: #7dadd1;
	background-image:url(../_images/_menu/paw.png);
	

}
#navShop a:hover 
{
	background-color: #6c9165;
	background-image:url(../_images/_menu/paw.png);

}

/* Navigation Menu End */

.sidebar {
	width:208px;
	/*  background-color:#d9efff;*/
	background-color:#f7f6f6;
	padding:20px;
	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
}
.sidebar_Play {
	width:208px;
	background-color:#f7f6f6;
	padding:20px;
	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
}


 h4 {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:1.3em;
}

 h4 strong, .orange {
	color:#7dadd1;
	font-weight:normal;
}

.sidebar p {
	font-size:1.0em;
	margin:16px 0;
}

.services ul {
	margin:10px 0 10px 25px;
}

.services ul li {
	padding:0 0 7px 0;
	font-size:1.1em;
}

.services ul li a  {
	color:#d86d17;
	border-bottom:1px dotted #d86d17;
	text-decoration:none;
}

a.button {
	display:inline-block;
	padding:6px 8px;
	background-color:#7dadd1;
	border-right:1px solid #b4b4b4;
	border-bottom:1px solid #b4b4b4;
	text-decoration:none;
	color:#fff;
	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
}

.prevNext a.button {
	font-size:1.2em;
}

.prevNext span.arrow {
	color:#ffffff;
}

.sidebar hr {
				
border: 0;
color: #eeeeed;
background-color: #eeeeed;
height: 1px;
width: 100%;
text-align: left;
}
.Contactbar hr {
				
border: 0;
color: #eeeeed;
background-color: #eeeeed;
height: 1px;
width: 100%;
text-align: left;
margin-bottom: 2px;
}

.small {
	font-size:1em !important;
}
.small h3 {
	font-size: 1.2em;
	
}

.small strong {
	font-size:1.2em;
}

#footer {
	
	width:860px;
	margin:0 auto;
	height:30px;
	margin-top:-30px;

}

#contact p {
	font-size:1.2em;
}
.hidden {
	display:none;
	width:600px;
}

.quote {
	padding:10px 20px 20px 20px;
	font-size:1.1em;
	font-style:italic;
	margin-bottom:10px;
	border-bottom:1px dashed #e9e9e6;
}



.disclaimer {
	font-size:0.9em;
	color:#c1bfbc;
	font-style:italic;
}

