/* Main layout */
* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family: inherit;
	color: inherit;
}
html {
	padding: 0;
	margin: 0;
	background-color: #CCC;
	background-image: url('../images/site_design/diagonal.gif');
}
body {

}
/* General text style */
body {
	font-family: calibri, tahoma, verdana, helvetica, sans-serif;
	color: #333;
}
pre, tt {
	font-family: consolas, "lucida console", monospace;
	font-size: 90%;
}
h1, h2, h3, h4, h5, h6, .subtitle {
	font-family: constantia, garamond, serif;
}
small {
	font-size: 80%;
}
sup, sub {
	font-size: 70%;
}
a {
	color: #25B;
	text-decoration: none;
}
a:hover {
	color: #36C;
	text-decoration: underline;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #36C;
	font-weight: normal;
}
h1 { font-size: 150%; }
h2 { font-size: 120%; }
h4 { font-style: italic; }
h5 { color: #333; font-style: italic; }
h6 { color: #333; font-style: italic; }

h1, h2, h3, h4, h5, h6, p, table, pre, ul, ol, hr {
	margin-top: 1em;
}
ul, ol {
	margin-left: 1.5em;
}
ul ul, ol ol, ul ol, ol ul {
	margin-top: 0;
}

h1:first-child, h1.first-child, h2:first-child, h2.first-child, h3:first-child, h3.first-child, h4:first-child, h4.first-child, h5:first-child, h5.first-child, h6:first-child, h6.first-child,
p:first-child, p.first-child, ul:first-child, ul.first-child, ol:first-child, ol.first-child, table:first-child, table.first-child, form:first-child, form.first-child, pre:first-child, pre.first-child, hr:first-child, hr.first-child {
	margin-top: 0 !important;
}

/* General element style */
hr {
	color: #999;
	background-color: #999;
	height: 1px;
	border: none;
	margin-bottom: 1em;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
}
table td, table th {
	vertical-align: top;
	text-align: left;
	border: none;
}
div#content {
	width: 800px;
	padding: 0 15px;
	background-image: url('../images/site_design/body_shadow.png');
	margin: 0 auto 23px auto;
}
div#main_content {
	padding: 1.5em 1em;
	text-align: justify;
	line-height: 140%;
}
/* Banner */
div#banner {
	height: 4.5em;
	background: #369 url('../images/site_design/benryves_digital.gif') no-repeat scroll bottom right;
	position: relative;
	margin-bottom: 0.2em;
}
/* Navigation bar */
div#navigation {
	font-size: 95%;
	height: 2em;
	background-color: #369;
	position: absolute;
	bottom: 0;
}
div#navigation ul {
	height: 100%;
	margin-left: 1em;
}
div#navigation ul li {
	height: 100%;
	float: left;
	list-style: none;
	position: relative;
	padding: 0.3em 1em 0 1em;
	color: white;
}
div#navigation ul li.selected {
	background-color: white;
}
div#navigation ul li a {
	color: white;
	text-decoration: none;
}
div#navigation ul li.selected a {
	color: #333;
}
/* Footer */
div#footer {
	text-align: center;
	padding: 1em;
	color: white;
	background-color: #369;
	border-top: 1em solid white;
	font-size: 80%;
}
div#footer a {
	color: inherit;
}
/* Common interface styles */
p.comments {
	min-height: 16px;
	padding-left: 20px;
	background-image: url('../images/icons/comments.png');
	background-position: left;
	background-repeat: no-repeat;
}
.subtitle {
	color: #666;
	font-style: italic;
	margin-bottom: 0.4em;
	margin-top: 0;
}
div.link_bar {
	font-size: 85%;
	padding: 0.3em 0;
	margin: 1em 0;
	border-top: 1px solid #69C;
	border-bottom: 1px solid #69C;
}
div.link_bar p {
	margin: 0;
}
.previous, .next {
	display: inline;
	min-height: 16px;
	padding-left: 20px;
	padding-right: 1em;
	background-position: left;
	background-repeat: no-repeat;
}
.previous {
	background-image: url('../images/icons/control_rewind.png');
}
.next {
	background-image: url('../images/icons/control_fastforward.png');
}
/* Taskbar */
div#taskbar_outer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 23px;
	font-size: 12px;
}
div#taskbar {
	height: 100%;
	background-color: #EEE;
	border: 1px solid #AAA;
	border-bottom: none;
	margin: 0 1em;
}
div#taskbar a {
	height: 19px;
	display: block;
	background-repeat: no-repeat;
	background-position: 3px 50%;
	padding: 4px 4px 0 22px;
	color: #333;
}
div#taskbar a:hover {
	text-decoration: none;
	background-color: #369;
	color: white;
}
div#taskbar a.left {
	border-right: 1px solid #AAA;
	float: left;
}
div#taskbar a.right {
	border-left: 1px solid #AAA;
	float: right;
}