@charset "UTF-8";
/* CSS Document */

.one {
	width:50%;
	float:left;
}
.two {
	width:50%;
	float:left;
}
.three {
	width:100%;
	float:left;
}
.four {
	width:100%;;
	float:left;
}
.five {
	width:100%;
	float:left;
}
.six {
	width:100%;
	float:left;
}
.seven {
	width:100%;
	float:left;
}
.eight {
	width:100%;
	float:left;
}
.nine {
	width:100%;
	float:left;
}
.ten {
	width:83.06%;
	float:left;
}
.eleven {
	width:91.36%;
	float:left;
}
.twelve {
	width:100%;
}
#content-frame {

	/*background-color:#ddd;testing*/
	left:300px;
	height:100%;
	width:100%;
	padding-right:50px;
	min-height:1200px;
	transition:left 0.5s ease-out;
	-webkit-transition:left 0.5s ease-out;
}
.nav-collapsed #content-frame{
	left:50px;
}
#nav{
	position:absolute;
	padding-left:5px;
	padding-top:0px;
	width:300px
	
}
#nav #toggle li{
	padding-left:50px;
	position:relative;
	padding-top:15px;
	padding-bottom:15px;
	
}
#nav #toggle li .toggle-nav{
display:block;
position:absolute;
left:6px;
top:6px;	
	
}
#NavAddress{
	margin-left:25px;
	
}

#SidePanel {
	display:none;
}

#LeftPanel {
	width:93%;
}
#SmLogo {
	display:block;
	width:100%;
	
}
#SmLogo img {
	width:50%;
	max-width:120px;
	float:right;
}
#Title {
	margin-top:45px;
	font-size:2em;
	
}
#HomeLinks{
	width:100%;
	float:right;
}
#News {
	width:100%;
	float:left;
	}
#PublicNotice {
	width:100%;
	float:left;
	
}
#IntContent {
	padding: 3%;
	font-size:1.1em;
	line-height:1.5em;
	min-height:500px;
	min-height:!important;
	margin-bottom:25px;
	
}
#Content.twocolumns .first{
	display:none;
	
}
#Footer {
	padding-top:20px;
}
.MPInterior{
	width:98%;
	margin-left:1%;
	margin-right:1%;
}
#backtotop {
	display:none;
}
/*----------------styles for Quick Links-----------------------*/

#FeatureLink, #Docs{
	width:96%;
	
}
#FeatureLink .five, #FeatureLink .six{
	width:49.5%;
	
}
#MainLinks{
	padding-top:0px;
	
}
#MainLinks .otherLinks{
	width:47.5%;
	
	
}
#MainLinks .clear_three{
	clear:none;
	
}
#MainLinks .clear_two{
	clear:left;
	
}
.nav_div a {
	display:inline-block;
    line-height: 1em;
    font-size: 1.2em;
    padding-bottom: 25px;
    padding-top: 0px;
}
.empbox .four {
	width:90%;
	margin:2%;
}