@font-face
{
font-family: PayBeagle;
src: url('/futura-heavy.ttf');
}
@font-face
{
font-family: PayBeagleParagraph;
src: url('/Ubuntu-R.ttf');
}
* {
	margin: 0;
}
html, body {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 1200px;
	background: #EEE;
	font-size: 17px;
	font-family: PayBeagle;
}
h3 {
	margin-left: 20px;
}
#page-wrap {
	background: white;
	min-height: 100%;
	margin-bottom: -54px; 
}
#page-wrap:after {
	content: "";
	display: block;
}
#header-wrap {
	padding: 50px 0px 20px 50px;
	font-size: 2em;
	color: #0A0815;
}
#logo-wrap {
	float: left;
}
#menu-wrap {
	float: right;
	margin-right: 40px;
	display: inline-block;
	font-size: 0.55em;
	padding-top: 17px;
}
#menu-wrap li {
	display: inline-block;
}
#menu-wrap li a {
	padding: 0px 20px 0px 20px;
	white-space: nowrap;
}
#menu-wrap li.active, li:hover {
	background-color: #F0B969;
}
#menu-wrap ul li.has-sub {
	position: relative;
}
#menu-wrap  ul li.has-sub:hover ul {
	display: block;
	margin-top: -1px;
}
#menu-wrap  ul li.has-sub ul {
	display: none;
	position: absolute;
	padding: 0;
	list-style-type: none;
	min-width: 100%;
}
#menu-wrap  ul li.has-sub ul li {
	display: block;
	width: 100%;
	/*background-color: #D8D8D8;*/
	background-color: #FFCC89; /*rgba(240,185,105,0.6);*/
	font-size: 0.7em;
}
#menu-wrap  ul li.has-sub ul li:hover {
	background-color: #F0B969;	
}
#content-wrap {
	padding: 25px;
	color: #15122F;
}
#site-footer, #page-wrap:after {
	height: 42px; 
}
#site-footer {
	border-top: 2px solid black;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	color: #0A0815;
}
#message {
	outline: 0;
	width: calc(100% - 22px);
	height: 150px;
}
#login-wrap {
	text-align: center;
}
.left {
	float: left;
	width: 49%;
}
.right {
	float: right;
	width: 49%;
}
.dig-left {
	float: left;
	width: 33%;
}
.dig-right {
	float: right;
	width: 33%;
}
.login {
	width: calc(33% - 60px);
	display: inline-block;
	background-color: #F06D01;
	border-radius: 20px;
	padding: 33px;
	text-align: left;
}
.login-input {
	width: 100%;
	border: 0;
	border-radius: 10px;
	font-size: 22px;
	padding: 10px;
}
.error {
	color: #C00000;
}
.success {
	color: #009933;
}
.center {
	text-align: center;
}
.orange {
	color: #F06D01;
}
.light-orange {
	color: #F0B969;
}
p {
	margin-bottom: 15px;
}
.paragraph {
	font-family: PayBeagleParagraph;
	padding: 15px;
}
.tab {
	padding: 10px 0px 10px 0px;
	cursor: pointer;
}
.tab-left {
	background-color: #F0B969;
	border-top-left-radius: 10px;
}
.tab-right {
	background-color: #F0B969;
	border-top-right-radius: 10px;
}
label {
	display: inline-block;
	margin: 15px;
}
.button {
	border: 0;
	padding: 7px;
	margin-top: 20px;
	background-color: #F0B969;
	font-family: PayBeagle;
	color: #0A0815;
}
.outer {
	box-shadow: inset 0px 0px 5px 1px #403D3D,0px -1px 0px -100px #DDDDDD;
	-webkit-box-shadow: inset 0px 0px 5px 1px #403D3D,0px -1px 0px -100px #DDDDDD;
	-moz-box-shadow: inset 0px 0px 5px 1px #403D3D,0px -1px 0px -100px #DDDDDD;
	-o-box-shadow: inset 0px 0px 5px 1px #403D3D,0px -1px 0px -100px #DDDDDD;
    overflow: auto;
    padding: 7px 10px; 
    font-size: 20px;
    border: 1px solid #aaa;
	width: 100%;
}
#div_telephone {
	display: none;
}
a:link, a:visited, a:hover, a:active {
	color: inherit;
	text-decoration: none;
	outline: 0;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
