/*
/* RESETS (MEYER)
/*
*/

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,
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
ADDRESS {
	font-style: normal;
}


/*
/* PROJECT SPECIFIC
/*
*/


/* BASIC STYLING */
BODY {
	font-family: "lucida grande", "trebuchet ms", verdana, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
}
P {
	margin-bottom: 1em;
}
H1 {
	font-size: 26px;
	margin-bottom: 15px;
}
H2 {
	font-weight: bold;
	margin-bottom: 3px;
}
TABLE {
	margin-bottom: 20px;
	width: 100%;
}
TH {
	font-weight: bold;
	border-bottom: 4px solid #ccc;
	padding: 5px;
}
TD {
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}


/* ACCESSIBILITY STUFF */
.invisible {
	text-indent: -9999px;
	position: absolute;
	padding: 3px;
	text-align: left;
}
.hidden {
	display: none; /* note: most often not "visible" to screen readers */
}
.invisible:focus {
	text-indent: 0;
}

INPUT:focus, 
TEXTAREA:focus {
	background: #F6F7C4;
}


/* LINKS */
A {
	color: #107a8a;
}
A:hover {
	color: black;
}
A.more {
	font-size: 11px;
	text-transform: uppercase;
	background: url(../img/button_more_l.gif) no-repeat top left;
	display: block;
	height: 16px;
	color: white;
	text-decoration: none;
	margin: 10px 20px 40px 0;
	float: left;
	line-height: 1.4;
}
A.more:hover {
	color: white;
}
A.more SPAN {
	background: url(../img/button_more_r.gif) no-repeat top right;
	display: block;
	padding: 0px 5px 1px 5px;
}
A.nohref {
	color: #000000;
}

UL.documents LI
{
    list-style: none;
    padding: 0px 0px 0px 25px; 
}

UL.documents LI.pdf {
	background: url(../img/pdf.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

UL.documents LI.img {
	background: url(../img/pdf.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

UL.documents LI.doc 
{
	background: url(../img/icon_download.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

/* BASE LAYOUT */
#body {
	width: 930px;
	margin: 0 auto;
	position: relative;
	padding: 0 7px;
}
#content {
	overflow: hidden;
	margin: 0 0 20px 0;
	min-height: 200px;
}
#footer {
	background: black url(../img/footer_bg.png);
	color: white;
	padding: 10px 15px;
	height: 15px;
	margin: 0 0 40px 0;
	font-size: 11px;
	overflow: hidden;
	border-top: 40px solid white;
}
#footer A {
	color: white;
}
#footer A:focus {
	background: white;
	color: black;
}
#footer ADDRESS {
	float: left;
}
#footer P {
	float: right;
	margin: 0;
}


/* IMAGES */
IMG.left {
	float: left;
	margin: 0 10px 5px 0;
}
IMG.right {
	float: right;
	margin: 0 0 5px 10px;
}
DIV.image {
	font-size: 11px;
	color: #999;
	width: auto !important;
}
DIV.image.right {
	margin: 0 0 10px 10px !important;
	float: right !important;
	width: 200px !important;
}
DIV.image.left {
	margin: 0 10px 10px 0 !important;
	float: left;
	width: 200px !important;
}
DIV.image.top {
	margin: 0 0 10px 0 !important;
	float: none;
}
DIV.image.bottom {
	margin: 0 0 10px 0 !important;
	float: none;
}


/* GRID */
.threeColumns,
.twoColumns {
	overflow: hidden;
}
.threeColumns DIV {
	width: 290px;
	margin: 0 30px 0 0;
	float: left;
}
.threeColumns DIV.last {
	margin-right: 0px;
}
.oneColumn {
	width: 690px;
	padding-left: 230px;
}
.twoColumns DIV {
	width: 470px;
	margin: 0 30px 0 0;
	float: left;
}
.twoColumns DIV.last {
	width: 200px;
	margin: 0;
}
.twoColumns DIV.last DIV,
.threeColumns DIV.last DIV {
	width: auto;
	float: none;
	margin-right: 0;
}
.article {
	overflow: hidden;
}


