/*
COLORS:
Red: F00
Blue: 00F
Gold: FBB03B
*/

/* ################ RESET CSS ################ */
* {
    margin: 0;
    outline: none;
}

/* So you don't unpad certain form elements in some browsers */
html, head, body,
h1, h2, h3, h4, h5, h6, p, blockquote, q, address, cite,
ul, ol, li, dl, dt, dd,
img,
form, legend, fieldset, label,
table, tr, thead, tbody, tfoot, th, td, caption,
em, strong, pre, sup, sub, del, ins, code, dfn, kbd, samp, var, big, small {
  padding: 0;
}

/*
 	IE/WIn does not support automatic quoting of q tag.
	Must add quote entities manually OUTSIDE of the <q> tags.
*/
q:before,
q:after {
	content: "";
}

html>body abbr[title],
* html abbr {
	border: 0;
	cursor: help;
	font-style: normal;
}

img { border: 0; }

/* ################ STRUCTURE STYLES ################ */

body {
    text-align: left;
    padding: 10px 0;
}

* html body { text-align: center; }

#container, #c1, #c2 {
    width: 798px;
    height: 886px;
    overflow: hidden;
}

#container {
    margin: 0 auto;
    text-align: left;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
    border: 1px solid #000;
}

#c1 {
    background-image: url(../_img/bg_border_lft.gif);
    background-position: 0 36px;
    background-repeat: no-repeat;
    position: relative;
}

#c2 {
    background-image: url(../_img/bg_border_rgt.gif);
    background-position: 100% 36px;
    background-repeat: no-repeat;
}

div.column {
    float: left;
    display: inline;
    width: 28%;
    margin-right: 3%;
}

div.inner {
    width: 730px;
    margin-left: 70px;
}

#header,
#body,
#footer {
    clear: both;
    background-repeat: no-repeat;
    float: left;
    display: inline;
    width: 100%;
}

#header {
    background-image: url(../_img/bg_border_top.gif);
    background-position: top left;
    padding-top: 30px;
}

#header div.inner {
    width: 710px;
    padding-left: 20px;
}

#body { overflow: hidden; }

#footer {
    background-image: url(../_img/bg_border_btm.gif);
    background-position: bottom left;
    padding-bottom: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
}

/* ################ CONTENT STYLES ################ */

body {
    font: 10px/15px Arial, Helvetica, sans-serif;
    color: #000;
}

a:link,
a:visited {
	font-family: inherit;
	font-size: inherit;
	color: #F00;
	text-decoration: none;
}

a:link {}

a:visited {}

a:link:hover,
a:visited:hover {
    color: #00F;
}

a:link:active,
a:visited:active {
    color: #FBB03B;
}

h1, h2, h3 { font-family: cursive; }

h1 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 18px;
    line-height: 14px;
    margin-bottom: -5px;
}

p {
    line-height: 13px;
    margin-bottom: 1em;
}

ul { list-style-type: none; }

li { margin-left: 20px; }

/* ################ CONTENT-SPECIFIC STYLES ################ */

#description { margin: 12px 0; }

#presenters {
    margin-left: -65px;
    float: left;
    display: inline;
}

#presenters img,
#presenters p {
    float: left;
    display: inline;
    margin-right: 10px;
    margin-bottom: -10px;
}

#intro_video { padding-left: 20px; }

#video_thumb {
    float: left;
    display: inline;
    margin-right: 30px;
    height: 194px;
    background-image: url(../_img/bg_video_smudge.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}

#video_thumb a { display: block; }

#video_thumb img {
    display: block;
    border: 5px solid #FBB03B;
}

#video_thumb a#text_play_link {
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 20px;
}

#intro_video_content {
    margin-left: 209px;
    width: 400px;
}

#intro_video_content li { margin-left: 22px; }

#pdf_links { clear: both; }

#footer img { padding-left: 20px; }

/* ################ PAGE SPECIFIC ################ */

#cover #container {
    border: none;
    width: 628px;
    height: 809px;
    background-color: #F89300;
    background-image: url(../_img/img_coverpage.png);
    background-position: top center;
    background-repeat: no-repeat;
    color: #FFF;
}

#cover #container h1,
#cover #container p {
    font-family: Helvetica, Arial, sans-serif;
    visibility: hidden;
    position: absolute;
    margin: 0;
}

#cover #container #org_name {
    font-size: 14px;
    font-weight: bold;
    top: 70px;
    left: 30px;
    letter-spacing: 1px;
}

#cover #container #site_name {
    font-family: "ITC Flora", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    top: 140px;
    left: 30px;
    margin: 0;
}

#cover #container #produced_by {
    top: 240px;
    left: 450px;
    font-size: 14px;
    line-height: 18px;
}


#cover #container #enter_link {
    visibility: visible;
    top: 350px;
    left: 30px;
    font-size: 16px;
}

#cover #container #enter_link a:link,
#cover #container #enter_link a:visited {
    color: #FFF;
}

#cover #container #enter_link a:link:hover,
#cover #container #enter_link a:visited:hover {
    color: #00F;
}

#foreword #header .inner { padding-left: 0; }

#foreword div.inner {
    width: 680px;
    margin-right: 50px;
}

#foreword #footer { height: auto; }

#foreword p {
    font-size: 12px;
    line-height: 18px;
}

#toolkit #container { background-image: url(../_img/art_images/bg_kids_art.jpg); }

#toolkit h1 {
    line-height: 24px;
    margin-bottom: 0;
}

#toolkit h1:first-line { font-size: 53px; }


/* ################ CUSTOM CLASSES ################ */

.image_swap {
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

/* ################ IMAGE SWAPS ################ */

#presents_text {
    width: 495px;
    height: 38px;
    background-image: url(../_img/txt_mcoe_presents.gif);
}

#toolkit #page_title {
    clear: both;
    width: 418px;
    height: 57px;
    background-image: url(../_img/txt_page_title.gif);
}

#intro_video_text {
    width: 259px;
    height: 39px;
    background-image: url(../_img/txt_video_intro.gif);
}

#toolkit_download {
    width: 178px;
    height: 32px;
    background-image: url(../_img/txt_toolkit_download.gif);
}

#additional_materials {
    width: 201px;
    height: 35px;
    background-image: url(../_img/txt_additional_materials.gif);
    margin-top: 20px;
}

#mcoe_services {
    width: 224px;
    height: 33px;
    background-image: url(../_img/txt_mcoe_services.gif);
}

/* ################ NO JAVASCRIPT SUPPORT MESSAGE ################ */
#no_js_warning {
    color: #600;
    border: 1px solid #600;
    background-color: #F77;
    padding: 10px;
}

#toolkit #no_js_warning {
    position: absolute;
    top: 90px;
    left: 75%;
    width: 150px;
    z-index: 1000;
}

#no_js_warning h2 {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.0;
    margin-bottom: 0;
}

#no_js_warning p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}