/*HTML*/
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h3 span {
	display: none;
}

/*Body*/
body {
	background: url(../images/pawsBG.jpg) repeat scroll 0 0;
	color: black;
	font-family: Georgia, Times, serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/*Full Wrapper*/
#container {
	background: #FFFFFF;
	/*border: 1px solid #95c3fd;*/
	/*border-bottom: 1px solid #95c3fd;
	border-left: 1px solid #95c3fd;
	border-right: 1px solid #95c3fd;*/
	margin: 40px auto 0;
	padding: 0;
	width: 950px;
}

#container h3 {
	font-size: 1.6em;
	font-weight: bold;
}

/*Top*/
#header {
	background: #ebf4ff url(../images/HeaderBG_new2.jpg) no-repeat scroll top center;
	height: 150px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 950px;
}

#header img {
	border: none;
	position: absolute;
	left: 15px;
	top: 15px;
}

/*Navigation*/
#navigation {
	background: #add2ff;
	border-bottom: 1px solid #95c3fd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 950px;
}

#navigation ul {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 4px 5px 5px;
	text-align: center; /*shifts nav bar to right*/
}

#navigation li {
	display: inline;
}

#navigation a {
	color: #00448f;
	padding: 5px 10px;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active {
	background-color: #ffffff;
	color: #add2ff;
	padding: 6px 10px 5px 10px; /*add 1 extra px on top to make full white tab*/
	text-decoration: none;
}

/*Inner Wrapper*/
#wrapper {
	background:transparent url(../images/LeftColumnBG.jpg) repeat-y scroll left top;
	float: left;
	width: 950px;
}

#wrapper2 {
	background:transparent url(../images/RightColumnBG.jpg) repeat-y scroll right top;
	float: left;
	width: 950px;
}

/*Left Sidebar*/
#leftCol {
	background-color: #d7d2b4;
	float: left;
	position: relative;
	width: 200px;
}

#leftCol h3 {
	background-color: #00448f;
	border-bottom: 5px solid #FFFFFF;
	color: #FFFFFF;
	margin: 375px 20px 0px 20px;
	padding: 10px;
	text-transform: uppercase;
}

#leftCol img {
	left: -2px;
	position: absolute;
	top: 10px;
	z-index: 20;
}

#leftCol ul {
	background: transparent url(../images/bottomRound_wide.jpg) no-repeat scroll center bottom;
	font-size: 1.2em;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}

#leftCol li {
	margin: 0;
	padding: 10px;
}

#goals {
	background: transparent url(../images/CrossLine.jpg) repeat scroll 0 0;
	margin: 0 20px;
	padding: 0;
}

/*Main Content*/
#myGallery {
	margin: 20px auto 0;
	padding: 0;
}

#main {
	float: left;
	margin: 0;
	padding: 0;
	width: 600px;
}

#main h1 {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #00448f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px 20px 0px;
	padding: 20px 0px 20px;
}

#main h3 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}

#specials {
	list-style: none;
	margin: 0;
	padding: 0;
}

#specials li {
	display: inline;
}

#specials p {
	background-image: url(../images/Specials.jpg);
	/*border: 2px dashed #00448f;*/ 
	display: inline;
	float: left;
	height: 157px;
	margin: 20px 0px 20px 29px;
	padding: 0;
	width: 257px;
}

#specials p.percent {
	background-position: -257px;
	margin-left: 20px;
}

#services {
	position: relative;
}

#services h1 {
	background-color: #add2ff;
	font-size: 2.4em;
	margin: 30px 80px 0px 30px;
	padding: 10px 20px 0;
	text-align: left;
}

#services img {
	position: absolute;
	right: 80px;
	top: 65px;
}

#services p {
	font-size: 1.6em;
	margin: 0;
	padding: 10px 80px;
	text-align: left;
}

#services .infoDL {
	font-weight: bold;
}

#aboutMain {
	float: left;
	margin: 0;
	padding: 0;
	width: 750px;
}

#aboutMain p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0;
	padding: 5px 30px 10px 30px;
	text-align: left;
}

#aboutMain .first {
	padding: 27px 30px 10px 20px;
}

p.first:first-line {
	font-weight: bold;
}

#Owner {
	float: left;
	margin: 0;
	padding: 30px 15px 5px 30px;
}

#testimonials h1 {
	font-size: 2.2em;
	margin: 0;
	padding: 30px 0 0;
}

#testimonials p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0;
	padding: 10px 0 0 0;
}

#testimonials .leftStory {
	margin: 20px;
	text-align: left;
}

#testimonials .rightStory {
	margin: 20px;
	text-align: right;
}

#testimonials .leftStory img {
	border: 1px solid #000;
	float: left;
	margin: 15px 10px 0 0;
}

#testimonials .rightStory img {
	border: 1px solid #000;
	float: right;
	margin: 15px 0 0 10px;
}

#contact {
	margin: 0;
	padding: 30px;
	text-align: left;
}

#contact h1 {
	border-bottom: 1px solid #CCC;
	border-top: none;
	font-size: 2.4em;
	margin: 0;
	padding: 0 0 5px 0;
}

#contact p {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}

#contact a {
	text-decoration: none;
}

#contact #address {
	color: #999;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 15px 0;
}

/*Right Sidebar*/
#rightCol {
	float: right;
	margin: 0;
	padding: 20px 20px 0px 0px;
	width: 110px;
}

#rightCol ul {
	background: transparent url(../images/bottomRound.jpg) no-repeat scroll center bottom;
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
}

#member {
	background: transparent url(../images/CrossLine.jpg) repeat scroll 0 0;
	margin: 0px 0px 10px 10px;
	padding: 0;
}

#member h3 {
	background: transparent url(../images/topBG.jpg) no-repeat scroll top center;
	height: 50px;
	margin: 0;
}

#info {
	background: transparent url(../images/CrossLine.jpg) repeat scroll 0 0;
	margin: 0 0 10px 10px;
	padding: 0;
}

#info h3 {
	background: transparent url(../images/topBG_2.jpg) no-repeat scroll top center;
	height: 50px;
	margin: 0;
}

#rightCol img {
	border: none;
	padding: 10px 0px;
}

/*Footer*/
#footer {
	background-color: #add2ff;
	border-top: 1px solid #95c3fd;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 10px;
}