body {
   font-family: arial;
   font-size: 12px;
   line-height: 18px;
}

/** BLOCK LEVEL **/
p,ul,ol,dl {
   margin-top: 0;
   margin-bottom: 1em;
}

.article ul {
   margin: 0;
}

p.subtitle {
   text-transform: uppercase;
   font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
   font-size: 12px;
   margin-top: 1em;
   margin-bottom: 0;
}

h1 {
   font-size: 14px;
   font-weight: bold;
   color: black;
}

h2 {
   font-size: 14px;
   font-weight: bold;
   color: #ed1c24;
}

h3 {
   font-size: 12px;
   font-weight: bold;
}

h4 {
   font-weight: normal;
   font-style: italic;
   margin: 0;
}

img.inline-left {
   margin: auto 0.5em 0.5em auto;
}

img.inline-right {
   margin: auto auto 0.5em 0.5em;
}

dl { /* to make the box size with contents */
   float: left;
}

dt {
   font-weight: bold;
   float: left;
   width: 100px;
   clear: left;
}

dd {
   float: left;
   margin: 0;
   width: 350px;
}

/** INLINE LEVEL **/
a {
  color: #ED1C24;
  outline: none;
  border: none;
} 

div#sessionheader {
   padding-top: 10px;
   /* max-height: 50px; */
   zoom: 1;
   height: 40px;
   padding-left: 25px;
}

.article ol {
   color: #ED1C24;
   padding-left: 18px;
   margin-left: 0;
}

.article ul {
   list-style: url('../images/bullet.gif');
   padding-left: 18px;
   margin-left: 0;
}

.article h2.session-plan {
   padding-top: 14px;
   padding-bottom: 14px;
   letter-spacing: normal;
}

table.session-plan a.indexLink {
   font-size: 12px;
}

div#main b {
   letter-spacing: 0.1em;
}

div#main p a {
   padding: 0;
   background: none;
}

/** TABLES **/
table {
   margin-top: 0;
   margin-bottom: 1em;
   font-size: 12px;
   line-height: 18px;
   border: 1px #333333;
}

caption {
   color: #ED1C24;
   font-weight: bold;
   text-align: left;
}

td,th {
   text-align: left;
}

th {
   width: 100px;
}

body {
   background-color: #475D6C;
   text-align: center;
}

#container {
   background-color: white;
   width: 820px;
   height: 612px;
   margin: 30px auto 5px auto;
   text-align: left;
   background-image: url(../images/background-bottom.gif);
   background-repeat: no-repeat;
   background-position: bottom;
   position: relative;
}

div.header {
   background-image: url(../images/background-top.gif);
   background-repeat: no-repeat;
   padding: 0px 27px 0px 27px;
   height: 190px;
}

div.flag {
   height: 116px;
   overflow: hidden;
}

div.flag h1 {
   display: none;
}

div.flag img {
   border: none;
   margin-top: 10px;
}

#logo {
   float: right;
}

#banner {
   float: left;
}

div.footer {
   position: absolute;
   bottom: 24px;
   left: 27px;
   width: 766px;
   height: 29px;
   z-index: 1000;
   background-image: url(../images/background-footer.png);
   background-repeat: no-repeat;
}

div#sidebar {
   float: left;
   display: inline;
   margin-left: 27px;
   margin-right: 0px;
   border-left: 5px solid #ED1C24;
   border-right: 5px solid #ED1C24;
   width: 216px;
   height: 393px;
}

div#sidebar img {
   width: 100%;
}

div#main {
   float: left;
   border-right: 5px solid #ED1C24;
   width: 535px;
   height: 393px;
   padding-right: 0px;
   overflow: hidden;
}

div.article {
   background-position: 0px 0px;
   padding: 10px 25px 12px 25px;
   margin-bottom: 2em;
   letter-spacing: 0.6px; /* IE doesn't like this measured in em */
   height: 285px;
   overflow: auto;
}

div.article h1,div.article h2 {
   margin: 0px;
   padding-bottom: 5px;
   color: #ED1C24;
}

div.computer {
   background-image: url('../images/icon_computer.gif');
}

div.discussion {
   background-image: url('../images/icon_discussion.gif');
}

div.exercise {
   background-image: url('../images/icon_exercise.gif');
}

div.information {
   background-image: url('../images/icon_information.gif');
}

div.nexttime {
   background-image: url('../images/icon_nexttime.gif');
}

div.reflection {
   background-image: url('../images/icon_reflection.gif');
}

div.tipnote {
   background-image: url('../images/icon_tipnote.gif');
}

/* MENU SECTION */
div.menu {
   font-family: arial, sans-serif;
   text-transform: none;
   font-size: 12px;
   letter-spacing: 0.1em;
}

/** MAIN MENU */
ul.mainmenu {
   margin: 0;
   padding: 0;
   padding-left: 50px;
   list-style: none;
   position: relative;
   overflow: visible;
   height: 74px;
   background-image: url(../images/menu/menu_background.gif);
   background-repeat: no-repeat;
}

ul.mainmenu li {
   float: left;
   padding: 0px;
   display: inline; /* IE double margin bug fix */
   overflow: visible;
   height: 42px;
}

ul.mainmenu li a {
   margin: 5px;
   margin-right: 10px;
   padding: 0;
   height: 33px;
   cursor: pointer;
   display: block;
   text-indent: -1000px;
   overflow: hidden;
}

ul.mainmenu li a:hover {
   background-image: url('../images/menu/menu_hover.gif');
   background-repeat: no-repeat;
}

