
.slideshow { height: 432px; width: 532px; margin: auto; margin-top:70px;}
.slideshow img { padding: 10px; border: 1px solid #ccc; background-color: #eee; }
.slideshow img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.hometext{
	font-family:  Georgia;
	color:#2c2a25;
	font-size:16.5px;
	margin-top:-90px;
	}

.clinictext{
	font-family:  Georgia;
	color:#2c2a25;
	font-size:16.25px;
		}
	
.contacttext{
	font-family:  Georgia;
	color:#2c2a25;
	font-size:14px;
		}
	
	
.smallhometext{
	font-family:  Georgia;
	color:#grey;
	font-size:11px;
		}



body { 
    margin: 0px;
    padding: 0; 
    font-family:  Georgia;
  /* font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 100%;
   /* background-color: #EDEDEC;*/
    background-color: white;
	height: 100%;
	
}

a:link {color: white; text-decoration: none; }
a:visited {text-decoration: none; color: white;}
a:hover {text-decoration: none; color: grey; }

#wrapper {
    width: 860px;
    margin: 0 auto;
	 background-color: white;
}

#clinic {
    width: 860px;
    margin: 0 auto;
	 background-color: white;
}

#contact {
    width: 860px;
    margin: 0 auto;
	 background-color: white;
}

#header {
    padding-bottom: 10px;
	background-color: #2c2a25;

}



.headertext
{
 color: white;
 font-family:  Georgia;
 font-size: 15px;
 font-weight:bold;
 text-align:right;
 padding-right:30px;
 padding-top:10px;
 margin-top:-30px;

}
.headertextphone
{
position:fixed;
 color: white;
 font-family:  Georgia;
 font-size: 13px;
 font-weight:bold;
top:10px;
right:30px;
}


#footer {
   
	background-color: #2c2a25;
      margin: -50px auto 0 auto;
	  padding-top:50px;
	}
#clearfooter {
height: 130px;
}
	

h2 {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
	font-size: 16px;
}

#slider {
    width: 860px;
    margin: 0 auto;
    position: relative;
}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
	font-size: 18px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
	
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
	color: #B41F0A;
	
}

ul.navigation a:focus {
    outline: none;
}


.hide {
    display: none;
}


.homepagetext {
 font-family:  Lithos Pro Regular;
 font-size: 16px;
}
.homepagetextsmall {
 font-family:  Lithos Pro Regular;
 font-size: 14px;
}
