﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.wrapper {
	width: 773px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clear {
	clear: both;
	height: 1px;
	width: 100%;
	line-height: 1px;
	background-color: #000;
}

.page-header {
	height: 135px;
	width: 773px;
}
.header-top-menu {
	height: 60px;
	width: 773px;
	background-color: #C00;
	background-image: url(../images/bg-header-top-menu.jpg);
	background-repeat: repeat-x;
	text-align: left;
	display: none;
}
.header-top-menu ul {
	width: 90%;
	color: #FFF;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header-top-menu ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	list-style-type: disc;
	padding-right: 15px;
	padding-left: 15px;
}
.header-top-menu ul li a {
	color: #FFF;
}
.header-top-menu ul li a:hover {
	color: #FEC463;
}
.header-gfx {
	height: 103px;
	width: 771px;
	background-color: #000;
	padding: 1px;
}
.header-bottom-menu {
	height: 28px;
	width: 773px;
	background-color: #333;
	background-image: url(../images/bg-header-bottom-menu.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-color: #A80000;
	border-left-color: #A80000;
	vertical-align: middle;
}
.header-bottom-menu ul {
	width: auto;
	color: #FFF;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header-bottom-menu ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	list-style-type: disc;
	padding-right: 10px;
	padding-left: 10px;
}
.header-bottom-menu ul li a {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}
.header-top-menu ul li a:hover {
	color: #FEC463;
}
.main-content 
{
	background-color: #FFF;
	background-image: url(../images/bg-main-content.jpg);
	background-repeat: repeat-y;	
	width: 773px;
}
.main-content .left-col {
	float: left;
	width: 188px;
}

.left-col-title 
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #AD0A00;
	border: 1px solid #000;	
}

.left-menu {
	text-align: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFECD9;
	border: 1px solid #000;
	margin-bottom: 10px;
	font-size: 12px;
}
.left-menu ul {
	padding: 0px;
	margin: 0px;
	width: 95%;
}
.left-menu ul li {
	font-family: Arial, Helvetica, sans-serif;		
	height: 20px;
	width: 95%;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #FFF0E1;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
}

.main-content .right-col {
	width: 573px;
	float: right;
	background-color: #FFF;
}

.right-col .page-title  {
	width: 97%;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #000;
	background-color: #FFF0E3;
	text-align: left;
}

.page-title img {
	vertical-align: middle;
}

.page-footer {
	background-color: #252525;
	width: 773px;
	clear: both;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 11px;
}
.page-footer p {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page-footer a {
	color: #FFF;
	font-size: 11px;
	text-decoration: underline;
}
.header-bottom-menu ul {
    
    padding-top: 0;   
    align-items: center;
    justify-content: space-evenly;
    display:flex;
}
    .header-bottom-menu ul li {       
        padding-right: 7px;
        padding-left: 7px;
    }