@charset "utf-8";
/* CSS Document */

/*
Removes all spacing from around the targeted elements.
*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, img, table, td, th, caption{
	margin:0;
	padding:0;
}
#sidebar {
	width: 20%;
	float: left;
	text-align: left;
}
/*
Table reset rules.
*/
table {
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}
td	{
	border:0;
}
th	{
	border:0;
	font-weight:400;
}
/*
Browsers will normally place a border around images that are enclosed in anchor tags.
This rule removes that border.
*/
img {
	border: none;
	float: left;
}

/*
All headings set to 1em with normal font-weight.
*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: 400;
}
/*
Remove bullets from lists.
*/
ul, ol {
	list-style-type: none;
}

/* 
Some defaults that will be inherited by all of body's children
*/
body {
	/* 
	font-family: This font stack gives maximum cross-browser legibility 
	*/
	font-family: Arial, Helvetica, sans-serif;
	/* 
	color and background-color: Hex shorthand for colours - can be used when hex is made up of 3 "pairs" 
	*/
	background-color: #fff;
	color:#000;
	/* 
	font-size: Use the browsers default as starting point.
	*/
	font-size: 100%;
	/*
	line-height: "browser default font size" x 1.125 = 18px (in most browsers)
	*/
	line-height: 1.125;
}

@font-face {
    font-family: 'Frutiger';
    src: url('fruitiger_65_bold____e-webfont.eot');
    src: url('fruitiger_65_bold____e-webfont.eot?#iefix') format('embedded-opentype'),
         url('fruitiger_65_bold____e-webfont.woff') format('woff'),
         url('fruitiger_65_bold____e-webfont.ttf') format('truetype'),
         url('fruitiger_65_bold____e-webfont.svg#Frutiger45LightBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumLt';
    src: url('titilliumtext250wt-webfont.eot');
    src: url('titilliumtext250wt-webfont.eot?#iefix') format('embedded-opentype'),
         url('titilliumtext250wt-webfont.woff') format('woff'),
         url('titilliumtext250wt-webfont.ttf') format('truetype'),
         url('titilliumtext250wt-webfont.svg#TitilliumText14L250wt') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: TitilliumLt, Frutiger, Tahoma, sans-serif;
	}

#pagecontainer {
	width: 90%;
	margin: auto;
}
#titleblock {
	background-color: #FFFFFF;
	height: 50px;
}
#navigation {
	background-color: #FFFFFF;
	line-height: 1.5em;
}
#navigation li a {
	display:block;
	padding-right: 20px;
	border-top: #fff solid 1px;
	}
	
#navigation  a:link, #navigation a:visited {
	color: #999999;
	text-decoration: none;
	}
#navigation  a:hover  {
	color: #000000;
	}
	


#titleblock h1 {
	color: #000000;
	font-size: 18px;
	padding-right:20px;
	}
#maincontent {
	margin-top: 20px;
}
#navigation  li a.current  {
	color: #000000;
}
.address {
	font-size: 0.75em;
	padding-top: 1em;
	line-height: 140%;
}
#fadeshow2toggler {
	padding-top: 1ex;
}
h1 {
	font-size: 1.5em;
	text-shadow: 0px 0px #666;
	color: #333333;
}
h2 {
	color: #333333;
}
#container {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
}
#header {
	padding-bottom: 0.5em;
}
#content {
	padding-bottom: 0.5em;
}
.boxed {
	width: 200px;
	height: 130px;
	display: block;
	color: #333333;
	float: left;
	font-family: TitilliumLt, Frutiger, Tahoma, sans-serif;
	font-size: 1.3em;
	text-align: center;
	vertical-align: middle;
	background-color: #FFDB00;
	padding-right: 0px;
	padding-top: 70px;
	border-width: 0px;
}
#footer {
	clear: both;
}
