@charset "UTF-8";

html
{height: 100%;
width: 100%;}


body {
height: 100%;
width: 100%;
margin: auto;
border: 0;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 13px;
line-height: 15px;
background: #6B5925;
    }



header {
    background-color: #6B5925;
    color: #FFFFFF;
	width: 100%;
	height: 140px;
	margin: 0;
    padding: 0;
	text-align: left;

}

header h1 {
margin:0;
/*padding: 1em;*/

}



#main{
	width: 100%;
	height: 100%;
  /*min-height: 800px;*/  
    margin: 0;
    padding: 0;
    background: grey;
	
}

footer {
    clear:both;
    background: grey;
   	height: 3em;
	margin: 0;
	padding: 1em;
    text-align: center;
    color: white;

}

 /* Navigation */

nav {
    float:left;
    width: 200px;
    height: 100%;
    background: #6B5925;
     
}

nav a {
  color: #FFFFFF;
  text-decoration: none;
	}

nav ahover {
  color: #6B5925;
  text-decoration: underline;
	}

a {
    color:    #6B5925;
    text-decoration: none;
    }
	


ul.subjects {
	margin-top: 20px;
    margin-left: 20px;
    padding: 10px;
    list-style: none;
	
}

ul.subjects > li {
	margin-bottom: 1em;
	
}

ul.pages {
    margin-left: 15px;
    padding: 10px;
    list-style: none;
    font-weight: normal;    
}

.selected > a {
  color:  orangered;
    font-style: normal;
    
}


nav li {
    font-size: 16px;
    line-height: 1.5em;
    
}


/* page content */

#hero-image {
    float: left;
    margin-bottom: 40px;
    padding: 0;
    height: 200px;
    width: 900px;
    
}

#page {
    float:right;
    width: 1100px;
    height: 100%;
    padding-left: 0;
    vertical-align: top;
    background: #ffffff;
    }

#page h1 {
    font-size: 16px;
    color: #000000;
    line-height: normal
}

#page h2 {
    font-size: 14px;
    color: #000000;
    line-height: normal;
}

#page p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; 
    font-size: 12 px;
    color: #000000;
    padding: 0;
    line-height: normal;
}

#page h3 {
    font-size: 14px;
    color:  #6B5925;
}


#content {
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 10px;
}

#content p {
    font-size: 16px;
    line-height: normal;
    
}

#content li {
    padding: 0;
    font-size: 16px;
    
}


/* Service blocks on homepage*/

#service-blocks {
    margin-top: 50px;
}


/* Learn more links */ 

a.learnmore {
    color: aquamarine;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

