
/* 
  ---------------------------------- 
	>> General
  ---------------------------------- 
*/

html {
	margin: 0;
	padding: 0;
	height: 101%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal 11px/1.0em Arial, Verdana, sans-serif, "Lucida Grande", "Helvetica Neue";
	background-color: #FFF;
	color: #101010;
}

form, dt, dl, dd, ol, div, blockquote, 
h1, h2, h3, h4, h5, h6, a, pre, code {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 8px;
	/* text-align: justify; */
}

a { color: #D47502; text-decoration: none; font-style: italic; outline: none; }
a:hover { color: #000; }

h2, h3, h4, h5, h6 {
	font-family: "Arial Narrow", Arial, sans-serif;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
}

li {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}


/*
  ----------------------------------
	>> Structure
  ----------------------------------
*/

div#container,
div#header_frame,
div#main_frame,
div#bottom_frame {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

div#header_frame {
	position: fixed;
	top: 0px;
	height: 105px;
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 5px;
	border-bottom: 3px solid #D47502;
	text-align: left;
	z-index: 101;
}

div#main_frame {
	padding-top: 148px;
	padding-bottom: 28px;
	text-align: left;
	vertical-align: top;
}

div#bottom_frame {
	position: fixed;
	bottom: 0px;
	height: 20px;
	background-color: #D47502;
	color: #FFF;
	text-align: right;
	vertical-align: middle;
	z-index: 100;
}


/*
  ----------------------------------
	>> Elements
  ----------------------------------
*/

/* HEADER */
div#header_frame img.logo {
	display: inline-block;
}
div#header_frame div.navigation {
	margin-top: 25px;
	font: normal 10px/1.0em Arial, Verdana, sans-serif, "Lucida Grande", "Helvetica Neue";
	white-space: nowrap;
	/* overflow: hidden; */
}
div#header_frame div.navigation a {
	display: inline-block;
	color: #909090;
	text-transform: uppercase;
	text-align: left;
	font-style: normal;
	padding-left: 15px;
	padding-right: 16px;
}
div#header_frame div.navigation a.first {
	padding-left: 0px;
	padding-right: 17px;
}
div#header_frame div.navigation a.last {
	padding-left: 17px;
	padding-right: 0px;
}
div#header_frame div.navigation a:hover {
	color: #000;
}
div#header_frame div.navigation a.selected {
	font-weight: bold;
	color: #D47502;
}
div#header_frame div.navigation a.selected:hover {
	color: #000;
}

/* CONTENT */
div#main_frame {
	/* nothing */
}
/* banner */
div#main_frame img.banner {
	margin-bottom: 12px;
}
/* subnav */
div#main_frame div.subnav {
	height: 15px;
}
div#main_frame div.subnav a {
	display: inline-block;
	padding-right: 10px;
	color: #909090;
	font-style: normal;
}
div#main_frame div.subnav a:hover {
	color: #000;
}
/* crosslink*/
div#main_frame a.crosslink {
	font-style: italic;	
}
/* jumper target */
div#main_frame div.frame_table div.frame a.jt,
div#main_frame div.frame_table div.frame2 a.jt {
	display: inline-block;
	position: relative;
	top: -175px;
	left: -10px;
	width: 1px;
	height: 1px;
	background: transparent;
	font-size: 1%;
	content: '';

}

div#main_frame div.frame_table {
	display: table;	
	position: relative;
	width: 100%;
}

/* frame - type: content */
div#main_frame div.frame {
	position: relative;
	padding-top: 10px;
	vertical-align: top;
	display: table-row;
	z-index: 10;
	width: 100%;
}
div#main_frame div.frame div.left {
	display: table-cell;
	width: 200px;
	height: 100%;
	vertical-align: top;
	text-align: right;
	padding-right: 35px;
	line-height: 1.5em;
	color: #909090;
}
div#main_frame div.frame div.right {
	display: table-cell;
	width: 430px;
	vertical-align: top;
	text-align: left;
	line-height: 1.5em;
}
div#main_frame div.frame div.left div.headline {
	color: #D47502;
	font-size: 200%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.05em;
	padding-top: 2px;
	padding-bottom: 8px;
}
div#main_frame div.frame div.right div.headline {
	padding-top: 12px;
	padding-bottom: 10px;
	color: #D47502;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.0em;
}
div#main_frame div.frame div.right div.headline2 {
	padding-top: 12px;
	padding-bottom: 10px;
	color: #121312;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.0em;
}
div#main_frame div.frame div.right div.headline.first {
	padding-top: 4px;
}
div#main_frame div.frame div.left a {
		color: #909090;
		font-style: normal;
}
div#main_frame div.frame div.left a:hover {
	color: #000;
}
div#main_frame div.frame div.left img {
	padding-top: 4px;
}

div#main_frame div.frame div.right span.label25px {
	display: inline-block;
	width: 25px;
}

/* frame2 - type: home */
div#main_frame div.frame2 {
	display: table-row;
	padding-top: 10px;
	vertical-align: top;
}
div#main_frame div.frame2 div.left {
	display: table-cell;
	width: 180px;
	vertical-align: top;
	text-align: left;
	padding-right: 55px;
	line-height: 1.5em;
	color: #909090;
}
div#main_frame div.frame2 div.right {
	display: table-cell;
	width: 430px;
	vertical-align: top;
	text-align: left;
	line-height: 1.5em;
}
div#main_frame div.frame2 div.left div.headline {
	color: #D47502;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.0em;
	padding-top: 12px;
	padding-bottom: 12px;
}
div#main_frame div.frame2 div.right div.headline {
	padding-top: 10px;
	color: #D47502;
	font-size: 200%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.05em;
	padding-bottom: 10px;
}
div#main_frame div.frame2 div.left div.date {
	font-weight: bold;
	line-height: 1.0em;
	padding-top: 7px;
	padding-bottom: 2px;
}
div#main_frame div.frame2 div.left div.title {
	color: #D47502;
	font-weight: bold;
	line-height: 1.0em;
	padding-top: 2px;
	padding-bottom: 2px;
}
div#main_frame div.frame2 div.left a {
	color: #D47502;
}
div#main_frame div.frame2 div.left a:hover {
	color: #000;
}
div#main_frame div.frame2 div.left img {
	padding-top: 4px;
}

/* BOTTOM */
div#bottom_frame a {
	display: inline-block;
	width: 72px;
	color: #FFF;
	text-align: center;
	font-style: italic;
	padding-top: 4px;
	padding-bottom: 2px;
}
div#bottom_frame a:hover {
	color: #000;
}
div#bottom_frame a.selected {
	font-weight: bold;
}
