@charset "utf-8";
/* CSS reset by Eric Meyer - meyerweb.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, div.para, 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, 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-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
:focus{outline: 0;} body{line-height: 1;color: #000;background: #fff;} ol, ul{list-style: none;}
table{border-collapse: separate;border-spacing: 0;} caption, th, td{text-align: left;font-weight: normal;} blockquote:before, blockquote:after, q:before, q:after{content: "";} blockquote, q{quotes: "" "";} a{text-decoration: none;}
/* end reset */

/*
** Basic-Setups
*/

html, body {
	height: 100%;
	width: 100%;
}

html {
	overflow-y: scroll;
}

body {
	color: #999;
	font-family: helvetica, tahoma, arial, sans-serif;
	font-size: 62.5%; /* 10px = 1em */
	background: #fff url("../img/header-background.gif") repeat-x left 3em;
}

* {
	font-size: 1.0em;
}

/* Forms-Setup */
form, label, fieldset {
	border: none;
}

textarea, input, select, option {
	font-family: helvetica, tahoma, arial, sans-serif;
	color: #999;
}

textarea {
	font-size: 1.1em;
	line-height: 14px;
	overflow: auto;
}

dt,
dd,
li,
th,
td,
p {
	font-size: 1.1em;
	line-height: 14px;
}

h1, h2, h3, h4, h5 {
	clear: both;
	color: #6c6c6c;
	overflow: hidden;
	font-family: cambria, "times new roman", serif;
}

h2 {
	font-size: 4.5em;
	line-height: 54px;
	letter-spacing: -1px;
}

h3 {
	font-size: 3.0em;
	line-height: 40px;
	margin-bottom: 15px;
	color: #999;
}

h4 {
	font-size: 1.4em;
	line-height: 20px;
	color: #999;
}

h5 {
	font-size: 1.1em;
	line-height: 15px;
	font-weight: bold;
	font-family: helvetica, tahoma, arial, sans-serif;
}

b,
strong,
.bold {
	font-weight: bold;
}

em, i,
.italic {
	font-style: italic;
}

/* links */
a,
a:hover {
	color: #3492c1;
	text-decoration: none;
}


/*
** clearing
*/

.clear {
	padding: 0px;
	margin: 0px;
	line-height: 0.1px;
	font-size: 0.1px;
	height: 0.1px;
	display: block;
	clear: both;
	overflow: hidden;
}

.clearContainer {
	clear: both;
	height: 1%;
	overflow: hidden;
	display: block;
}


/*
** pageWrapper
*/

div#pageWrapper {
	width: 960px;
	overflow: hidden;
	clear: both;
	margin: 0px auto;
}


/*
** Header
*/

div#header {
	padding-bottom: 40px;	
}

h1#logo {
	position: relative;
	width: 96px;
	height: 71px;
	font-size: 2.0em;
	line-height: 20px;
	font-weight: bold;
	margin-top: 14px;
	margin-left: 8px;
}

h1#logo a,
h1#logo a:hover {
	text-decoration: none;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	z-index: 99;
	width: 100%;
	height: 100%;
	display: block;
	background: url("../img/union-logo.png") no-repeat left center;
}

h1#logo span {
	position: absolute;
	left: 0px;
	top: 28px;
	display: block;
}


/*
** Navigations
*/

div#naviWrapper {
	padding: 8px 0px 16px 144px;
	width: 808px;
	margin: 0px auto;
}

ul#mainNavigation {
	float: left;
	clear: none;
}	

ul#settingsNavigation {
	float: right;
	clear: none;
}

ul#mainNavigation li,
ul#settingsNavigation li {
	float: left;
	font-size: 1.4em;
	line-height: 16px;
	clear: none;
	font-family: cambria, "times new roman", serif;
}

ul#mainNavigation li span,
ul#settingsNavigation li span {
	clear: none;
	float: left;
	padding: 0px 8px;
}

ul#mainNavigation li a,
ul#mainNavigation li a:hover,
ul#settingsNavigation li a,
ul#settingsNavigation li a:hover {
	float: left;
	color: #6c6c6c;
	clear: none;
	display: block;
}

ul#mainNavigation li a:hover,
ul#settingsNavigation li a:hover,
ul#mainNavigation li a.active,
ul#mainNavigation li a.active:hover,
ul#settingsNavigation li a.active,
ul#settingsNavigation li a.active:hover {
	color: #3492c1;
}


/*
** Content
*/

div#mainContent {
	float: right;
	width: 816px; /* content 808 + margin 8 */
	clear: none;
}

div#secondaryContent {
	float: left;
	width: 144px; /* margin 8 + logo 96 + margin 40 */
	clear: none;
}	


/*
** General Content-Block
*/

.contentBlock {
	padding-bottom: 8px;
	float: left;
	clear: none;
}

.contentBlock.small {
	width: 264px;
	padding-right: 8px;
}

.contentBlock.medium {
	width: 536px;
}

.contentBlock.wide {
	width: 808px;
	clear: both;
}	

.contentBlock.image {
	padding-top: 0px;
}

.contentBlock.last {
	padding-right: 0px;
}	

.backgroundDot {
	background: url("../img/icon-dot-orange.gif") no-repeat left top;
	padding-top: 8px;
}

/* opacity */

#dynamic a,
#dynamic img {
	display: block;
	overflow: hidden;
}

/* Case-Link */

.caseLink {
	cursor: pointer;
}

.article p {
	margin-bottom: 20px;
}

/* Flash-Area */

div#flashArea {
	width: 808px;
	height: 443px;
	overflow: hidden;
	clear: both;
}


/*
** Footer
*/

div#footer {
	padding: 20px 0px;
}


/*
** Misc
*/

/* top-margin */
.top10 {
	margin-top: 10px;
}

.top20 {
	margin-top: 20px;
}

.top30 {
	margin-top: 30px;
}

.top40 {
	margin-top: 40px;
}

/* bottom-margin */
.bottom10 {
	margin-bottom: 10px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom30 {
	margin-bottom: 30px;
}

.bottom40 {
	margin-bottom: 40px;
}

/* floating */
.floatLeft {
	float: left !important;
}

.floatRight {
	float: right !important;
}

/* text-align */
.textLeft {
	text-align: left !important;
}

.textCenter {
	text-align: center !important;
}

.textRight {
	text-align: right !important;
}

/* misc stuff */
.active {
	cursor: default;
}

.normal {
	font-weight: normal !important;
}

.lighter {
	color: #999 !important;
}

.darker {
	color: #6c6c6c !important;
}

.noMargin {
	margin: 0px !important;
}

.noPadding {
	padding: 0px !important;
}

.hidden {
	display: none !important;
}