/* screen.css */

body {
    font: 1em arial, sans-serif;
    color: #000;
    background: #f6f2ee url(/gfx/page_bg.gif) repeat-x top left;
	margin: 10px 0;
}

#wrapper {
    width: 891px;
    margin: 0 auto;
}

#top_shadow {
    width: 891px;
    height: 20px;
    background: url(/gfx/wrap_top.png) no-repeat top left;
}

#header, #header_edit {
	position: relative;
	width: 870px;
	height: 78px;
}

#main {
    width: 871px;
    background: url(/gfx/wrap_bg.png) repeat-y top left;
    padding: 10px 10px 0 10px;
    position: relative;
}

#footer, #footer_edit {
	clear: both;
	position: relative;
    width: 816px;
    height: 85px;
    margin: 0 auto;
	padding-left: 75px;
    background: url(/gfx/wrap_bottom.png) no-repeat top left;
}

#footer p, #footer a {
	position: relative;
}

#bottom_shadow {
	clear: both;
	height: 45px;
	background: url(/gfx/bottom_shadow.jpg) no-repeat bottom left;
}

#logo {
	position: absolute;
	top: 0px;
	left: 22px;
    width: 360px;
}

#slogan {
	position: absolute;
	top: 0px;
	left: 400px;
	width: 450px;
	text-align: right;
	font-size: 1.2em;
	color: #c5c6c8;
}

#content {
    clear: left;
    width: 829px;
    padding: 0 21px 0px 21px;
}

/* ---- Navigation ---- */

#navigation {
    height: 50px;
    margin-right: 15px;
}

#navigation ul {
	text-align: right;
	height: 10px;
	position: relative;
    top: 2px;
    left: 4px;
	line-height: 40px;
}
 
#navigation ul li {
	display: inline;
}

#navigation li a {
    display: inline;
    text-decoration: none;
    color: #000;
    padding: 8px 18px;
    font-size: .90em;
	font-weight: bold;
	margin-left: -2px;
	margin-right: -3px;
}

#navigation li a:hover {
	color: #97002e;
	text-decoration: none;
}

#navigation li.active a, #navigation li.dir_active a {
	color: #c7c6c9;
}

/* ---- Subnavigation ---- */

#subnavigation ul {
	padding: 30px 0 6px 0;
	background: #f2f2f2 url(/gfx/submenu_top.jpg) no-repeat top right;
}

#subnavigation ul li {
	display: block;
	background-color: #f2f2f2;
	font-size: .8em;
	margin: 0;
	padding: 0;
}

#subnavigation ul li a {
	display: block;
	width: 160px;
	padding: 4px 16px;
	margin: 0;
}

#subnavigation ul li a:hover {
	background-color: #e7e7e7;
	text-decoration: none;
}

#subnavigation ul li.active a {
	background-color: #e7e7e7;
}

#subnavigation ul li ul {
	padding: 0 0 10px 0;
}

#subnavigation ul li ul li {
	font-size: .85em;
}

#subnavigation ul li ul li a, #subnavigation ul li.active ul li a {
	background-color: #fcfcfc;
	width: 150px;
	padding: 7px 16px 7px 26px;
}

#subnavigation ul li ul li a:hover {
	background-color: #f5f0f0;
}

#subnavigation ul li.active ul li.active a {
	background-color: #f5f0f0;
}

/* ---- Columns ---- */

#intro_col { /* Introduction text */
    float: left;
	display: inline;
    margin: 0 5px 0 15px;
    width: 390px;
}

#news_col { /* News on startpages */
    /* -- float: right; 
    width: 190px;
	margin: 2px 5px 0 15px; -- */
	
	margin-top: 20px;
	float: right;
	width: 193px;
}

#news_col li{

	display: block;
	background-color: #f2f2f2;
	font-size: .9em;
	margin: 0;
	padding: 0;
}

#news_col li a {
/* --    color: #000000;
    text-decoration: none; -- */

	display: block;
	width: 160px;
	padding: 4px 16px;
	margin: 0;
}

#news_col li a:hover {
	color: #97002e;
	text-decoration: none;
}

#news_col ul li ul {
	padding: 0 0 10px 0;
}

#news_col ul li ul li {
	font-size: .75em;
}

#news_col ul li ul li a, #subnavigation ul li.active ul li a {
	background-color: #fcfcfc;
	width: 150px;
	padding: 7px 16px 7px 26px;
}

#news_col ul li ul li a:hover {
	background-color: #f5f0f0;
}

#news_col ul li.active ul li.active a {
	background-color: #f5f0f0;
}


