/* CSS Document */

/************************ STRUCTURE & STYLES ************************/
body {
	background: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #008e80;
	outline: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
#container {
	width: 100%;
	margin-left:auto;
	margin-right: auto;
	position: static;
	float: none;
}
/************************ ACCESSIBILITY STYLES ************************/
.accessibility  {
	display: none;
}

/************************ HEADER ************************/
#preHeader {
	width: 100%;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#breadcrumbs {
	width: 100%;
	height: 20px;
	line-height: 20px;
	float: right;
	font-weight: bold;
	text-align: right;
}
/************** Search **************/
#search {
	display: none;
}

/************** End Search **************/
#header {
	width: 100%;
	height: 40px;
	background: none;
}
/************** Logo **************/
#logo {
	background: none;
	height: 40px;
	width: 360px;
	float: left;
	margin: 0;
}
#logo h1 {
	height: 40px;
	width: 360px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#logo h1 a {
	display: block;
	width: 360px;
	height: 40px;
}
#logo span {
	display: block;
} 
/************** End Logo **************/
#schools {
	display: none;
}

/************************ NAVIGATION ************************/
/*************** Menus are style in hmenu.css ***************/
#navigation {
	width: 100%;
	height: 1px;
	padding: 0;
	background: none;
	border-bottom: 1px solid #000000;
}
#navigation ul {
	display:none;
}
/************************ FEATURE ************************/
/* Images uploaded to /uploads/images/feature_images (uploaded
   inside of Smart ISD CMS Image Manager */
#feature {
	display: none;
}

/************************ CONTENT ************************/
#content {
	width: 100%;
	padding: 0;
	background: none;
	float: left;
}
#content ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-position: outside;
	list-style-type: square;
}
#content ul li {
	padding: 5px 0;
	line-height: 1.2;
}
#contBot {
	display: none;
}
/************************ Home Page ************************/
#frontCont {
	width: 100%;
	background: none;
	float: left;
	padding-top: 10px;
}
/************** Left Content **************/
#contLft {
	width: 30%;
	float: left;
	background: none;
	padding-bottom: 0;
	color: #000000; /*CHANGE*/
}
.lftSection {
	padding: 0;
}
h2.lftHead {
	color: #333333;
	margin: 0 0 18px 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px; 
	font-size: 18px; /*CHANGE*/
}
.lftDesc {
	line-height: 1.5;
}
.lftDesc p {
	padding: 0;
	margin: 0 0 10px 0;
	color: #666666; /*CHANGE*/
}
/************** End Right **************/

/************** Right Content **************/
#contRt {
	width: 70%;
	float: right;
	padding: 0;
}
.rtSection {
	padding: 0 13px;
}



/************** TEST**************/

h1.rtHead {
	color: #01539c;
	margin: 0 0 12px 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;	
	font-size: 20px; 
}


/************** END TEST**************/



h2.rtHead {
	color: #333333;
	margin: 0 0 12px 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;	
	font-size: 20px; 
}
.rtDesc {
	line-height: 1.5;
}
.rtDesc p {
	padding: 0;
	margin: 0 0 10px 0;
}
.rtDesc h3 {
	color: #007963;
	margin: 0 0 10px 0;
	FONT-SIZE: 16px;
	FONT-WEIGHT: normal;
	padding-top: 10px;
}
hr.rtLine {
	border: 0;
	width: 100%;
	color: #eaeaea;
	background-color: #eaeaea;
	height: 2px;
	margin: 18px 0;
}
a.more, a.more:visited, a.more:active {
	text-decoration: none;
	color: #008e80;
	font-weight: bold;
	background: url(images/more_bg.gif) right center no-repeat;
	padding-right: 15px;
	font-size: 11px;
}
a.more:hover, a.more:focus {
	text-decoration: underline;
}
/************** End Left **************/

/************************ Articles ************************/
#artCont {
	width: 100%;
	background: none;
	float: left;
	padding-top: 15px;
}
/************** Article Right Content **************/
#artRt {
	width: 70%;
	float: right;
	padding: 0;
}
h2.artHead {
	color: #01539c;
	margin: 0 0 12px 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	font-size: 20px;
}
.artDesc, .searchDesc {
	line-height: 1.5;
    font-style: normal;
	padding: 0 0 0 15px;

}
.artDesc p, .searchDesc p {
	padding: 0;
	margin: 0 0 12px 0;
}

/***************************************** LB additions *****************************************/
.artDesc h2 {
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px; 
	font-size: 18px; 
}
.artDesc h3 {
	FONT-SIZE: 16px;
	FONT-WEIGHT: normal;
	color: #007963;
	padding-top: 10px;
}

.artDesc h4 {
	FONT-SIZE: 14px;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
}

.artDesc h5 {
	FONT-SIZE: 13px;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
}
/****************************************** END LB additions ******************************************/
.searchDesc h1 { /* Hides default search heading. */
	display: none;
}
/************** End Article Left **************/

