@charset "UTF-8";

/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
}

body {
		line-height: 1;
}

ol, ul {
		list-style: none;
}

blockquote, q {
		quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
}

/* remember to define focus styles! */
:focus {
		outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
		text-decoration: none;
}

del {
		text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
		border-collapse: collapse;
		border-spacing: 0;
}

html, body {
		height: 100%;
		margin-bottom: 1px;
}

/* our code below this line */
body {
		font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
		background: #FFF url(images/tile_blue_gold.jpg) repeat-x;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #336;
}

p {
		font: 1em/1.5 "Lucida Grande", Arial, Helvetica, sans-serif;
		margin-top: 0.4em;
		margin-bottom: 0.7em;
}

h3 {
		font: normal 1.5em Helvetica, Arial, sans-serif;
		padding-top: .7em;
}

h4 {
		font: normal 1.3em Helvetica, Arial, sans-serif;
		padding-top: .7em;
}

h5 {
		font: bolder normal 1em/1.5 "Lucida Grande", Arial, Helvetica, sans-serif;
}

.description {
		padding-left: 2em;
		background: url(images/Bullet_yellow.png) no-repeat 0.5em 0.2em;
}

blockquote {
		margin-top: 1.5em;
}

cite {
		font-style: italic;
		padding-left: 12px;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
		width: 59.375em;
		margin: 0 auto;
		text-align: left; /* this overrides the text-align: center on the body element. */
		font-size: 0.8em;
}

#header {
		background: url(images/cc_lite_banner_2.jpg) no-repeat;
		height: 130px;
		position: relative;
}

#header h1 {
		width: 80em;
		position: absolute;
		left: -100em;
}

#header ul {
		position: absolute;
		bottom: 5px;
		right: 0px;
}

#header li {
		display: inline;
		padding-right: 0.3em;
		padding-left: 1.5em;
}

#header a:link, #header a:visited {
		font: 1em/1.5 "Lucida Grande", Arial, Helvetica, sans-serif;
		color: #003366;
		text-decoration: none;
}

#header a:hover, #header a:active, #header a:focus {
		color: #6699cc;
}

.deco {
		background: url(images/dots.gif) no-repeat left center;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#sidebar1 {
		float: left;
		width: 13em; /* the background color will be displayed for the length of the content in the column, but no further */
		padding: 0 0 1.5em;
		border-right: 1px solid #fdbf57;
		border-left: 1px solid #fdbf57;
		background: url(images/yellow_box%20top.jpg) repeat-x;
		border-bottom: 1px solid #fdbf57;
}

#sidebar1 li {
		width: 100%;
		margin-bottom: 0.2em;
}

#sidebar1 h3 {
		padding-bottom: 0.5em;
		padding-left: 0.5em;
		padding-top: 0.5em;
}

#sidebar1 li a, #sidebar1 li a:link, #sidebar1 li a:visited {
		font: 0.95em "Lucida Grande", Arial, Helvetica, sans-serif;
		color: #336;
		display: block;
		text-decoration: none;
		padding: 0.5em 1em 0.3em 1.5em;
}

#sidebar li a:visited {
		color: #336699;
}

#sidebar1 li a:hover, #sidebar1 li a:active, #sidebar1 li a:focus {
		color: #6699cc;
		background: url(images/nav_back_gold.jpg) repeat-x left bottom;
		border-bottom: 1px solid #fdbf57;
}

#sidebar1 li ul a, #sidebar1 li ul a:link, #sidebar1 li ul a:visited {
		font: 0.95em "Lucida Grande", Arial, Helvetica, sans-serif;
		color: #336;
		display: block;
		text-decoration: none;
		padding: 0.5em 1em 0.3em 3em;
}

#sidebar1 li ul a:hover, #sidebar1 li ul a:active, #sidebar1 li ul a:focus {
		color: #6699cc;
		background: url(images/nav_back_gold.jpg) repeat-x left bottom;
		border-bottom: 1px solid #fdbf57;
}

#quotes {
		font-size: 0.9em;
		padding: 1em 1em 1.5em 1em;
		margin-top: 5px;
}

#quotes p, #quotes p cite {
		color: #336699;
}

#sidebar2 {
		float: right;
		width: 13em; /* the background color will be displayed for the length of the content in the column, but no further */
		padding: 0.7em 0.8em 1em 1.5em;
		border-right: 1px solid #Fdbf57;
		border-bottom: 1px solid #Fdbf57;
		border-left: 1px solid #Fdbf57;
		background: url(images/yellow_box%20top.jpg) repeat-x;
}

#sidebar2 a:link, #sidebar2 a:visited {
		color: #6699cc;
		text-decoration: none;
}

#sidebar2 a:hover, #sidebar2 a:active, #sidebar2 a:focus {
		color: #336699;
		text-decoration: none;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
		margin: 0 16.5em 1.5em 14em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
		padding: 1em 2em 1em 1em;
		border-right: 1px solid #Fdbf57;
		border-bottom: 1px solid #Fdbf57;
		border-left: 1px solid #Fdbf57;
		background: url(images/yellow_box%20top.jpg) repeat-x;
}