#subnav_col { /* Column for subnavigation and features */
	margin-top: 20px;
	float: right;
	width: 193px;
}

#subnav_col_edit {
	width: 193px;
	height: 450px;
}

#main_col { /* Wide column for main content */
	float: left;
	display: inline;
	width: 580px;
	margin: 15px 0 0 15px;
}

.two_col { /*  One of two parallell content columns */
	float: left;
	display: inline;
	width: 294px;
	margin: 30px 0 0 15px;
}

.three_col { /*  One of three parallell content columns */
	float: left;
	display: inline;
	width: 230px;
	margin: 0 25px 0 15px;
}

/* ---- Text ---- */

h1 {
	font-weight: bold;
	color: #97002e; 
	font-size: 1.8em;
	/* ---- font-size: 1.54em; ---- */
    margin: .9em 0 .5em 0;
}

h2 {
	font-weight: bold;
	font-size: 0.8em;
    margin: .7em 0 .1em 0;
}

#main_col h2 {
	font-weight: bold;
	font-size: 0.8em;
    margin: .7em 0 .1em 0;
}

h3 {
	font-weight: bold;
	font-size: 1.3em;
    margin: .9em 0 .3em 0;
    color: #97002e;
}

h4 {
	font-weight: bold;
	font-size: 0.8em;
    margin: 1.7em 0 .3em 0;
    color: #97002e;
}

h5 {
	font-size: 0.80em;
	font-weight: normal;
	margin: 0 0 .8em 0;
	line-height: 1.3em;
}

h6 {
	font-size: 0.6em;
    	margin: 0.3em 0 .3em 0;
	font-style: italic;
}


p {
    font-size: 0.75em;
	line-height: 140%;
	margin-bottom: .8em;
}

#main_col ul, .two_col ul, .three_col ul  {
	font-size: .7em;
	list-style: disc;
	margin-left: 16px;
}

#main_col li, .two_col li, .three_col li  {
	/* margin-bottom: 0.1em;*/
}

#main_col img {
	float: right; /* left -> right*/
	margin: 0 20px 20px 0;
}

.newsarchive p {
	margin-bottom: 1.3em;
}

#footer p, #footer_edit p {
	display: block;
	float: left;
	font-size: .75em;
	margin: 38px 0 0 30px;
	color: #585858;
}

#footer p span.phone {
	color: #585858;
	/*font-weight: bold;*/
	font-size: 1.0em;
}

#footer p.copyright, #footer_edit p.copyright {
	font-size: .6em;
	line-height: 1.3em;
	margin: 36px 0 0 0;
}

.two_col h4 {
	margin: 1em 0 0 0;
	color: #97002e;
}

p.back { margin-top: 1em; }

/* ---- Links ---- */

a {
    color: #97002e;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.doc {
	padding: 2px 4px 4px 25px;
	background: url(/images/icons/doc.gif) no-repeat top left;
}

a.pdf {
	padding: 2px 4px 4px 25px;
	background: url(/images/icons/pdf.gif) no-repeat top left;
}

a.xls {
	padding: 2px 4px 4px 25px;
	background: url(/images/icons/xls.gif) no-repeat top left;
}

a.zip {
	padding: 2px 4px 4px 25px;
	background: url(/images/icons/zip.gif) no-repeat top left;
}

#footer a, #footer_edit a {
	text-decoration: none;
	color: #585858;
}


/* ---- Misc ---- */

br.clear { clear: both; }


/* ---- Splash related ---- */

#splash {
    width: 828px;
    height: 286px;
    background-color: #000;
	text-align: right;
	cursor: pointer;
}

#splash p.heading {
	clear: both;
	padding-top: 220px;
	margin: 0 60px 0 0;
	color: #fff;
	font: bold italic 2em georgia, "times new roman", serif;
}


/* ---- Feature related ---- */

.featureLink {
	width: 193px;
	height: 56px;
	margin: 8px 0;
	text-align: right;
	cursor: pointer;
	background: url(/gfx/feature-bg.gif) no-repeat top left;
}

.featureLink p.heading {
	clear: both;
	padding-top: 17px;
	margin: 0 23px 0 0;
	color: #fff;
	font: bold italic 1.1em georgia, "times new roman", serif;
}

.featureLink p.heading a {
	color: #fff;
}

.featureLink p.heading a:hover {
	text-decoration: none;
}

.feature_text {
	width: 193px;
	margin: 8px 0;
}

.feature_text h2 {
	font-size: .8em;
	margin-top: 4px;
}

.feature_text p {
	font-size: .7em;
	line-height: 130%;
	margin: 0;
}

