*{
	margin: 0;
	padding: 0;
	border: 0;
}

body 
{
    background-color: #fff;
    color: #000;

}
 
h1 { /*font-size: 23px;*/  font-weight: 500;}
h3 {/*font-size: 17px;*/ font-weight: 500; font-weight: bold;}
p {/*font-size: 14px;*/ font-weight: 400;}
blockquote {/*font-size: 17px;*/font-weight: 400;}
pre {/*font-size: 11px;*/ font-weight: 400;  }
a
{
    color: #ad9ead;
    text-decoration: none;
}

a:hover
{
    font-weight: bold;
    text-decoration: underline;
}


address
{
    display: block;
    font-style: italic;
} 

fieldset {
display: block;
margin-start: 2px;
margin-end: 2px;
padding-before: 0.35em;
padding-start: 0.75em;
padding-end: 0.75em;
padding-after: 0.625em;
border: 2px groove (internal value); }

label, input, textarea, select
{
    margin: 5px;
}

form
{
    text-align: left;
}

.simple-form input, textarea, label
{
    display: block;
}
input, textarea
{
    background-color: #ddd;
    color: black;
    padding: 0.2em 0.3em;
}

input[type=submit]
{
    width: 80%;
    cursor:pointer;
    margin-top: 1em;
    text-align: center;
}

input[type=submit]:hover
{
    width: 80%;
    cursor:pointer;
    -webkit-box-shadow: inset 0px 0px 3px 2px rgba(2,40,66,0.72);
    -moz-box-shadow: inset 0px 0px 3px 2px rgba(2,40,66,0.72);
    box-shadow: inset 0px 0px 3px 2px rgba(2,40,66,0.72);
}

textarea
{
    width: 90%;
    height: 10em;
}

ul li
{
    list-style: none;
    background-repeat: no-repeat;
    background-position: left center; 
    line-height: 26px;
    padding-left: 35px;
    margin-bottom: 0.5em;
}

.text-p
{
    text-align: justify;
}

#content
{
    max-width: 1200px;
	margin: 2em auto;
	height: auto;
	margin-bottom: 0em;
}



#headerBanner
{
    overflow: auto;
    /*width: 100%*/
}

#headerLogo{

    /*height: 80px;
    width: 80px;*/
}

#headerLogo a {
    /*position: absolute;
    top: 0px;*/
    height: 80px;
    width: 80px;
    background-image: url("../img/logo.png");
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    float: left
}

#headerLogo a span{display: none;}

#headerText
{
    /*height: 80px;*/
    /*width: auto;*/
    font-size: 1.5em;
    text-align: center;
    /*float: right;*/
}

#headerMenu
{
    text-align: right;
    margin: 1em;
}

#headerMenu a
{
    font-weight: bold;
    padding-left: 0.5em;
    color: #000;
    text-transform: uppercase;
    padding-right: 0.5em;
    border-right: 2px solid black;
}
#headerMenu a:last-child
{
    border:0;
}

#headerMenu a:hover
{
    
    text-decoration: underline;
}

.page-plane
{
	overflow: auto;
	width: 100%
}

.page-left h2, .page-right h2
{
    display: block;
    /*max-width:585px;*/
    background-color: #005089;
    padding: 5px 15px 5px 15px;
}

.page-left, .page-right
{
    /*width:45%;*/
}

.page-inner
{
    margin: 1em 1em;
}

.simple-form-wrapper
{
    width: 18%;
    margin: 0 auto;
}

@media (min-width: 1215px)
{

.page-column
{
    float: left;
    width:50%;
}
    .page-left, .page-right
    {
        /*height: 20em;*/
    }
    .page-left
    {
        width: 48%;
        float: left;
        /*margin-right: 15px;*/
    }
    .page-right
    {
        width: 48%;
        float: right;
        /*margin-left: 15px;*/
    }
}

@media (max-width: 1214px)
{
    .page-left, .page-right
    {
        max-width: 600px;
        margin: 1em auto;
    }
    #header
    {
        max-width:600px;
        margin: 1em auto;
    }
    
    .page-column
    {
        min-width:50%;
        float: left;
    }
}

.error-main
{
}

.error
{
    display: block;
    background-color: #ddd;
    color: red;
}

.success
{
    display: block;
    text-align: center;
    background-color: #ddd;
    color: green;
}

.page-inner .success
{
    width: 100%;
    text-align: center;
}

.page-inner .error
{
    width: 100%;
    text-align: center;
}

#footer
{
    font-size: 75%;
    text-align: center;
    margin: 4em auto;
}

#error-msg
{
	background-color: #FF4040;
}

#fatal-error-msg
{
	background-color: #F00;
}

.tooltip {
	display:none;
	position:absolute;
	border:0px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:5px;
	color:#fff;
}

#postfix-help
{
	width: 750px;
	position: relative; 
	left: -125px;
}

