/* HTML tag styles. */
html {
	overflow-y: scroll;
}
h1 {
	font-size: 150%;
	margin-bottom: 15px;
}
h2 {
	font-size: 125%;
	margin-bottom: 15px;
	color: #666;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 1px solid #0080BF;
	color: #0A68DC;
}
strong {
	font-weight: bold;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 150%;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #0080BF;
	margin-bottom: 15px;
}
address {
	margin-bottom: 15px;
}
blockquote {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 15px 45px 5px 45px;
	margin-bottom: 15px;
}
ul {
	list-style: disc;
	margin-bottom: 15px;
}
ul li {
	margin-left: 30px;
	margin-bottom: 6px;
}
table {
	border-collapse: separate;
	border-width: 1px;
	border-color: transparent;
}
td {
	padding: 3px;
}

a {
	color: #0EA7ED;
}
a:hover {
	color: #0A68DC;
}

.sysError {
	border: 1px solid #cc0000;
	color: #cc0000;
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
}
.sysSuccess {
	border: 1px solid #006600;
	color: #006600;
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
}
.sysMessage {
	border: 1px solid #666666;
	color: #666666;
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
}

input.text, select.text, textarea.text {
	font-size: 100%;
	border: 1px solid #999;
}
input.required, select.required, textarea.required {
	background: #FDFFBD;
}
span.required {
	color: #cc0000;
}

/* Div that contains all content centered on page. */
#container {
	position: relative;
	width: 970px;
	margin: 0px auto;
}

/* Header items. */
#header-index {
	height: 113px;
}
#header {

}
#header-tagline {
	position: absolute;
	left: 66px;
	top: 88px;
	font-family: arial, verdana, sans-serif;
	font-size: 125%;
}

/* Nav items. */
#nav {
	height: 210px;
	background: #00b2ec;
}
#nav #index {
	float: left;
	background: url(../images/nav-index.jpg) left top no-repeat;
}
#nav #reglicensing {
	float: left;
	background: url(../images/nav-reglicensing.jpg) left top no-repeat;
}
#nav #surveys {
	float: left;
	background: url(../images/nav-surveys.jpg) left top no-repeat;
}
#nav #translations {
	float: left;
	background: url(../images/nav-translations.jpg) left top no-repeat;
}
#nav #bibliography {
	float: left;
	background: url(../images/nav-bibliography.jpg) left top no-repeat;
}
.nav-active {
	width: 470px;
	height: 210px;
	text-align: right;
}
.nav-inactive {
	width: 125px;
	height: 210px;
	text-align: right;
}

/* Content items. */
#content {
	/*position: relative;*/
	margin: 30px 25px 20px 25px;
	font-size: 80%;
}

/* Footer items. */
#footer {

}
#footer-nav {
	float: right;
}
#footer-text {
	font-size: 60%;
	margin: 5px 10px 0px 10px;
}
#footer-text p {
	margin-bottom: 5px;
}
#footer-text a {
	color: #000;
	text-decoration: underline;
}
#footer-text a:hover {
	color: #666;
	text-decoration: underline;
}
#footer-text a:visited {
	color: #000;
	text-decoration: underline;
}

table.bibliography td {
	padding: 5px 0px 5px 0px;
	font-size: 85%;
}

.column-left {
	/* Only use this if putting a visible border between left/right columns. */
	/*padding-right: 35px;*/
}
.column-right {
	width: 325px;
	/*border-left: 1px solid #0080BF;*/
	/* Make this 35px if putting a visible border between left/right columns. */
	padding-left: 45px;

}

.note {
	font-size: 90%;
	font-style: italic;
}

.highlight {
	color: #0A68DC;
}

.pic {
	padding: 3px;
	border: 1px solid #ccc;
}

table.form td {
	padding: 6px;
}

img.img-inline {
	border: 1px solid #999999;
	margin: 5px 15px 3px 0px;
}
img.img-inline-left {
	float: left;
	border: 1px solid #999999;
	margin: 5px 15px 3px 0px;
}
img.img-inline-right {
	float: right;
	border: 1px solid #999999;
	margin: 5px 0px 3px 15px;
}