/* TYPO STUFF FOR ARTICLES */
P.lead {
	font-size: 16px;
	margin-bottom: 23px;
}
.article EM {
	font-style: italic;
}
.article STRONG {
	font-weight: bold;
}
.article UL {
	list-style-type: square;
	padding-left: 15px;
	margin-bottom: 1em;
}


/* FORM STYLES */
.formGroup H2 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 7px 0;
	margin: 0 0 10px 0;
}
.formGroup {
	overflow: hidden;
	padding: 0 0 30px 0;
	clear: both;
}
.formGroup DIV {
	width: 210px;
	margin: 0 30px 10px 0;
	float: left;
}
.formGroup DIV INPUT {
	width: 210px;
	border: 1px solid #ccc;
	padding: 4px;
}
.formGroup DIV.odd {
	margin-right: 0;
}
.formGroup LABEL {
	display: block;
}


/* NEWS LIST STYLES */
.newsItem {
	margin-bottom: 20px !important;
}
.newsItem SPAN.date {
	display: block;
	color: #999;
	border-bottom: 1px solid #ccc;
	padding: 0 0 7px 0;
	margin: 0 0 10px 0;
}

body.start .twoColumns div.last.news li div.figure img, .newsItem div.figure img
{
    display: block;
}

body.start .twoColumns div.last.news li div.figure, .newsItem div.figure
{
    margin: 0 0 10px 0;
    width: auto;
    float: none;
}

body.start .twoColumns div.last.news li div.figure span, .newsItem div.figure span
{
    color: #666666;
    font-style: normal;
    font-size: 11px;
}

body.start .twoColumns div.last.news li div.figure.left, .newsItem div.figure.left
{
    float: left;
    margin: 3px 10px 10px 0;
   
}

body.start .twoColumns div.last.news li div.figure.right, .newsItem div.figure.right
{
    float: right;
    margin: 3px 0 10px 10px;
}

body.start .twoColumns div.last.news li div.figure.right, body.start .twoColumns div.last.news li div.figure.left
{
    width: 130px;
}
.newsItem div.figure.right, .newsItem div.figure.left 
{
    width: 210px;
}

.newsItem div.figure a
{
    text-decoration: none;
}




/* IMAGE GROUP STYLES */
.imageGroup H2 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 7px 0;
	margin: 0 0 10px 0;
}
.imageGroup {
	overflow: hidden;
	padding: 0 0 30px 0;
	clear: both;
}
.imageGroup DIV {
	width: 130px;
	margin: 0 40px 10px 0;
	float: left;
	text-align: center;
	font-size: 11px;
}
.imageGroup A {
	text-decoration: none;
}
.imageGroup A SPAN {
	text-decoration: underline;
}
.imageGroup DIV.third {
	margin-right: 0;
}



/* HEADER */
#header {
	overflow: hidden;
}


/* SERVICE MENU */
#services {
	position: relative; 
	width: 930px;
	height: 17px;
	background: url(../img/logo_top.gif) repeat-y;
	margin: 0 auto;
	padding: 5px 7px;
	overflow: hidden;
}
#services UL {
	padding: 0 0 0 114px; /* 123px; */
	overflow: hidden;
	font-size: 11px;
	color: #8f8f8f;
}
#services LI {
	float: left;
	margin-right: 20px;
}
#services A {
	color: #999;
}


