/*
Copyright: Sunshine Montessori 2007,
Created by Nigel Harding - nigel.harding@onetel.net, http://www.hardingweb.net
*/

body {
  text-align: center;
  background: #EDEDFF url('../img/bg.jpg') top center no-repeat fixed;
  margin-top:10px;
  margin-bottom:10px;
    font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666; /* dark grey */
}

A:link {
	COLOR: #7b68ee; text-decoration: none
}
A:visited {
	COLOR: #7b68ee; text-decoration: none
}
A:active {
	COLOR: #7b68ee; text-decoration: none
}
A:hover {
	COLOR: #7b68ee; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('../img/content_bg.jpg') top right repeat-y;
  border: 1px solid #8484ff;
}

#page_header {
  height: 120px;
  background: #ffffff url('../img/sunshine_header_downley.png') top right no-repeat;
  clear: both;
}

#page_header h1 {
  margin: 0px;
  padding-top:24px;
  padding-left:360px;
  font-family: verdana, arial, sans-serif;
  font-size:24px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}

#page_header h2 {
  margin: 37px;
  padding-left:74px;
  font-family: verdana, arial, sans-serif;
  font-size:10px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #FFFFFF;
}

#menu_bar {
  height:40px;
  background: #FFFFFF url('../img/drop_shadow.gif') top left repeat-x;
  clear: both;
}

#menu_bar ul {
  margin-top: 2px;
  padding-left: 0px;
  margin-left: 0px;
  background: #ffffdd url('../img/menu_bg.png') top left repeat-x;
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:10px;
  font-weight: bold;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:14px;
  padding-right:13px;
  background: #0066ff url('../img/menu_bg.png') top left repeat-x;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#menu_bar ul li a:hover
{
  background: #FFFF40 url('../img/menu_hover_bg.png') top left repeat-x;
  color: #000000;
}

/* New for the current tab highlight */

#menu_bar ul li.current a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:14px;
  padding-right:13px;
  background: #0066ff url('../img/menu_current_bg.png') top left repeat-x;
  color: #000000;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#staff {
  margin-top:4px;
  float: right;
  width:70px;
  border:0px dashed #5555ff;
  color:#FFFF00;
  font-family: verdana, arial, sans-serif;
  font-size:9px;
  font-weight: bold;
  color:#8888ff;
}

#staff p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #888888;
  line-height: 16px;
  padding-left:4px;
}

#staff A:visited {
	color: #8888ff;
    text-decoration: none;
}

#staff A:link {
	color: #8888ff;
    text-decoration: none;
}

#staff A:active {
	color: #f6ed98;
    text-decoration: none;
}

#staff A:hover {
	color: #8888ff;
    text-decoration: none;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

#right_side {
  margin-top:5px;
  float: right;
  width:150px;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #4b0082; /* strong purple */
  padding:4px;
  border: 1px solid #9370db;
  background-color:#000099; /* Not sure what this value is adjusting */
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666; /* dark grey */
  line-height: 16px;
  padding-left:4px;
}

#left_side {
  float: left;
  width:540px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #0033cc;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #0033cc;
  clear:both;
}

#left_side h4 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0033cc;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 0px solid #0033cc;
  clear:both;
}

#left_side h5 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #0033cc;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 0px solid #0033cc;
  clear:both;
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}


.float_left {
  float: left;
  margin-right: 10px;
}

.float_left_icon {
  float: left;
  margin-right: 5px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:left;
  width:220px;
  background-color: #e6eCff;
  border:1px solid #dda0dd;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #4b0082;
  background-color: #e6eCff;
  border-bottom: 0px solid #FFFFFF;
}

/* Feature box with blue theme */
#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

/* Feature box with yellow theme */
#feature_box2 {
  float:left;
  width:240px;
  background-color: #f6ed98;
  border:1px solid #ffcc66;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box2 h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #663300;
  background-color: #f6ed98;
  border-bottom: 0px solid #FFFFFF;
}

#feature_box2 p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}


#page_footer {
  height: 60px;
  background-color: #3e79ef; /* "Sunshine" blue */
  background-image: url(../img/footer7.png);
  clear: both;
}

#page_footer p {
  padding-top:20px; 
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 10px; /* was 18 */
  color: #FFFFFF;
  /*letter-spacing:1px;*/
}


#page_footer A:link {

	color: #ffffff;
    text-decoration: none;
}

#page_footer A:visited {

	color: #ffffff;
    text-decoration: none;
}

#page_footer A:active {
	color: #ffff00;
    text-decoration: none;
}

#page_footer A:hover {
	COLOR: #ffff00;
    text-decoration: underline;
}


#copyright {
    height: 8px;
    color: #4bc6e9;
    text-align: center;
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
}

#copyright p {
 /* padding-top:8px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 7px;
  font-weight: normal;
  line-height: 18px;
  color: #4bc6e9; */
  /*letter-spacing:1px;*/
}

#copyright A:link {

	color: #C96FEF;
    text-decoration: none;
}

#copyright A:visited {
	color: #C96FEF;
    text-decoration: none;
}

#copyright A:active {
	color: #C96FEF;
    text-decoration: none;
}

#copyright A:hover {
	COLOR: #C96FEF;
    text-decoration: underline;
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 20px;
  padding-left: 2px;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 15px;
  background-image: url(../img/sunshine_bullet.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height:25px;
}

/* arrow_list for feature box */
.arrow_list_fb { 
  margin-left: 1px;
  padding-left: 2px;
  list-style: none;
} 

.arrow_list_fb li { 
  padding-left: 20px;
  background-image: url(../img/sunshine_bullet_bluebg.png);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height:20px;
}

