/* HTML Element styles specific to this project. */
* {	
	 margin: 0;
	 padding: 0;
}
html, body
{
	scrollbar-arrow-color: #315ba8;
	scrollbar-darkshadow-color: #ffe419;
	scrollbar-base-color: #fff5a6;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-size: 80%;
	background: #FFFFFF url(../images/Wallpaper.gif) no-repeat center 110px;
}



input,
textarea,
select
{
	letter-spacing: normal;
	text-transform: none;
	color: #000;
	background: #FFFFFF;
	font: normal 12px/120% "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #666666;
	padding: 1px;
}
body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6
{
	color: #333333;
	font: normal 12px/120% "Trebuchet MS", Arial, sans-serif;
	text-align: left;
}
p
{
	margin-bottom: 8px;
}
h1, 
h2, 
h3, 
h4, 
h5,
h6 
{
	margin: 20px 0px 10px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	clear: both;
}
h1, 
h2, 
h5
{
	margin: 10px 0px 0px;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a
h6 a 
{
	padding: 0px;
	color: #669933;
}
h1 {
	margin-top: 0px;
}
h1 + h2 {
	margin-top: 0px;
}
h1 + h3 {
	margin-top: 0px;
}
h1 + h4 {
	margin-top: 0px;
}
h3 + h4 {
	margin-top: 0px;
}
h2 + h3 {
	margin-top: 0px;
}
h1
{
	font-size: 16px;
	padding-top: 25px;
}
h2
{
	font-size: 14px;
	color: #1e4598;
}

h3 {
	font-size: 14px;
}

h4
{
	font-size: 13px;
	color: #1e4598;
}
h5
{
	font-size: 14px;
	margin-bottom: 8px;
}
h6
{
	font-size: 13px;
	color: #1e4598;
	margin-top: 0;
}

a,
a:link,
a:visited,
a:active
{
	font-style: normal;
	color: #1F4699;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}
a:selected {
}
ul, 
ol
{
	margin-bottom: 8px;
	list-style: none;
	padding-left: 1px;
}
ul li {
	margin-bottom: 2px;
	padding-left: 15px;
	list-style: none;
	background: url(../images/BULLET.png) no-repeat left 4px;
}
ul ul li
{
	list-style: none;
	background: url(../images/LiLi.png) no-repeat left 7px;
	padding-left: 7px;
}

ol li
{
	list-style-type: decimal;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}
img {
	display: block;
}
blockquote,
pre,
cit,
em
{	
	font-style: oblique;
}
strong {
	color: #000000;
}
hr
{
	color: #696969;
	width: 99%;
}
unknown
{
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
}

/* ----------------- start skin specific ------------------------ */
#outerContainer {
	width: 760px;
	margin: 0 auto;
	}
#header {
	width: 760px;
	background: url(../images/Logo.jpg) no-repeat right top;
	float: left;
	height: 151px;
	}
#tag {
	height: 67px;
	float: left;
	width: 475px;
	padding-top: 20px;
}
#menu {
	float: left;
	clear: both;
	width: 475px;
	line-height: 64px;
	font-size: 12px;
	background: url(../images/MenuBg.jpg) no-repeat left top;
}
/* ------              drop down code start               -----*/
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 64px;
	width: 475px	
	}

ul#nav li {
	float: left;
	clear: none;
	position: relative; 
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul#nav li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/MenuDiv.jpg) no-repeat right center;
	padding: 26px 11px;
	font-weight: bold;
	}
	
	ul#nav li a.btnRight {
	background: none;}
	
	ul#nav li a.btnLeft {
	padding-left: 20px;}
	
ul#nav li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 64px;
	display: none;
	padding: 0;
	margin: 0;
	height: auto;
	}
ul#nav li ul li {
	width: 195px;
	text-align: left;
	text-indent: 10px;
	line-height: 25px;
	height: 25px;
	padding: 0;
	margin: 0;
	clear: both;
	background-color: #22419b;
	opacity:.90;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
	}
	ul#nav li ul li a {
	background: none;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav li a:hover { 
color: #ffe300;
 }
 ul#nav li ul li a:hover {
 color: #ffe300;
 	background-color: #3b62af;
 }
		
ul#nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
ul#nav li:hover ul, ul#nav li.over ul {
	display: block;

} /* The magic */
#content,
#footer {
	width: 760px;
	float: left;
	clear: both;
}
#content {
	padding: 17px 20px 20px;
	width: 720px;
	background: #ffe300 url(../images/BodyBg.jpg) repeat-x left top;
}
#footer {
	padding: 10px 0 5px;
	height: auto;
	font-size: 10px;
	color: #999;
	text-align: right;
}
.ClearBoth {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #FFFFFF;
	background: #999999;
}

/* ----------------- end skin specific ------------------------ */
/* --- */
/* ----------------- start contact specific ------------------------ */
form {
	padding: 0px;
	}
