@charset "UTF-8";
/* CSS Document */

/*
Author: Noah Ottenstein 
Created: May 20, 2010

Color Pallet:
	text blue: 1a1f26
	slate blue: 69787f
	(link bar orange: ff942b)
	orange: bf4c1a
	brown: ab7643
	tan: d9c197

*/

body {
	background-color: #ab7643;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#TopBarBG {
	width: 100%;
	height: 87px;
	background-image: url(../Images/TopBarBG.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	min-width: 948px;
}

#TopBar {
	width: 891px;
	margin: 0 auto;
	position: relative;
}

#TopNav {
	position: absolute;
	right: -2px;
	top: 10px;
	width: 567px;
	height: 42px;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	opacity: .85;
}

#TopBar a#home {
	background-image: url(../Images/Logo.png);
	width: 314px;
	height: 87px;
	display: block;
}

#TopBar a#home:hover {
	background-position: 0px -87px;
}

#TopNav li {
	list-style: none;
	float: left;
	height: 42px;
}

#TopNav li a {
	height: 42px;
	display: block;
	background-image: url(../Images/TopNav.png);
	background-repeat: no-repeat;
}

#TopNav #aboutus		{width: 83px;	background-position: 0px 0px;}
#TopNav #services 		{width: 81px;	background-position: -83px 0px;}
#TopNav #whattolookfor	{width: 143px;	background-position: -164px 0px;}
#TopNav #cases			{width: 60px;	background-position: -307px 0px;}
#TopNav #dentalschool	{width: 123px;	background-position: -367px 0px;}
#TopNav #contact 		{width: 77px;	background-position: -490px 0px;}

#TopNav #aboutus:hover			{background-position: 0px -42px;}
#TopNav #services:hover 		{background-position: -83px -42px;}
#TopNav #whattolookfor:hover	{background-position: -164px -42px;}
#TopNav #cases:hover			{background-position: -307px -42px;}
#TopNav #dentalschool:hover		{background-position: -367px -42px;}
#TopNav #contact:hover 			{background-position: -490px -42px;}




#FeatureBarBG {
	width: 100%;
	height: 297px;
	background-image: url(../Images/FeatureBarBG.png);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 948px;
}

#FeatureBar {
	position: relative;
	width: 891px;
	height: 297px;
	color: white;
	margin: 0 auto;
	padding-top: 16px;
}

#FeatureLeftColumn {
	padding-right: 450px;
	font-weight: 600;
	font-size: 12px;
	-webkit-text-size-adjust: none;
}

#FeatureImage {
	position: absolute;
	z-index: 10;
	right: -24px;
	top: -8px;
	width: 429px;
	height: 322px;
	background-image: url(../Images/FeaturedImageShadows.png);
	background-repeat: no-repeat;
	background-position: -1px;
	padding: 0 24px 8px 24px;
}

#CallToAction {
	position: absolute;
	left: -5px;
	bottom: -9px;
	width: 346px;
	height: 75px;
	background-image:url(../Images/CallToAction.png);
	background-repeat: no-repeat;
}

#CallToAction:hover {
	background-image:url(../Images/CallToAction-roll.png);
}

ul.subNav {
	list-style: none;
	padding: 0;
	margin: 0 -1.15em;
	position: absolute;
	bottom: 24px;
}

ul.subNav li {
	float: left;
	margin: .25em .75em;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}

ul.subNav a {
	color: #CCC;
	text-decoration: none;
}

ul.subNav a:hover {
	color: #69787f;
}

ul.subNav a.current {
	color: #08F;
	text-decoration: underline;
}




#ContentBar {
	width: 100%;
	min-height: 250px;
	background-image: url(../Images/ContentBarBGTile.png);
	background-repeat: repeat-x;
	background-color: white;
	margin: 0;
	min-width: 948px;
	padding-top: 44px;
}

#Content {
	position: relative;
	z-index: 5;
	background-color: white;
	width: 859px; /* 891px - 32px */
	margin: 0 auto;
	padding: 6px 16px 0 16px;
	min-height: 240px;
	color: #69787f;
}

#Content #bgTop, #Content #bgBottom {
	position: absolute;
	left: -11px;
	z-index: -1;
	background-repeat: no-repeat;
	width: 913px;
	height: 125px;
}

#Content #bgTop {
	top: -8px;
	background-image: url(../Images/content-bgTop.png);
}

#Content #bgBottom {
	bottom: -24px;
	background-image: url(../Images/content-bgBottom.png);
}

#Content a {
	color: #1a1f26;
	text-decoration: none;
}

#Content a:hover {
	text-decoration: underline;
}

#Content h2, #Content h3 {
	text-transform: uppercase;
}

#Content h2 {
		font-size: 16px;
		margin: 0;
}

#Content h3 {
		font-size: 18px;
}

.small {
	font-size: 10px;
}



#Footer {
	width: 100%;
	height: 182px;
	background-image: url(../Images/FooterBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 948px;
}

#Footer #SiteMap {
	height: 160px;
	width: 891px;
	margin: 0 auto;
	padding-top: 24px;
	position: relative;
	font-size: 11px;
	color: white;
	opacity: .7;
	overflow: hidden;
}

#SiteMap a {
	text-decoration: none;
	color: white;
	opacity: .7;
}

#SiteMap a:hover {
	opacity: 1;
}

#SiteMap #column {
	float: left;
	width: 178px;
}

#SiteMap h2 {
	font-size: 14px;
}

#SiteMap ul+h2+ul {
	margin-top: 0;
}
#SiteMap ul+h2 {
	margin-bottom: .2em;
}

#SiteMap ul {
	list-style: none;
	padding: 0;
	margin-right: 24px;
}

#SiteMap li {
	padding: 8px 0;
	border-bottom: 1px solid white;
}

#SiteMap li:last-child {
	border-bottom: none;
}

#SiteMap li:first-child {
	border-bottom: 1px solid white;
}


#ByLine {
	width: 891px;
	margin: 8px auto;
	position: relative;
	color: white;
	text-align: right;
	opacity: .7;
}

#ByLine a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#ByLine a:hover, #ByLine:hover a {
	color: #32baf7;
	opacity: 1;
}

a {
	-webkit-transition-property: color, opacity;
 	-webkit-transition-duration: .25s, .25s;
	-webkit-transition-timing-function: linear, ease-in;
	-o-transition-property: color, opacity;
 	-o-transition-duration: .25s, .25s;
	-o-transition-timing-function: linear, ease-in;
}

p:first-child {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}


/* PAGE CONTENT LAYOUTS */

.col3 {				/* 3 Columns */
	float: left;
	width: 31.9%;
	margin-right: 12px;
}

.col3:last-child {
	margin-right: 0;
}

ul.stars {
	list-style: none;
	padding: 0;
}

ul.stars li h3 {
	vertical-align: top;
	margin: 0 0 9px 0;
}

ul.stars li {
	margin: 1.5em 0;
	background-image: url(../Images/star-bullet.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 1px;
}

ul.stars li>*:first-child {
	text-indent: 30px;
}


#Content ul li, #Content ol li {
	margin-bottom: 1em;
}

.rightCol {
	width: 32%;
}

.rightCol, .rightCol50 {
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid #69787f;
	float: right;
}

.rightCol img, .rightCol50 img {
	width: 100%;
}

.rightCol50 {
	width: 48.5%;
}


/* Services Page */

#equine, #testimonials, #alpaca, #costs {
	clear: both;
}

.price {
	color: #ab7643;
	font-weight: bold;
}

/* Contact Page*/
#contact-area {
	width: 65%;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 420px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #1a1f26;
	outline: none;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}