#mainContent a:link, #mainContent a:visited {
		color: #6699cc;
		text-decoration: none;
}

#mainContent a:hover, #mainContent a:active, #mainContent a:focus {
		color: #336699;
		text-decoration: none;
}

#mainContent h1 {
		font: normal 1.8em Helvetica, Arial, sans-serif;
}

#mainContent h2 {
		font: normal 1.6em Helvetica, Arial, sans-serif;
		padding-top: .7em;
}

.mainImg {
		height: 6.25em;
		width: 6.25em;
}

#mainContentL2 {
		margin: 0 0em 1.5em 14em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
		padding: 1em 2em 1em 1em;
		border-right: 1px solid #Fdbf57;
		border-bottom: 1px solid #Fdbf57;
		border-left: 1px solid #Fdbf57;
		background: url(images/yellow_box%20top.jpg) repeat-x;
}

#mainContentL2 a:link, #mainContentL2 a:visited {
		color: #6699cc;
		text-decoration: none;
}

#mainContentL2 a:hover, #mainContentL2 a:active, #mainContentL2 a:focus {
		color: #336699;
		text-decoration: none;
}

#mainContentL2 h1 {
		font: normal 1.8em Helvetica, Arial, sans-serif;
}

#mainContentL2 h2 {
		font: normal 1.6em Helvetica, Arial, sans-serif;
		padding-top: .7em;
}

#mainContentL3 {
		margin: 0 0em 1.5em 14em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
		padding: 1em 2em 1em 1em;
		border-right: 1px solid #Fdbf57;
		border-bottom: 1px solid #Fdbf57;
		border-left: 1px solid #Fdbf57;
		background: url(images/yellow_box%20top.jpg) repeat-x;
}

#mainContentL3 ul li {
		background: url(images/Bullet_yellow.png) no-repeat .5em 70%;
		line-height: 1.5;
		padding-top: 0.5em;
		padding-left: 2em;
}

#mainContentL3 a:link, #mainContentL3 a:visited {
		color: #6699cc;
		text-decoration: none;
}

#mainContentL3 a:hover, #mainContentL3 a:active, #mainContentL3 a:focus {
		color: #336699;
		text-decoration: none;
}

#mainContentL3 h1 {
		font: normal 1.8em Helvetica, Arial, sans-serif;
}

#mainContentL3 h2 {
		font: normal 1.6em Helvetica, Arial, sans-serif;
		padding-top: .7em;
}

#footer {
		background:#336699 url(images/footer%20fade.jpg) repeat-x;
		font: 0.7em Helvetica, Arial, sans-serif;
		color: #fff;
		list-style: none;
		padding: 0.5em;
		text-decoration: none;
}

#footer p img {
		background: url(images/scoelogo.gif) no-repeat left center;
		padding-right: 25px;
		text-align: justify;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
		float: right;
		margin-left: 12px;
		margin-bottom: 6px;
}

.fltlft { /* this class can be used to float an element left in your page */
		float: left;
		margin-right: 12px;
		margin-bottom: 6px;
		margin-top: 6px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
}

.date {
		color: #336699;
		padding-left: 12px;
		margin-bottom: 0.2em;
		font-weight: bolder;
		background: url(images/0066_double_arrow.png) no-repeat left 0.5em;
}

.info {
		border-bottom: 1px solid #6699cc;
		padding-bottom: 1em;
		margin-bottom: 1em;
}

.caption {
		font-size: 0.9em;
		font-style: italic;
		color: #336;
		padding-top: 0.3em;
		padding-bottom: 1em;
}

#mainContentL2 ul li {
		background: url(images/Bullet_yellow.png) no-repeat 0.3em 70%;
		line-height: 1.5;
		padding-top: 0.5em;
		padding-left: 1.5em;
}

.abstract {
		padding-left: 2em;
}

.guidesheet {
		padding-left: 2.5em;
		background: url(images/gs_icon_white.png) no-repeat 0.2em top;
}

.graphicorganizer {
		padding-left: 2.5em;
		background: url(images/go_icon_white.png) no-repeat 0.2em top;
}

.descriptionindent {
		padding-left: 3em;
}

.finished {
		padding-left: 3em;
		background: url(images/check24.png) no-repeat 0.5em 0.2em;
}

.download {
		padding-left: 3em;
		background: url(images/1252275550_bottom24.png) no-repeat 0.5em;
}

.movie {
		padding-left: 3em;
		background: url(images/1252283486_redhat-sound_video24.png) no-repeat 0.5em .5em;
}

.reflection {
		padding-left: 3em;
		background: url(images/1252285051_input-keyboard.png) no-repeat 0.5em 0.05em;
}

.signature {
		padding-left: 3em;
		background: url(images/1251394517_abiword24.png) no-repeat 0.5em 0.05em;
}

.mail {
		padding-left: 3em;
		background: url(images/1252338893_orange-folder-mail.png) no-repeat 0.5em 0.05em;
}

.finishedCC {
		padding-left: 3em;
		background: url(images/cc_logo24.png) no-repeat 0.5em 0.2em;
}

.sitemapindent {
		padding-left: 1em;
}

.sitemapindent1 {
		padding-left: 3em;
}
