/*** DEFAULT STYLESHEET ***/

/*________________________________________________________________________________ GENERAL ELEMENTS ___*/

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #ffffff;
	line-height: 1.125em; /* Results in 18px. */
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em;
	line-height: 1.385em;
	font-family: Arial, sans-serif;
	color: #F5821E;
}

h1 {
	font-size: 2em;
}

h2 {
	margin: 0 0 0.5em;
	/*font-size: 1.583em;*/
	font-size: 1em;
}

div.col_2of4 h2 {
	margin: 0 0 0.5em;
}

h3 {
	font-size: 1.083em;
	color: #333333;
}

h4, h5, h6 {
	font-size: 1em;
}

p {
	margin-bottom: 1em;
	font-size: 1em;
}

a {
	
	color: #003366;
}

a:hover {
	text-decoration: none;
}

img {
	display: block;
}

hr {
	clear: both;
	height: 0;
	margin: 0 0 0.75em;
	border: none;
	border-bottom: 1px solid #d6d6d6;
	color: #d6d6d6;
}

ul {
	margin: 0 0 1em 1em;
	padding: 0;
	list-style-type: none;
}

ul li {
	background: url(/static/images/public/ico_listmarker.png) no-repeat left 4px;
	margin: 0;
	padding-left: 1.5em;
}

ol {
	margin: 0 0 1em 2.6em;
	padding: 0;
}

ol li {
	margin: 0;
}

br {
	clear: both;
	height: 0;
	line-height: 0;
}

table {
	margin: 0 0 1em;
	font-size: 1em;
}

table th,
table td {
	padding: 0.5em 1em;
}

table th {
	background: #e3e3e3;
	color: #333333;
	border-bottom: 1px solid #d6d6d6;
}

table td {
	padding: 0.5em 1em;	
	color: #333333;
}



/*________________________________________________________________________________ BASIC CLASSES ___*/

.clear {
	clear: both !important;
	height: 0 !important;
	text-indent: -9999px !important;
	line-height: 0 !important;
	font-size: 1px !important;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}



/*________________________________________________________________________________ COLUMN LAYOUT ___*/

div.pagewrapper {
	width: 924px;
	margin: 1.5em auto;
	font-size: 0.750em;
}

div.col_blank,
div.col_gap,
div.col_1of4,
div.footer_col_1of4,
div.col_2of4,
div.col_3of4,
div.col_4of4 {
	float: left;
	margin: 0 18px 1em 0;
}

div.col_1of4 {
	width: 192px;
}

div.footer_col_1of4{
}

div.col_2of4 {
	width: 504px;
}

div.col_3of4 {
	width: 714px;
}

div.col_4of4 {
	width: 924px;
}

div.col_4of4,
div.col_right {
	margin-right: 0;
}



/*________________________________________________________________________________ CONTENT ___*/

div.content {
	overflow: hidden;
}

div.content h1,
div.content h2 {
	position: relative;
	text-transform:uppercase;
}

div.container {
	overflow: hidden;
	margin-bottom: 2em;
}

div.container img {
	margin-bottom: 1em;
}

div.container div.container_col_left {
	position: relative;
	float: left;
	width: 240px;
}

div.container div.container_col_right {
	float: right;
	width: 240px;
}

div.container div.container_col_left p strong,
div.container div.container_col_right p strong {
	color: #333333;
}

div.small_content_block div {
	margin-bottom: 0.75em;
	border-bottom: 1px solid #D6D6D6;
}

/*________________________________________________________________________________ BASIC FORM ___*/


form legend {
	display: none;
}

form fieldset {
	margin: 0;
}

form fieldset br {
	clear: both;
	line-height: 0;
}

form fieldset label {
	display: block;
	margin: 0 0 0.5em;
	padding: 0.1em 0 0;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
}

form fieldset label span {
	color: #333333;
	font-size: 0.909em;
	font-weight: normal;
	padding-left: 6px;
}

form fieldset input,
form fieldset textarea,
form fieldset select {
	float: left;
	background: #ffffff;
	width: 356px;
	margin: 0 0 1em;
	border: 1px solid #cccccc;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
}

form fieldset input.checkbox {
	float: left;
	background: #ffffff;
	width: 50px;
	height: 15px;
	margin: 0 0 1em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
	padding-right: 2px;
	clear: both;
	border: none;
}

form fieldset input.radio {
	float: left;
	background: #ffffff;
	width: 50px;
	margin: 0 0 1em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
	padding-right: 2px;
	clear: both;
	border: none;
	overflow: hidden;

}

form fieldset input,
form fieldset select {
	height: 17px;
}

form fieldset input.file {
	height: 2.2em;
	}


form fieldset input {
	padding: 5px 3px 0;
}

form fieldset.buttonNewsLetter input {
	width: 150px;
}

