body {
	background-color: #FAFBE9;
	font-family: "Times New Roman", "Times", "Georgia";
	margin: 0;
	padding: 20px 20px 20px 30px;
}

#container {
	width: 720px;
}

#container td {
	vertical-align: top;
}

#logo {
	padding-bottom: 30px;
}

#logo h1 {
	display: block;
	width: 350px;
	height: 65px;
	background: url(../images/header-logo.gif) top left no-repeat;
	margin: 0;
	padding: 0;
}

#logo h1 a {
	display: block;
	width: 350px;
	height: 65px;
}

#logo h1 span {
	display: none;
}

#sidebar {
	width: 175px;
	padding-right: 25px;
	padding-top: 5px;
}

#sidebar p {
	font-size: 10px;
	line-height: 1.3em;
	text-align: center;
}

#sidebar p.address {
	margin: 40px 0;
}

#nav {
}

#nav ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

#nav ul li {
	border-bottom: 1px solid #B5ADA5;
	list-style: url(../images/nav-bullet.gif);
	width: 160px;
}

#nav ul li.first {
	border-top: 1px solid #B5ADA5;
}

#nav ul li a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
	display: block;
	width: 160px;
	padding: 2px 0;
}

#nav ul li a.current {
	color: #009CDE;
}

#nav ul li a:hover {
	color: #009CDE;
	background-color: #F2F3DD;
}

#content {
	padding-left: 25px;
	border-left: 1px solid #009CDE;
}

#content p {
	font-size: 14px;
	line-height: 1.3em;
}



#content a {
	color: #009CDE;
}

#content a:hover {
	color: #B5ADA5;
}

#content h2 {
	font-size: 20px;
	line-height: 1.3em;
	color: #009CDE;
	font-weight: normal;
}

#content h3 {
	font-size: 16px;
}

#content ul {
	font-size: 14px;
	line-height: 1.3em;
}

#content .horizontal-divider {
	height: 7px;
	background: url(../images/horizontal-divider.gif) center center no-repeat;
}

#content .horizontal-divider hr {
	display: none;
}

#blog {
	margin-top: 25px;
	border: 1px solid #009CDE;
	background-color: #fff;
}

#blog h4 {
	margin: 0;
	padding: 5px 10px;
	background-color: #B5ADA5;
	font-size: 16px;
}

#blog h4 a {
	color: #fff;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

#blog h4 a:hover {
	color: #009CDE;
}

#blog h4 a:hover {
	text-decoration: underline;
}

#blog-content {
	padding: 0 10px;
}

#blog-content .blog-post {
	margin: 20px 0;
}

#blog-content p.date {
	font-size: 13px;
	color: #B5ADA5;
	margin: 0 0 8px 0;
}

#blog-content h5.headline {
	margin: 0 0 5px 0;
	font-weight: normal;
}

#blog-content h5.headline a {
	font-size: 16px;
	color: #009CDE;
	text-decoration: none;
}

#blog-content h5.headline a:hover {
	text-decoration: underline;
}

#blog-content p.excerpt {
	font-size: 12px;
	color: #000;
	line-height: 1.3em;
	margin: 0;
}