html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* general */
body {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	line-height: 15px;
  background: #EEE url(/images/background_gradient.gif) repeat-x 50% 0;
	overflow-y: scroll;
}

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

a:hover {
	text-decoration: underline;
}

.hidden {
  display: none;
}

/* layout */
#background_main {
  /* creating white background (and left white border) for main content */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
	background: url(/images/984.gif) 50% 0 repeat-y;
}
#wrapper {
  position: relative;
  left: 7px; /* container is wider for containing margin-rights. this sets it back to being centered */
  margin: 0px auto; /* centering */
  padding-top: 84px;
  width: 960px;
  background: White;
}

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  border-bottom: #584f3e 1px solid;
  width: 944px; /* 960 - 16 */
}

/* navigation */
#navigation {
	list-style: none;
	overflow: hidden;
	margin-top: 18px;
	margin-bottom: 7px;
	width: 960px;
	padding: 0;
}

#navigation li {
	display: block;
	float: left;
	width: 224px;
	margin-right: 16px;
	font-size: 11px;
	line-height: 13px;
}

/*.tk-liberation-sans {
  font-family: "Helvetica", "Arial", sans-serif;
}*/

#navigation a {
	letter-spacing: 1px;
	text-transform: uppercase;
}

#navigation a.active {
	color: #ff302c;
}

.page_navigation {
	height: 99px;
	margin-bottom: 16px;
}

.page_navigation a,
.page_navigation a:hover {
	float: left;
	display: block;
	width: 50px;
	height: 99px;
	text-decoration: none;
	margin-right: 16px;
	/* TODO introduce hover-state */
	background: url(/images/paging-prev_light.png) 0 0 no-repeat;
}
.page_navigation a:hover,
.page_navigation .previous_hover {
  background: url(/images/paging-prev.png) 0 0 no-repeat;
}
.page_navigation a.hidden {
  display: none;
}

.page_navigation .next,
.page_navigation .next:hover {
	float: right;
	/* TODO introduce hover-state */
	background: url(/images/paging-next_light.png) 0 0 no-repeat;
}
.page_navigation .next:hover,
.page_navigation .next_hover {
  background: url(/images/paging-next.png) 0 0 no-repeat;
}

.page_navigation_overlay div {
  position: absolute; 
  top: 115px;
  width: 472px;
  height: 623px;
  z-index: 150;
  cursor: pointer;
}
.page_navigation_overlay div.next {
  left: 472px;
}

/* content */
.column {
	float: left;
	width: 224px;
	padding-right: 16px;
}

.column_wide {
  float: left;
  width: 704px;
  padding-right: 16px;
}

.column h1 {
  margin-top:16px;
}

.column p {
  margin-bottom: 12px;
}

.column p a {
  text-decoration: underline;
}
.column p a:hover {
  text-decoration: none;
  color: #ff302c;
}

.page_listing {
  margin-bottom: 50px;
}

.page_listing a {
  display: block;
}

.page_listing img {
  display: block;
  margin-bottom:16px;
}

.page_listing h1.page_headline {
  margin-top: 0;
  line-height: 20px;
}

.page_listing h1.page_headline a {
/*  display: inline;*/
  margin-bottom: 0;
  line-height: 20px;
}

.caption {
	display: block;
	margin-top: 5px;
	font-size: 11px;
}

/* forces break on parent-page-listings */
.list_break {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}

.scrollum {
	position: relative; /* needed for slide effect */
	float: left;
	width: 944px; /* 960 - 16 */
	overflow: hidden;
	vertical-align: top;
}

.scrollable {
  position: relative; /* needed for slide effect */
}

h1 {
	margin-top: 14px;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: normal;
	font-family: Times, "Times New Roman", serif;
}

#content_wrapper {
  height: 100%;
}

.large_images .fadeslot,
.large_images .fadeslot p {
  opacity: 0.0;
}

.fadeslot, .fadeslot .caption {
  opacity: 0.0;
}


/* column slideshow */

.slideshow {
  width: 224px;
  height: auto;
}

.column_wide .slideshow {
  width: 704px;
}

.slideshow img {
  display: none;
}

.slideshow img.first {
  display: block;
}


