@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 775px;
}

#container {
	width: 900px;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 16px;
}

table {
	width: 100%;
}

#index-head {
	background-image: url(../images/header/bg-globe.jpg);
	background-repeat: no-repeat;
}

#vita-head {
	background-image: url(../images/header/bg-books.jpg);
	background-repeat: no-repeat;
}

#specialties-head {
	background-image: url(../images/header/bg-desks.jpg);
	background-repeat: no-repeat;
}

#rates-head {
	background-image: url(../images/header/bg-calc.jpg);
	background-repeat: no-repeat;
}

td {
	padding: 0;
}

img {
	border: none;
}

a {
	border: none;
}

a:link, a:hover, a:visited, a:active {
	color: #3a7000;
	text-decoration: none;
}

#title {
	float: right;
	margin-right: 40px;
	margin-top: 30px;
	border: none;
}

#sub {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
}

#sidebar {
	width: 250px;
}

#nav {
	float: left;
	margin-top: 92px;
	margin-bottom: 16px;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
}

#nav li {
	list-style: none;
	display: inline;
}

#nav a:link, #nav a:visited {
	color: #2c0135;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #3a7000;
	text-decoration: none;
}

.home {
	padding: 8px 20px 8px 0;
	border-right: 1px solid #000;
}

.vita {
	padding: 8px 20px 8px 20px;
	border-right: 1px solid #000;
}

.specialties {
	padding: 8px 20px 8px 20px;
	border-right: 1px solid #000;
}

.rates {
	padding: 8px 0 8px 20px;
}

h1 {
	letter-spacing: 16px;
	font-size: 34px;
	font-weight: normal;
	color: #772f07;
	clear: both;
	float: left;
}

h2 {
	margin-top: 92px;
	text-align: center;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #3a7000;
}

h3 {
	letter-spacing: 6px;
	font-size: 14px;
	font-weight: normal;
	color: #772f07;
}

h4 {
	letter-spacing: 6px;
	font-size: 14px;
	font-weight: normal;
	color: #3c0647;
}

h5 {
	text-align: center;
	letter-spacing: 4px;
	font-size: 16px;
	font-weight: normal;
	color: #3a7000;
}

#fp-col {
	width: 44%;
}

#fp-table {
	float: left;
	padding-right: 20px;
}

#fp-head-2 {
	margin-left: 16px;
}

#fp-head-3 {
	margin-left: 32px;
}

#fp-head-4 {
	margin-left: 48px;
}

.img-left {
	float: left;
	padding: 10px;
	margin: 16px;
	border: 1px solid #ccc;
}

#fp-img {
	float: left;
	padding: 10px;
	margin: 30px 16px 16px 16px;
	border: 1px solid #ccc;
}

p {
	font-size: 11px;
	line-height: 16px;
}

.main-text h3 {
	clear: both;
}

.main-text p {
	clear: both;
}

.main-text li {
	font-size: 11px;
	line-height: 16px;
}

form {
	text-align: right;
	color: #444;
}

input {
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.footer {
	font-size: 9px;
	line-height: 16px;
	color: #777;
	text-align: center;
}

.footer a:link, .footer a:active, .footer a:hover, .footer a:visited {
	color: #333;
	text-decoration: none;
}