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

body {
	font-size: 15px;
	line-height: 1.6;
    background-image: url(../images/bg.png);
    font-family: Conv_TrajanPro-Regular;
    color: #f1ddce;
    webkit-text-stroke: 0.6px;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}

h1 {
	color: #3484D2;
}

a {
    /*text-decoration: none;*/
    color: #f1ddce;
}

hr.clear {
    clear: both;
    border: 0;
    height: 0;
}

/* ---------------------------------------------------------------------- */

#maintenance *:not(h1) {
    display: none;
}

#maintenance>h1 {
    color: #f1ddce;
    width: 700px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 39%;
    margin: -30px 0 0 -350px;
}

/* ---------------------------------------------------------------------- */

#page {
    width: 961px;
    margin: auto;
    padding-bottom: 70px;
}

hr.c1 {
    border: 0;
    height: 1px;
    background-image: url(../images/hr1.png);
}

header {
    font-size: 0;
}

header div.text {
    text-align: right;
    margin-top: 5px;
    margin-right: 10px;
}

header div.text p {
    display: inline-block;
    line-height: 70px;
    font-size: 16px;
}

header div.text p:nth-child(2) {
    color: #b32a33;
    padding-left: 20px;
    margin-left: 40px;
    background: url(../images/phone-ico.png) no-repeat 0 25px;
}

#logo {
    height: 280px;
    width: 341px;
    background-image: url(../images/logo-bg.png);
    display: inline-block;
}

#logo h1 {
    display: block;
    width: 100%;
    height: 100%;
}

#logo h1 a {
    display: block;
    width: 100%;
    height: 100%;
/*    background: url(../images/logo.png) no-repeat 110px 80px;*/
}

#logo h1 a span {
    display: none;
}

#slider {
    /*background-image: url(../images/slider-2.png);*/
    background: url(../images/logo.png) no-repeat 270px 80px;
    width: 620px;
    height: 280px;
    display: inline-block;
    background-color: #680004;
}

header+.menu ul {
    background-image: url(../images/menu-bg.png);
}

header+.menu ul li {
    line-height: 60px;
    font-variant: small-caps;
    font-size: 18px;
    display: inline-block;
}

header+.menu ul li a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

header+.menu ul li.active a, .menu ul li a:hover {
    color: #e17f7f;
    background: url(../images/menu-highlight.png) no-repeat 69px 30px;
}

header+.menu ul li:nth-child(2).active a, .menu ul li:nth-child(2) a:hover {
    color: #e17f7f;
    background-position: 63.5px 30px;
}

header+.menu ul li:nth-child(3).active a, .menu ul li:nth-child(3) a:hover {
    color: #e17f7f;
    background-position: 38.5px 30px;
}

header+.menu ul li a {
    width: 341px;
}

header+.menu ul li:nth-child(2) a {
    width: 330px;
}

header+.menu ul li:nth-child(3) a {
    width: 280px;
}

hr.c2 {
    border: 0;
    height: 1px;
    background-image: url(../images/hr2.png);
}

#main {
    background: #f1ddce;
    min-height: 400px;
}

#main table {
    width: 300px;
    line-height: 1.2;
}

#main iframe {
    margin-top: 20px;
    margin-left: 57.5px;
    border: 2px solid #663333;
}

#main small a {
    margin: auto;
    display: block;
}

#main ul {
    margin-left: 20px;
}

#main img {
    border: 5px solid #e4cebd;
    float: right;
    width: 196px;
}

#content {
    background: #5c0000;
}

#team {
    position: relative;
    top: 50px;
    left: 50px;
    width: 341px;
    float: left;
}

#team h2 {
    padding-bottom: -5px;
    background: url(../images/ul-delimiter.png) no-repeat bottom left;
    margin-bottom: 5px;
}

#team ul {
    list-style-type: none;
}

#team ul li {
    color: #e17f7f;
}

#team ul li a {
    text-decoration: none;
}

#team ul li.active a/*, #team ul li a:hover*/ {
    padding-left: 20px;
    background: url(../images/ul-arrow.png) no-repeat 5px 0;
    color: #e17f7f;
}

#team ul li a:hover {
    color: #e17f7f;
}

/*#team ul li.heading {
    padding-top: 5px;
    background: url(../images/ul-delimiter.png) no-repeat;
}*/

#team #address {
    margin-top: 40px;
}

#team #address h2 {
    font-size: 20px;
}

#team #address table {
    width: 100%;
    font-size: 12px;
}

#team #address table a:hover {
    color: #e17f7f;
}

.member h4 {
    position: relative;
    left: 47px;
    top: -15px;
    font-family: Conv_TrajanPro-Regular;
    /*font-size: 18px;*/
}

.member h5 {
    position: relative;
    left: 47px;
    top: -15px;
    font-family: Conv_TrajanPro-Regular;
    /*font-size: 18px;*/
}

.member div.float {
    float: right;
    width: 210px;
    /*padding-left: 20px;*/
    margin-left: 20px;
    display: none;
}

.member div.float a {
    width: 100%;
    text-align: center;
    display: block;
}

.member div.float a.smaller {
    font-size: 11px;
}

.member img {
    width: 200px;
    float: none;
}

.member ul {
    text-align: left;
}

#main {
    width: 540px; /* 620 - padding - margin */
    float: left;
    color: #663333;
    font-size: 13px;
    text-align: justify;
    padding: 40px;
    font-family: sans-serif;
}

#main h3 {
    padding-left: 45px;
    background: url(../images/h-icon.png) no-repeat 0 -5px;
    font-family: Conv_TrajanPro-Regular;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 10px;
}

#main p:not(:last-child) {
    margin-bottom: 10px;
}

#main img {
    margin: 5px 0 5px 25px;
    top: 50px;
}

#main a {
    color: #b55d29;
}

#main a:hover {
    text-decoration: none;
}

footer {
    /*clear: both;*/
    background-color: #680004;
    padding: 0 40px 0 40px;
}

footer .menu ul {
    list-style-type: none;
}

footer .menu ul li {
    display: inline;
    line-height: 50px;
}

footer .menu ul li:not(:first-child) {
    padding-left: 20px;
    background: url(../images/bullet.png) no-repeat 5px 4px;
}

footer .menu a {
    text-decoration: none;
    color: #efcaca;
}

footer .menu a:hover, footer .menu li.active a {
    color: #ffffff;
}

hr.c3 {
    border: 0;
    height: 2px;
    background-image: url(../images/hr3.png);
}

footer p {
    color: #e17f7f;
    line-height: 50px;
}

/* ---------------------------------------------------------------------- */

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

html.js .jshidden {
	display: none;
}
