/* Start of CMSMS style sheet 'Layout' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 1em;
        text-align: center;
    }
    div#pagewrapper {
        margin: 0 auto;
        max-width: 80em;
        min-width: 60em;
        padding: 0;
        text-align: left;
    }
    #container {
	position: relative;
	margin: 0;
    }
    
    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            height: 130px;
            background: #ffffff;           
            text-align: left;
        }
        div#header h1 a {
            background:  url(uploads/images/sparcc_header3.png) no-repeat 0 -1px; 
            display: block;
            height: 130px;
            text-indent: -700em;
            width: 759px;
            margin: 0;
            padding: 0;
        }
    /* END HEADER */
.crumbleft{
float:left;
width:50%; 
}

    
    /* CONTENT */
        div#content {
        
        }
        
        /* MAIN */
            div#main {font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   line-height: 1.4em;
   color: #000000;
   background-color: #FFFFFF;
   padding: 5px;
   width: 500;
   border: 2px solid #bbbbbb;
   text-align: left;
   height: auto;
   float: right;
}
div#main h2{
   font-family: Arial;
   font-size: 18px;
   line-height: 1.4em;
   color: #000000;
}
div#main .right49, .left49 {
   font-family: Arial;
   font-size: 12px;
   line-height: 1.4em;
   color: #000000;
}

        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {

        }

        div#footer p {
            font-size: 0.8em;
            margin: 0;
            padding: 8px;
            height: 13px;
            text-align: center;
        }
    /* END FOOTER */
/* END LAYOUT */



div.breadcrumbs {
   padding: 1 1;
   text-align: left;
   font-size: 90%;
   margin: 1em;
   border-bottom: 0px dotted #000;
}
div#search {
   padding: 0.5em 30;
   text-align: right;
   font-size: 90%;
   margin: 0 .5em;
   border-bottom: 0px dotted #000;
}

div.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  }
/* End of 'Layout' */

