@charset "iso-8859-1";



/* eiheader.css */

#pageWrapper
{
	margin: 0;
	width: auto;
	min-width: 797px;
}

/*
 * Eijkman header and footer
 */

#eiHeader
{
	/* z-index: 2; */
	width: 100%;
	margin: 0px;
	border-width: 0px;
	background: #aabf88 url("../images/eibg.gif") repeat-x 100% 0px;
}

#eiHeader2
{
	/* z-index: 2; */
	width: 100%;
	margin: 0px;
	border-width: 0px;
	background: #aabf88 url("../images/eilogobg.gif") repeat-x 100% 0px;
}

#hdPic, #hdSym, #hdLogo, #hdPicSym
{
	z-index: 10;
	float: left;
	position: relative;
	overflow: visible;
}

#hdPic
{
	width: 379px;
}

#hdSym
{
/*	margin-left: 379; */
}

#hdPicSym
{
    width: 486px;
}

#hdLogo
{
	width: 311px;
	float: right;
    z-index: 12;
}

#hdMenu, #hdMenu a, #hdMenu a:visited
{
	position: relative;
	height: 24px;
	/* margin-top: 2px; */
	line-height: 22px;
	text-align: right;
	font-size: 12px;
	font-family: "Helvetica",sans-serif;
	font-weight: bold;
	color: #463d37;
	text-decoration: None;
}

#hdMenu a:hover
{
	color: #111;
	background-color: #ede7af;
}

#hdMenu2
{
    height: 24px;
    z-index: 11;
}

#hdTitle
{
	text-align: right;
	font-size: 21px;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
	font-weight: bold;
	height: 29px;
	padding-right: 10px;
	color: #000;
    z-index: 11;
}

#hdLine1
{
	clear: both;
	width: 100%;
	background: #aabf88;
	height: 10px;
	margin: 0;
	border: 0;
}

#hdLine2
{
    clear: both;
    width: 100%;
    height: 1px;
    margin: 0;
    border: 0;
    background: #fff; 
}

#eiFooter
{
	background: #ffffff url("../images/eiftline.gif") repeat-x 100% 0px;
	color: #fefefe;
	height: 21px;
    margin-top: 10px;
}

#ftMenu, #ftGeom
{
	z-index: 10;
	float: left;
	position: relative;
	overflow: visible;
}

#ftMenu
{
	width: 300px;
	background: #11396f;
	color: #ffffff;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	padding-left: 5px;
}

#ftMenu a
{
	color: #ffffff;
	text-decoration: None;
}

#eiFootnote
{
	clear: both;
	width: 100%;
}

#ftLeft, #ftMiddle, #ftRight
{
	z-index: 10;
	float: left;
	position: relative;
	overflow: visible;
	margin-top: 3px;
}

#ftLeft, #ftRight
{
	width: 40%;
}

#ftRight
{
	float: right;
	text-align: right;
}

#ftMiddle
{
	text-align: center;
	width: 20%;
}

.ftText
{
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin-left: 5px;
	margin-right: 5px;
}


/* Ahahaha, I stole the code below (sigh) */

/*
 *  Content layout
 */

#outer2ColumnContainer
{
	border-left: solid 175px #fff;
	border-right: 0px;
}

#outerColumnContainer
{
	/* reserves space for the left and right columns. you can use either
	 * padding, margins, or borders, depending on your needs. however you 
	 * can use the border method to create a background color for both left
	 * and right columns
	 */
	border-left: solid 200px #fff;
	border-right: solid 250px #fff;
}
#innerColumnContainer
{
	border: solid 1px #d7d297;
	border-width: 0 1px;
	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	z-index: 1;
}
#leftColumn, #middleColumn, #rightColumn, #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
#SOWrap
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}
#middleColumn
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}
#leftColumn
{
	float: left;
	margin: 0 1px 0 -200px;
	width: 200px;
	z-index: 4;
}
#rightColumn, #right2Column
{
	float: right;
	width: 250px;
	margin: 0 -250px 0 1px;
	z-index: 2;
}
#footer
{
	border: solid 1px #fff;
	border-width: 1px 0;
	padding: 0.5em;
}

#left2Column
{
	float: left;
	margin: 0 1px 0 -175px;
	width: 175px;
	z-index: 4;
}

#right2Colum
{
	width: 0px;
}

/*
 * Utilities
 */

.clear
{
	clear: both;
}

html[xmlns] .mozclear
{
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}

/*
 * Style and theme oriented
 */

.content
{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.80em;
	/* line-height: 1.2em; */
	font-family: Verdana, Tahoma, Arial, Helvetica;
	color: #121212;
}

.content a, .content a:visited
{
	text-decoration: None;
	color: #3f3fef;
}

/* vertical navigation stuff. mostly exactly as seen in the vnav.css styleheet
 * in the original skidoo layout.
 */

.vnav
{
	margin: 0;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    text-decoration: none;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	/*border: solid 1px #ccc;
	border-bottom-width: 0;*/
	margin-right: 10px;
	margin-left: 10px;
}
.vnav ul li
{
	/*
	border: solid 1px #ccc;
	background: #eee;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8pt;
    -moz-border-radius-bottomleft: 8pt;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
	*/
}
.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
}
* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 0.01%;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}
.vnav h3
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}
.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active
{
	text-decoration: none;
	/* background-color: #eee; */
	color: rgb(153, 102, 0);
}
.vnav ul li a:hover
{
	text-decoration: none;
	background-color: #d7d297; 
	color: #11396f;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8pt;
    -moz-border-radius-bottomleft: 8pt;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
}

/***

news-like items

***/

.nitem
{
    margin: 10px;
}

.nitem b
{
    color: #444;
}

.nheading
{
    border-bottom: solid 1px;
    margin-top: 10px;
}

.ntitle
{
    border-bottom: solid 1px #aaa;
    color: #678;
}

.ntext
{
    margin-top: 5px;
}

/**** 

event items

****/

.evitem
{
    margin-top: 5px;
    color: #444;
    border-bottom: solid 1px #aaa;
	margin-left: 20px;
	margin-right: 10px;
	font-size: 0.80em;
	/* line-height: 1.2em; */
	font-family: Verdana, Tahoma, Arial, Helvetica;
    font-weight: Normal;
}

.evitem a, .evitem a:visited
{
    color: rgb(153, 102, 0);
    text-decoration: None;
}

.evcalendar
{
    margin-top: 5px;
    margin-left: 15px;
    font-weight: Normal;
    font-size: 0.80em;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    color: #444;
}

.evcalendar a, .evcalendar a:visited
{
    color: rgb(153, 102, 0);
    text-decoration: None;
}

/* generic table styles */

.gt_table
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.gt_hdg
{
    background-color: rgb(175, 204, 204);
    font-weight: bold;
    border-bottom: solid 1px rgb(51, 102, 204);
}

.gt_l
{
    text-align: left;
    vertical-align: top
    margin-left: 5px;
    border-bottom: solid 1px #aaa;
}

.gt_item
{
    border-bottom: solid 1px #aaa;
}

/***

inline images

***/

.imgleft, .imgright
{
    float: left;
    margin: 0;
    padding: 5px;
}

.imgleft {
    padding-right: 15px;
}

.imgleft a, .imgright a
{
    text-decoration: none;
}

.imgleft img, .imgright img
{
    border: 0;
    padding-bottom: 5px;
}

.imgright
{
    float: right;
}

/***

END OF CSS

***/