/************** Wide Articles **************/
#wideCont {
	width: 100%;
	background: none;
	float: left;
}
#artWide {
	width: 100%;
	float: left;
	padding: 15px 0 0 0;
}
/************** End Wide Articles **************/

/************** 2-column Articles **************/
#twoCont {
	width: 100%;
	background: none;
	float: left;
}
#artTwo {
	width: 100%;
	float: left;
	padding: 0;
}
h2.artHead2 {
	color: #01539c;
	padding: 15px 0 12px 0;
	margin: 0 0 0 262px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px; /*CHANGE*/
	font-size: 20px;
	width: auto;
	float: none;
}
#twoTop {
	display: none;
}
.artDesc2 {
	line-height: 1.5;
	float: left;
}
.artDesc2 p {
	padding: 0;
	margin: 0 0 12px 0;
}

/***************************************** LB additions *****************************************/
.artDesc2 h2 {
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px; 
	font-size: 18px; 
}
.artDesc2 h3 {
	FONT-SIZE: 16px;
	FONT-WEIGHT: normal;
	color: #007963;
	padding-top: 10px;
}

.artDesc2 h4 {
	FONT-SIZE: 14px;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
}

.artDesc2 h5 {
	FONT-SIZE: 13px;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
}
/****************************************** END LB additions ******************************************/

td.rtCol {
	padding-left: 19px;
}

td.rtCol h3 {
	padding-right: 19px;
}


td.leftCol {
	background: none;
	padding: 0 15px 23px 15px;
	line-height: 1.5;
}
td.leftCol h2 {
	color: #333333;
	margin: 0;
	padding: 10px 0 12px 0;
	font-weight: normal;
	letter-spacing: 0px; /*CHANGE*/
	font-size: 18px;
}
td.leftCol p {
	color: #666666; /*CHANGE*/
	padding: 0;
	margin: 0 0 12px 0;
}
td.rtCol hr {
	border: 0;
	width: 100%;
	color: #eaeaea;
	background-color: #eaeaea;
	height: 2px;
	margin: 18px 0;
}
table#twoColumn {
	width: 100%;
}
/************** End 2-column Articles **************/


/************** Summary Pages **************/
blockquote.summaryPageTitle {
	font-weight: bold;
	margin: 0 0 2px;
	padding: 0;
	font-size: 14px;
}
blockquote.summaryPageDescription {
	margin: 0 0 20px;
	padding: 0;
}
/************** End Summary Pages **************/




/************************ FOOTER ************************/

.clear {
	clear: both;
}

#footer {
	width: 100%;
	background: none;
	padding: 15px 0 0 0;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#footLft {
	width: 100%;
	height: auto;
	background: none;
	float: left;
	padding: 0;
	font-size: 10px;
}
#footLft p {
	margin: 0;
	padding: 0;
}
#footRt {
	width: 100%;
	height: auto;
	background: none;
	float: right;
	padding: 5px 0 0 0;
	line-height: 16px;
}
#copyright {
	width: auto;
	float: right;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
}
#copyright a {
	text-transform: none;
}
#botLinks {
	display: none;
}

#sisd {
	display: none;
}

/************************ Online School Styles ************************/
/************** Logo **************/
#onlineLogo {
	background: none;
	height: 35px;
	width: 460px;
	float: left;
	margin: 0;
}
#onlineLogo h1 {
	height: 35px;
	width: 460px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#onlineLogo h1 a {
	display: block;
	width: 460px;
	height: 35px;
}
#onlineLogo span {
	display: block;
} 
/************** End Logo **************/
#onlinePhone {
	float: right;
	width: auto;
	height: 20px;
	line-height: 20px;
	color: #01539c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 0;
}
#onlineSlogan {
	height: 20px;
	width: 100%;
	float: left;
	margin: 0;
	text-align: left;
	color: #88959e;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: italic;
	font-size: 18px;
	letter-spacing: 0px;
}
#OLnavigation {
	width: 100%;
	height: 20px;
	padding: 0;
	margin-bottom: 10px;
	background: none;
	border-bottom: 1px solid #000000;
}
#OLnavigation ul {
	display:none;
}

#onlineFeature {
	display: none;
}
.artDesc3 td.rtCol {
	padding-top: 15px;
}
.artDesc3 td.leftCol {
	padding-top: 5px;
}
/***************************************** LB additions *****************************************/
.artDesc3 h2 {
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px; 
	font-size: 18px; 
}
.artDesc3 h3 {
	FONT-SIZE: 16px;
	FONT-WEIGHT: normal;
	color: #007963;
	padding-top: 10px;
}

.artDesc3 h4 {
	FONT-SIZE: 14px;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
}
.artDesc3 h5 {
	FONT-SIZE: 13px;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
}



