html {
	overflow: auto;
	font-size: 13px;
}

html, body {
	font-family: "Segoe UI", Tahoma, Verdana, Arial,  Helvetica, sans-serif, serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #555;
}


/* common */
h1 {
	font-size: 1.75em;
	letter-spacing: -0.7pt;
	margin-bottom: 20px;
	color: Firebrick;
	border-bottom: 1px solid #555;
	clear: both;
}
h2 {
	font-size: 1.5em;
	letter-spacing: -0.4pt;
	margin: 25px 0 5px;
	color: #444;
	clear: both;
	border-bottom: 1px solid #444;
}
h2.underline {
	border-bottom: 1px solid #bbb;
}
h3 {
	font-size: 1.1em;
	letter-spacing: -0.2pt;
	margin-bottom: 5px;
	margin-top: 15px;
	color: Firebrick;
}
h3.underline {
	border-bottom: 1px dotted #bbb;
}
p {
	margin-bottom: 15px;
	text-align: justify;
}
strong {
	color: #222;
	font-weight: normal;
}
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: Firebrick;
	text-decoration: underline;
}
a:active, a:focus, a:hover {
	color: Firebrick;
	text-decoration: underline;
}
#content ul {
	margin-bottom: 20px;
}
.nounderline {
	border-bottom: none !important;
}
.alert {
	border: 1px dotted #fff;
	background: Firebrick;
	color: #fff;
	padding: 3px;
                text-align: center;
}
.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 {
	float: right;
	position: relative;
	top: -2em;
	font-size: 0.75em;
	color: #999;
	padding-left: 10px;
	background: url(../images/top.gif) no-repeat left 5px;
}
.navigate-print {
	float: right;
	position: relative;
	top: -3.5em;
	font-size: 0.85em;
}
a.navigate-top,
a.navigate-top:link,
a.navigate-top:visited {
	color: #999;
	text-decoration: none;
}
a.navigate-top:active,
a.navigate-top:focus,
a.navigate-top:hover {
	color: #a70408;
	text-decoration: none;
	background-image: url(../images/top-hover.gif);
}

table.center {
	width: 100%;
	height: 100%;
	min-width: 980px;
	min-height: 580px;
}

#container {
	position: relative;
	text-align: left;
	width: 980px;
	height: 580px;
}

#header {
	position: relative;
	height: 127px;
}
#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;
}
#header .status {
	display: block;
	text-align: right;
	font-size: 0.85em;
	padding: 52px 5px 0 0;
}
#header .status a,
#header .status a:link,
#header .status a:visited {
	color: #555;
	text-decoration: none;
	text-transform: lowercase;
}

#header .status a:active,
#header .status a:focus,
#header .status a:hover {
	color: #a70408;
	text-decoration: underline;
}
#header .contact-information {
	display: none;
}
#header .nav-bg {
	position: absolute;
	top: 82px;
	left: 0;
	width: 100%;
	height: 30px;
}
#header .nav {
	position: absolute;
	top: 82px;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 28px;
	background: url(../images/header-menu-bg.png) repeat-x left top;
	color: #fff;
	font-size: 1em;
	text-align: right;
}
#header .nav ul {
	display: inline;
	color: #fff;
	float: right;
	margin-right: 8px;
}
#header .nav ul li {
	position: relative;
	display: inline;
	float: left;
}
#header .nav a,
#header .nav a:link,
#header .nav a:visited {
	position: relative;
	display: block;
	padding: 0 8px;
	color: #fff;
	text-decoration: none;
	height: 28px;
}

#header .nav li.selected a,
#header .nav a:active,
#header .nav a:focus,
#header .nav a:hover {
	background: url(../images/header-menu-bg-selected.png) repeat-x left top;
	text-decoration: none;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-top: 30px;
	padding: 6px 0 0;
	border-top: 3px solid #333;
	font-size: 0.75em;
	color: #555;
}
#footer a,
#footer a:link,
#footer a:visited {
	color: #555;
	text-transform: lowercase;
	text-decoration: underline;
}
#footer a:active,
#footer a:focus,
#footer a:hover {
	text-decoration: underline;
	color:  Firebrick;
}
#footer .logo-stringdata {
	float: right;
}

#content-wrap {
	position: absolute;
	top: 127px;
	left: 0;
	width: 100%;
	height: 415px;
}
#content {
	position: relative;
	text-align: left;
	display: block;
	padding: 0 10px 0 0;
	overflow: auto;
	height: 410px;
}
#left {
	position: relative;
	width: 200px;
	float: left;
}
#left .fixed {
	width: 200px;
}
#left .nav ul {
	color: #fff;
	margin-bottom: 20px;
}
#left .nav ul li {
	position: relative;
}
#left .nav a,
#left .nav a:link,
#left .nav a:visited {
	display: block;
	padding: 0 8px;
	color: #555;
	text-decoration: none;
	height: 26px;
	line-height: 24px;
}

#left .nav li.selected a,
#left .nav a:active,
#left .nav a:focus,
#left .nav a:hover {
	color: #fff;
	background: url(../images/header-menu-bg-selected.png) repeat-x left center;
	text-decoration: none;
}


/* content - 2col with left */
#content-wrap.two-col-left #content {
	width: 755px;
	float: right;
}

/* content - noscroll */
#content-wrap.noscroll #content {
	padding: 0;
	overflow: hidden;
}


/* blocks */
#content .block-1r1c {
	width: 316px;
	float: left;
	height: 125px;
	margin: 0 16px 14px 0;
}
#content .block-1r2c {
	width: 648px;
	float: left;
	height: 125px;
	margin: 0 16px 14px 0;
}
#content .block-2r2c {
	width: 648px;
	float: left;
	height: 262px;
	margin: 0 16px 14px 0;
}


/* content tables */
table.table {
	width: 100%;
	border-bottom: 2px solid #bbb;
	margin-bottom: 10px;
}
table.table th,
table.table td {
	border-bottom: 1px dotted #bbb;
	padding: 2px 5px;
}
table.table tr:first-child {
	background: #eee;
	color: #555;
	font-size: 0.9em;
	border: none;
}

table.pictures {
	width: 100%;
	margin-bottom: 20px;
}
table.pictures td {
	text-align: center;
	vertical-align: middle;
	width: 230px;
	height: 120px;
	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 Firebrick;
}

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%;
}


.index h1,
.index h2,
.index h3 {
	margin: 0;
}


.legal-notice {
	display: none;
}


/* Ajax forms */
.form-wrap {
	position: relative;
	padding: 0;
	margin: 0;
}
.form-wrap .message-success {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e9fcbc;
	cursor: default;
}
.form-wrap .message-processing {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #eee;
	cursor: default;
}
.form-wrap .message-failure {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffeaea;
	cursor: default;
}
.form-wrap .message-failure div,
.form-wrap .message-processing div,
.form-wrap .message-success div {
	padding: 15px;
}

.ico-loading {
	padding-left: 20px;
	background: url(../images/ico-loading.gif) left center no-repeat;
}