/* specific selection*/
body#home ul.mainmenu {
   background-position: 0px -395px;
}

body#about ul.mainmenu {
   background-position: 0px -316px;
}

body#ideal ul.mainmenu {
   background-position: 0px -235px;
}

body#moredeals ul.mainmenu {
   background-position: 0px -156px;
}

body#trainingtools ul.mainmenu {
   background-position: 0px -77px;
}

body#downloadmodules ul.mainmenu {
   background-position: 0px 0px;
}

ul.mainmenu li#m_home a {
   width: 67px;
   margin-left: 0px;
   background-position: -5px -399px;
}

ul.mainmenu li#m_about a {
   width: 66px;
   margin-left: 0px;
   background-position: -82px -320px;
}

ul.mainmenu li#m_ideal a {
   width: 68px;
   margin-left: 5px;
   background-position: -163px -239px;
}

ul.mainmenu li#m_moredeals a {
   width: 111px;
   margin-left: 3px;
   background-position: -243px -160px;
}

ul.mainmenu li#m_trainingtools a {
   width: 139px;
   margin-left: 5px;
   background-position: -369px -81px;
}

ul.mainmenu li#m_downloadmodules a {
   width: 150px;
   margin-left: 4px;
   background-position: -522px -4px;
}

/**SUB MENU  */
ul.submenu {
   list-style: none;
   margin: 0;
   padding: 0;
   margin-left: 6px;
   margin-top: -30px;
   color: white;
   height: 20px;
   overflow: visible;
   position: relative;
   z-index: 10;
}

ul.submenu li {
   float: left;
   margin: 4px 0px;
   padding: 0px 15px;
   border-left: 1px solid white;
   cursor: pointer;
   font-weight: bold;
   position: relative;
}

ul.submenu li a,
ul.submenu li.active li a {
   color: white;
   text-decoration: none;
   display: block;
}

ul.submenu li.active a,
ul.submenu li.active li.active a {
   color: #ed1c24;
}

ul.submenu li a:hover,
ul.submenu li.active li a:hover {
   color: black;
}

ul.submenu li:first-child {
   border: none;
}

ul.submenu li ul {
   display: none;
   background-color: red;
   position: absolute;
   margin-left: -1px;
   padding: 0px;
   padding-top: 13px;
   list-style: none;
   width: 190px;
   left: 0px;
   top: 100%;
}

ul.submenu a:hover {
   color: black;
}

ul.submenu li.hover ul {
   display: block;
}

ul.submenu li ul li {
   border: none;
   border-bottom: 1px solid white;
   margin: 0px;
   padding: 11px 15px;
   float: none;
   display: inline;
   float: left;
   width: 160px;
}

ul.submenu li ul li:first-child {
   border-bottom: 1px solid white;
}

/* specific colors */
body#home ul.submenu ul {
   background-color: #ED1C24;
}

body#about ul.submenu ul {
   background-color: #F7941E;
}

body#ideal ul.submenu ul {
   background-color: #009EE0;
}

body#moredeals ul.submenu ul {
   background-color: #8CC63F;
}

body#trainingtools ul.submenu ul {
   background-color: #2E3192;
}

body#downloadmodules ul.submenu ul {
   background-color: #EC008C;
}

/*
 * These are new project specific presentation overrides (of presentation.css.jsp)!
 */
.bubble div {
   font-size: 1.5em;
}

.presentationpage.textonly {
   font-size: 1.5em;
}

.presentationpage.textonly .textonly_everything .textonly_text {
   border: 2px dotted #73bfbf;
   color: #ff631f;
}

#presentation  #presentationcontrols {
   top: 350px;
}

div#main {
   scrollbar-face-color: #ED1C24;
   scrollbar-arrow-color: white;
   scrollbar-track-color: white;
   scrollbar-shadow-color: #ED1C24;
   scrollbar-highlight-color: #ED1C24;
   scrollbar-3dlight-color: #ED1C24;
   scrollbar-darkshadow-Color: #ED1C24;
}

ul.sessionMenu {
   padding: 10px 0 0 0;
   list-style: none;
   margin: 0 0 12px 0;
}

ul.sessionMenu li {
   display: inline;
   padding-right: 8px;
}

ul.sessionMenu li a.active {
   color: #ED1C24;
}

a.indexLink {
   font-family: Arial;
   font-size: 14px;
   font-weight: bolder;
   text-decoration: none;
   color: black;
}

a.indexLink:hover {
   color: #ed1c24;
}

#presentationcontrols {
   color: #white;
   font-family: Arial;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 14px;
}

body#ideal #presentationcontrols #next {
   background: #fc1921 url( '../images/presentation/button_next_IDeal.gif' ) scroll no-repeat right 50%;
}

body#ideal #presentationcontrols #back {
   background: #fc1921 url( '../images/presentation/button_prev_IDeal.gif' ) scroll no-repeat left 50%;
}

body#moredeals #presentationcontrols #next {
   background: #fc1921 url( '../images/presentation/button_next_BIGDeal.gif' ) scroll no-repeat right 50%;
}

body#moredeals #presentationcontrols #back {
   background: #fc1921 url( '../images/presentation/button_prev_BIGDeal.gif' ) scroll no-repeat left 50%;
}

#presentationcontrols #page {
   text-align: center;
   text-transform: none;
   background: none;
   background-color: #fff;
   opacity: .85;
   color: #ed1c24;
}
