/* CSS Document */

html, body, ul, ol, li, /*p,*/ h1, h2, h3, h4, h5, h6, form, fieldset { 
	height:100%; 
    margin:0; 
    padding:0; 
    border:0; 
}

html,body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	background-color:#FFF;
    background-image:url(../images/bkgnd_strip.gif);
	background-position:center;
	background-repeat:repeat-y;
	text-align:center;
	
}

#wrapper {
	height:100%;
	width:740px;
	margin:0px auto;
	padding:0px;	
	text-align:left;
	background-color:#FFF;
}

#innerWrapper {
	height:100%;
	width:740px;
	background-color:#FFF;
}

#header {
	margin:0px auto;
	padding:0px;
	width:740;
	background-color:#FFF;
}

/* Title Bar Styles for Multicolor */
#titleBar {
	width:740px;
	height:23px;
	background-color:#FFF;
	/*background-image:url(../images/titleBar.jpg);*/
	/*background-repeat:no-repeat;*/
}

.title_home {
	float:left;
	background-image:url(../images/titleBars/titleBar_home.jpg);
	background-repeat:no-repeat;
}
.title_charter {
	float:left;
	background-image:url(../images/titleBars/titleBar_charter.jpg);
	background-repeat:no-repeat;
}
.title_about {
	float:left;
	background-image:url(../images/titleBars/titleBar_about.jpg);
	background-repeat:no-repeat;
}
.title_admiss {
	float:left;
	background-image:url(../images/titleBars/titleBar_admiss.jpg);
	background-repeat:no-repeat;
}
.title_contact {
	float:left;
	background-image:url(../images/titleBars/titleBar_contact.jpg);
	background-repeat:no-repeat;
}
.title_commAsoc {
	float:left;
	background-image:url(../images/titleBars/titleBar_commAsoc.jpg);
	background-repeat:no-repeat;
}
#titleBar h3 {
	float:left;
	padding:4px 0px 0px 15px;
	font-size:.85em;
	font-weight:bold;
	color:#fff;
	background-color:#fff;
}

#titleBarTxt {
	float:left;
	padding:4px 0px 0px 7px;
	font-size:.85em;
}

#content {
	float:right;
	width:585px;
	padding:0px 5px 10px 5px;
	background-color:#fff;
}

.innerColLft {
	float:left;
	width:265px;
	margin:0px 0px 0px 0px;
	padding:0px;
	/*background:#666666;*/
}

.innerColRht {
	float:left;
	width:265px;
	margin:0px 0px 0px 20px;
	padding:0px;
	/*background:#666666;*/
}

.sectTitleBlu {
	width:100%;
	padding:3px 2px 4px 2px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#8b93c2;
}

.sectTitleGrn {
	width:100%;
	padding:3px 2px 4px 2px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#afc31d;
}

/*#newsBox {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:100%;
	background-color:#c8c7d0;
	border:1px #474261 solid;
}
.newsBoxTitle {
	float:left;
	width:100%;
	padding:2px 0px 2px 0px;
	background-color:#afc31d;
	color:#fff;
	text-align:center;
	font-weight:bold;
	border-bottom:1px #474261 solid;
}*/
.newsBox {
	font-size:.8em;
	padding-right:10px;
	text-align:center;
	line-height:1.5em;
}
.newsBox a {
	/*padding-right:10px;*/
	text-align:center;
}

#navigation {
	float:left; 
	height:100%; 
	width:130px;
	background-color:#ddfaab;
}
#navigation a:hover {
	color:#ff9900;
}
.navBlock {
	padding:10px 0px 0px 0px;
}

.home {
	background-image:url(../images/nav/home.gif);	
}
.about {
	background-image:url(../images/nav/about.gif);	
}
.charterSch {
	background-image:url(../images/nav/charterSch.gif);	
}
.handbook {
	background-image:url(../images/nav/handbook.gif);	
}
.admissions {
	background-image:url(../images/nav/admissions.gif);	
}
.classroom {
	background-image:url(../images/nav/classroom.gif);	
}
.comAsoc {
	background-image:url(../images/nav/comAsoc.gif);	
}
.helpOut {
	background-image:url(../images/nav/helpOut.gif);	
}

.contact {
	background-image:url(../images/nav/contact.gif);	
}

#footer {
	float:left;
	width:740px;
	background-color:#996633;
	padding:4px 0px 4px 0px;
}

/*Use if footer needs to be to the right of the nav*/
/*#footer { 
	float:right;
	width:585px;
	background-color:#996633;
	margin-bottom:10px;
}*/

/* MENU CSS */

dl, dt, dd, ul, li {
	margin: 0;
	/*width: 130px;*/
	padding: 0;
	list-style-type: none;
}

#menu {
	float:left;
}

#menu {
	width: 130px;
	color:#474261;
	text-decoration:none;
	font-size:9px;
	font-weight:bold;
}

#menu dt {
	width:110px; /* Changes width of the light area of the nav btn*/ 
	padding:1px 0px 1px 17px;
	background-repeat:repeat-y;
}

#menu dd {
	border: 0px;
	font-weight:normal;
}

#menu li {
	width:99px;
	margin: 0px 0px 0px 14px;
	padding: 0px 0px 5px 14px;
	text-align: left;
	background-color:#f3fde2;
}
#menu li.pdf {
	width:99px;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 5px 20px;
	text-align: left;
	background-color:#f3fde2;
	background-image:url(../images/nav/icon_pdf.gif);
	background-repeat:no-repeat;
}

#menu li a, #menu dt a {
	color:#474261;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
#menu li a:hover, #menu dt a:hover {
}

/* LINKS */

a:link, a:active, a:visited {
	color:#9A1515;
	text-decoration:none;
	border-bottom:1px dashed #93a431;
}
a:hover {
	color:#3D53C1;
	text-decoration:none;
	border-bottom:1px dashed #6373c3;
}

/* PICS */

.caption {
	width:90%;
	font-size:.7em;
	font-style:italic;
}


.picRtMar10px {
	float:right;
	margin-left:10px;
}

.picLtMar10px {
	float:left;
	margin-right:10px;
}

.picRtMar5px {
	float:right;
	margin-left:5px;
}

.picLtMar5px {
	float:left;
	margin-right:5px;
}







