/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{ text-align:center; background: #fff url(../images/headerbg.jpg) repeat-x left top; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; height: 100%; 
}


a				{outline: none;}
a:link 			{ color:#009D39; text-decoration:underline; }
a:visited 		{ color:#022C7E; text-decoration:underline; }
a:hover 		{ color:#009D39; text-decoration:none; }
a:active 		{ color:#009D37; text-decoration:none; }

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{ font-size:18px; margin:0 0 12px; color: #022C7E; }
h2 					{
	font-size:18px;
	margin:8px 0;
	color: #009D39;
	font-weight: bold;
}
h3 					{ font-size:16px; margin:6px 0 5px; color: #009D39; }
h4 					{ font-size:16px; margin:4px 0; color: #022C7E; }
h5					{ font-size:14px; margin:3px 0 8px; color: #333333; }
h6 					{font-size:12px; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

h1.pageheading	{ padding-bottom: 10px; }

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Lightbox */

.gallery-item {
	float: left;
	width: 100px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	background: #ddd;
	border: 1px solid #999;
	}

.gallery-item a {
	text-decoration: none;
}

.gallery-item img.thumbnail {
	margin-bottom: 5px;
}

#imageDetails {
	color: #000;
}

/* Page */

#wrapper { width: 900px; margin: 0 auto; text-align: left; min-height: 100%; margin-bottom: -150px;position: relative;}

/* Header */

#header { width: 900px; height: 126px; margin: 0 0 0 0px; background: url(../images/header-image.jpg) no-repeat right top; 
}

#header h1 { float: left; text-transform: lowercase; text-align: center; font-weight: normal; font-style: italic; color: #9C9C9C; margin-bottom: 0; margin-left: 0; margin-top: 27px; 
}

#header h1 a { display: block; width: 670px; height: 80px; text-indent: -9000px; background: url(../images/logo.jpg) no-repeat center center; 
}

/* Content */

#content { /*float: right;*/ width: 900px; padding-top: 20px; background: url(../images/content-divider.gif) repeat-y 620px top; margin-top: 20px; margin-right: 0; margin-bottom: 0; 
}


#content-side-wrap {float: right; width: 250px;}

.content-side	{ float: right; width: 250px; margin-bottom: 25px; }
.content-side h1 { font-size: 16px; }
.content-side h4 { font-size: 11px; text-transform: uppercase; }


.content-main { width: 580px; padding: 0px; 
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 180%;
}

/* Footer */

#footer { position: relative; width: 100%; height: 150px; text-align: center; background: #fff url(../images/footer.jpg) repeat-x left top; }
.clearfooter {height: 150px;clear: both;}
#footer-content { width: 900px; margin-right: auto; margin-left: auto; background: url(../images/animalcare.jpg) no-repeat center 12px; padding-top: 50px; }


#footer p {
	font-size: 10px;
	margin: 0;
	color: #8D8B8B;
}
