* {
 padding: 0;
 margin: 0;
}

html {
 overflow-y: scroll;
}

html, body {
 font-family: 'Questrial';
 font-size: 1em;
 background-color: white; /* #D1F3CE; /* #AFEAAA; */
 height: 100%;
}

ul.nos { list-style: none; }

#slider {
 width: 900px;
// margin: 20px 0 5px 150px;
// padding: 0 0px 0 0px;
}

.mySlides{
display: block;
margin-left: auto;
margin-right: auto;
padding-left: 58px;
}



#wrapper { 
 margin: 0 auto;
 width: 920px;
 height: auto !important;
 min-height: 100%;
 height: 100%;
 background-color: #FFFFFF;
}

#header {
 width: 900px;
 color: black;
 padding: 70px 0px 10px 440px;
 height: 80px;
 margin: 0;
 text-align: left;
 background-image: url("header.png");
 background-repeat: no-repeat;
}

#navigation {
 width: 900px;
 margin: 20px 0 5px 0;
 padding: 0 0px 0 0px;
}

#navigation ul {
 float: left;
}

#navigation li {
 font-size: 1em;
}

#navigation ul li {
 display: inline;
}



#navigation ul li a:active { color: #FF7F00;}
#navigation ul li a {
 float: left; 
 text-decoration: none;
 padding: 10.5px 11px;
 text-align: center;
 color: black;
 font-family: 'Questrial';font-size: 14px;
}

#navigation ul li a:hover { color: #FF7F00; }

.box{
 margin: 20px 0 0 0;
}
.boxtitle{
 font-size: 25px;
display: inline;
 border-bottom-width:5px;
 border-bottom-color:#FF7F00;
 border-bottom-style: solid;
 clear: both;
}
.boxcontent{
 margin:20px 0 0 0;
}


#footer {
 height: 10px;
 width: 920px;
 clear: left;
 text-align: center;
 padding: 25px 0 0 0;
}

#content { 
 width: 600px;
 color: black;
 margin: 10px 0 0 0;
 padding: 0 20px 0 20px;
 float: left;
}


#references_images { 
display: block;
margin-left: auto;
margin-right: auto;
padding-left: 58px;
}

#references_images img {
    display:block;
    margin:auto;
}

#sidebar { 
 float: right;
 width: 200px;
 color: black;
 padding: 20px 20px 0 20px;
}
#sidebar_title {
 width: 75px;
 border-bottom-width:5px;
 border-bottom-color:#FF7F00;
 border-bottom-style: solid;
} 
#sidebar_text {
 padding: 10px 0 0 0;
} 
#content h1 {
 margin: 10px 0 5px 0;
 font-size: 1.5em;
}

#content h2 {
 margin: 10px 0 5px 0;
 font-size: 1.3em;
}

#content h3 {
 margin: 10px 0 5px 0;
 font-size: 1.1em;
}

#content p {
 margin: 5px 0 15px 0;
 line-height: 120%;
}

#content ul {
 margin: 0 0 25px 30px;
}

#content li {
 line-height: 140%;
}


