html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}/*
BASIC STYLE	
Filename: styles.css
Author: Vivian Clark
Company: PIRC
*/

body {
  background: #84e8ff;
  font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  margin-top: -12px;
}
.page {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#e_content {
  width: auto;
  clear: both;
  height: auto;
}
/* header ------------------------*/
#header {
  width: 1000px;
  background: url(/resources/all/files/22480/_fn/header.jpg) no-repeat top;
  clear: both;
  height: 335px;
}
#logo h1 {
  margin: 0;
}
#logo h1 a {
  width: 1000px;
  height: 284px;
  display: block;
  text-indent: -5000em;
  overflow: hidden;
}
/* main navigation menu ---------------------------*/

#main_menu {
  margin: 0 auto;
  text-align: center;
  padding-top: 9px;
  width: 1000px;
  height: 42px;
  background: url(/resources/all/files/22531/_fn/bg_main_menu.gif) no-repeat top;
}
#main_menu ul.menubeanh {
  background: url(/resources/all/files/22460/_fn/bg_e_content.gif) repeat-y top;
  width: 1000px; 
  height: 42px;
}
#main_menu li {
  background:#c81215 url(/resources/all/files/22541/_fn/bg_button.gif) repeat-x top;
  font-size: 9px;
  padding:12px 0;
  margin:0px;
  text-transform:uppercase;
  width:138px;
  text-align: center;
}

#main_menu li a {
  border-right:1px solid white;
  text-decoration: none;
  color: white;
  padding: 0 16px 0 16px;
  display: block;
}
#main_menu li.last {
  background: #c81215 url(/resources/all/files/22553/_fn/bg_menu_right2.gif) no-repeat top right;
}
#main_menu li.last a {
  border: none;
}
#main_menu li.first {
  margin-left: 16px;
  background: #c81215 url(/resources/all/files/22555/_fn/bg_menu_left2.gif) no-repeat top left;
}
* html #main_menu li.first { /* To Fix margin IE6 */
  margin-left: 8px;
}
/* columns -------------------------*/

#e_column_0 {
  background: url(/resources/all/files/22460/_fn/bg_e_content.gif) repeat-y top;
  width: 1000px;
  clear: both;
  height: auto;
  text-align: left;
  overflow: hidden;
}
#column1 {
  width: 322px;
  padding: 15px;
  height: auto;
  float: left;
}

#column2 {
  padding:35px 10px;
  width:610px;
  height: auto;
  float: left;
  line-height: 20px;
}
#column3 {
  width: 0;
  height: auto;
  float: left;
}

/* search component ----------------------------*/
#site_search {
  margin-bottom: 20px;
}
#site_search input.site_search_query {
  border:1px solid #AAAAAA;
  margin:0pt 2px;
  width: 236px;
}
#site_search input.site_search_button {
  color: #666;
  font-size: 9px;
  text-align: center;
  text-transform: lowercase;
  border:none;
  margin:0pt 2px;
  padding: 3px 12px;
  background: url(/resources/all/files/22563/_fn/bg_search.gif) repeat-x top;
}
/* search results page ----------------------*/
#site_search div.site_search_results_heading {
  background: white;
  height: 25px;
  border-bottom: 1px solid #ddd;
  border-width:0 0 1px 0;
  
}
#site_search div.site_search_results_heading .site_search_title {
  font-size: 1.5em;
  padding-bottom:8px;
  color: #666;
  text-transform: uppercase;
}
#site_search div.site_search_results_heading .site_search_results_count {
  color:#666;
  font-size: 1em;
}
#site_search div.site_search_rpp {
  margin: 1em 0;
}
/* column1 submenu -------------------------*/

#submenu li a {
  background: url(/resources/all/files/22476/_fn/bg_submenu.gif) repeat-y top left;
  border-left: 5px solid #aaa;
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 5px 10px;
  margin-top:8px;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  color: #666;
  text-decoration: none;
  width: 294px;
}

#submenu ul li ul {
  display: none;
}
#educators_template #submenu ul li.educators ul,
#parents_template #submenu ul li.parents ul {
  display: block;
}

#submenu li.mi_active a {
  border-left: 5px solid red;
}

#submenu li ul li.mi_active {
  width: 200px;
  padding-left: 11px;  
  background: url(/resources/all/files/22755/_fn/square.gif) no-repeat 7% center;
}
* html #submenu li ul li.mi_active {/*to fix image-background on IE6*/
  width: 200px;
  padding-left: 11px;    
  background: url(/resources/all/files/22755/_fn/square.gif) no-repeat 4% center;
}

#submenu li.mi_parent li a {
  background-image: none;
  border: none;
  text-transform: lowercase;
  padding:0;
  margin:0pt 0pt 0pt 14px;
}

/* column1 ------------------------*/
#column1_info {
  width: 90%;
  padding: 17px 15px 15px;
  border: 1px solid #aaa;
  margin-top: 25px;
}
#column1_banner {
  border:1px solid #AAAAAA;
  height:73px;
  margin-top:20px;
  padding:0;
  width:318px;  
  background: url(/resources/all/files/22476/_fn/bg_submenu.gif) repeat-y left top;
}
#column1_banner img {
  float: right;
}
#column1_banner h2 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 27px 0 0 20px;
  border: none;
}

