html {
	background-color: #ccc;
}

#nobannerwrapper {
	text-align: center;
	width: 500px;
	padding: 0px;
	margin: 4px auto;
	background-color: #fff;
	border: 1px solid #999999; 
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #444;
}
	
#wrapper {
	text-align: center;
	width: 750px;
	padding: 0px;
	margin: 4px auto;
	background-color: #fff;
	border: 1px solid #999999; 
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #444;
}
	
table, td {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #444;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #005aaf;
}

#msges a { font-weight:normal }

a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1em 0;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px;
	color: #666666;
	background-color: #f5f5f5;
	border: 1px solid #ccc; 
}
h2 {
	font-size: 12pt; 
	text-align: center;
	color: #a1a5a9;
}
h3 { 
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px;
	color: #666666;
	background-color: #f5f5f5;
	border: 1px solid #ccc; 
}
h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
}

/********************************************************************
*** Header
*********************************************************************/
#header {
	text-align: left;
	height: 80px;
}

/********************************************************************
*** Logo
*********************************************************************/
#logoDiv {
	padding: 0px 0px 0px 4px;
}
#logo {
	width: 167px;
	height: 59px;
}

/********************************************************************
*** Photos
*********************************************************************/
.bannerPhoto {
	padding: 2px 0px 2px 4px;
}
.tagLine {
	padding: 41px 0px 0px 400px;
}
.blogPhoto {
	text-align: left;
	margin-right: 4px;
	margin-bottom: 4px;
 float:left;
	color: #000;
	width: 240px;


}
.blogclear{clear:both}
/********************************************************************
*** Content: main area
*********************************************************************/
#mainContent {
	text-align: left;
	float: left;
	padding: 15px;
	width: 500px;
	margin: 0;
	background-color: #fff;
}

#popupContent {
	text-align: left;
	margin: auto;
	padding: 15px;
	margin: 0;
	background-color: #fff;
}

#mainContentWide {
	text-align: left;
	float: left;
	padding: 15px;
	width: 720px;
	margin: 0;
	background-color: #fff;
}

#mainContentLeft {
	text-align: left;
	float: left;
	padding: 15px;
	width: 255px;
	margin: 0;
	background-color: #fff;
}

#mainContentRight {
	text-align: left;
	float: right;
	padding: 15px;
	width: 434px;
	margin: 0;
	background-color: #fff;
	/*border-left: 1px dashed #999;*/
}

#qtScreen {
	float: left;
	padding: 0px 15px 5px 0px;
}

/********************************************************************
*** Content: AFS sideBar
*********************************************************************/
#sideBar {
	float: right;
	width: 240px;
	margin: 0px 5px 5px 10px;
}

h5 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 10pt;
	color: #005aaf;
}

/********************************************************************
*** Content: side area
*********************************************************************/
#sideContent {
	float: right;
	width: 200px;
	margin-bottom: 10px;
}
#sideContent .sideContainer {
	margin: 31px 10px 0px auto;
}
#sideContent .sideContainer p { 
	margin-bottom: 4px; 
}

#sideContent .sideContainer .quote { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", lucida, verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	text-align: left;
	font-weight: bold;
	font-style: italic;
}
#sideContent .sideContainer .quoteJump { 
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", lucida, verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
}

#sideContent .boxedTitle {
	background: #f6f6f6;
	color: #333;
	padding: 0.5em;
	border: 1px solid #999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", lucida, verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
}

#sideContent .loginBox {
	background: #005aaf;
	color: #fff;
	padding: 0.5em;
	border: 1px solid #999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", lucida, verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
}

#sideContent .boxedBody {
	font-size: 8pt;
	background: #fff;
	padding: 0.5em;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

#sideContent .sideContainer .sideTitle { 
	font-size: 10pt;
	font-weight: bold;
}

#sideContent .sideContainer .sideText { 
	font-size: 8pt;
}

#sideContent .sideText { 
	font-size: 8pt;
}

.indexbox {
    height: 20px;
    width: 69px;
}

.error {
    font-size: 10px;
    color: #00c;
}

/********************************************************************
*** Footer
*********************************************************************/
#footer { 
	text-align: center;
	font-size: 8pt;
	height: 70px;
	background-color: #f5f5f5;
	clear: both;
	border-top: 1px solid #ccc;
}
#footer a {
	font-weight: normal;
}


/********************************************************************
*** Navigation
*********************************************************************/
#navBar {
	text-align: left; 
	height: 15px;
	background: url(images/bar_bg.gif);
	border-bottom: 1px solid #999999;
	font-weight: bold;
	color: #000000; 	
	font-size: 10px;
}

#navBar a { 
	margin: 15px; 
	font-size: 12px;
	padding-top: 7px;
	color: #005aaf;
}