/* TOP MENU */
#menu {
	background: url(../img/bg.jpg) repeat-x top left;
	overflow: hidden;
}
#menu DIV {
	width: 844px;
	padding: 0 0 0 100px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#menu DIV IMG {
	position: absolute;
	left: 0;
	top: 0;
}
#menu LI {
	float: left;
	margin-right: 20px;
}
#menu LI {
	margin-right: 0px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	text-shadow: #333 3px 3px 3px; /* *** ADDED MY ML *** */
}
#menu LI.current {
	color: #076c80;
	/*background: url(../img/menu_bg.jpg) repeat-x;*/
	padding: 55px 20px 60px 20px;
	text-shadow: none; /* *** ADDED MY ML *** */
}
#menu LI A {
	color: white;
	text-decoration: none;
	display: block;
	padding: 55px 20px 60px 20px;
}
#menu LI A:hover,
#menu LI A:focus {
	background: url(../img/menu_bg.jpg) repeat-x;
	color: #076c80;
}

#menu LI.link { /* *** ADDED MY ML *** */
	padding: 0px;
}

#menu LI.link a { /* *** ADDED MY ML *** */
	color: #076c80;
}


/* SUBMENU */
#submenu {
	width: 200px;
	position: absolute;
	top: 0;
	left: 7px;
}
#submenu A {
	text-decoration: none;
}
#submenu UL {
	border-top: 1px solid #ccc;
}
#submenu LI {
	padding: 7px 0 7px 10px;
	border-bottom: 1px solid #ccc;
}
#submenu LI.current {
	background: #f3f9f9 url(../img/submenu_bg.jpg) repeat-x;
	color: black;
}
#submenu UL UL {
	border: 0;
	list-style-type: square;
	padding-left: 15px;
	margin: 3px 0 0 0;
}
#submenu UL UL LI {
	border: 0;
	padding: 0;
}


/* VCARD */
.geo {
	display: none;
}



/* TEASER */
.teaser H1 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.teaser H1 A {
	text-decoration: none;
	border-bottom: 1px dotted #107a8a;
}
.teaser H1 A:hover {
	color: #333;
	border-bottom: 1px dotted #333;
}
.teaser IMG.top {
	margin: 0 0 10px 0;
}
.teaser IMG.bottom {
	margin: 10px 0 0 0;
}



/* PEOPLE PAGE */
BODY.people .oneColumn DIV.person {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
BODY.people .oneColumn DIV.person.last {
	border: 0;
	padding: 0;
	margin: 0;
}
BODY.people .oneColumn DIV.person IMG {
	float: left;
	margin-right: 10px;
}
BODY.people .oneColumn DIV.hcard {
	float: left;
	width: 170px;
	margin-right: 10px;
}
BODY.people .oneColumn DIV.personal {
	width: 340px;
	float: left;
}
BODY.people .oneColumn H2 {
	margin: 0;
}
BODY.people .oneColumn H3 {
	font-weight: bold;
}


/* STANDARD PAGE */
BODY.standard DIV.twoColumns {
	padding-left: 230px;
	width: 700px;
}
BODY.standard DIV.twoColumns DIV.last {
	font-size: 11px;	
}
BODY.standard DIV.twoColumns DIV.last H2 {
	font-size: 13px;
	padding: 0 0 5px 0;
}
BODY.standard DIV.image {
	margin: 0 0 20px 0;
	width: 200px;
}
BODY.standard DIV.image P {
	margin: 5px 0 0 0;
}

/* RIGHT COL IMAGE BOX */
DIV.images {
	padding: 0.5em 0em 0.5em 0em;
}
DIV.images DIV {
	margin: 0.3em 0em 0.3em 0em;
}
DIV.images .name {
	color: #000000 !important;
	font-weight: bold;	
}

/* LINK BOX */
DIV.link {
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
}

/* FACTS BOX */
DIV.facts {
	margin: 0 0 20px 0;
	background: #f3f9f9 url(../img/submenu_bg.jpg) repeat-x;
}
DIV.facts DIV {
	padding: 5px 10px 10px 10px;
}
DIV.facts H2 {
	background: url(../img/box_top.gif) no-repeat;
	padding: 10px 10px 0 10px !important;
}
DIV.facts LI SPAN {
	float: left;
}
DIV.facts UL {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
	width: 180px;
}
DIV.facts LI {
	padding: 5px 0;
	text-align: right;
	border-bottom: 1px solid white;
}
DIV.facts LI.last {
	padding: 5px 0 0 0;
	border: 0;
}
DIV.facts A.more {
	margin-bottom: 0;
}
DIV.facts strong {
	font-weight: bold;
}

DIV.facts em {
	font-style: italic;
}

/* START PAGE */
BODY.start .quote {
	margin-bottom: 30px;
}
#editions {
	margin: 30px 0 0 0;
	background: url(../img/edition_background.gif);
	overflow: hidden;
	font-size: 11px;
}
#editions LI {
	width: 130px;
	padding: 0 30px 0 0;
	float: left;
}
#editions LI#broadcast {
	padding-right: 0;
}
#editions H2 {
	margin-bottom: 10px;
}
#editions H2 A {
	padding-top: 140px;
	display: block;
	font-weight: bold;
}
#web H2 A {
	background: url(../img/edition_web.png) no-repeat 0 0;
}

