/* CSS Document */

/* normalize margin, padding */
body, div, dl, dt, dd, ul, ot, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin:0;  padding:0;  }

 /* Normalize font-size for headers */
 h1, h2, h3, h4, h5, h6
 { font-size : 100%; }

/* Remove list-style from lists */
ol, ul 
{ list-style : none; }

/* Normalizes font-style and font-weight to normal */
 h1, h2, h3, h4, h5, h6
{ font-style : normal, font-weight: normal;}

/* Reomve borders and spacing from tables */
table
{border-collapse: collapse; border-spacing : 0;}

/* Remove border from fieldset and img */
fieldset, img
{ border : 0;}

/* left-alignes text in caption and th */
caption, th
{ text-align : left; }

/* Remove quotation marks from q */
q:before, q:after
{content :'';}

/* Remove box outline for links in Firefox */
a { outline:none; }


body {
	background:url(images/ssiabackground6.gif);
	text-align:center;
/*	font:100% Georgia, "Times New Roman", Times, serif;*/
	font:95% Arial, Helvetica, sans-serif;
	line-height:1.4;
	color:#444444;
}

#wrapper {
	position: relative;
	width:780px;
	margin:  0 auto;
	text-align:left;
	background:white;
}

#branding {
	height: 100px;
}

#logowrap {
	background:url(logo10.gif) no-repeat;
	height:95px;
}

#clear {
	clear:both;
}


.clr {
	clear:both;
}
#content {
	width:592px;
	float:right;
	text-align:left;
	padding:0px 10px 0px 0px;
	margin:15px 0px 5px 0px;
	min-height:600px;
}

#calendarwrap {
	padding:0;
	margin:6px 0px 0px 25px;
}

#calendarwrap a {
	color:#04a3c6;
	font: 85% Arial, Helvetica, sans-serif;
}
 
#calendarwrap a.cal {
	font-size:95%;
}

.schoolImage {
	float:left;
	margin:10px 20px 0px 30px;
	padding-top:10px;
}

.logo {
	padding-top:50px;
	padding-left:20px;
}

/*** Lists ***/
ul {
	list-style:none;
	margin:0px 15px 6px 30px;
	font-size:95%;
}

ul.topics {
	list-style:none;
	font:bold 95%/1.8 Arial, Helvetica, sans-serif;
	margin-left:10px;
}

ul.topics li ul{
	list-style:none;
	font:bold 98%/1.8 Arial, Helvetica, sans-serif;
	margin-left:10px;
}

ul.topics li ul li ul{
	list-style:none;
	font-size:95%;
	font-weight:normal;
	margin-left:10px;
}

ul.readmore {
	list-style:none;
	margin:10px 70px 20px 30px;
}

ul.readmore li {
	padding:10px 0px 20px 0px;
	border-bottom:1px #285EAD dotted;
}

ul.readmore li ul li{
	margin:0px 70px 0px 0px;
	left:0;
	border-bottom:none;
	font-size:95%;
	font-size:95%;
	line-height:normal;
	padding:0px 0px 0px 0px;
}

ul.school {
	list-style:none;
	height:100px;
	font-size:95%;
	margin:20px 0px 0px 20px;
}

ul.school li {
	margin:0px 0px 0px 0px;
}

ul.news {
	margin-top:20px;
	list-style:none;
}

ul.news li {
	margin-left:15px;
	margin-bottom:10px;
}

ul.home {
	margin:0px 40px 20px 40px;
	list-style:disc;
	font-size:95%;
}

ul.home li {
	margin-left:30px;
}

ul.debate {
	margin:5px 40px 10px 40px;
	list-style:disc;
	font-size:95%;
}

ul.debate li {
	margin-left:10px;
}

dl.board {
	font-size: 95%;
	margin:5px 10px 0px 31px;
}

dl.board dt {
}


dl.board dd  {
	font-style:italic;
	margin:0px 0px 15px 0px;
}

dl.who {
	font-size:95%;
	margin:5px 10px 5px 30px;
}

dl.who dt {
	font-weight:bold;
	font-style:italic;
}

dl.who dd {
	margin:0px 15px 20px 0px;
}

/***  Headings  *****/
h2 {
	padding:10px;
	margin:5px 5px 10px 5px;
	font-size: 115%;
	color:#697cc2;
}

h3 {
	padding:10px;
	margin:5px 5px 10px 5px;
	font-size: 103% ;
	color:#73a249;
	font-weight:bold;
}

h4 {
	padding:3px 10px 5px 28px;
	margin:0px 18px 5px 5px;
	font-size: 120%;
	font-weight:bold;
	color:white;
	background:/*#285EAD*/ url(images/h6background.gif) no-repeat;
}

h4.cal {
	padding:3px 10px 5px 28px;
	margin:0px 18px 5px 5px;
	font-size: 120%;
	font-weight:bold;
	color:white;
	background:/*#285EAD*/ url(images/h6cal.gif) no-repeat;
}

h5 {
	font-size: 105%;
	font-weight:bold;
	
}

h6 {
	font-size: 130%;
	margin:10px 5px 5px 30px;
	color:#73a249;
	font-weight:bold;
}