form fieldset textarea {
	width: 359px;
	height: 100px;
	padding: 0 0 0 3px;
	line-height: 1.5em;
}

form fieldset select {
 	width: 364px;
	padding: 3px;
	height: 24px;
}

form fieldset select option {
	padding: 0 3px;
}

form fieldset div.navigation {
	margin: 0.75em 0 0;
}

form fieldset .error {
	background: #fff5ea;
}

form fieldset div.required {
	position: absolute;
}

form fieldset div.required span {
	position: absolute;
	top: 5px;
	left: -20px;
}

form fieldset a.button_large {
	float: right;
}

div.form_error_report {
	background: url(/static/images/public/bg_form_error_report_top.png) no-repeat left top;
	margin-bottom: 1.5em;
	padding: 6px 0 0;
}

div.form_error_report div.form_error_report_inner_holder {
	background: #ffffcc url(/static/images/public/ico_information_formerror.png) no-repeat 20px 10px;
	padding: 1em 69px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

div.form_error_report div.form_error_report_bottom {
	background: url(/static/images/public/bg_form_error_report_bottom.png) no-repeat left top;
	width: 504px;
	height: 6px;
}

div.form_error_report h2 {
	margin-bottom: 0.5em;
	font-weight: normal;
	font-size: 1.545em;
	color: #131415;
}

div.form_error_report h3 {
	margin: 0 0 0.5em;
	font-weight: normal;
	font-size: 1em;
	color: #333333;
}

div.form_error_report p {
	margin: 0 0 0.25em;
	font-weight: bold;
	color: #333333;
}

div.form_error_report p a {
	font-style: normal;
	color: #003366;
	text-decoration: none;
}
div.form_error_report p a:hover {
	text-decoration: underline;
}



/*________________________________________________________________________________ HEADER ___*/

div.header {
	position: relative;
	background: #000000 url(/static/images/public/bg_roundedblock_top.png) no-repeat left top;
	height: 78px;
	margin: 0 0 1em;
	padding: 15px 12px 13px;
	font-size: 0.917em;
}

div.header a.logo {
	position: absolute;
	right: 36px;
	top: 18px;
}

div.header img.logo_print {
	display: none;
}

div.header fieldset.header_search {
	float: left;
	margin: 0 0 0 48px;
	padding: 0;
}

div.header fieldset.header_search input.search {
	background: #ffffff url(/static/images/public/ico_magnifier.png) no-repeat 5px center;
	width: 144px;
	padding-left: 26px;
	margin: 0 6px 0 0;
}

div.header_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background: url(/static/images/public/bg_roundedblock_bottom.png) no-repeat left;
	width: 924px;
	height: 13px;
	border: none;
}



/*________________________________________________________________________________ MAIN NAVIGATION ___*/

ul.main_nav {
	position: absolute;
	left: 0;
	bottom: 10px;
	margin: 0;
}

ul.main_nav li {
	float: left;
	position: relative;
	z-index: 20;
	background: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #38393a;
}

ul.main_nav li:first-child {
	border-left: none;
}

ul.main_nav li a {
	display: block;
	padding: 0.909em 1.091em 0.455em;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.091em;
	color: #ffffff;
}

ul.main_nav li.hover a,
ul.main_nav li:hover a {
	color: #F5821E;
}

ul.main_nav ul {
	display: none;
	position: absolute;
	left: -1px;
	margin: 0;
	border: 1px solid #4f4f4f;
	border-bottom: none;
}

ul.main_nav li:first-child ul {
	left: 0px;
}

ul.main_nav li.hover ul,
ul.main_nav li:hover ul {
	display: block;
}

ul.main_nav ul li {	
	display: block;
	float: left;
	width: 180px;
	padding: 0;
	border-left: none;
	border-bottom: 1px solid #4f4f4f;
}

ul.main_nav ul li a {
	display: block;
	background: #333333;	
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-transform: none;
}

ul.main_nav ul li a:hover {
	background: #3d3d3d;
}

ul.main_nav li.hover ul li a,
ul.main_nav li:hover ul li a {
	color: #ffffff;
}

ul.main_nav li.hover ul li a:hover,
ul.main_nav li:hover ul li a:hover {
	color: #F5821E;
}



/*________________________________________________________________________________ SECONDARY NAVIGATION ___*/

ul.secondary_nav {
	margin: 0;
}

ul.secondary_nav li {
	position: relative;
	z-index: 30;
	float: left;
	background: none;
	margin: 0 1em 0 0;
	padding: 0;
}

ul.secondary_nav li.submenu {
	background: url(/static/images/public/ico_arrow_dropdown.png) no-repeat right 0.7em;
	padding: 0 1em 0 0;
}

ul.secondary_nav li a {
	display: block;
	padding: 0 0 0.25em;
	text-decoration: none;
	color: #e3e3e3;
}

