@charset "UTF-8";

@import url("http://cssksw.com/FeltonVets");

/* feltonvets.com CSS stylesheet */

/* Navigation Stuff */

#navcontainer {
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border-top: 1px solid #999;
	z-index: 1;
}

#navcontainer ul {
	
	list-style-type: none;
	text-align: center;
	margin-top: -8px;
	padding: 0;
	position: relative;
	z-index: 2;

}

#navcontainer li {
	
	display: inline;
	text-align: center;
	margin: 0 5px;

}

#navcontainer li a {

	padding: 1px 7px;
	color: #666;
	background-color: #fff;
	border: 1px solid #ccc;
	text-decoration: none;

}

#navcontainer li a:hover {

	color: #000;
	border: 1px solid #666;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;

}

#navcontainer li a#current {
	
	color: #000;
	border: 1px solid #666;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;

}

/* End Navigation */

#header {
	font-family:Castellar, Georgia, Times, serif;
	text-align:center;
	color:#9B278F;
}

.wrapper {
	font-family:Georgia, Times, serif;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px;
}

#content {
	margin:0px auto;
}

.footer, .push {
	height: 142px;
	margin:0px auto;
	clear:both;
	text-align:center;
}

.pageTitle {
	font-family:Georgia, Times, serif;
	text-align:center;
	color:#9B278F;
}

.lines {
	color:#660066;
	margin:0px auto;
	text-align: center;
	height:1px;
}
