@charset "utf-8";
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: url(../img/gradient_background.gif) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	height: 100%;
}
h2{
	font-size: 1.8em;
}
h3{
	font-size: 1.4em;
}
a img{
	border: none;
}
#wrapper {
	width: 872px;
	margin: 0 auto;
	border-left: 4px solid #a0c65c;
	border-right: 4px solid #a0c65c;
	position: relative;
	min-height:100%;
	background-color: #ffffff;
}
/*header*/
#header {
	width: 872px;
	height: 228px;
	background: url(../img/header.jpg) no-repeat;
}
#header p, #footer h3 {
	display: none;
}
#logo {
	width: 208px;
	height: 64px;
	background: url(../img/logo.png) no-repeat;
	position: absolute;
	left: 17px;
	top: 28px;
}
#logo h1{
	display: none;
}
#testimonial {
	position:absolute;
	left:425px;
	top:14px;
	width:357px;
	height:89px;
	z-index:1;
	font-size: smaller;
	line-height: 130%;
}
#testimonial blockquote{
	margin: 0;
	padding: 0;
	color: #ffffff;
}
#testimonial cite{
	color: #a0c65c;
}
#trial {
	position:absolute;
	right:-50px;
	top: 20px;
	z-index: 3;
}
/*main navigation*/
#navigation{
	width: 200px;
	position: absolute;
	left: -48px;
	top: 239px;
}
#navigation li a:link, #navigation li a:visited{
	display: block;
	background-position: 0 0;
	height: 21px;
	text-indent: -9000px;
}
#navigation li a:hover, #navigation li a:active{
	background-position: 0 -23px;
}
#navigation ul li{
	list-style-type: none;
	margin-bottom: 20px;
	height: 21px;
}
#navHome a{
	background:url(../img/navHome.png) no-repeat;
	width: 88px;
}
#navServices a{
	background:url(../img/navServices.png) no-repeat;
	width: 108px;
}
#navDoctors a{
	background:url(../img/navDoctors.png) no-repeat;
	width: 198px;
}
#navGetStarted a{
	background:url(../img/navGetStarted.png) no-repeat;
	width: 136px;
}
#navNews a{
	background:url(../img/navNews.png) no-repeat;
	width: 173px;
}
#navPartners a{
	background:url(../img/navPartners.png) no-repeat;
	width: 108px;
}
#navContact a{
	background:url(../img/navContact.png) no-repeat;
	width: 132px;
}
/*main body*/

#mainContent {
	padding-left: 250px;
	padding-right: 30px;
	padding-bottom: 200px;
	line-height: 140%;
}
h2, h3 {
	color: #4a6aa6;
	line-height: 1.2em;
}
#mainContent ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}
#mainContent li {
	background: url(../img/paw_bullet.gif) left center no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
#mainContent a:link, #mainContent a:visited {
	color: #faa21b;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover, #mainContent a:active{
	color: #cdd99c;
	text-decoration: none;
	font-weight: bold;
}
.spaceabove {
	padding-top: 40px;
}
/*footer*/
#footer {
	background-color: #cdd99c;
	position: absolute;
   	bottom: 0;
   	width: 100%;
   	height: 80px;
	padding-top: 10px;
}
#footer ul, #footer p {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding: 0 30px;
}
#footer li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	border-right: solid 2px #ffffff;
}
li#footerLastLink{
	border: 0;
}
#footer a:link, #footer a:visited {
	color: #4a6aa6;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #4a6aa6;
	text-decoration: underline;
}
#dog {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: -40px;
	width: 169px;
	height: 289px;
	background: url(../img/dog.png) no-repeat;
}
.note,
note {
	font-size: .8em;
}
.txtFld {
	width: 144px;
}