ul.main_nav li.active a,
ul.secondary_nav li.active a,
ul.secondary_nav li a:hover,
ul.secondary_nav li.hover a,
ul.secondary_nav li:hover a {
	color: #F5821E;
}

ul.secondary_nav ul {
	display: none;
	position: absolute;
	top: 20px;
	left: -6px;
	margin: 0;
	border: 1px solid #4f4f4f;
	border-bottom: none;
}

ul.secondary_nav li.hover ul,
ul.secondary_nav li:hover ul {
	display: block;
}

ul.secondary_nav ul li {	
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #4f4f4f;
}

ul.secondary_nav ul li a {
	display: block;
	background: #333333;	
	width: 115px;
	padding: 0.182em 0.545em 0.273em;
	text-transform: none;
}

ul.secondary_nav ul li a:hover {
	background: #3d3d3d;
}

ul.secondary_nav li.hover ul li a,
ul.secondary_nav li:hover ul li a {
	color: #ffffff;
}

ul.secondary_nav li.hover ul li a:hover,
ul.secondary_nav li:hover ul li a:hover {
	color: #F5821E;
}

/*________________________________________________________________________________ Drop-Down ___*/

ul.drop_down {
	margin-left: 375px;
	margin-top: -25px;
}

ul.drop_down li {
	position: relative;
	float: left;
	z-index: 30;
	background: none;
	padding: 0;
}

ul.drop_down li.submenu {
	background: url(/static/images/public/ico_arrow_dropdown.png) no-repeat right 0.7em;
	padding: 1 1em 0 0;
}

ul.drop_down li a {
	display: block;
	padding: 0 0 0.25em;
	text-decoration: none;
	color: #e3e3e3;
}

ul.drop_down li.active a,
ul.drop_down li a:hover,
ul.drop_down li.hover a,
ul.drop_down li:hover a {
	color: #F5821E;
}

ul.drop_down ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	margin: 0;
	border: 1px solid #4f4f4f;
	border-bottom: none;
}

ul.drop_down li.hover ul,
ul.drop_down li:hover ul {
	display: block;
}

ul.drop_down ul li {	
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #4f4f4f;
}

ul.drop_down ul li a {
	display: block;
	background: #333333;	
	width: 95px;
	padding: 0.182em 0.545em 0.273em;
	text-transform: none;
}

ul.drop_down ul li a:hover {
	background: #3d3d3d;
}

ul.drop_down li.hover ul li a,
ul.secondary_nav li:hover ul li a {
	color: #ffffff;
}

ul.drop_down li.hover ul li a:hover,
ul.drop_down li:hover ul li a:hover {
	color: #F5821E;
}


/*________________________________________________________________________________ SUB NAVIGATION ___*/

ul.sub_nav {
	margin: 0 0 3em;
	border-top: 3px solid #e9e9e9;
}

ul.sub_nav li {
	background: none;
	margin: 0;
	padding: 1px 0;	
}

