
body  {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	/*background: #d9c479;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url('beigebackground.gif');
	background-repeat:repeat;

}


.layout #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.layout #header { 
	background: #DDDDDD; 
	/*padding: 0 10px 0 20px; */ /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in 	the #header instead of text, you may want to remove the padding. */
	background-image:url('header2.gif');
	background-repeat: no-repeat;
	height:140px; /*150*/
	
	}
.layout #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div 	has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	color: #008080;
	font-size: 280%;
	text-align:center;
}
.layout #sidebar1 {
	float: left; /* since this element is floated, a width must be given */ /*if use two MenuBarHorizontal, set it to none */
	width: 190px; /*180px the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-family: "Times New Roman", Times, serif;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 0px;
	border-right: 0px solid #099;
	border-bottom: 0px solid #099;
	

	
	
}	

.layout #hour {
	border: 0px solid #099;	
	width: 178px;
	padding-left: 10px;
	background-image: url('sidebarhour2.gif'); 
	background-repeat: no-repeat;
	height: 378px; /*must have it here to prevent cutoff of background image*/
	padding-bottom: 20px;
}	

#sidebar1 ul li {
	margin-left: -15px;
	font-size: 14px /*90% /*14px*/;
	padding-top: 9px;	
	list-style: none;
}

#sidebar1 p.hour {
	padding-right: 10px;
	color: white;
	text-align: center;
	padding-top: 10px; /*10px if using bg image without dog*//*if use bg image with dog 75px*/
	padding-bottom: 0px;
	font-size: 16px;
	}
	



#cat  {
	background-image: url(cat.gif);
	background-repeat: no-repeat;
	height:106px;
	width: 184px;
	
}

#Dog {
	background: url(Dog2.gif);
	background-repeat: no-repeat;
	background-position:center; 
	height: 60px;
	/*<img src="Dog.gif" width="79" height="60" alt="Dog Peek Over" />*/
	margin-top: 0px;
}

.layout #mainContent { 
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	/*border-left:0px solid #099;
	border-right:0px solid #099;
	border-top: 6px solid white;
	border-bottom: 0px solid #099;
	background-image: url(bg3.gif);
	background-repeat: repeat-y;*/
	width: /*840px*/ 620px; /*contains maincontent area to right of sidebar*/
	padding-top: 0px; /*space between nav bar and main content */
	margin-left: 220px; /*force it to stay to right of sidebar*/
	 
	
	
	

} 

.layout #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	/*border-left: 6px solid #099;
	border-right: 6px solid #099;
	border-bottom: 6px solid #099;
	border-top: 0px solid #099; */
	background-image: url(bg2.gif);
	background-position: left top;
	background-repeat:repeat-x;
	height: 40px;
	
	
} 
.layout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size: 80% /*12px*/;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#innercontainer {
	border-top: 6px solid #099;
	border-left: 6px solid #099;
	border-right: 6px solid #099;
	border-bottom: 6px solid #099;
	/*need this to create non-breaking border around mainContent, Sidebar1, Footer*/	
}

.heading {
	font-family: "Times New Roman", Times, serif;
	color: #099;
}
.imageborder {
	border-top: 1px solid #099;
	border-left: 1px solid #099;
	border-right: 1px solid #099;
	border-bottom: 1px solid #099;
	/*padding-left: 5px; This will actual move picture to right within border, leave whitespace on left side*/
}


.welcome {
	text-align: center;
	
}

a:link, a:visited, a:active  {
	color: white;
}
a:hover {
	color: #099;
}

.adopt {
	text-align: center;
}

.adopt a:link {
	color: #099;
	
}

.adopt a:hover {
	color: black;
}
.imageright {
	padding-top: 12px;
	padding-left: 12px;
	margin-bottom: 5% ;  /*paymentpolicy pix-need 5% */
	float: right;

}

.imageright2 {
	padding-top: 12px;
	padding-left: 12px;
	float: right;
	
}
.imageleft {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	float: left;
	clear: none;
}

.retail {
	visibility: hidden; /*to hide Vetsource */
}

.retail a:link{
	color: #099;
	text-decoration: underline;
	font-weight: bold;
	
}

.retail a:hover {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

.center {
text-align:center;
	
}

.contact a:link {
	color: white;
}

.contact a:hover {
	color: #099;
}

.contact {
	margin-top: 0px;
	
}
#PetPortal {
	padding-bottom: 15px;
	height: 85px;
	width: 155px;
	padding-left: 15px;
	
}

#VetSource {
	height: 85px;
	width: 155px;
	padding-left: 15px;
	visibility: hidden; /*hidden used to "close" store */
}


#PetPortal a:link, a:hover, a:active {
color: white;
}
#VetSource a:link, a:hover, a:active {
color: white;
}

.caption {
 text-align: right;
 vertical-align: top;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
}

.section {
	overflow: auto;
}





.retailvendorsA ul li{
	display: inline;
	margin-left: 0px;	
	list-style: none;
	padding: 2px;
		
}


.retailvendorsB ul li{
	display: inline;
	margin-left: 0px;	
	list-style: none;
	padding: 2px;
	
}
.retailvendorsC ul li{
	display: inline;
	margin-left: 0px;	
	list-style: none;
	padding: 2px;
	

}
.retailvendorsD ul li{
	display: inline;
	margin-left: 0px;	
	list-style: none;
	padding: 2px;

}

.retailvendorsA ul {
	height: 40px;
	width: 500px;
}

.retailvendorsB ul {
	height: 90px;
	width: 500px;
	top: 0;
	left: 0;
}

.retailvendorsC ul {
	height: 40px;
	width: 500px;
}

.retailvendorsD ul {
	height: 40px;
	width: 500px;
}