form td {
	padding: 2px 4px;
	}
input,
textarea,
select
{
	letter-spacing: normal;
	text-transform: none;
	color: #000;
	border: 1px solid #FFCC00;
	font: normal 12px/120% "Trebuchet MS", Arial, sans-serif;
	padding: 1px;
}
fieldset {
	border: 1px solid #22499C;
	margin-top: 20px;
	margin-bottom: 20px;
}
legend {
	font-size: 16px;
	font-weight: bold;
	color: #1F4184;
	padding: 5px;
}
.submit {
	background-color:  #1F4699;
	color:  #FFE713;
	display: inline;
	font-weight: bold;
}
/* ----------------- end contact specific ------------------------ */
/* HOME */
.dogCare,
.catCare,
.otherServices
 {
	 width: 230px;
	 height: 147px;
	 margin-right: 15px;
	 float: left;
	 clear: none;
}
.dogCare:hover,
.catCare:hover,
.otherServices:hover
 {
	 cursor: default
}
.dogCare {
	 background: url(../images/DogCare.jpg) no-repeat left top;
	
}
.catCare {
	background: url(../images/CatCare.jpg)  no-repeat left top;
	
}
.otherServices {
	background: url(../images/OtherServices.jpg)  no-repeat left top;
	 margin-right: 0px;
}
.smaller {
	font-size: .9em;
}
#leftCol {
	float: left;
	width: 479px;
	padding-right: 10px;
}
#rightCol {
	float: right;
	width: 201px;
	padding: 0 15px 8px;
	background: url(../images/SidePanel.jpg) no-repeat left bottom;
	margin-top: 30px;
}
#rightCol p,
#rightCol {
	font-size: 11px;
}
#rightCol td {
	padding: 2px 0;
}
#rightColAlt {
	float: right;
	width: 231px;
	padding: 0 0 8px;
	margin-top: 30px;
	min-height: 380px;
}
#rightColAlt #Contact,
#rightColAlt #Newsletter,
#rightColAlt #Location {
	background: #fff5b0;
	padding: 10px;
	margin-bottom: 10px;
}
#rightCol #Contact {
	padding: 10px;
	margin-bottom: 0;
}
#rightColAlt #Newsletter {
	margin-bottom: 5px;
	height: 270px;
}
#rightColAlt #Newsletter .Subscribe {
	color: #FFFFFF;
	background-color:#CC0000;
	width: 100%;
}
#rightColAlt #Newsletter label {
	width: 70px;
	float: left;
	clear: both;
	margin-bottom: 10px 
}
#rightColAlt #Newsletter input {
	float: left;
}
#rightColAlt  #Affiliates {
	margin-top: 10px;
	clear: both;
	text-align: center;
	width: 231px;
}
#rightColAlt #Contact h5 {
 padding: 0;
 margin: 0;
 font-size: 18px;
 line-height: 30px;
  padding-left: 35px;
}
#rightColAlt #Contact h5.Phone,
#rightCol #Contact h5.Phone {
	 background: url(../images/PhoneIcon.png) no-repeat left center;
	 background: 
}
#rightColAlt #Contact h5.Email,
#rightCol #Contact h5.Email {
	 background: url(../images/EmailIcon.png) no-repeat left center;
	 font-size: 12px;
}
.HeaderImg {
	float: left;
}
#rightCol .lastImg {
	padding-bottom: 8px;
}
.trColourEven {
	background: #FFF5B3;
}
.trColourOdd {
	background: #FFED79;
}
table {
	padding: 5px;
	border-width: 0px;
	border-style: 0;
}

td {
	padding-right:30px;
	}

h2 {padding: 5px 0;}

img {border:none;}

h1 {padding-bottom:10px;}

#Affiliates img {margin-bottom:10px;}



div.map {float:left; padding:0 10px 10px 0}


div.local {
clear:both;}

.TopImg {
	float:left;
	padding-left:8px;
}

.LocationList li {
float:left;
display:block;
list-style:none;
width:80px
}

#rightColAlt #Contact h5.Phone, #rightCol #Contact h5.Phone {
background:transparent url(../images/PhoneIcon.png) no-repeat scroll left center;
height:25px;
padding-left:32px;
padding-top:7px;
}

#rightColAlt #Contact h5.Email, #rightCol #Contact h5.Email {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/EmailIcon.png) no-repeat scroll left center;
height:25px;
padding-left:32px;
padding-top:7px;
}

blockquote {
-moz-border-radius:8px 8px 8px 8px;
background:url("../images/quoteBg.png") no-repeat #ffed5d;
border:1px solid white;
font-size:14px;
margin-bottom:38px;
padding:18px;
margin-top:30px;
}
blockquote p {
font-family:georgia;
font-size:14px;
font-style:italic;
line-height:1.4;
}
blockquote p.quoteAuthor {
color:#325CA8;
font-weight:bold;
}

