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


#secondarymenu {
       width:95%;
       text-align: right;
       font: 12px Arial, Helvetica, sans-serif;
       padding-top:7px;
}
	
#wrapper {
	background-color: white;
	color: black;
/*	margin: 125px 40px 10px 200px; */
	padding: 0px;
	}
	
#leftmenu {
   width:200px;
   position: absolute;
   top: 150px;
   left:0;
}

#leftmenu a:link {
	color: #2E3192;
	text-decoration: none;
}
#leftmenu a:hover {
	color: #A93F76;
	text-decoration: none;
}	
#leftmenu a:visited {
	color: #2E3192;
	text-decoration: none;
}

#leftmenu-list {
  list-style-type: none;
  position: relative;
  top:-1px;
  left:-15px;
}

#leftmenu-list li {
  margin-bottom: 10px;
}


.serendip-green {
  background-color: #cfcf57;
}

.serendip-purple {
  background-color: #A58CC1;
}

.serendip-yellow {
  background-color: #FCF395;
}

.serendip-grey {
  background-color: #9A9A9B;
}
.serendip-light-grey {
  background-color: #f1f1f1;
}

.revisiontext {
   font-size: 12px;
   text-align:right;
}   

/* new for 2014 */


	
body {
	margin: 0;
	padding: 0;
    color: #000000;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
		font-size:16px;
}
.pull-left {
	float:left;
}
.clearfix:after {
clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

a, a:link, a:visited, a:hover, a:focus, a:active {
    color: #336699 !important;
		text-decoration: none;
}

h1 {
	font-size:2.5em; 
}

h2 {
	font-size:1.7em;
		font-weight:500;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #663399 !important;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight: normal;
		line-height:1.3em !important;
}
#header-outer, #navbar-outer {
    background-color: #574B9F !important;
    margin: 0;
    padding: 0;
    width: 100%;
}
#banner {
	padding-top:25px;
	padding-bottom:25px;
	min-height: 150px;
	height:auto;
}
a.logo {
    display: block;
    height: auto;
    margin: 20px;
    vertical-align: middle;
    width: auto;
}
#logo-text {
    color: #D7DF21;
    display: block;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-top: 75px;
}
#leftmenu {
   width:270px; /* span3 */
 /* position: absolute;
   top: 240px; */
	 position:relative;
	 top:0px;
	 float:left;
	 padding-top:25px;
   left:0;  
}
#leftmenu-list li {
  padding-bottom: 20px;
	border-bottom:1px solid #eee;
}

#leftmenu a {
	font-size:24px;
}
#wrapper {
	background-color: white;
	color: black;
	margin: 10px 40px 10px 270px;
	padding: 0px;
}
#secondarymenu,
#secondarymenu a {
	color:#fff !important;
	font-size:16px;
}
#waldrontoc {
	float:right; background-color:#eee; width: 35%; padding:15px 15px 15px 15px; margin-left:20px; margin-bottom:20px;
	}
	
/* large width desktops */
@media all and (max-width: 1199px) {	
}

/* tablets and medium-large width desktops */
@media all and (max-width: 979px) {
	body {
/*		background:green; */
	}
	#logo-text {
		margin-top:20px;
		padding-left:0px;
		width:40%;
	}
	#waldrontoc {
		width:100%;
		float:left;
		box-sizing:border-box;
	}
}

/* medium width - to handle single column layout */
@media all and (max-width: 767px) {
	body {
/*		background:blue; */
	}
	
	#logo-text {
		
	}
	
	#waldrontoc {
		width:100%;
		float:left;
	}
}

/* small width */
@media all and (min-width:10px) and (max-width: 480px) {
	body {
/*		background:red; */
	}
	
	#logo-text {
		width:100%;
		margin-left:20px;
	}
	
	#leftmenu {
		width:100%;
		float:left;
	}
	#leftmenu:after {
		content:".";
		visibility:hidden;
		display:block;
		clear:both;
	}
	#wrapper {
		margin-left:0px;
		width:100%;
		float:left;
	}
	#fb-sidebar-block {
		display:none;
	}
}