/* this is the stylesheet for the print preview */

html{
margin:0;
padding:0;
overflow-x:hidden;
}

body{
background:#fff;
color:#000;
margin:0;
padding:0;
height:auto;
font-family:'Amaranth', 'Open Sans';
font-size:13px; /* was 13px */
line-height:17px;
}

a{
color:#0000ff;
text-decoration:underline;
}

abbr{
color:#000;
text-decoration:none;
border-bottom:1px #000 dotted;
}

img{
border:0 !important;
border-bottom:0 !important;
}

a.img{
border:0 !important;
}

div#container{
background:#fff;
width:95%;
height:auto;
margin:0px auto;
padding:0px;
padding-top:20px;
/*padding-left:16px;*/
}

.boxed
{
background-color:#ffffff;
-webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
/*box-sizing: border-box;
-moz-box-sizing:border-box; /* Firefox */
/*border:1em solid red;*/
margin: 5px;
}

 .boxed h2 {
  padding:3px;
  
  margin:0;
  /*background-color:#000000;
  color:#fff;*/
  font-size:14pt;
  text-align: center;
  
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}


.boxed h3,h4,h5,h6{
color:#000000;
line-height:3pt;
font-family: 'Amaranth', sans-serif;
padding:6px;
}

.boxed p {
  padding:9px; 
  margin-top: 0px;
}

.boxedbig
{
background-color:#ffffff;
-webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
/*box-sizing: border-box;
-moz-box-sizing:border-box; /* Firefox */
/*border:1em solid red;*/
margin: 5px;
padding-top:30px;
padding-left:50px;
padding-right:50px;
padding-bottom:20px;
width:87%;
height:auto;

}

header{
width:100%;
}

img#main{
margin:0 auto;
width:650px;
height:180px;
display:block;
}

header{
display:block;
}

h1,h2,h3,h4,h5,h6{
color:#000;
margin-top:20px;
}

h1{
font-size:25px;
}

div.justify{
text-align:justify;
}

div#sidebar{
width:20%;
float:right;
padding:0 0 10px 12px;
margin-right:-2px;
}



div#block{
display:block;
}

footer{
display:block;
clear:both;
margin-top:10px;
}

div#clear{
clear:both;
display:block;
width:100%;
}

div.divider{
clear:left;
display:block;
height:12px;
/*background:url('divider.png') center no-repeat;*/
margin:10px 10px 25px 10px;
}

img.divider{
display:none;
}

section{
display:block;
margin-bottom:15px;
}

footer div.column{
text-align:justify;
float:left;
padding-left:7px;
padding-right:8px;
}

footer div.short{
width:196px;
}

footer div.long{
width:413px;
}

nav img{
margin:0 1px -6px 1px;
}

/* milonic menu fix */

td.el0{
width:8% !important;
}

/* front page slider css */

.nivo-controlNav{
display:none;
}

div#wrapper{
width:400px;
margin-left:50px;
float:right;
background:url('http://moe365.org/gfxsite/geargear4.png') no-repeat center; 
padding:92px 88px 108px 112px;
margin:-70px -85px 0 20px;
}

.nivoSlider {
    position:relative;
    width:400px; /* Change this to your images width */
    height:400px; /* Change this to your images height */
    background:url('http://moe365.org/gfxsite/loading.gif') no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

.nivoSlider img.imgnav{
	display:inline !important;
	}
	
.nivo-prevNav{
margin-left:-30px;
}

.nivo-nextNav{
margin-left:-25px;
}

/* accordian menu style */

ul.menu, ul.menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 170px;
}

ul.menu a {
	display: block;
	text-decoration: none;	
}

ul.menu li {
	margin-top: 1px;
}

ul.menu li a, ul.menu ul.menu li a {
	background: #000000;
	color: #aaffaa;	
	padding: 0.5em;
}

ul.menu li a:hover, ul.menu ul.menu li a:hover {
	background: #333333;
}


ul.menu li ul li a, ul.menu ul.menu li ul li a {
	background: #22aa22;
	color: #ccffcc;
	padding-left: 20px;
}

ul.menu li ul li a:hover, ul.menu ul.menu li ul li a:hover {
	background: #44aa44;
	border-left: 5px #000 solid;
	padding-left: 15px;
}
ul.menu ul.menu li a:hover {
    border-left: 0;
    padding-left: 0.5em;
}
ul.menu ul.menu {
    border-left: 5px #000000 solid;
}
ul.menu a.active, ul.menu ul.menu li a.active, ul.menu a.active:hover, ul.menu ul.menu li a.active:hover {
    text-decoration: underline;
    background: #333333;
}
div.panel {
    border: 1px #000000 solid;
    padding: 5px;
    margin-top: 1px;
}

ul.menu div.panel a, ul.menu div.panel li a:hover  {
    display :inline;
    color: #666666;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
}
ul.menu div.panel a:hover {
    color: #000;
    text-decoration: underline;
}

.code { border: 1px solid #cccccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #dddddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }
.indent6 { padding-left: 6em; }
.indent7 { padding-left: 7em; }
.indent8 { padding-left: 8em; }
.indent9 { padding-left: 9em; }
.indent10 { padding-left: 10em; }

/* hide menu */

.mmenu,.mmenucontainer{
display:none;
}

  .page-wrapper {
    margin: 0;
    padding-top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .page-width {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .notification-wrapper {
    background: #000;
    height: 70px;
    line-height: 70px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    margin-right: 15px;
    color: #FFF;
    width: 100%;
    top: 0;
  }