@charset "utf-8";
/* CSS Document for tablets - 
- reduces the overall width of page, 
- reduces size of navigation panel and fixes it to landing page and reduces width of landing page
- moves rest of content over to take up full width of smaller screen */
  
  
  
/* reduce overall width of page */
body {
    width: 960px;
}
  
/* reduce size of navigation and fix position with landing page */
#nav {
    width: 180px;
    position:fixed;
    /*height: 810px;*/
      
}
  
#mainnav_reports #nav {
    position: fixed;
}
#nav-header {
    padding-left: 0px;
}
  
/* reduce size of font in navigation to fit everything on one line */
#nav a {
    /*font-size: 0.98em;*/
}
  
.sublink {
    font-size: 1em;
    margin-left: 5px;
}
  
  
/* move all content left */
.content  {
    margin-right: 70px;
}
  
#welcome .content {
    margin-right: 40px;
}*
  
/* landing page adjustments */
.introduction-content {
    margin-right: 250px;
}

.introduction-content img {
	margin-top:20px;
}
  
.introduction-left {
    margin-left: 50px;
    width: 35%;
}
  
.introduction-right {
    width: 35%;
    margin-right: 100px;
}
  
#foot0 p {
    padding-left: 0px;
}
  
/* REPORTS page */
.reportssection {
    height: 250px;
}
  
.reportleft {
    width: 45%;
}

.reportleft img {
	padding-left: 5px;
}

.reportleft h2 {
	margin-top: 0px;
}

.reportright {
    padding-right:150px;
    padding-left: 0px;
}
  
/* pushes reports bar on to line below */
#report_nav {
    width:80%;
    margin-right: 130px;
}
  
#report_navbar {
    width: 700px;
    margin-left: 180px;
}
  
#report_navbar h3 {
    margin-right:90px;
}
  
#nav_section {
    height: 320px;
}
  
/* takes out line above our annual reports text */
#report_navbar .reportleft {
    border-top:none;
    margin-left: 0px;
}
  
.reportcontent {
    margin-right: 60px;
}
