
/* ************************************************ */
/* Body & Column Styles                             */
/* The body includes the page background. This was  */
/* set up in CSS so that there wouldn't be any HTML */
/* to edit.                                         */
/* ************************************************ */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #333333;
	text-align: center;
}

/* NOTE: The second body is a hack for firefox, which has a text-align bug */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #333333;
	text-align: -moz-center;
}

/* Primary Container for the page - fixed with */

#container {
	width: 750px;
	border-left: solid #666666 1px;
	border-right: solid #666666 1px;
	clear:left;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	position: relative;
	width: 750px;
	text-align: left;
	background: #e9e9dd;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
}

#leftcolumn {
	color: #666666;
	width:500px;
	display:block;
	background: #ffffff url(img/bottom-splash.jpg) no-repeat bottom left;
	border-right: dotted 1px #c1bea4;
	padding-bottom: 20px;
}

#rightcolumn {
	color: #333333;
	width:250px;
	position:absolute;
	top:0px;
	left:500px;
	display:block;

}

#footer {
	padding-top:15px;
	padding-bottom:15px;
	border-top: solid 1px #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background: #444444 url(/img/footer-shadow.gif) top center no-repeat;
	font-style: normal;
	position: relative;
	width:750px;
	text-align: center;
}

/* ************************************************* */
/* These styles are for the top header with the      */
/* Lakewood Coop Banner. This was implemented this   */
/* way to enable future webmasters to updae the look */
/* and feel of the site by updating the CSS file     */
/* only.                                             */
/* ************************************************* */

#splash {
	width:750px;
	height:161px;
	background: #ffffff url(img/splash-top.jpg) no-repeat right;
}
	
#splash span {
	background: transparent url(/img/lakewood-big.jpg) no-repeat top left; 
	margin-top: 70px; 
	margin-left:50px;
	width: 240px; 
	height: 87px; 
    float: left;
	}

.book_title {
	color:#444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-top:10px;
}

.book_author {
	color:#444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-bottom:10px;
}

/* ************************************************ */
/* Global Navigation Styles                         */
/* Two styles are used here - one for the left      */
/* column and one for the right.                    */
/* ************************************************ */

/* Primary Container for the global navigation */

#menu {
	width:750px;
	text-align: left;
	background: #f7f7ef url(img/topnav_right250.jpg) no-repeat right;
	border-top: solid 1px #c1bea4;
	border-bottom: solid 1px #c1bea4;
	border-right: 0px;
	border-left: 0px;
	padding:0px;
	clear:left;
}

/* These are the styles for menus without dropdowns */

.lcgn_regular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	cursor: pointer;
	padding:4px 15px;
	text-align: center;
}

.lcgn_regular:hover {
	background-color: #A5DEE9;
}

.lcgn_selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	padding:4px 15px;
	text-align: center;
	background-color: #3D8ADC;
}

.lcgn_rollover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding:4px 15px;
	cursor: pointer;
	text-align: center;
	background-color: #A5DEE9;
}

/* This is the dynamic top-level dropdown item (when shown deselected) */

div.lc_parent_regular
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding:4px 15px;
	text-align: center;
}


div.lc_parent_regular:hover
{
	background-color: #A5DEE9;
}

/* This is the dynamic top-level dropdown item (when shown selected) */

.lc_parent_selected
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding:4px 15px;
	text-align: center;
	background: #3D8ADC;
}

/* This is the box surrounding the sub-menu (child) dropdown items */

div.lc_child_container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
  	display: block;
	width: 150px;
	border: 1px solid #C1BEA4;
  	text-decoration: none;
  	background: #FFFFFF; 
	z-index:2;
}

/* This is a the style for a sub-menu (child) dropdown item */

a.lc_child_regular
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 4px 10px;
	margin: 0px;
	text-align: left;
	display: block;
	border-bottom: none;
	text-decoration: none;
	background:#FFFFFF;
}

a.lc_child_regular:hover
{
	background: #A5DEE9;
}



/* ************************************************ */
/* Left Column Styles                               */
/* All styles used in the left column - this        */
/* includes titles, text, break-out boxes, etc.     */
/* ************************************************ */

.left_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom:8px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #a4c0e2;
	letter-spacing: 3px;
}