#intranet H2 A {
	background: url(../img/edition_intranet.png) no-repeat 0 0;
}
#communication H2 A {
	background: url(../img/edition_communication.png) no-repeat 0 0;
}
#broadcast H2 A {
	background: url(../img/edition_broadcast.png) no-repeat 0 0;
}
#web H2 A:hover,
#intranet H2 A:hover,
#communication H2 A:hover,
#broadcast H2 A:hover {
	background-position: 0px -165px;
}

BODY.start .news H1 {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 3px;
	border-bottom: 1px solid #c4c4c4;	
	margin-bottom: 7px;
	clear: both;
}
BODY.start .news LI {
	margin: 17px 0 20px 0;
	font-size: 11px;
	line-height: 1.5;
}
BODY.start .news P {
	font-size: 11px;
}
BODY.start .news LI SPAN {
	color: #999;	
}
BODY.start .news H2 {
	margin-bottom: 3px;
}
BODY.start .news H2 A {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
BODY.start .news H2 A:hover {
	color: #107a8a;
}
BODY.start .news LABEL {
	display: none;
}
/* grid variations for startpage */
BODY.start .threeColumns {
	padding-bottom: 20px;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 30px;
}
BODY.start .twoColumns {
	margin-bottom: 30px;
}
BODY.start .twoColumns DIV {
	width: 610px;
}
BODY.start .twoColumns DIV.last {
	width: 290px;
	margin-right: 0;
}
BODY.start .twoColumns .twoColumns {
	float: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 20px;
	margin-right: 0;
}
BODY.start .twoColumns .twoColumns DIV {
	width: 290px;
	float: left;
}
BODY.start .twoColumns .twoColumns P {
	font-size: 13px;
}


/* SEARCH */
BODY.search #content DIV {
	overflow: hidden;
	width: 610px;
}
BODY.search #info {
	position: absolute;
	right: 320px;
	top: 0;
}
BODY.search #content DIV H2,
BODY.search #content DIV P {
	padding: 0 0 0 160px;
}
BODY.search #content DIV IMG {
	float: left;
}
#pageNavigation {
	text-align: center;
	position: relative;
	width: 250px;
	padding: 0 100px;
	margin: 0 0 0 160px;
}
#pageNavigation LI {						
	display: inline;
}
#pageNavigation A {
	text-decoration: none;
	font-size: 16px;
	margin: 0 2px;
}
#pageNavigation .previous,
#pageNavigation .next {
	display: block;
	position: absolute;
	height: 16px;
	margin: 4px 0 0 0;
	background: url(../img/button_more_l.gif) no-repeat top left;
	text-transform: uppercase;
	font-size: 11px;
	color: white;
	}
#pageNavigation .previous SPAN,
#pageNavigation .next SPAN {
	display: block;
	background: url(../img/button_more_r.gif) no-repeat top right;
	padding: 0px 5px 1px 5px;
}
#pageNavigation .previous {
	left: 0;
}
#pageNavigation .next {
	right: 0;
}
#pageNavigation .current {
	color: black;
}


