html {
	margin: 0px;
	padding: 0px;
}
body {
	font: 62.7% Georgia, "Times New Roman", Times, serif;
	background: #68a7bb;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #1f4858;
	text-align: left;
	background: #fff;
}
#banner {
	height: 120px;
}

#nav {
	float: left;
	width: 170px;
}
#nav li {
	display: inline;
	margin-bottom: 15px;
}
#nav ul.button a:link {
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	border-style: outset;
	border-color: #68a7bb;
	border-width: 4px;
	display: block;
	background-color: #FFF;
	margin: 5px 10px 8px 10px;
	color: #230306;
}
#nav ul.button a:visited {
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	border-style: outset;
	border-color: #68a7bb;
	border-width: 4px;
	display: block;
	background-color: #FFF;
	margin: 5px 10px 8px 10px;
	color: #230306;
}
#nav ul.button a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-style: inset;
	border-color: #68a7bb;
	border-width: 4px;
	display: block;
	background-color: #FFF;
	margin: 5px 10px 8px 10px;
	color: #D55500;
}
#nav ul.button a:hover {
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	border-style: inset;
	border-color: #68a7bb;
	border-width: 4px;	
	display: block;
	background-color: #FFF;
	margin: 5px 10px 8px 10px;
	color: #8dbc4d;
}
#nav ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 100px;
}
.facebook {
	margin-bottom: 15px;
}

/* styles for the "you are here" buttons */

body#home #nav ul.button a#homeLink,
body#about #nav ul.button a#aboutLink,
body#services #nav ul.button a#servicesLink,
body#contact #nav ul.button a#contactLink {
	font-weight: bold;
	text-transform: uppercase;
}

/* IE Fixes */

/* remove annoying gaps */

/* force hover on entire width of link */

* html #nav a {
	height: 1px;
}

#main {
	margin-left: 171px;
	margin-right: 5px;
	border-left: 1px solid #D3D3D3;
	padding-left: 5px;

}
#main h1 {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 3px;
	border-bottom: 2px solid #2f6f86;
	font: 2.4em impact, "Arial Narrow", sans-serif;
	word-spacing: 5px;
	letter-spacing: 1px;
	color: #1f4858;
}
#main h2 {
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #1f4858;
}
#main p {
	font-size: 1.25em;
	line-height: 1.5;
	margin-bottom: 5px;
}

#main p.center {
	text-align: center;
	margin-top: 25px;
}
#main a {
	color: #009966;
}

.intro:first-letter {
	font: 2em bold, Georgia, "Times New Roman", Times, serif;
	color: #1f4858;
}

#main ul.list>li {
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #1f4858;
	list-style-type: none;
	background-image: url(images/greenbullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	margin-bottom: 5px;
	margin-top: 10px;	
}
#main ul.list>li>ul>li {
	font: 1em/150% Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: none;
	text-indent: 5px;
	list-style-position: outside;
	list-style-type: square;
	margin-top: 10px;	
}
#main ul.list>li>ul>li>ul>li {
	font: .8em/150% Georgia, "Times New Roman", Times, serif;
	list-style-type: disc;
	margin-top: 5px;
}
.figure img {
	padding: 5px;
}
div.figure {
	float: right;
	margin: 0 5px 5px 10px;
	width: 310px;
}
.figure p {
	font: bold 1em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #1f4858;
	text-align: center;
	padding: 0 5px 5px 5px;
	margin-top: 0;
}

/* for the contact us page */

#address {
	text-indent: 25px;
}

#address h2 {
	font: bold 2em Georgia, "Times New Roman", Times, serif;
}
#address p {
	margin-top: 2px;
	margin-bottom: 2px;
}	
#address p.appt {
	font: bold 1.8em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
#address p.indent {
	text-indent: 120px;
}

/* for the about doc page */

div.doctor {
	float: right;
	margin: 1px 5px 5px 10px;
	width: 260px;
}
.doctor img {
	padding: 5px;
}
.doctor p {
	font: bold 1em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #1f4858;
	text-align: center;
	padding: 0 5px 5px 5px;
	margin-top: 0;
}

#copyright {
	font: .7em Verdana, Areial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 30px;
	padding-bottom: 5px;
}
#copyright a {
	color: #009966;
}
#copyright p.cssvalid {
	text-align: right;
}

