@charset "UTF-8";
/* CSS Document */
/* HOMEPAGE STYLES */
div.home#sidebar {
	background: url(../_images/bg-sidebar-home.jpg) no-repeat top left;
}
#content #homeimage {
	width: 600px;
	height: 300px;
	border: none;
	margin-bottom: 15px;
}
/* SUBPAGE STYLES */
/* -------------------------- NAV-SUB -------------------------- */
#sidebar h2 {
	padding-top: 10px;
}
#sidebar #nav-sub li a {
	background: url(../_images/sidebar-bullet.gif) no-repeat 5px 10px;
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 5px 5px 4px 22px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	display: block;
}
#sidebar #nav-sub li a:hover {
	background: #DEDEDE url(../_images/sidebar-bullet-hover.gif) no-repeat 5px 10px;
}
#sidebar #nav-sub .news-events li a {
	margin-left: 15px;
	text-transform: none;
	font-size: 12px;
}
/* -------------------------- QUOTE -------------------------- */
#quote {
	margin: 20px 0 0;
	padding: 20px 20px 10px;
	background: #EEE2C8 url(../_images/bg-quote.jpg) no-repeat 8px 8px;
	border-top: 2px solid #B58724;
	border-bottom: 2px solid #B58724;
	font: italic 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #B58724;
}
#quote p {
	text-indent: 25px;
}
#quote p.author {
	text-align: right;
	margin: 0;
	color: #8A2629;
	font-style: normal;
	padding-left: 10px;
	text-indent: none;
	background: url(../_images/bg-author.jpg) no-repeat left center;
	line-height: 15px;
}
#quote p.title {
	text-align: right;
	margin: 0 0 10px;
	color: #999;
	text-indent: none;
	line-height: 15px;
}
#quote img {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 15px 0 0;
	padding: 0;
}
/* -------------------------- PHOTOS -------------------------- */
#content img {
	border: 1px solid #CCC;
}
#content .right, #content .vright {
	float: right;
	margin-left: 15px;
}
#content .left, #content .vleft {
	float: left;
	margin-right: 15px;
}
/*
#content .right, #content .left {
	width: 180px;
	height: auto;
} */
/* vertical images */
/*
 #content .vright, #content .vleft {
	width: 120px;
	height: auto;
}
*/
/* -------------------------- CLASSES -------------------------- */
.note {
	margin-left: 20px;
	font-style: italic;
}
a.top {
	display: block;
	border-bottom: 1px dotted #5887A3;
	text-align: right;
	text-decoration: none;
	margin-bottom: 5px;
}
a.top:hover {
	border-bottom: 1px dotted #8A2629;
}
.temp {
	color: #BB0000;
}