/* CSS Document */

body{	 
	padding:0px; 
	margin:0px;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#aee77e;
}

a{
	outline:none;
}

a:hover{
	outline:none;
}

.menubg{
	background-image:url(images/menubg.jpg);
	background-repeat:no-repeat;
	height:37px;
}

.menu1{
	font:13px Arial;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
	height:27px;
	text-align:center;
}

.home{
	font:13px Arial;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(images/home.jpg);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	height:27px;
	text-align:center;
}

.meet{
	font:13px Arial;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(images/meet.jpg);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	height:27px;
	text-align:center;
}

.staff{
	font:13px Arial;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(images/staff.jpg);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	height:27px;
	text-align:center;
}

.podiatry{
	font:13px Arial;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(images/podiatry.jpg);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	height:27px;
	text-align:center;
}

.patient{
	font:13px Arial;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(images/patient.jpg);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	height:27px;
	text-align:center;
}

.general{
	font:13px Arial;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(images/general.jpg);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	height:27px;
	text-align:center;
}

.news{
	font:13px Arial;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(images/news.jpg);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	height:27px;
	text-align:center;
}

.blog{
	font:13px Arial;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(images/blog.jpg);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	height:27px;
	text-align:center;
}

.leftbg{
	background-image:url(images/left.png);
	background-repeat:repeat-y;
	background-position:top;
}

.rightbg{
	background-image:url(images/right.png);
	background-repeat:repeat-y;
	background-position:top;
}

.bodybg{
	background-image:url(images/bodybg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
	height:300px;
}

.contact{
	background-image:url(images/contact.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:305px;
}

.contacttxt{
	font:14px Arial;
	color:#0066d0;
	text-decoration:none;
	line-height:22px;
}

.welcome{
	font:24px Arial;
	color:#000000;
	text-decoration:none;
}

.white{
	font:34px Arial;
	color:#FFFFFF;
	text-decoration:none;
}

.heading{
	font:16px Tahoma;
	color:#000000;
	font-weight: bold;
	line-height:18px;
	text-align:justify;
}

.bodytxt{
	font:12px Tahoma;
	color:#000000;
	text-decoration:none;
	line-height:18px;
	text-align:justify;
}

.footer{
	background-image:url(images/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:36px;
	font:12px Arial;
	color:#010000;
	text-decoration:none;
}

.footer a:link{
	color:#010000;
	text-decoration:none;
}

.footer a:visited{
	color:#010000;
	text-decoration:none;
}

.footer a:hover{
	color:#010000;
	text-decoration:underline;
}