/*
 *	modules.css
 *	This is for basic module styles.
 */
.logo {
	overflow: hidden;
	background-color: transparent;
}
.logo h1 a {
	display: block;
	color: transparent;
	text-indent: -2000px;
	background: transparent url('../images/dsmme-logo.png') no-repeat left top;
}
.logo, .logo h1 a {
	width: 191px;
	height: 295px;
}
.page-header .logo {
	position: absolute;
	top: 0px;
	left: -18px;
}
.page-header .site-ttl {
	position: absolute;
	top: 12px;
	left: 229px;
	color: #d6b940;
	font-size: 36px;
	text-transform: uppercase;
	width: 560px;
	font-family: 'Times New Roman', 'Times Roman', serif;
	text-shadow: -1px 0px #e5e5e5, 0px 1px #ffffff, 1px 0px #000000, 0px -1px #e5e5e5;
	z-index: 1;
}
.page-header .module.search {
	position: absolute;
	bottom: 14px;
	right: 26px;
	z-index: 2;
}
.content-left .module,
.content-right .module {
	position: relative;
	margin-bottom: 12px;
	z-index: 1;
}
.content-left .module {
	padding: 6px;
	background-color: #ebe7e4;
	border: 1px solid #b6aa9a;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 3px #ebe7e4;
	box-shadow: 1px 1px 3px #ebe7e4;
}
.content-left .module h3 {
	font-weight: normal;
	font-size: 18px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
	color: #020b3a;
}
.content-left .module ul {
	padding-left: 18px;
}
.content-left .module li {
	margin-bottom: 10px;
}
.content-right .module h3 {
	display: inline-block;
	margin-left: 16px;
	font-size: 18px;
	font-weight: normal;
	color: #020b3a;
	padding: 0px 4px;
	background-color: #ffffff;
}
.content-right .module h3:after {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 100%;
	display: block;
	border-top: 10px solid #741a14;
	content: '';
	z-index: -1;
}
.content-right .module ul {
	padding-left: 6px;
	list-style-type: none;
}
.content-right .module li {
	margin-bottom: 10px;
}
.content-right .module li:before {
	font-weight: bold;
	color: #8e0b00;
    content: "> ";
}

