@charset "utf-8";
/*basics*/
body{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clrB{
	clear:both;
}
img{
	border:0;
}
.hasbord{
        border:2px solid #329167;
}

#container{
	background: #cbcb99 url(../images/bg_rev.png) repeat;
	min-height:1188px;
	width:100%;
	margin:auto;
}

#shadow{
	margin:auto;
	width:1035px;
	background-repeat:repeat-y;
}
.shade {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/bg_shade.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.shade[class] {
  background-image:url(../images/bg_shade.png);
}



/*header*/
#headerholder{
	background:url(../images/bg_white.jpg) repeat;
	width:993px;
	height:355px;
	margin:auto;
	padding:0px 15px;
}

#header{
	background:url(../images/bg_head.jpg) no-repeat;
	width:800px;
	height:355px;
}



#menuholder{
	width:188px;
	margin-top:1px;
}


#topmenu{
	font-size:11px;
	margin:60px 0px 0px 0px;
}


#topmenu a{
	color:#333333;
	padding:0px 20px;
	text-decoration:none;
}

#nav_261988{ 
	list-style-type: none; 
	margin: 0;
	padding: 0;
}
#nav_261988 li {
	display: inline;
	background:url(../images/bord.jpg) no-repeat right;
}
#nobord{
	background:none !important;
}



/*content*/
#content{
	background:url(../images/bg_white.jpg) repeat;
	width:993px;
	padding:0px 15px;
	margin:auto;
	min-height:700px;
}
#searchcont{
	background-color:#333333;
	width:988px;
	height:34px;
}


#searchfield input{
	width:132px;
	margin:0px 5px;
	vertical-align:bottom;
	height:15px;
	padding-left:5px;
	margin-top:5px;
}
#searchimg{
	margin-top:5px;
	vertical-align:bottom;
}

#add{
	color:#FFFFFF;
	padding-right:10px;
	letter-spacing:2px;
	font-size:17px;
	margin-top:5px;
}


#maincontent{
	margin-top:5px;
	width:988px;
	min-height:800px;
}
*html #maincontent{
       min-height:800px;   height:auto !important;   height:800px;
}

#lefcont{
	width:180px;
	background-color:#333333;
	padding:5px;
	min-height:100px;
}

#itemholderbg{
	background-color:#7b7b63;
	padding:1px;
}

#itemholder{
	background-color:#009966;
	padding:10px;
}
.item{
	margin-bottom:10px;
	border-bottom: solid #66b380 1px;
}
.itemdetail{
	font-size:12px;
	color:#FFFFFF;
}
.click{
	text-align:right;
	margin:10px 0px;
}
.nostyle{
	border-bottom: none !important;
	margin-bottom: 0 !important;
}


#rightcont{
	margin:10px 0px 0px 15px;
	width:783px;
}
#hometxt{
	width:467px;
	padding-right:10px;
	text-align:justify;
}
#hometxt a{
       	color:#666666;
}

.pagetitle{
	font-size:18px;
	font-weight:bold;
	padding:0;
	margin:0;
	color:#404040;
}
.pad{
	margin-top:200px;
}
.subtitle{
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0;
	color:#404040;
}



#tourtxt{
	width:770px;
	text-align:justify;
}

#touritems{
	padding:30px 0px 0px 0px;
       margin:auto;
       width:580px;
}
#touritems img{
       border:2px solid #329167;
}

/*footer*/
#footer{
	width:1025px;
background-color:#000;
	margin:auto;
}
#fnobord{
	border: none !important;
}
#fmenu{
	background-color:#333333;
	padding:5px 0px;
	font-size:10px;
}
#fmenu ul{ 
	list-style-type: none; 
	margin: 0;
	padding: 0;
	text-align: right;
	text-align:center;
}

#fmenu ul li{
	display: inline;
	border-right: 1px solid #ffffff;
}
#fmenu ul li a{ 
	text-decoration: none;
	padding: .2em 1em;
	color: #ffffff;
}
#fmenu a:hover, #fmenu a:active {
	color: #cccccc !important;
}
#copyright{
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	padding:10px 0px;
}


/*helpgullinks*/
#helpfullinks{
	text-align:center;
}
.helplink{
	margin:10px 20px;
}
.linkimg img{
	vertical-align:bottom;
}


/*shop*/
#shoptxt{
       width:400px;
      padding:15px;

}

/*our team*/
#teammembers{
     width:705px;
     margin:auto;
}
.team{
	text-align:center;
	width:auto;
	margin:auto;
    padding-bottom:40px;
}
.member{
	padding:10px;
}
.memimg{
	margin-top:20px;
	padding:10px;
}
.memimg img{
	border:2px solid #329167;
}
.memname, .memname a{
	font-size:13px;
	letter-spacing:3px;
	font-weight:bold;
        color:#666666;
}


/*because we care page*/
#wecare{
	width:700px;
	margin:auto;
}
.careitem{
	margin:15px 0px;
	border:1px dotted #999999;
	padding:20px;
}
.caretxt{
	width:400px;
}
.careh{
	font-size:16px;
	font-weight:bold;
}

/*about page*/
#about{
      width:550px;
     margin:auto;
}
.aboutitem{
	width:245px;
	height:100px;
       background: url(/images/paw.jpg) no-repeat left top;
       padding-left:25px;
}
.aboutitem p strong{
	font-size:14px;
}
.aboutimg{
	text-align:center;
	width:450px;
}


/*our services*/
#serv img{
	border:2px solid #329167;
}
.servicesitem{
	padding:20px 0px;
}

.servh{
	vertical-align: bottom;
	font-size:14px;
	font-weight:bold;
	margin-top:234px;
}
.servh1{
	vertical-align: bottom;
	font-size:14px;
	font-weight:bold;
}
.servimg{
	vertical-align:bottom;
}

.servtxt{
       text-align:left;
}


/*client forms*/
#clientfomrs{}
.cforms a{
	font-size:12px;
      line-height:20px;
     padding-left:20px;
      color:#666666;
    font-weight:bold;
}



/*our doctors*/
#ourdoctors{
	text-align:center;
	width:628px;
	margin:auto;
}
.doctor{
	padding:60px;
	margin:auto;
}
.docimg{
	padding-bottom:10px;
}
.docimg img{
	border:2px solid #329167;
}
.docname, .docname a{
	font-size:13px;
	font-weight:bold;
	letter-spacing:2px;
       color:#666666;
}




/*testi*/
#testi{
	text-align:center;
	width:700px;
       margin:auto;
       padding:40px 0px;
}

#testihead{
}
#testicont{
      padding:60px 0px;
      width:498px;
      border:1px solid #cccccc;
      height:890px;
}


/*home cert*/
#certhome{
      margin-top:50px; 
}