ul.sub_nav li a {
	display: block;
	background: url(/static/images/public/ico_arrow_darkgrey.png) no-repeat 9px 11px #e3e3e3;
	padding: 0.4em 0.5em 0.5em 1.5em;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

ul.sub_nav li a:hover,
ul.sub_nav li.active a {
	background-image: url(/static/images/public/ico_arrow_white.png);
	background-color: #F5821E;
	text-decoration: none;
	color: #ffffff;
}

ul.sub_nav ul {
	margin: 0;
}

ul.sub_nav ul li {
	border-top: 1px solid #d6d6d6;
}

ul.sub_nav ul li:first-child {
	border-top: none;
}

ul.sub_nav ul li a:hover,
ul.sub_nav ul li.active a {
	background-image: url(/static/images/public/ico_arrow_white.png);
	background-color: #ffffff;
	text-decoration: none;
	color: #F5821E;
}

ul.sub_nav li.active ul li a,
ul.sub_nav ul li a {
	background: none;
	font-weight: normal;
	color: #333333;
}

ul.sub_nav li.active ul li a:hover,
ul.sub_nav li.active ul li.active a {
	background: none;
	color: #F5821E;
}



/*________________________________________________________________________________ BREADCRUMB NAVIGATION ___*/

div.breadcrumb_nav_holder {
	overflow: hidden;
	width: 504px;
	margin: 0 0 2em;
	font-size: 0.917em;
}

div.col_3of4 div.breadcrumb_nav_holder {
	width: 714px;
}

div.breadcrumb_nav_holder h5 {
	float: left;
	margin: 0 1em 0 0;
	line-height: 1.6em;
	font-family: Verdana, Arial, sans-serif;
	color: #525558;
}

ul.breadcrumb_nav {
	float: left;
	background: url(/static/images/public/ico_arrow.png) no-repeat left center;
	margin: 0;
	padding-left: 8px;
}

div.col_3of4 ul.breadcrumb_nav {
	margin-left: 10px;
}

ul.breadcrumb_nav li {
	background: none;
	margin: 0;
	padding: 0;
	display: inline;
	color: #333333;
}

ul.breadcrumb_nav li span {
	padding: 0 3px 0 6px;
}

ul.breadcrumb_nav li a {
	text-decoration: none;
}

ul.breadcrumb_nav li a:hover {
	text-decoration: underline;
}



/*________________________________________________________________________________ FOOTER ___*/

div.footer {
	margin: 1em 0 1em;
	color: #ffffff;
	font-size: 0.917em;
}

div.footer h2 {
	font-size: 1.545em;
}

div.footer div.inner_footer {
	overflow: hidden;
	position: relative;
	background: #000000 url(/static/images/public/bg_roundedblock_top_footer_large.png) no-repeat left top;
	padding: 2em 0 4em;
}

div.footer div.inner_footer h2{
	text-transform: uppercase;
}

div.footer_small div.inner_footer {
	background: #000000 url(/static/images/public/bg_roundedblock_top.png) no-repeat left top;
	padding: 1.5em 0 2.5em;
}

div.footer div.inner_footer a {
	color: #ffffff;
}

div.footer div.col_1of4 ul {
	margin: 0 0 0.5em;
}

div.footer div.col_1of4 ul li {
	float: none;
}

div.footer div.inner_footer a.link_more,
div.footer div.inner_footer ul.links_list li a {
	background-image: url(/static/images/public/ico_arrow_white.png);
}

div.footer div.inner_footer hr {
	border-bottom: 1px solid #c6c6c6;
	color: #c6c6c6;
}

div.footer div.col_1of4 {
	width: 174px;
	padding: 0 0 0 18px;
}

div.footer div.col_blank{
	width: 25px;
	padding: 0 0 0 18px;
}

div.footer div.col_gap{
	width: 95px;
	padding: 0 0 0 18px;
}

div.footer div.col_2of4 {
	width: 468px;
	padding: 0 18px;
}

div.footer div.col_3of4 {
	width: 678px;
	padding: 0 18px;
}

div.footer div.col_right {
	padding: 0 18px 0 0;
}

div.footer div.col_1of4 fieldset {
	padding: 0 0 1em;
}

div.footer div.col_1of4 fieldset label {
	float: none;
	width: auto;
	margin: 0 0 0.5em;
	color: #ffffff;
}

div.footer div.col_1of4 fieldset input.textField {
	float: none;
	width: 166px;
	margin: 0 0 0.25em;
	width: 166px;
}

div.footer div.col_1of4 fieldset a.button {
	float: left;
	margin: 0 1em 0 0;
}

div.footer address {
	margin: 0 0 0.5em;
	padding: 0 0 1.5em;
	border-bottom: 1px solid #c6c6c6;
	font-style: normal;	
}

div.footer address span {
	background: url(/static/images/public/ico_listmarker_small.png) no-repeat left 6px;
	margin-left: 0.5em;
	padding-left: 1em;
}

div.footer_small address {
	padding: 0 0 0.5em;
	border-bottom: none;
}

div.footer div.inner_footer div.footer_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(/static/images/public/bg_roundedblock_bottom.png) no-repeat left top;
	width: 924px;
	height: 13px;
}

div.footer ul.legal_list {
	overflow: hidden;
	margin: 0;
}

div.footer ul.legal_list li {
	float: left;
	background: none;
	padding: 0 1em 0 0;
}

div.footer_small ul.links_list {
	font-size: 0.909em;
}

div.footer_small ul.links_list li a {
	background-position: left 4px;
}


/*________________________________________________________________________________ REUSABLE COMPONENTS ___*/

/*___ BUTTON ___*/


	

div.floatLeft {
	float: left;
}

div.floatRight {
	float: right;
}
	