.bumblebee_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom:8px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFCC33;
	letter-spacing: 3px;
}

.bumblebee_table_header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom:3px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFCC33;
}

.crickets_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom:8px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #49C92A;
	letter-spacing: 3px;
}

.crickets_table_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom:3px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #49C92A;
}

.dragonflies_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom:8px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #9B6ECB;
	letter-spacing: 3px;
}

.dragonflies_table_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom:3px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #9B6ECB;
}

.title_large {
	font-family:  Palatino, Times, "Times New Roman", serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #3D90E0;
	padding-top: 20px;
	padding-bottom:15px;
	padding-right: 20px;
	padding-left: 20px;
}

.title_medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3D90E0;
	padding-top: 20px;
	padding-bottom:0px;
	padding-right: 20px;
	padding-left: 20px;
}

.indent {
	padding-top:0px;
	padding-bottom:0px;
	padding-right: 20px;
	padding-left: 20px;
}

.break_out {
	border: 1px dashed #969689;
	padding-top:10px;
	padding-bottom:10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left:40px;
	margin-right:40px;
	margin-top:10px;
	margin-bottom:10px;
	background: #f7f7ef;
	font-size:11px;
}

.break_out_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	line-height: 19px;
	padding-right: 20px;
	padding-left: 20px;
}

.mission {
	padding-right:20px; 
	padding-left:20px; 
	padding-top:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	font-weight: normal;
	line-height: 19px;
	font-style: italic;
}

/* ************************************************ */
/* Right Column Styles                              */
/* All styles used in the left column - this        */
/* includes titles, text, break-out boxes, etc.     */
/* ************************************************ */

.sidebar1_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom:8px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #89a9d1;
	letter-spacing: 3px;
	border:0px;
}

.sidebar1_area {
	background:#a4c0e2;
	padding: 10px 20px;
}

.sidebar1_box {
	background:#ffffff;
	padding: 10px;
	border: 1px solid #969689;
}

.sidebar1_title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3D90E0;
}


.sidebar2_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom:8px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #cacab9;
	letter-spacing: 5px;
	border:0px;
}

.sidebar2_area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 10px 20px;
	font-weight: normal;
	background: #e9e9dd;
}

.sidebar2_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 14px;
}

.sidebar3_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom:8px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #ff4605;
	letter-spacing: 5px;
	border:0px;
}

.sidebar3_area {
	background:#fd902b;
	padding: 10px 20px;
}

.sidebar3_box {
	background:#ffffff;
	padding: 10px;
	border: 1px solid #969689;
}

.sidebar3_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #fd902b;
}

.title_large_right {
	font-family: Palatino, Times, "Times New Roman", serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	padding-bottom:10px;
	padding-right: 20px;
	padding-left: 20px;
}

.title_medium_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

.lc_text_italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	line-height: 19px;
	font-style: italic;
}

.text_nospace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	line-height: 14px;
}



.lc_sidebartext_nospace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 14px;
}




/* ************************************************ */
/* Tables                                           */
/* Table Styles                                     */
/* ************************************************ */

.lc_table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	line-height: 16px;
}

.lc_table_shaded{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	background: #F7F7EF;
	font-weight: normal;
	line-height: 16px;
}

/* ************************************************ */
/* Tables                                           */
/* Break-Out boxes                                  */
/* ************************************************ */

.lc_teacherbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background:#F7F7EF;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom:10px;
	margin-left:40px;
	margin-right:40px;
	border:#CCCCCC 1px;
}

.left_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background:#e9e9dd;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom:3px;
	border: none;
	margin-left:40px;
}

.table_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747265;
	background:#c1bea4;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom:3px;
	margin-left:40px;
	margin-right:40px;
	border: none;
	font-weight: bold;
}


/* ************************************************ */
/* Page Footer Style                                */
/* Used for copyright and non-profit information at */
/* the bottom of every page.                        */
/* ************************************************ */

.lc_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

/* ************************************************ */
/* Miscellaneous Spacing Styles                     */
/* ************************************************ */

.lc_schedule_indent {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.lc_coop_indent {
	color:#3D90E0;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.teacher_about {
	color:#666666;
	font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.teacher_name {
	color:#000000;
	font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-left:10px;
}