p {
	font-size:95%;
	margin:10px 30px 6px 30px;
	padding:0px 10px 6px 0px;

}

p.footer {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

}

p.debCoach {
	font-size:95%;
	font-weight:bold;
}

#descblock {
	color:#000000;
	margin:5px 18px 20px 5px;
	padding: 10px 10px 10px 30px;
	font: 95%/1.4 Georgia, "Times New Roman", Times, serif;
	background-color:#eeeeee;
}

.alert {
	color:#990000;
}


#StyleItal {
	font-style:italic;
}

#StyleBold {
	font-weight:bold;
}

#colTopics {
	margin-left:15px;
}

#quote {
	font-size:95%;
	color:#111111;
	margin:10px 30px 30px 30px;
	font-style:italic;
}

#QuoteSpeaker {
	text-align:right;
	margin-right:20px;
}

#footer  {
	padding:10px;
	font-size: 80%;
	margin:30px 0px 0px 0px;
	background:/*#7eb250*/  url(images/footerBackground.gif) no-repeat;
	text-align:center;
	color:white;
}

/* Forms */
.style1 {
  display: none;
}

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 160px;
  text-align: right;
  font-size:12px;
  }
  
div.row span.label2 {
	float: left;
	width: 160px;
	text-align: left;
	font-size:12px;
  }
  
div.row span.formw {
	float: right;
	width: 235px;
	text-align: left;
	font-size:85%;
  } 
  
div.line {
	width: 400px;
	margin-left:35px;
	font-size:12px;
	padding-top:5px;
	padding-bottom:10px;
	clear: both;
  }

div.line2 {
	width: 400px;
	margin-left:75px;
	font-size:12px;
	padding-top:5px;
	padding-bottom:10px;
	clear: both;
  }
  
div.line3 {
	width: 400px;
	margin-left:100px;
	font-size:12px;
	padding-top:5px;
	padding-bottom:3px;
	clear: both;
  }
  
/* Navigation */
#topNav  {
	margin-right:10px;
	margin-top:5px;
	float:right;
	color:#285EAD;
	height:50px;
}

#topNav a:visited {
	font-size: 11px;
	text-decoration:none;
}

#topNav a:link {
	text-decoration:none;
	font-size: 11px;
}

#topNav a:hover {
	text-decoration:underline;
	font-size: 11px;
}

#topNav a:active {

	text-decoration:none;
	font-size: 11px;
}

#mainNav {
	width:100%;
	padding: 1em;
	background:/*#7eb250*/ url(images/mainNav.gif) no-repeat;
	color:white;
	text-align:left;
	min-height:400px;
	
}

#navWrap {
	margin-top:15px;
	margin-left:5px;
	width:140px;
	background:white;
	float:left;
}


/* Special code to make home menu item a link */
#bottomBorder {
	margin-left:5px;
	margin-top:-12px;
	padding-top:0px;
	border-top:1px lightblue solid;
	width:137px;
	line-height:0.5;
}

#mainNav h3 a:visited {
	text-decoration:none;
	color:white;
	margin-left:-4px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;
	width:144px;
	
}

#mainNav h3 a:link {
	text-decoration:none;
	color:white;
	margin-left:-4px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;
	
	width:144px;
}

#mainNav h3 a:hover{
	color:white;
	text-decoration:underline;
	margin-left:-4px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;
	width:144px;
}

#mainNav h3 a:active {
	color:#FFFFFF;
	text-decoration:none;
	margin-left:-4px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;
	width:144px;
}

.arrowlistmenu{
	width: 147px; /*width of accordion menu*/
	font-size: 100%;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-weight: bold;
	color: white;
	cursor: hand;
	cursor: pointer;
	border-bottom: 1px lightblue solid;
	padding:6px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	color:lightgreen;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background: lightgreen !important;
}

.arrowlistmenu ul li a{
	display: block;
	padding: 2px 0px 0px 20px;
	text-decoration:none;
	color:white;
	font-size: 100%;
}

#mainNav h3 a.onpage {
	color:lightgreen;
	font-weight:bold;
}

#mainNav h3 a.onpage:visited, a.onpage:link, a.onpage:hoover, a.onpage:active {
	color:lightgreen;
	font-weight:bold;
}

.arrowlistmenu ul li a:visited{
	color: #eeeeee;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	text-decoration:underline;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: lightblue;
}
  
.arrowlistmenu ul li a.onpage {
	color:lightgreen;

}
.arrowlistmenu ul li a.onpage:visited, a.onpage:link, a.onpage:hoover, a.onpage:active {
	display: block;
	padding: 2px 0ox 0ox 20px;
	text-decoration:none;
	color:lightgreen;
	font-size: 100%;
}

/* General links */
a {
	color:#285EAD;
	font-size:100%;
}

/*** Breakfast Invite ***/
a.breakfast {
	font-size:120%;
	font-weight:bold;
}

.brkfstTable {
	margin-left:30px;
	font: 75% Arial, Helvetica, sans-serif;
}

#breakfasthead {
	padding-top:5px 0px 5px 0ps;
	margin:5px 0px 15px 0px;
	font-size:110%;
	color:#111111;
	width:105%;
	font-weight:bold;
}