html, body {
	margin: 0;
	padding: 0;
}

body {
	font: normal 13px/1.3 arial, sans-serif;
	background-color: #330000;
	text-align: center;
	color: #111;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 875px;
}
a:link, a:visited   {
	color: #990000;
	text-decoration: none;
}
a:active, a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#main {
	margin: 0 auto;
	width: 875px;
	border-top: none;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
}

p {
	margin: 0;
	color: #111;
	padding-top: 2px;
	padding-bottom: 6px;
}
.stylehere {
	color: #FFFFFF;
	font-weight: bold;
}
.school {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.img_caption {
	font-style: italic;
	margin-top: 2px !important;
}

a img {
	border: 1px solid #aaa;
}

.section, .section_bottom {
	padding: 0 0 10px;
	border-bottom: 1px solid #e4dbca;
	margin: 0 0 10px;
}

.section_bottom {
	border: none;
}

ul {
	margin: 10px 0;
	padding: 0 0 0 30px;
}

ul li {
	margin: 10px 0;
	padding: 0;
}


/*--Headers --*/

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: arial, sans-serif;
}

h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2.2em;
	color: #3B4068;
	font-weight: normal;
	line-height: 2px;
	padding: 10px 0px;
	margin-top: 6px;
	margin-bottom: 18px;
}
h3 {
	font-size: 1.7em;
	font-weight: normal;
	color: #3B4068;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
h4 {
	font-size: 1.3em;
	font-weight: normal;
	color: #333399;
}
h5 {
	font-size: 1.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #3B4068;
}
h6 {
	font-size: 1.1em;
}

/*** helpers ***/
.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #1B1B1B;
	font-weight: normal;
}
a.box:link {
	color: #990000;
	font-weight: bold;
}
.standoutbox {
	color: #000099;
	font-weight: bold;
}
.hidden { display: none; }
.inline { display: inline; }
.nobr { white-space: nowrap; }
.float_right { float: right; }
.float_left {
	float: left;
	border: none;
}
img.float_left, object.float_left {
	margin: 0 7px 7px 0;
	padding: 0px;
}
img.float_right, object.float_right { margin: 0 0 7px 7px; }

.right { text-align: right !important; }
.center { text-align: center !important; }
.left { text-align: left !important; }

.padding { padding: 10px; }
.border {
	border-width: 1px;
	color: #000000;
}
.no_bullets { list-style-type: none; margin-left: 0; }

.smaller { font-size: .95em; }
.bigger { font-size: 1.1em; line-height: 1.1em; }

.bold { font-weight: bold !important; }
.biggerbold {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
}
.italic { font-style: italic !important; }
.caps { text-transform: uppercase; }
.no_top_space { margin-top: 0; }
.no_bottom_space { margin-bottom: 0; }
.invisible, .hr {
	height: 0;
	font-size: .01em;
	line-height: .01em;
	margin: 10px 0;
	padding: 0;
	border-bottom: 1px solid #bbb;
}
.invisible { border: none; margin: 0;}

/*** -- Clear Fix -- ***/

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	width: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/*** -- Feature Box -- ***/

.feature_box {
	margin: 20px 0;
	border: 1px solid #e4dbca;
	padding: 5px;
	color: #100c03;
}

.feature_box .content {
	background-color: #e4dbca;
	padding: 10px;
}

.feature_box h4 {
	font-size: 1.1em;
	margin: 0 0 5px;
}

.feature_box .img_container {
	width: 160px;
	float: right;
	margin-left: 10px;
}

.feature_box .img_container img {
	width: 100%;
	height: auto;
}

.feature_box .img_container .img_caption {
	font-size: 0.95em;
	color: #666666;
}

.feature_box p {
	margin: 10px 0;
}

.feature_box .section {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-color: #100c03;
}

/*** -- Highlight Box -- ***/

.highlight_box {
	display: block;
	padding: 7px;
	margin: 10px 0;
	border: 4px double #996600;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
}

.highlight_box,.highlight_box:link,.highlight_box:visited,.highlight_box:active,.highlight_box:hover {
	color: #333333;
	font-weight: bold;
}

.highlight_box img {
	float: left;
	margin: 0 5px 5px 0;
	width: 90px;
	border: none;
}


/**--Site Header --**/

#site_header {
	background: #650000;
	padding: 15px 15px 0 15px;
}

#banner {
	position: relative;
	width: auto;
	height: 215px;
	border: 1px solid #e4dbca;
	background: #650000 url(http://www.masscharterschools.org/images/frontgradbg.jpg) no-repeat scroll left top;
	padding: 4px 15px 15px 4px;
}

#nav_primary {
	width: 100%;
	border-collapse: separate;
	border: none;
	margin: 10px 0;
}

#nav_primary tr td {
	padding: 2px 7px;
	text-align: center;
	border-top: 0 solid #650000;
	border-right: 1px solid #FFFFee;
	border-bottom: 0 solid #650000;
	border-left: 1px solid #FFFFee;
}

#nav_primary a {
	color: #C8C895;
	font-size: 1.1em;
	font-weight: bold;
}

#nav_primary a:hover, #nav_primary a.selected {
	color: #FFFFFF;
	background-image: url(http://www.masscharterschools.org/images/bgnavtwo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-decoration: none;
}

/**-- Site Body  --**/

#site_body {
	background: #665a4c;
	position: relative;
	background-color: #FFFFFF;
}

