/*
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;
}

#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;
}

#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: 24px;
}

h1:first-line { font-size: 53px; }

h2 {
    font-size: 18px;
    line-height: 14px;
    margin-bottom: -5px;
}

p { line-height: 13px; }

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; }

/* ################ 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);
}

#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);
}