a.button {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 10.9px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

a.button span {
	float: left;
	background-image: url(/static/images/public/spr_button.png);
	height: 24px;
}

a.button span.button_left,
a.button span.button_right {
	background-repeat: no-repeat;
	width: 9px;
	text-indent: -9999px;
}

a.button span.button_left {
	background-position: 0 0;
}

a.button span.button_center {
	background-position: 0 -24px;
	background-repeat: repeat-x;
	width: auto;
	padding: 0 1.273em;
	line-height: 25px;
}

a.button span.button_right {
	background-position: -9px 0;
}

a.button:hover span.button_left {
	background-position: 0 -48px;
}

a.button:hover span.button_center {
	background-position: 0 -72px;
}

a.button:hover span.button_right {
	background-position: -9px -48px;
}


/*___ BUTTON LARGE ___*/

a.button_large {
	font-size: 1.636em;
}

a.button_large span {
	background-image: url(/static/images/public/spr_button_large.png);
	height: 36px;
}

a.button_large span.button_center {
	background-position: 0 -36px;
	padding: 0 1.556em;
	line-height: 36px;
}

a.button_large:hover span.button_left {
	background-position: 0 -72px;
}

a.button_large:hover span.button_center {
	background-position: 0 -108px;
}

a.button_large:hover span.button_right {
	background-position: -9px -72px;
}


/*___ LINK MORE & LINKS LIST ___*/

ul.links_list {
	margin: 0 0 1em;
}

ul.links_list li {
	background: none;
	padding: 0;
}

a.link_more,
ul.links_list li a {
	background: url(/static/images/public/ico_arrow.png) no-repeat left 5px;
	padding: 0 0 0 0.75em;
}


/*___ HEAD ICONS ___*/

span.icon_key {
	position: absolute;
	right: 0;
	background: url(/static/images/public/ico_key.png) no-repeat right top;
	width: 22px;
	height: 33px;
}

span.icon_lock {
	position: absolute;
	width: 192px;
	background: url(/static/images/public/ico_lock.png) no-repeat right top;
	height: 28px;
}

span.icon_manager {
	position: absolute;
	right: 0;
	background: url(/static/images/public/ico_manager_grey.png) no-repeat right top;
	width: 26px;
	height: 42px;
}

a.icon_rss {
	overflow: hidden;
	position: absolute;
	background: url(/static/images/public/ico_rss.png) no-repeat right top;
	width: 192px;
	height: 28px;
	text-indent: -9999px;
}

h1 a.icon_rss {
	width: auto;	
	padding: 0 25px 0 0;
	line-height: 2.5em;
	text-decoration: none;
	text-indent: 0;
	font-weight: normal;
	font-size: 0.417em;
	right: 0;
}

h1 a.icon_rss:hover {
	text-decoration: underline;
}


/*___ PAGE BROWSER ___*/

ul.page_browser {
	overflow: hidden;
	float: left;
	margin: 1em 0 2em;
}

ul.page_browser li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
}

ul.page_browser li a {
	text-decoration: none;
	display: block;
}

ul.page_browser li.prev a,
ul.page_browser li.next a {
	background: #202020;
	color: #ffffff;
	height: 24px;
	text-align: center;
	line-height: 2em;	
	display: inline-block;
}

ul.page_browser li.prev .prev_disabled,
ul.page_browser li.next .next_disabled {
	background: #202020;
	color: #ffffff;
	height: 24px;
	text-align: center;
	line-height: 2em;	
	display: inline-block;
}

ul.page_browser li.prev .prev_disabled {
	background: url(/static/images/public/ico_arrow_prev.png) no-repeat 10px #202020;
	padding: 0 10px 0 20px;
}

ul.page_browser li.next .next_disabled {
	background: url(/static/images/public/ico_arrow_next.png) no-repeat #202020;
	background-position: 88% center;
	padding: 0 20px 0 10px;
}

ul.page_browser li.pages li.active2 {
	background: #F5821E;
	color: #ffffff;
}

ul.page_browser li.prev a {
	background: url(/static/images/public/ico_arrow_prev.png) no-repeat 10px #202020;
	padding: 0 10px 0 20px;
}
ul.page_browser li.prev a:hover {
	background: url(/static/images/public/ico_arrow_prev.png) no-repeat 10px #F5821E;
}

ul.page_browser li.next a {
	background: url(/static/images/public/ico_arrow_next.png) no-repeat #202020;
	background-position: 88% center;
	padding: 0 20px 0 10px;
}
ul.page_browser li.next a:hover {
	background: url(/static/images/public/ico_arrow_next.png) no-repeat 42px #F5821E;
	background-position: 88% center;
}

ul.page_browser ul,
ul.page_browser li.pages {
	margin: 0;
}

ul.page_browser ul li,
ul.page_browser ul li a {
	width: 24px;
	height: 24px;
	line-height: 24px;	
	text-align: center;
}

ul.page_browser li.pages li {
	background: #f1f1f1;
}

ul.page_browser li.pages li.active a,
ul.page_browser li.pages a:hover {
	background: #F5821E;
	color: #ffffff;
}


/*___ TEXT ELEMENTS ___*/

p.intro {
	font-weight: bold;
	color: #333333;
}



/*________________________________________________________________________________ PUSHBOX ___*/


div.pushbox {
	background: #000000 url(/static/images/public/bg_pushbox_shadow.png) no-repeat left bottom;
	position: relative;
	padding-bottom: 5px;
	zoom: 1;
}

div.pushbox div.pushbox_viewport {
	width: 714px;
	height: 269px;
	overflow: hidden;
	position: relative;	
}

div.pushbox img.main_visual {
	position: absolute;
	top: 0;
	left: 0;
}

div.pushbox ul.slides li {
	float: left;
	position: absolute;
	top: 0;
	left: 714px;
	width: 714px;
	height: auto;
	padding-left: 0;
}