#page_divider {
	width: 100%;
	height: 6px;
	background-color: #f5f5f5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: .01em;
	line-height: .01em;
}

#body_structure {
	position: relative;
	z-index: 2;
	border-collapse: collapse;
}

#body_structure tr { vertical-align: top; }

#body_structure td {
	padding: 2px 2px 2px;
}
#paper_structure tr { vertical-align: top; }

#paper_structure td {
	padding: 5px 5px 5px;
}
#column_sub {
	width: 240px;
	background-color: #857B36;
	background-image: url(http://www.masscharterschools.org/images/columnbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#body_spacer {
	width: 575px;
	height: 1px;
}

.sub_nav {
	font-family: arial, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

.sub_nav li {
	margin: 0;
	padding: 3px 0 3px 20px;
}

.sub_nav li a:link, .sub_nav li a:visited, .sub_nav li a:active, .sub_nav li a:hover {
	color: #660000;
	text-transform: uppercase;
}

.sub_nav li a:hover, .sub_nav li a.selected {
	color: #990000;
	text-decoration: underline;
}

.sub_nav li a.selected {
	font-weight: bold;
}

#sub_nav {
	margin-bottom: 20px;
	margin-top: 20px;
}

#sub_nav li {
}

#sub_nav .sub_nav li {
	border:  none;
}


/**-- Foooter  --**/

#site_footer {
	position: relative;
	background: #3d2916;
	padding: 15px;
	background-color: #FFFFDF;
}

#site_footer p {
	margin: 0;
	line-height: 1.2em;
}

#signature {
	position: absolute;
	bottom: -75px;
	left: 9px;
	width: 259px;
}
.highlight_box2 {
	display: block;
	padding: 7px;
	margin: 10px 0;
	border: 4px double #996600;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
}
#bannerunder {
	position: relative;
	width: auto;
	height: 125px;
	border: 1px solid #e4dbca;
	background: #650000 url(http://www.masscharterschools.org/images/abouschools.jpg) no-repeat scroll left top;
	padding: 4px 15px 15px 4px;
}
#bannerunderadv {
	position: relative;
	width: auto;
	height: 125px;
	border: 1px solid #e4dbca;
	background: #650000 url(http://www.masscharterschools.org/images/banne9.jpg) no-repeat scroll left top;
	padding: 4px 15px 15px 4px;
}
#bannerundermcpsa {
	position: relative;
	width: auto;
	height: 125px;
	border: 1px solid #e4dbca;
	background: #650000 url(http://www.masscharterschools.org/images/banner3.jpg) no-repeat scroll left top;
	padding: 4px 15px 15px 4px;
}#bannerunderboard {
	position: relative;
	width: auto;
	height: 125px;
	border: 1px solid #e4dbca;
	background: #650000 url(http://www.masscharterschools.org/images/banne4.jpg) no-repeat scroll left top;
	padding: 4px 15px 15px 4px;
}
#bannerunderblog {
	position: relative;
	width: auto;
	height: 125px;
	border: 1px solid #e4dbca;
	background: #650000 url(http://www.masscharterschools.org/images/banne11.jpg) no-repeat scroll left top;
	padding: 4px 15px 15px 4px;
}
#bannerunderbestp {
	position: relative;
	width: auto;
	height: 125px;
	border: 1px solid #e4dbca;
	background: #650000 url(http://www.masscharterschools.org/images/banne8.jpg) no-repeat scroll left top;
	padding: 4px 15px 15px 4px;
}
#bannerunderjobs {
	position: relative;
	width: auto;
	height: 125px;
	border: 1px solid #e4dbca;
	background: #650000 url(http://www.masscharterschools.org/images/abouschools.jpg) no-repeat scroll left top;
	padding: 4px 15px 15px 4px;
}
#bannerundermap {
	position: relative;
	width: auto;
	height: 125px;
	border: 1px solid #e4dbca;
	background: #650000 url(http://www.masscharterschools.org/images/abouschools.jpg) no-repeat scroll left top;
	padding: 4px 15px 15px 4px;
}
#myDiv {
	display: block;
	padding: 7px;
	margin: 10px 0;
	border: 4px ridge #650000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
}
#myDiv2 {
	display: block;
	padding: 7px;
	margin: 10px 0;
	border: 4px solid #CC9900;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
}
#myDiv3 {
	display: block;
	padding: 7px;
	margin: 10px 0;
	border: 4px solid #996600;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
}
#myDiv4 {
	display: block;
	padding: 7px;
	margin: 10px 0;
	border: 4px solid #660000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
}
#myDiv5 {
	display: block;
	padding: 7px;
	margin: 10px 0;
	border: 4px solid #430000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
}
.more  {
	border-bottom: 1px solid #ababaa;
	padding-bottom: 3px;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 20px;
}
.more2 {
	border-bottom: 1px none #ababaa;
	padding-bottom: 3px;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 20px;
}
a.design:link {
	color: #857B36;
}
div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}.posted {
	font-size: 11px;
	font-style: italic;
	color: #444;
	padding-top: 0px;
	margin-top: 0px;
}
.school {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.paptext {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.papschool {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.gdetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
}
.resultset {
	color: #666;
	font-weight: bold;
	font-size: 10px;
}
.error {
    color: #900;
    font-weight: bold;
	font-size: 12px;
}