#navBar .right {
	padding: 0px 0px 0px 170px;
}

body#sectionone #navBar #one, 
body#sectiontwo #navBar #two,
body#sectionthree #navBar #three,
body#sectionfour #navBar #four,
body#sectionfive #navBar #five,
body#sectionsix #navBar #six,
body#sectionsix #subone #subone,
body#sectionsix #subtwo #subtwo,
body#sectionsix #subthree #subthree,
body#sectionsix #subfour #subfour,
body#sectionsix #subfive #subfive {
	color: #000;
}


/********************************************************************
*** Curriculum
*********************************************************************/

#curriculumLinks a { 
	color: #666; 
}
#curriculumLinks a:link {
	color: #666; 
}
#curriculumLinks a:visited {
	color: #999; 
}
#curriculumLinks a:hover {
	color: #005aaf; 
}


.invis { display: none; }
.vis {display:table-row-group}
.popover {
    display: block;
    border:2px solid black;
    background-color:white;
    position:absolute;
    left:40%;
    top:40%;
    width:200px;
    height:80px;
    padding-top:16px;
    text-align:center
}

.blogTitle { 
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 2px;
    color: #666666;
    background-color: #dfefff;
    border: 1px solid #ccc; 
    display: block;
    clear:both;
}



.classroomTitle { 
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px;
    color: #000;
}

.partnerClassroomTitle { 
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 5px;
    color: #000;
}

.smallText { 
    font-size: 8pt;
    font-weight: normal;
    padding: 0px;
    color: #000;
}

.editBlog { 
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px;
    color: #666666;
    background-color: #f5f5f5;
    border: 1px solid #ccc; 
    display: block;
}

.bBorder {
    border-bottom: 1px solid #999;
}

.tHeader {
    font-size: 12pt;
    font-weight: bold;
    color: #005aaf;
}

#taskbox {
    width: 90%;
    background-color: #f2f2f2;
    list-style-type: decimal;
    list-style-position: outside;
    margin-top: 12px;
    margin-bottom:12px;
    padding: 12px;
    border: solid 1px #a1a5a9;
}

/* thanks to spiffycorners.com */

.spBlackTitle {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}
.spWhiteTitle {
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
}
.spContentBox {
    padding: 6px;
    border: 1px solid #CCC;
    margin-bottom: 12px;
}
.spSmallText {
    font-size: 11px;
}
.spSmallLabel {
    font-weight: bold;
    font-size: 11px;
    color: #405080;
}
.spInnerContent {
    margin-bottom: 4px;
}

.spblue {
    display:block
}
.spblue * {
    display:block;
    height:1px;
    overflow:hidden;
    background:#005aaf
}
.spblue1 {
    border-right:1px solid #91b8dc;
    padding-right:1px;
    margin-right:3px;
    border-left:1px solid #91b8dc;
    padding-left:1px;
    margin-left:3px;
    background:#3f83c3;
}
.spblue2 {
    border-right:1px solid #e5eef7;
    border-left:1px solid #e5eef7;
    padding:0px 1px;
    background:#3079be;
    margin:0px 1px;
}
.spblue3 {
    border-right:1px solid #3079be;
    border-left:1px solid #3079be;
    margin:0px 1px;
}
.spblue4 {
    border-right:1px solid #91b8dc;
    border-left:1px solid #91b8dc;
}
.spblue5 {
    border-right:1px solid #3f83c3;
    border-left:1px solid #3f83c3;
}
.spblue_content {
    padding:0px 5px 2px;
    background:#005aaf;
}
.spgray {
    display:block
}
.spgray * {
    display:block;
    height:1px;
    overflow:hidden;
    background:#CCCCCC
}
.spgray1 {
    border-right:1px solid #E9E9E9;
    padding-right:1px;
    margin-right:3px;
    border-left:1px solid #E9E9E9;
    padding-left:1px;
    margin-left:3px;
    background:#d8d8d8;
}
.spgray2 {
    border-right:1px solid #F9F9F9;
    border-left:1px solid #F9F9F9;
    padding:0px 1px;
    background:#d5d5d5;
    margin:0px 1px;
}
.spgray3 {
    border-right:1px solid #D5D5D5
    border-left:1px solid #D5D5D5
    margin:0px 1px;
}
.spgray4 {
    border-right:1px solid #E9E9E9;
    border-left:1px solid #E9E9E9;
}
.spgray5 {
    border-right:1px solid #D8D8D8;
    border-left:1px solid #D8D8D8;
}
.spgray_content {
    padding:0px 5px 2px;
    background:#CCCCCC;
}
.urgent a {color: #f00}
.urgent {border: 1px solid #f00}