/* footer -----------------------*/
#footer {
  height: 100px;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  background: url(/resources/all/files/22460/_fn/bg_e_content.gif) repeat-y top;
}
#footer_container {
  width: 1000px;
}
#footer_text {
  background:#e8e8e8;
  width: 972px;
  margin: 0 auto;
  text-align: center;
  height: 100px;
}
#footer_text p {
  float: right;
  width: 280px;
  text-align: left;
  font-size: 9px;
  padding-right: 10px;
}
#footer_text img {
  float: left;
  padding: 15px 0px 0 15px;
}
#footer_text img.logo2 {
  padding-top: 20px;
}
/* clear empty spaces ---*/
div.clear_float_bounding {
  display: none;
}
/* article styles ----------------------*/
.articlecontainer div.article_heading {
  padding-left: 11px;    
  background: url(/resources/all/files/22755/_fn/square.gif) no-repeat left 8px;
  font-weight: bold;
  font-size: 14px;
}
div.article_heading a {
  color: #666;
}
.articlecontainer div.ac_heading {
  font-size: 1.4em;
}
ol.ac_style_list {
  border-top: 1px solid #e3e2df;
  border-lef: 1px solid #e3e2df;
  border-right: 1px solid #e3e2df;
  background-color: #ebebeb;
}
li.ac_item {
  border-bottom: 1px solid #e3e2df;
  padding: 10px;
}
.articleview div.article_heading {
  font-size: 1.5em;
  border-bottom: 1px solid #ddd;
  margin-bottom:8px;
  padding-bottom:8px;
}
/* general styles ---------------------*/
h1, h2, h3, h4, h5 {
  color:#666;
  font-weight: bold;
  text-transform: uppercase;
}
h2 {
  font-size: 1.5em;
  border-bottom: 1px solid #ddd;
  margin-bottom:8px;
  padding-bottom:8px;
}

h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
a {
  color:#64819e;
  text-decoration: none;
}
a:hover {
  color:#64819e;
  text-decoration: underline;
}
strong {
  font-weight: bold;
}

/* tables styles ------------------------*/
table, td, tr {
  border: 1px solid #e3e2df;
  background-color: #ebebeb;
  border-collapse: collapse;
  padding: 10px;
} 

td {
  vertical-align: middle;
}

/* locations page -------*/
#locations {
  margin-bottom: 2em;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh_persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh_persistent,
ul.menubeanh_persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh_persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh_persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh_persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh_persistent ul,
ul.menubeanh_persistent ul ul,
ul.menubeanh_persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh_persistent li.over ul ul,
ul.menubeanh_persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh_persistent li.over ul,
ul.menubeanh_persistent ul li.over ul,
ul.menubeanh_persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv_persistent,
ul.menubeanv ul,
ul.menubeanv_persistent, ul { 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv_persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv_persistent li.mi_parent {
  cursor: pointer;
}
ul.menubeanv_persistent li ul {
  display: none;
}
ul.menubeanv_persistent li.over ul {
  display: block;
}
.site_search_results_heading {
  padding: 0.125em;
}
.site_search_results_heading .clear_float_bounding {
  line-height: 1px;
}
.site_search_no_results .site_search_query {
  font-weight: bold;
}
.site_search_results_heading .site_search_title {
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  width: 50%;
  float: left;
  clear: left;
}
.site_search_results_heading .site_search_results_count {
  margin-top: 0.125em;
  text-align: right;
  display: block;
  width: 50%;
  float: left;
  clear: right;
}
div.site_search_rpp {
  margin-bottom: 1em;
  margin-left: 0.125em;
  font-size: 80%;
}
a.site_search_rpp {
  text-decoration: none;
}
div.site_search_rpp span.site_search_rpp {
  padding-left: 0.25em;
}
div.site_search_rpp span.site_search_rpp_sep {
  border-right: 1px black solid;
}
.site_search_current_rpp {
}
div.site_search_results {
  margin: 1em 0 1em 0;
  width: 100%;
  float: left;
}

.site_search_result {
   padding-bottom: 0.71em;
}
.site_search_result .highlight {
  font-weight: bold;
}
.site_search_result .site_search_result_title {
}
.site_search_result .site_search_result_description {
  font-size: 0.93em;
}
.site_search_result .site_search_result_link {
  font-size: 0.93em;
}
.site_search_pager {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  height: 1.5em;
  padding: 10px;
}
.site_search_pager a, site_search_rpp {
  text-decoration: none;
}
span.site_search_pager_offset a:hover, 
.site_search_current_offset a,
span.site_search_pager_prev a:hover,
span.site_search_pager_next a:hover {
}
span.site_search_pager_offset a,
span.site_search_pager_prev a,
span.site_search_pager_next a {
  border: 1px gray solid; 
  padding: 0.13em 0.33em 0.13em 0.33em;
}
span.site_search_pager_offset {
  padding-left: 0.25em;
}
.site_search_pager_next {
  padding-left: 0.25em;
}
