﻿body {
	background-image: url('Images/boxed-bg.gif');
}
.page-content {
	background-color: white;
}
.footer {
	text-align: center;
	border-bottom: 1px dotted #e9e9e9;
	padding: 20px 0;
}
.footer_head {
	height: 10px;
	background-image: url('Images/footer-background.png');
}
.footer_copy {
	font-size: 10px;
}
.shadow5 {
	-webkit-box-shadow: #000000 10px 5px 10px;
	-moz-box-shadow: #000000 10px 5px 10px;
	box-shadow: #000000 5px 5px 10px;
}
.rounded5
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.container-small-margin{
	padding-left:10px;
	padding-right:10px;
}
.header_relative {
	position: relative;
	margin-top:15px;
}
.header_absolute {
	position: absolute;
	top: 0;
	left: 0;
}
.header_absolute_logo {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 25%;
	width: 50%;
}
.subtitle-red-first{
	color:red;
	font-weight:700;
	margin-top:-30px;
}
.subtitle-black{
	color:black;
	font-weight:400;
	margin-top:25px;
}
ul.dashed {
	list-style-type: none;
	padding-left: 0;
}
ul.dashed > li {
    margin-left: 30px;  
}
ul.dashed > li::before {
	content: "- ";
	margin-left: -15px;
}
ul.listing-num {
	list-style-type: decimal;
}
.center{
	text-align:center;
}
.red-link:link {
	color: red;
	text-decoration: none;
	margin-left:30px;
}
.red-link:visited {
	color: red;
	text-decoration: none;
	margin-left:30px;
}
.red-link:hover {
	color: red;
	text-decoration: none;
	margin-left:30px;
}
.red-link:active {
	color: red;
	text-decoration: none;
	margin-left:30px;
}