html {
	overflow: auto;
	font-size: 13px;
}

html, body {
	font-family: "Segoe UI", Tahoma, Arial, Verdana, Helvetica, sans-serif, serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #999;
}


#header {
	position: relative;
	height: 127px;
}
#header .contact-information {
	display: inline;
	position: absolute;
	top: 65px;
	right: 0;
	font-size: 0.85em;
}
#header .nav-bg {
	position: absolute;
	top: 82px;
	left: 0;
	width: 100%;
	height: 30px;
}
#header div.nav ul {
	display: none;
}
#header div.nav {
	position: absolute;
	top: 82px;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 28px;
	color: #fff;
	font-size: 1em;
	text-align: right;
}
#header .logo {
	position: absolute;
	top: 0;
	left: 0;
}
#header .slogan {
	display: block;
	font-size: 1.35em;
	width: 12em;
	position: absolute;
	top: 23px;
	left: 187px;
	line-height: 1.25em;
}
#left {
	display: none;
}
#container {
	text-align: left;
}


/* common */
h1 {
	font-size: 1.75em;
	letter-spacing: -0.8pt;
	margin-bottom: 20px;
	color: #a70408;
	border-bottom: 1px solid #bbb;
	clear: both;
}
h2 {
	font-size: 1.5em;
	letter-spacing: -0.5pt;
	margin: 25px 0 5px;
	color: #777;
	clear: both;
}
h2.underline {
	border-bottom: 1px solid #bbb;
}
h3 {
	font-size: 1.1em;
	letter-spacing: -0.2pt;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #a70408;
}
h3.underline {
	border-bottom: 1px dotted #bbb;
}
p {
	margin-bottom: 15px;
	text-align: justify;
}
strong {
	color: #000;
}
sup {
	font-size: 0.75em !important;
}
ul.list {
	padding-left: 13px;
}
ul.list li {
	margin-left: 5px;
	list-style: square outside url(../images/dot.gif);
}

a, a:link, a:visited {
	color: #a70408;
	text-decoration: underline;
}
a:active, a:focus, a:hover {
	color: #c00;
	text-decoration: underline;
}
#content ul {
	margin-bottom: 20px;
}
.alert {
	border: 1px dotted #fff;
	background: #a70408;
	color: #fff;
	padding: 15px;
}
.alert a,
.alert a:link,
.alert a:visited {
	color: #fff;
}
.alert a:active,
.alert a:focus,
.alert a:hover {
	color: #fcc;
}
.fixed {
	/* position: fixed; */
}
.clear {
	clear: both;
}
.no-overflow {
	overflow: hidden;
}
.right {
	float: right;
}
.left {
	float: left;
}
.note {
	font-size: 0.85em;
	color: #999;
}
.blocknote {
	font-size: 0.85em;
	color: #999;
	display: block;
}
.navigate-top {
	display: none;
}
.navigate-print {
	display: none;
}

#footer {
	border-top: 3px solid #333;
	margin-top: 50px;
	padding-top: 3px;
	font-size: 0.75em;
}
#footer img {
	display: none;
}
#footer .legal-notice {
	display: block;
	color: #999;
}
#footer .logo,
#footer .anchors {
	display: none;
}


/* content tables */
table.table {
	width: 100%;
	border-bottom: 2px solid #bbb;
	margin-bottom: 10px;
}
table.table th,
table.table td {
	border-top: 1px dotted #bbb;
	padding: 2px 0;
}

table.pictures {
	width: 100%;
	margin-bottom: 20px;
}
table.pictures td {
	text-align: center;
	vertical-align: middle;
	width: 230px;
	height: 155px;
	background: #fff;
}
table.pictures td a:active img,
table.pictures td a:focus img,
table.pictures td a:hover img {
	padding-bottom: 3px;
	border-bottom: 3px solid #a70408;
}

table.form {
	width: 100%;
	margin-bottom: 10px;
	background: #eee;
}
table.form th.buttons,
table.form td.buttons {
	border-top: 2px solid #fff;
	padding-bottom: 10px;
	text-align: right;
}
table.form th,
table.form td {
	padding: 10px 10px 0;
}
table.form th {
	width: 20% !important;
	white-space: nowrap;
	text-align: right;
}
table.form .input {
	width: 100%;
}


/* ajax forms */
.form-wrap .message-success,
.form-wrap .message-processing,
.form-wrap .message-failure {
	display: none;
}
