@font-face {
	font-family: Modern Pictograms;
	src: url('/fonts/modernpics.otf');
}

html, body {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
	
}

h1 {
	font-weight: normal;
	font-size: 2.5em;
}

h2 {
	font-weight: normal;
	font-size: 2.0em;
}

#wrapper {
	position:relative;
	height:auto !important; /* real browsers */	
	height: 100%; /* IE */
    margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	width: 1100px;
	color: #000;
}

#sidebar-left {
	position:absolute;
	background-color: #F4F6F7;
	width: 200px;
	left:0;
	top: 101px;
    bottom: 91px;
}

#sidebar-left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar-left li {
	height: 40px;
	text-align: center;
	vertical-align: middle;
}

#sidebar-left  a {
	text-decoration: none;
	display:block;
	height: 100%;
	width: 100%;
	padding-top: 12px;	
}

#sidebar-left a:visited {
	color:inherit;
}

#sidebar-left a:hover {
	background-color: #6F899A;
	color:white;
}

#content-wrapper {
	min-height: 600px;
	height: 100%;
	border-bottom: 1px #3498db solid;
}

#content {	
	margin-left: 200px;
	padding: 5px 5% 0 5%;
	background-color: #ecf0f1;
	color: #000;
	min-height: 600px;	
}

#header-wrapper {
	background-color: #FFF;
	margin: 0 auto;
	width: 100%;
	border-bottom: 1px #3498db solid;
	height: 100px;
}

#header {
	margin: 0 auto;
	width: 100%;	
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 100%;
	text-align:center;
}

#footer{
	height:	80px;
	width: 100%;
	text-align: center;	
	background-color: #E0E3E4;
	padding: 5px 0;
}

#slides{
	display: none;
	/*width: 100%;*/
}

#slides-container{
	width: 480px;
	padding: 50px 0;
}

.slidesjs-navigation {
	font-family: Modern Pictograms, sans-serif;
	color: inherit;
	text-decoration: none;
	font-size: 200%;
}


.pictogram {
	font-family: Modern Pictograms, sans-serif;
	font-size: 200%;
	color: #000;
}

td , td  *{
	vertical-align: middle;
	line-height: 1.5em;
	text-align: left;
}