/* SITEMAP */
BODY.map #content {
	padding: 0 0 0 100px;
}


/* WIDE BOX */
.wideBox {
	width: 809px;
	background: #f3f9f9 url(../img/submenu_bg.jpg) repeat-x;
}
#header .wideBox {
	margin: 20px 0 15px 123px;
}
.wideBox DIV {
	background: url(../img/box_wide_top.gif) no-repeat;
}
.wideBox DIV DIV {
	background: url(../img/box_wide_bottom.gif) no-repeat bottom;
	padding: 12px 0 8px 0;
}


/* SEARCH BOX */
.searchFields DIV DIV {
	min-height: 36px;
	text-align: right;
	font-weight: bold;
	padding-top: 26px;
	padding-right: 28px;
}
.searchFields INPUT {
	font-weight: normal;
}
.searchFields .radio {
	margin: 0 14px 0 0;
}
.searchFields .text {
	width: 278px;
	margin: 0 0 0 4px;
}
.searchFields .submit {
	margin: 0 0 0 4px;
}


/* SITEMAP BOX */
#header.sitemap {
	position: absolute;
	top: 20px;
	left: 0;
}
.sitemap DIV {
	padding: 20px 0 0 0;
}
.sitemap DIV DIV {
	overflow: hidden;
	padding-top: 0px;
	padding-left: 22px;
	padding-bottom: 16px;
	background: url(../img/box_wide_bottomColumns.gif) no-repeat bottom;
}
.sitemap DIV DIV DIV {
	background: 0;
	padding: 0 20px;
	float: left;
	width: 124px;
	text-overflow: ellipsis;
}
.sitemap DIV DIV DIV.first {
	padding-left: 0;
}
.sitemap DIV DIV DIV.last {
	padding-right: 0;
}
.sitemap UL {
	padding: 0 !important;
}
.sitemap LI {
	float: none !important;
	margin: 0 !important;
}
.sitemap LI A {
	font-size: 11px;
	font-weight: normal;
}
.sitemap LI A:hover {
	color: #333 !important;
}
.sitemap A {
	font-size: 16px;
	font-weight: bold;
	color: #076c80 !important;
}
.sitemap H2 A {
	color: black !important;
}
.sitemap A {
	text-decoration: none;
}
/* GOOGLE MAPS */
div#map {
	width: 470px;
	height: 470px;
}

div#map div {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	width: auto;
}

/* PAGE NOT FOUND PAGE */

.pageNotFound .oneColumn
{
	padding-left:0px;
	
}

/* ERROR PAGE */

.pageError .oneColumn
{
	padding-left:0px;
	
}
	.pageError #errorBox
	{
		border:1px solid #CCCCCC;
		padding-top:10px;
		margin-bottom:10px;
		margin-top:10px;
		display:none;
		padding:10px;
	}
	
	.pageError .errorLink
	{
		font-size:15px;
		font-weight:bold;
		color:#D9D9D9;
		cursor:pointer;
		padding-bottom:3px;

	}


/**** LEFT COLUMN ****/
div#run-left
{
    left: 7px;
    position: absolute;
    top: 0;
    width: 200px;
    color: #8c8c8c;
}

div#run-left h3
{
    font-size: 18px;
    color: #676767;
    margin: 5px 0 5px 0px;
}

div#run-left p
{
    font-size: 12px;
    margin-bottom: 5px;
}

div#run-left p span
{
    color: #676767;
    font-weight: bold;
    display: block;
}

div#run-left img 
{
    margin: 20px 0 10px 0;
}

/**** MAIN COLUMN ****/
div#run-center 
{
    min-height:1510px;
}

div#run-center h2
{
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 10px 0;
}

div#run-center .newsItem p
{
    margin-bottom: 5px;
}

div#run-center .newsItem span
{
    border: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
}