html {overflow-y: scroll;}

body {
	background-color: #ddd;
	font: 11pt/140% Arial, Helvetica, sans-serif;
}

#header {
	padding: 25px 24px 0 26px;
	background: url(../images/top_bg.png) center top no-repeat;
}

#page-wrapper {
	margin: 25px auto 0 auto;
	padding-bottom: 50px;
	width: 950px;
	background: url(../images/bottom_bg.png) center bottom no-repeat;
}

#page {
	background: url(../images/frame_bg.png) center top repeat-y;
}

#logo {
	background: url(../images/header_bg.jpg) center top no-repeat;
	width: 900px;
	height: 82px;
	cursor: pointer;
}

#logo h1 {
	display: none;
}

#secondary-menu {
	min-height: 24px;
	background: #6fb4e0 url(../images/h_menue_bg.png) left bottom repeat-x;
	text-align: right;
	padding: 1px 0;
}

#secondary-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 80%;
}

#secondary-menu a:vistited {
	color: #fff;
}

#secondary-menu a:hover {
	color: #dff;
}

#footer {
	font-size: 60%;
	text-align: center;
	color: #777;
}

#footer a {
	color: #555;
}

#footer-columns {
	margin-top: 50px;
	font-size: 70%;
	padding-left: 90px;
	min-height: 32px;
	margin-left: 30px;
}

#footer-columns p {
	position: relative;
	top: 11px;
}

#sidebar-first {
	margin-left: 26px;
	float: left;
	width: 225px;
	margin-right: 25px;
}

#sidebar-second {
	float: left;
	width: 175px;
	margin-left: 25px;
	margin-top: 20px;
}

#sidebar-second .block h2 {
	font-size: 90%;
	font-weight: 800;
	margin: 0;
	margin-bottom: 1px;
	padding: 0 3px;
	background-color: #b1d6ee;
}

#sidebar-second .block .content {
	font-size: 90%;
	margin: 0;
	padding: 0 3px;
	background-color: #e0eff8;
	margin-bottom: 20px;
}

#sidebar-second a {
	text-decoration: none;
}

#sidebar-second img {
	border: none;
}

#sidebar-second .block .content p {
	margin: 0;
	padding-bottom: 1ex;
}

#content-wrapper {
	float: left;
	width: 625px;
}

#content {
	float: left;
}

.content-3-col {
	width: 425px;
}

#messages {
	padding: 0.5em;
	margin: 0 30px;
}

.menu {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

.menu li.leaf, .menu li.collapsed, .menu li.expanded {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li li {
	border-bottom: none;
/*	padding-left: 40px;*/
	border-top: 1px dotted #e0b852;
}

.menu li .menu {
	font-size: 90%;
	margin-left: 20px;
}

.menu a {
	color: #1f4d67;
	text-decoration: none;
}

.menu a:hover {
	color: #1f4d67;
	background: #fff8e6;
}

.menu li {
	border-bottom: 1px solid #e0b852;
}

.menu li a {
	display: block;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 0;
	min-height: 22px;
}

.menu li a.active {
	background: #f5ebd2 url(../images/arrow.png) 10px center no-repeat;
	color: #000;
}

ul.inline li {
	padding-left: 0;
}

/* ELEMENTS */

a {
	color: #1d4d64;
	text-decoration: underline;
}

a:hover {
	color: #4e8cbb;
}

h1 {
	font-size: 180%;
	line-height: 140%;
	font-weight: 400;
}

h2 {
	font-size: 160%;
	font-weight: 400;
}

h2 a, h3 a {
	text-decoration: none;
	color: #1f4d67;
}

.feed-icon {
	display: none;
}

.link-wrapper {
	font-size: 80%;
}

.link-wrapper .blog_usernames_blog {
	display: none;
}

.link-wrapper .node-readmore:before {
	content: "> ";
}

.node-page, .node-blog {
	margin-bottom: 2em;
}

.consortium-entry {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #bbb;
	padding: 20px;
}

.consortium-entry .logo {
	width: 250px;
	height: 140px;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}


.consortium-entry p {
	margin-top: 20px;
	width: 250px;
	height: 2em;
	margin-bottom: 0;
}

table {
	border: 0;
	border-style: none;
	margin-bottom: 1em;
	background-color: #eee;
	margin-left: -1px;
}

td {
	border: 1px solid white;
	padding: 1px 1em 1px 3px;
}

th {
	border: 1px solid white;
	background-color: #ddd;
	padding: 1px 1em 1px 3px;
}

.contact-form label {
	float: left;
	font-weight: 400;
	width: 11em;
}

.contact-form input {
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 3px 5px;
}

.contact-form textarea {
	width: 620px;
	height: 300px;
}

.front .region-content .block-block {
	border-bottom: 2px solid #aaa;
	margin-bottom: 3em;
}

.submitted {
	float: left;
	margin: 0;
	padding-right: 1ex;
/*	text-transform: uppercase;*/
}

.submitted:after {
	content: " \2014 ";
}

body.front #block-system-main:before {
	content: "News";
	display: block;
	font-size: 160%;
	font-weight: 400;
}
