@charset "UTF-8";
/* CSS Document */

body {
	position: absolute;
	background:#FFF;
}

html, body {
	top:0; left:0; right:0;
	min-height:100%;
	margin:0;
	padding:0;
	width:100%;
	font: 12px/1.5 Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
}

a {
	color: #000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border: 0px;
}

h1 {
	font-size: 14px;
}

h3 {
	font-size: 1em;
}

dl,dt,dd {
	margin: 0px;
	padding: 0px;
}

ul,li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#content {
	margin:0;
	padding: 50px 0px 120px 40px;
	z-index:2;
}
	
#footer_container {
	/* display:none; */
	position:fixed;
	bottom: 0; left:0; right:0;
	margin: 0;
	height: 120px;
	z-index: 3;
}
	
#footer {
	position: absolute;
	top:0; left:0; right:0; bottom:0;
	background: #EFEFEF;
	z-index: 3;
}
	
#footer_top {
	background: url(footerpattern.gif);
	height: 96px;
	z-index: 3;
}
	
#footer_bottom {
	background: #000000;
	color: #999;
	height: 24px;
	padding: 2px 0px 0px 450px;
	font-size: 11px;
	z-index: 3;
}

#footer_bottom a {
	color: #999;
}

div#logo {
	position:absolute;
	background: url(logo.png);
	top:15px;
	left:40px;
	width:150px;
	height:75px;
}

ul#menu {
	position: absolute;
	top: 45px;
	left: 450px;
}

div#rightcolumn {
	position: absolute;
	margin-left: 410px;
	width: 500px;
	padding-bottom: 150px;
}

div#leftcolumn {
	position: absolute;
	float: left;
	width: 350px;
	padding-bottom: 150px;
}

ul.breadcrumb {
	width: 494px;
	background:url(footerpattern.gif);
	list-style-type: none;
	margin: 0px;
	padding: 1px 3px 1px 3px;
	margin-bottom: 2em;
}

ul.breadcrumb li {
	display: inline;
}

ul.breadcrumb li:before {
	content: "\0020\0020>\0020\0020";
}

ul.breadcrumb li:first-child:before {
	content: "";
}

table.cv {
	margin-bottom: 1em;
}

table.cv caption {
	text-align: left;
	font-weight: bold;
}

table.cv tr {
	vertical-align: top;
}

table.cv td {
	padding-right: 10px;
}

div#zoomBack {
	width: 500px;
	height: 100%;
	position: absolute;
	background:url(white80.png);
	display: none;
}

div#zoom {
	width: 500px;
	position: absolute;
	background: #FFF;
	display: none;
}

div#zoomCaption {
	padding: 2px 0px 6px 0px;
}

div#zoomBottom {
	background: url(footerpattern.gif);
	height: 10px;
	width: 100%;
}

dl.images {
	font-size: 10px;
}

dl.imagerow {
	clear: both;
}

dl.imagerow dt {
}

dl.imagerow dd {
}

dl.imagerow dt {
	margin-bottom: 10px;
}

dl.imagerow .left {
	float: left;
	width: 170px;
}

dl.imagerow .right {
	width: 170px;
}

dl.imagerow .top {
	margin-bottom: 0px;
}

dl.imagerow .right {
	margin-left: 180px;
}

dl.imagerow .left {
}

dl.imagerow .bottom {
	margin-bottom: 10px;
}

div.image {
	margin-bottom: 10px;
	font-size: 10px;
}
	
div.image_left {
	margin-bottom: 10px;
}
	
div.image_left img {
	float: left;
}
	
div.image div.caption {
	margin-top: 2px;
}

div.caption_side {
	height: 100%;
	vertical-align:bottom;
}

div.headline {
	margin: 1em 0em 1em 0em;
}

span.title {
	font-style:italic;
}

.author {
	text-align: right;
	padding-right: 1em;
	font-style: italic;
}

/* IE */
	
* html, * html body {
	overflow: hidden;
	bottom: 0;
	height: 100%;
}
	
* html #footer_container {
	position: absolute;
	width: 100%;
	padding-right: 16px;
}
	
* html #footer {
	height:100%;
	position:static;
}
	
* html div#logo {
	background: url(logo.gif);
}
	
* html #content {
	position:absolute;
	top:0; bottom:0; left:0; right:0;
	height:100%;
	width:100%;
	overflow:auto;
	margin:0;
}

