@charset "UTF-8";
/* CSS Document */

body {
	font: 73% Verdana, Arial, Helvetica, sans-serif;
	background: #D5E3C6;
	margin: 0; 
	padding: 0;
	text-align: center;  
	color: #006666;
}
/* globals */

#container {
	width: 780px; 
	background: #D5E3C6;
	margin: 0 auto; 
	border: 1px solid #006666;
	text-align: left; 
}
#header {
	height: 140px;
	width: 100%;
	background: #fff;
	margin: 0;
	text-align: left;
}

#header img {
	float: left;
	margin: 10px 10px 0 10px;
	}
	
#nav-left {
	width: 130px;
	float: left;
	padding-left: 0px;
	}

#nav-right {
	width: 150px;
	float: left;
	padding: 0;
	}

#nav-left ul, #nav-right ul {
	line-height: 1.6em;
	list-style-type: none;
	font-size: 100%;
	padding-left: 0px;
	}

#nav-left a, #nav-right a {
	color: #2A7633;
	text-decoration: none;
	padding: 2px;
	}
	
#nav-left a:hover, #nav-right a:hover {
    background-color: #D5E3C6;
	}

#nav-left a#current, #nav-right a#current { 
    background-color: #D5E3C6; 
    }

#footer {
	padding: 0 10px;
	background: #fff;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	text-align: center;
}

h1 {
    font-size: 105%;
	}
	
/* home page */

#mainContent {
	padding: 10px 20px;
	background: #D5E3C6;
}

#mainContent p {
	line-height: 1.4em;
	margin-right: 100px;
	}

#mainContent a, #footer a {
	text-decoration: underline;
	color: #006666;
	}
	
#mainContent a:hover, #footer a:hover {
	text-decoration: underline;
	color: #D5E3C6;
	background-color: #006666;
	}
	
#home-image {
	clear: left;
	float: right;
	width: 400px;
	height: 330px;
	margin: 16px 0px 0px 30px;
	}
	
#home-image p {
	font-size: 91%;
	font-style: italic;
	text-align: center;
	margin-top: 4px;
	margin-right: 0px;
	color: #006666;
	}
	
.headshot {
	padding: 0px 20px 10px 0px;
}
/* secondary page content area */

#aboutContent {
	padding: 10px 20px; 
	background: #D5E3C6;
}

#aboutContent p {
	line-height: 1.4em;
	margin-right: 80px;
	}

#aboutContent a {
	text-decoration: underline;
	color: #006666;
	}
	
#aboutContent a:hover {
	text-decoration: underline;
	color: #D5E3C6;
	background-color: #006666;
	}
	
#aboutContent ul li {
	line-height: 1.6em;
}

/* appointments page */

#appt-image {
	clear: left;
	float: right;
	width: 400px;
	height: 330px;
	margin: 5px 0px 0px 30px;
	}
	
#appt-image p {
	font-size: 91%;
	font-style: italic;
	text-align: center;
	margin-top: 4px;
	margin-right: 0px;
	color: #006600;
	margin-bottom: 16px;
	}
