/* @group Submenu */
#submenu {
	width: 217px;
	float: left;
	padding-top: 11px;
	margin-top: 81px;
	margin-left: 88px;
	background: url(/images/layout/submenu_bg.jpg) right top no-repeat;
}
#submenu ul {
	margin-top: 10px;
	min-height: 210px;
}
#content #submenu ul li {
	list-style: none;
	margin: 0;
}
#submenu li a {
	color: #9A8479;
	text-decoration: none;
	outline: none;
	display: block;
	padding: 8px 0 8px 17px;
	background: url(/images/layout/submenu_bullet.gif) left center no-repeat;
}
#submenu li.active a {
	color: #3B2314;
	background: #F9F6E7 url(/images/layout/submenu_bullet_selected.gif) left center no-repeat;
	border-top: 2px solid #E5DFCD;
	border-bottom: 2px solid #E5DFCD;
	padding: 6px 0 6px 17px;
}
#submenu ul ul {
	min-height: 0;
	margin: 0 0 0 20px;
}
#submenu li ul a, #submenu li.active ul a {
	background: url(/images/layout/submenu_bullet.gif) left center no-repeat;
	border: none;
	color: #9A8479;
	padding: 6px 0 6px 17px;
}
#submenu a.button {
	margin-left: -10px;
	display: block;
}
/* @end */
/* @group Content */
#content #text {
	float: left;
	width: 550px;
	margin-left: 28px;
}
#text h2 {
	font: italic 21px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #D4873B;
	margin-top: 16px;
	margin-bottom: 1em;
}
#text h3 {
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	color: #084000;
	margin-bottom: 0.5em;
}
#text table {
	clear: right;
}
#text td {
	vertical-align: top;
	padding-bottom: 1em;
	padding-right: 1em;
	color: #3B2314;
	line-height: 138.4%;
}
#text a {
	color: #287098;
}
#text strong {
	font-weight: bold;
}
#text #photo {
	background: url(/images/layout/content_photo_bg.png) left top no-repeat;
	width: 304px;
	height: 226px;
	overflow: hidden;
	float: right;
	margin-left: 20px;
}
#text #photo img {
	padding: 16px 19px 30px 17px;
}
#text ol, #text ul {
	margin-bottom: 1em;
}
#text li {
	margin-bottom: 0.5em;
	margin-left: 30px;
	color: #3B2314;
	line-height: 138.4%;
	list-style-image: url(/images/layout/text_bullet.gif);
}
#text ol li {
	list-style: decimal;
}
#text span.tooltip {
	border-bottom: 1px dotted #D4873B;
	color: #D4873B;
}
#tooltip {
	position: absolute;
	background: #edca8a;
	padding: 2px 5px;
	color: #333;
	display: none;
	max-width: 300px;
	font-size: 12px;
	opacity: 0.95;
}
#text #site_map ul {
	margin-top: 0;
	list-style: none;
	position: relative;
	top: -5px;
}
#text #site_map ul li {
	list-style: none;
	margin-bottom: 0.2em;
}
/* @end */
/* @group Bottom */
#bottom {
	padding-top: 0;
}
#bottom #vision, #bottom #values, #bottom #vitality {
	width: 280px;
	min-height: 500px;
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	padding: 0 20px;
}
#vision {
	background-image: url(/images/layout/vision_bg.jpg);
}
#values {
	background-image: url(/images/layout/values_bg.jpg);
}
#vitality {
	background-image: url(/images/layout/vitality_bg.jpg);
}
#bottom h2 {
	display: none;
}
#bottom h3 {
	color: white;
	margin: 30px 0 20px;
	font: italic 28px/114% Georgia, "Times New Roman", Times, serif;
	opacity: 0.99;
}
#bottom img.photo {
	margin-top: 90px;
	margin-left: 10px;
}
#bottom li {
	color: #3B2314;
	line-height: 138.4%;
	background: url(/images/layout/bottom_bullet_2.gif) left 2px no-repeat;
	padding-left: 20px;
	margin-top: 1em;
}
/* @end */
/* @group Calendar */
#calendar td {
	border-top: 1px solid #E5DFCD;
	padding: 5px 20px 5px 0;
}
#calendar tr.first td,#calendar tr:first-child td {
	border-top: none;
	padding-top: 0;
}
#calendar td.date {
	width: 130px;
}
#calendar .more {
	color: #287098;
	cursor: pointer;
}
#calendar p.title {
	margin: 0;
}
#calendar p.description {
	margin-top: 0;
}
/* @end */