div.pushbox div.pushbox_container {
	background: url(/static/images/public/bg_pushbox_container.png) repeat-y ;
	width: 305px;
	height: 209px;
	border-right: 1px solid #666057;
	padding: 40px 20px 20px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

div.pushbox div.pushbox_container h1 {
	font-size: 3.273em;
	margin-bottom: 0.2em;
}

div.pushbox div.pushbox_container a {
	background: url(/static/images/public/ico_arrow_pushbox.png) no-repeat left 5px;
	padding-left: 12px;
	font-family: Arial, Verdana;
	font-size: 1.727em;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
}

div.pushbox div.pushbox_container a:hover {
	text-decoration: underline;
}

/*** PUSHBOX NAVIGATION ***/
div.pushbox ul.pushbox_nav {
	position: absolute;
	bottom: 20px;
	left: 200px;
	z-index: 10;
}

div.pushbox ul.pushbox_nav li {
	background: none;
	float: left;
	padding: 0;
	margin-right: 5px;
	color:#F5821E;
}

div.pushbox ul.pushbox_nav li a {
	background: url(/static/images/public/bg_pushbox_nav.png) no-repeat left center;	
	display: block;
	width: 18px;
	height: 18px;
	color: #000000;
	text-decoration: none;	
	text-align: center;
}

div.pushbox ul.pushbox_nav li:hover a {
	background: url(/static/images/public/bg_pushbox_nav_hover.png) no-repeat left center;	
}

div.pushbox ul.pushbox_nav li.active a {
	background: url(/static/images/public/bg_pushbox_nav_active.png) no-repeat left center;
}

/*** CORNERS ***/
div.pushbox div.corner_topleft,
div.pushbox div.corner_topright,
div.pushbox div.corner_bottomleft,
div.pushbox div.corner_bottomright {
	position: absolute;
	height: 2px;
	width: 2px;
	z-index: 3;	
	display: inline-block;
}

div.pushbox div.corner_topleft,
div.pushbox div.corner_topright {
	top: 0;
}

div.pushbox div.corner_topright,
div.pushbox div.corner_bottomright {
	right: 0;
}

div.pushbox div.corner_bottomleft,
div.pushbox div.corner_bottomright {
	bottom: 5px;
}

div.pushbox div.corner_topleft,
div.pushbox div.corner_bottomleft {
	left: 0;
}

div.pushbox div.corner_topleft {
	background: url(/static/images/public/bg_pushbox_topleft.png) no-repeat top left;
}

div.pushbox div.corner_topright {
	background: url(/static/images/public/bg_pushbox_topright.png) no-repeat top right;
}

div.pushbox div.corner_bottomleft {
	background: url(/static/images/public/bg_pushbox_bottomleft.png) no-repeat bottom left;
}

div.pushbox div.corner_bottomright {
	background: url(/static/images/public/bg_pushbox_bottomright.png) no-repeat bottom right;
}

/*________________________________________________________________________________ LOGIN ___*/

div.login {
	background: url(/static/images/public/bg_login_shadow.png) no-repeat left bottom;
	margin: 1em 0 2em;
	padding: 0 0 2em;
}

fieldset.login {
	background: url(/static/images/public/bg_login_shadow.png) no-repeat left bottom;
	margin: 1em 0 2em;
	padding: 0 0 2em;
}

fieldset.login input {
	float: none;
	width: 184px;
	margin: 0 0 0.545em;
	padding-top: 3px;
}

fieldset.login input.button {
	width: auto;
	padding: 0 1.273em;
}

fieldset.login a.button {
	float: left;
	margin: 0 1em 0 0;
}

fieldset.login a.link_more {
	font-size: 0.909em;
	text-decoration: none;
}

fieldset.login a.link_more:hover {
	text-decoration: underline;
}



/*________________________________________________________________________________ LATEST NEWS LIST ___*/

ul.latest_news_list {
	margin: 0;
}

ul.latest_news_list li {
	background: none;
	margin: 0 0 0.5em;
	padding: 0 0 0.75em;
	border-bottom: 1px solid #d6d6d6;
}

ul.latest_news_list li strong {
	display: block;
}

ul.latest_news_list li a {
	display: block;
	background: url(/static/images/public/ico_arrow.png) no-repeat 0 7px;
	text-decoration: none;
	text-indent: 6px;
	color: #666666;
}

ul.latest_news_list li a:hover {
	text-decoration: underline;
}



/*________________________________________________________________________________ QUICK LINKS ___*/

div.quick_links {
	overflow: hidden;
	position: relative;
	background: #e9e9e9 url(/static/images/public/bg_corner_topleft.png) no-repeat left top;
	width: 504px;
	padding: 1.5em 0 2em;
}

div.quick_links_right{
	overflow: hidden;
	position: relative;
	background: #e9e9e9 url(/static/images/public/bg_corner_topleft.png) no-repeat left top;
	width: 192px;
	padding: 1.5em 0 2em;
}

div.quick_links div.quick_links_col_left {
float: left;
	width: 215px;
	padding: 0 18px;
}

div.quick_links_right div.quick_links_col_right {
	float: left;
	width: 175px;
	padding: 0 10px 0 10px;
}

div.quick_links div.quick_links_col_left {
	border-right: 1px solid #d6d6d6;
}

div.quick_links_right div.quick_links_col_right {
	border-left: 1px solid #ffffff;
}

div.quick_links ul li a,
div.quick_links_right ul li a {
	text-decoration: none;
	position: relative;
}

div.quick_links ul li a:hover,
div.quick_links_right ul li a:hover {
	text-decoration: underline;
}

div.quick_links span.icon_key ,
div.quick_links_right span.icon_key{
	background-image: url(/static/images/public/ico_key_grey.png);
}

/*________________________________________________________________________________ HIGHLIGHTS ___*/

ul.highlights_list {
	margin: 0;
}

ul.highlights_list li {
	overflow: hidden;
	background: none;
	margin: 0 0 1em;
	padding: 0 0 0.5em;
	border-bottom: 1px solid #d6d6d6;
}

ul.highlights_list li img {
	float: left;
	margin: 0 18px 0.5em 0;
}

ul.highlights_list li h3 {
	margin: 0;
}

ul.highlights_list li p {
	margin: 0;
	margin-left: 140px;
}


/*________________________________________________________________________________ INFOBOX ___*/

div.infobox {
	position: relative;
	background: url(/static/images/public/bg_infobox.png) no-repeat left top;	
	margin: 0 0 2em;
}

div.infobox div.infobox_inner_holder {
	background: url(/static/images/public/ico_infobox.png) no-repeat 15px 12px;
	padding: 1em 64px 0.25em;
	font-weight: bold;
	color: #ffffff;
}

div.infobox div.infobox_bottom {
	display: block;
	background: url(/static/images/public/bg_infobox_bottom.png) no-repeat left bottom;	
	width: 504px;
	height: 11px;
}

div.infobox p {
	margin: 0;
}



/*________________________________________________________________________________ TEASER ___*/

div.teaser_home {
	padding: 0 0 2em;
	font-size: 0.909em;
}

div.teaser_home img {
	margin: 0 0 1em;
}

div.teaser {
	background: #e9e9e9;
	padding: 0 12px 2em;
	font-size: 0.909em;
}

div.teaser img {
	margin: 0 -12px 1em;
}

div.teaser h2,
div.teaser_home h2 {
	margin: 0 0 0.25em;
	font-size: 1em;
}

div.teaser dl {
	overflow: hidden;
	width: 168px;
	margin: 0 0 1em;
}

div.teaser dl dt,
div.teaser dl dd {
	float: left;
}

div.teaser dl dt {
	width: 38px;
	font-weight: bold;
	color: #333333;
}

div.teaser dl dd {
	width: 130px;
	color: #666666;
}

div.teaser_stopper {
	display: block;
	overflow: hidden;
	height: 0;
	margin: 1px 0 2em;
	border-bottom: 3px solid #e9e9e9;
}



/*________________________________________________________________________________ RELATED DOCS ___*/

ul.docs_list {
	margin: 1em 0;
}

ul.docs_list li {
	overflow: hidden;
	background: none;
	padding: 0 0 1em;
}

ul.docs_list li a {
	text-decoration: none;
	vertical-align: -6px;
}

ul.docs_list li a:hover {
	text-decoration: underline;
}

ul.docs_list li a img {
	float: left;
	margin: 0 0.5em 0 0;
}



/*________________________________________________________________________________ NEWS LIST ___*/

ul.news_list {
	margin: 0 0 2em;
} 

ul.news_list li {
	overflow: hidden;
	background: none;
	width: 502px;
	margin: 0;
	padding: 1em 0;
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
} 

ul.news_list li span {
	float: left;
	width: 80px;
}

ul.news_list li a {
	float: left;
	background: url(/static/images/public/ico_arrow.png) no-repeat 0 7px;
	width: 410px;
	padding-left: 12px;
	text-decoration: none;
	font-weight: normal;	
	color: #666666;
}

ul.news_list li a:hover {
	text-decoration: underline;
	color: #003366;
}



/*________________________________________________________________________________ NEWS OVERVIEW & NEWS ARTICLE ___*/

ul.news_overview {
	margin: 0 0 1em;
}

ul.news_overview li {
	overflow: hidden;
	width: 504px;
}

ul.news_overview li,
div.news_article {
	background: none;
	margin-bottom: 1.15em;
	padding: 0;
}

ul.news_overview li span.date,
div.news_article span.date {
	color: #333333;
}

ul.news_overview li h2,
div.news_article h2 {
	margin: 0 0 0.5em;
	line-height: 1em;
	font-size: 1.75em;
	color: #333333;
}

ul.news_overview li h3,
div.news_article h3 {
	margin: 0;
}

ul.news_overview li p span.location {
	font-weight: bold;
	color: #333333;
}

ul.news_overview li img,
div.news_article img {
	float: left;
	padding: 0 12px 1em 0;
}

ul.news_overview li a.link_more,
div.news_article a.link_more {
	text-decoration: none;
}

ul.news_overview li a.link_more:hover,
div.news_article a.link_more:hover {
	text-decoration: underline;
}



/*________________________________________________________________________________ A-Z INDEX ___*/

ul.index_nav {
	overflow: hidden;
	background: url(/static/images/public/bg_col_large_shadow_top.png) no-repeat left top;
	width: 670px;
	margin: 0;
	padding: 1.636em 25px 0 10px;
}

ul.index_nav li {
	float: left;
	background: none;
	margin: 0.25em 0 0.75em;
	padding: 0;
	border-right: 1px solid #666666;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
}

ul.index_nav li.last {
	border: none;
}

ul.index_nav li a {
	display: block;
	height: 14px;
	padding: 0 1.25em;
	text-decoration: none;
}

ul.index_nav li a:hover {
	text-decoration: underline;
}

ul.index_nav li.inactive a {
	color: #cccccc;
}

div.index_divider {
	background: url(/static/images/public/bg_col_large_shadow_bottom.png) no-repeat left top;
	width: 674px;
	height: 10px;
}

ul.index_subjects {
	float: left;
	margin: 2em 0 1em;
}

ul.index_subjects li {
	background: none;
	width: 214px;
	margin: 0 24px 12px 0;
	padding: 0;
}

ul.index_subjects li h2 {
	margin: 0 0 0 15px;
	padding: 0 0 0.143em 0.143em;
	border-bottom: 1px solid #e3e3e3;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 1.909em;
}

ul.index_subjects li h2 a {
	text-decoration: none;
	color:#F5821E;
}

ul.index_subjects ul {
	margin: 0.455em 0 0 24px;
}

ul.index_subjects ul li {
	background: url(/static/images/public/ico_arrow.png) no-repeat 0 6px;
	width: auto;
	margin: 0;
	padding-left: 12px;
}

ul.index_subjects ul li a {
	text-decoration: none;
	color: #666666;
}

ul.index_subjects ul li a:hover {
	text-decoration: underline;
}



/*________________________________________________________________________________ DYNAMIC FORM ___*/

form fieldset.dynamic_form {
	margin: 0 0 2em;
	padding: 0 70px 0 70px;
}

form fieldset.dynamic_form select  {
/*	width: 450px; */
	width: 380px; 
}
/*________________________________________________________________________________ 404 ERROR PAGE ___*/

div.error_teaser,
div.error_message {
	margin: 2em 0 1em;
}

div.error_teaser {
	padding: 0.5em 0 0 12px;
}

div.error_teaser h2 {
	margin: 0 0 0.5em;
	text-transform:uppercase;
}

div.error_teaser h3 {
	margin: 0;
}

div.error_teaser p {
	font-size: 0.909em;
	line-height: 1.5em;	
}

div.error_message {
	overflow: hidden;
	padding: 0 18px;
	border-left: 1px solid #d6d6d6;
}

div.error_message p {
	font-size: 1.091em;
	line-height: 1.5em;
}

div.error_message h1{
	text-transform:uppercase;
}

/*________________________________________________________________________________ CUSTOMIZED BUTTONS ___*/

form fieldset input.button1 {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 1.0 em;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	height: 25px;
/*	width: 80px;  */
	width: 124px;
	padding: 0 1.273em;
	line-height: 25px;
	overflow: visible;
	background:transparent url(/static/images/public/orange_small.gif) no-repeat scroll left center;
	border: none;
}

.printbutton {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 1.0 em;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	height: 25px;
/*	width: 80px; */
	width: 124px;	
	padding: 0 1.273em;
	line-height: 25px;
	overflow: visible;
	background:transparent url(/static/images/public/orange_small.gif) no-repeat scroll left center;
	border: none;
}

form fieldset input.buttonLarge {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 1.636em;
	font-weight: bold;
	color: #ffffff;
	background:transparent url(/static/images/public/orange_large.gif) no-repeat scroll left center;
	cursor: pointer;
	height: 36px;
	width: 200px;
	padding: 0 1.556em;
	line-height: 36px;
	border: none;
}
div.pushbox ul.slides li h1{
	text-transform: uppercase;
	color:#F5821E;
	font-size:2em;
}
fieldset.login  h2{
	text-transform: uppercase;
	font-size:1em;
	color:#F5821E;
}
.text_uppercase{
	text-transform: uppercase;
	color:#F5821E;
}
div.attachment {
	top: 16px;
	left: -15px;	
	position:relative;
	font-weight:bold;
	color:#333333;
}
