@charset "utf-8";
/* CSS Document */

#right-menu {
	float: right;
}

#right-menu-top {
	background: url(../images/frontpage/right-menu-bg-top.jpg) #913f21;
	height: 123px;
	border-top: 1px solid #e4ba74;
	border-bottom: 1px solid #e4ba74;
}

#right-menu-top h1 {
	color: #fff;
	margin: 19px 10px 5px 10px;
	padding-top: 2px;
	font-size: 30px;
	line-height: 32px;
}

#right-menu-top h1 a {
	color: #fff;
	text-decoration: none
}

#right-menu-top h1 a:hover {
	text-decoration: underline;
}

#right-menu-top p {
	color: #fff;
	margin: 0px 10px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

#right-menu-top p a {
	color: #fff;
	text-decoration: none;
}

#right-menu-top p a:hover {
	text-decoration: underline;
}

#right-menu-middle {
	background: url(../images/frontpage/right-menu-bg-middle.jpg) #cb8c0f;
	height: 139px;
	border-bottom: 1px solid #e4ba74;
}

#right-menu-middle h1 {
	color: #fff;
	margin: 10px 10px 5px 10px;
	padding-top: 2px;
	font-size: 30px;
	line-height: 32px;
}

#right-menu-middle h1 a {
	color: #fff;
	text-decoration: none;
}

#right-menu-middle h1 a:hover {
	text-decoration: underline;
}

#right-menu-middle p {
	color: #fff;
	margin: 0px 10px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

#right-menu-middle p a {
	color: #fff;
	text-decoration: none;
}

#right-menu-middle p a:hover {
	text-decoration: underline;
}

#right-menu-bottom {
	background: url(../images/frontpage/right-menu-bg-bottom.jpg) #3d3731;
	height: 140px;
}

#right-menu-bottom h1 {
	color: #fff;
	margin: 10px 10px 5px 10px;
	padding-top: 2px;
	font-size: 30px;
	line-height: 32px;
}

#right-menu-bottom h1 a {
	color: #fff;
	text-decoration: none;
}

#right-menu-bottom h1 a:hover {
	text-decoration: underline;
}

#right-menu-bottom p {
	color: #fff;
	margin: 0px 10px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

#right-menu-bottom p a {
	color: #fff;
	text-decoration: none;
}

#right-menu-bottom p a:hover {
	text-decoration: underline;
}

#announcement-text h2 a {
	text-decoration: none;
}

#announcement-text h2 a:hover {
	text-decoration: underline;
}

#announcement-text {
	background: #bfbca4;
	padding: 10px 0px 10px 0px;
}

#announcement-text h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding-top: 8px;
	line-height: 15px;
}

#announcement-text p {
	font-size: 10px;
	margin: 0px;
	padding-bottom: 8px;
	color: #444;
	font-weight: bold;
}

#announcement-text img {
	margin-top: 8px;
}

#announcement-text .shadow {
	-moz-box-shadow: 2px 2px 3px #333;
	-webkit-box-shadow: 2px 2px 3px #333;
	box-shadow: 2px 2px 3px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333');
}

#media-box {
	background: url(../images/frontpage/media-box-bg.jpg) #3d3731;
	height: 370px;
}

#media-box-content {
	/* padding-top: 10px; */
}

#media-box-content h2 {
	margin: 0px;
	padding-left: 15px;
}

#media-box-content h2 a {
	color: #fff;
	text-decoration: none;
}

#media-box-content h2 a:hover {
	text-decoration: underline;
}

#media-box-content p {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	padding-left: 20px;
	width: 92%;
}

#media-box-content p a {
	color: #fff;
}

.media-link {
	float: left;
	width: 159px;
	height: 60px;
	margin: 20px 0px;
	border-right: 1px solid #777;
	vertical-align: middle;
}

.media-link-last {
	float: left;
	width: 160px;
	height: 60px;
	margin: 20px 0px;
}

#links {
	background: #fff6c6;
	padding-top: 10px;
	height: 360px;
}

#links h2 {
	color: #8a0000;
	font-size: 18px;
	margin-bottom: 0px;
}

#links p {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}

#links a {
	color: #666666;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}

#leftLinks {
	margin: 0px 0px 0px 20px;
}
