@charset "UTF-8";
/* CSS Document */
	
@media only screen and (min-device-width:400px) and (max-device-width:1024px) {
body {
	background: none; /* ensures that background-image from master does not display */
}

#standard-page-box {
	/* The following lines all override similar lines in 
	     the maste page stylesheet and should not be changes
		 without careful consideration.*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: none;
	min-width: 0;
	margin: 0;
}
#standard-page-header-box {
	height: 2.5rem;
	background-color: #acbbd3e;
	opacity: 0.8;
}
#standard-page-header-text {
	font-size: 1.2rem;
	height: 1.6rem;
	letter-spacing: 0.7rem;
}
/*********************************************************
   * All top-of-page navigation is done in the navigation  *
   * master stylesheet, except for colors.                                    *
   *********************************************************/
#navigation-container-backdrop {
	top: 3.5625rem;
}
.top-level-menu-background{
	font-size: 1rem;
}
#navigation-container {
	top: 2.5rem;
	font-size: 1rem;
}
#nav > li > a {
	font-weight: 500;
	padding-top: 0;
	padding-bottom: 0;
}

#nav li, #nav a{
	font-size:1rem;
}

#standard-page-article-box {
	top: 5.5625rem;
}
/*********************************************************
   * footer box navigation is handled in the standard psge *
   * master style sheet 
   *********************************************************/                         
	  
}
