﻿
body
{
  background: white url(../images/design/bg.png) repeat-y center top;
}

#yui-main .yui-b { padding-right: 1em; } /* overridden when 2 columns are used */
/* changed margin between columns from 13px (1em) to 5px */
.yui-t5 .yui-b{float:right;width:222px;*width:17.6250em;padding-right:0.3839em;*padding-right:0.3750em;}
.yui-t5 #yui-main .yui-b{margin-right:18.8461em;*margin-right:18.3750em; padding-right: 0; }
hr.clearer { margin: 0; padding: 0; visibility:hidden; clear:both; overflow: hidden; height: 1px; font-size: 1%;}

/* Will not work on IE6. Do not care. */
table[border="1"] { border: none; border-collapse: collapse; }
table[border="1"] th, table[border="1"] td { margin: 0; padding: 0.5em; border: solid 1px #999; }

h1, h2, h3
{
    font-family: Georgia, "Times New Roman", Serif;
    font-weight: normal;
    text-transform: uppercase;
}
h1 { letter-spacing: 0.1em; }

.nomenu h1, .nomenu h2, .nomenu h3
{
    letter-spacing: normal;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-Serif;
    text-transform: none;
}

a.linkButton
{
    display:block;
    border: solid 1px black;
    width: 13.1em;
    font-size: 86%;
    text-decoration: none;
    color: #000;
    height: 1.9em;
    line-height: 1.5em;
    margin-top: 3px;
}
a.linkButton:hover
{
    background-color: #88A8E1;
    color: white;
}
a.linkButton img { border: none; position: relative; top: 3px; margin: 0 4px;}

#Header
{
  height: 114px;
  background: transparent url(../images/design/header.jpg) no-repeat left top;
  overflow: hidden;
  position:relative;
}
#Header a.homelink
{
  display: block;
  height: 114px;
  width: 500px;
  text-indent: -9999px;
}
#ContinueEnrolment
{
	width: 200px;
    background: none;
    position: absolute;
    right: 7px;
    top: 8px;

}
#ContinueEnrolment img { border: none;float: right; }

/* search adapted from http://blog.reindel.com/2007/08/13/howto-spruce-up-your-search-box-with-css-and-a-background-image/ */
#search_box {
    width: 160px;
    height: 22px;
    background: transparent url(../images/design/search.gif) no-repeat top left;
    position: absolute;
    top: 6px;
    right:6px;
}
#search_box #q {
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 4px;
    margin-left: 2px;
    border: 0;
    width: 130px;
    background: none;
    font-size: 86%;
    color: black;
}
#search_box #go {
    float: right;
    margin: 0 0 0;
    display: block;
    width: 25px;
    height: 22px;
    border: none;
    background: url(../images/design/search_button.gif) no-repeat right -22px;
      cursor: pointer;
      text-indent: 1000px;
      overflow: hidden;
}
#search_box #go:hover
{
  background-position: right 0px;
}

#TopNav
{
  background: white url(../images/design/menubg.png) repeat-x left top;
  margin-bottom: 5px;
  position: relative;
}
#TopNav ul
{
  height: 35px;
}
#TopNav ul, #TopNav ul li
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#TopNav ul li 
{
  display: inline;
}
#TopNav ul li a
{
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  z-index: 10;
  padding: 0 1.5em;
  color: white;
  text-decoration: none;
}
#TopNav ul li a:hover
{
  background: #EBEEBF;
  color: black;
  text-decoration: none;
}
#TopNav ul li.AspNet-Menu-Hover>a /* same styles as above, has to be separate though or IE6 has a cry */
{  
  background: #EBEEBF;
  color: black;
  text-decoration: none;
}
#TopNav ul li ul
{
    display: none;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 17em;
    height: auto;
    background: #F5DF91;
    border: solid 1px #A97E5A;
    border-width: 0 1px;

}
#TopNav ul li ul li
{
    display: inline;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 1;
    height: auto;
}
#TopNav ul li ul li a 
{
    display: block;
    float: none;
    background: none;
    border: none;
    border-bottom: solid 1px #A97E5A;
    padding: 0.3em;
    margin: 0;
    line-height: 1.2;
    height: auto;
        color: Black;
}

#TopNav ul li ul li.AspNet-Menu-WithChildren>a
{
    background-image: url(../images/design/arrow_r.gif);
    background-repeat: no-repeat;
    background-position:  16em center;
}
#TopNav ul li ul li ul
{
    display: none;
    left: 17em;
}

/* Show second level menus on first level mouse hover */
#TopNav ul li.AspNet-Menu-Hover ul 
{
    display: block;
}
/* Hide third level menus when only the first level is being hovered */
#TopNav ul li.AspNet-Menu-Hover ul li ul
{
    display: none;
}
/* Show third level menus when second level is being hovered */
#TopNav ul li.AspNet-Menu-Hover ul li.AspNet-Menu-Hover ul
{
    display: block;
}
#Content
{
  padding-left: 1em;
}
#Content.nomenu
{
    padding-right: 1em;
}
#Content h1.intro
{
  margin: 0;
}
#Column
{
    
}

#Footer
{
  clear: both;
  margin: 2em 0 7px 0;
  color: #999;
  font-size: 86%;
  padding: 1em 5em;
}
#Footer p.copy
{
  text-align: center;
}

#Breadcrumb
{
    font-size: 86%;
    padding: 1em 0;
}

.featureClip
{
    height: 478px;
    overflow-x: hidden;
    overflow-y: auto; 
    border: solid 1px #6378D3;   
    border-bottom-width: 20px;
    margin-bottom: -20px;
    padding: 5px;
}
.featureClip h3
{
    margin-top: 0;
}
.fcbutton
{
    display: block;
    width: 40px;
    height: 20px;
    overflow: hidden;
    background: #6378D3 url(../images/design/arrows.gif) no-repeat right top;
    border: none;
    color: white;
    font-size: 86%;
    cursor: pointer;
}
.fcbutton.prev
{
    float: left;
    border-right: solid 1px #C9D4FF; 
    background-position: left -19px;  
    padding-left: 7px;
    text-align: left;
}
.fcbutton.next
{
    float: right;
    border-left: solid 1px #C9D4FF;   
    background-position: right 1px;  
    padding-right: 8px;
    text-align: right;
}
input.fcbutton:hover
{
    background-color: #94D162;
}
.newsletterSubscribe
{
    border: solid 1px #2E5127;
    margin-bottom: 5px;
    padding: 5px;
    background: #EBEEBF;
    font-size: 86%;
   height: 140px;
}
.newsletterSubscribe h3
{
    margin: 0;
    font-size: 116%;
    margin-bottom: 5px;
    text-align: center;
    color: #2E5127;

}

#ArticleList, #ArticleList ul, #ArticleList li
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#ArticleList li
{
    text-transform: uppercase;
    font-family: Georgia, Serif;
    letter-spacing: 0.1em;
    font-size: 116%;

}
#ArticleList li a 
{
    text-decoration: none;
    color: black;
}
#ArticleList li ul
{
    
    border-top: solid 1px black;
    margin-bottom: 1em;
    padding-top: 0.25em;
    display: block;

   
}
#ArticleList li ul li
{
    font-weight: normal;
    border: none;
    background: none;
    width: auto;
    text-transform: none;
    font-family: Arial, sans-serif;
    letter-spacing: normal;
    font-size: 86%;
    
}
#ArticleList li ul li a
{
    text-decoration: underline;
    color: blue;
}
#ArticleList li ul li a:visited { color: purple; }

img.articleLeft{ float: left; margin: 0px 1em 1em 0px; }
img.articleRight{ float: right; margin: 0px 0px 1em 1em; }

#LearningList, #LearningList ul, #LearningList li
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#LearningList li
{
    text-transform: uppercase;
    font-family: Georgia, Serif;
    letter-spacing: 0.1em;
    font-size: 116%;

}
#LearningList li a 
{
    text-decoration: none;
    color: black;
}
#LearningList li ul
{
    
    border-top: solid 1px black;
    margin-bottom: 1em;
    padding-top: 0.25em;
    display: block;

   
}
#LearningList li ul li
{
    font-weight: normal;
    border: none;
    background: none;
    width: auto;
    text-transform: none;
    font-family: Arial, sans-serif;
    letter-spacing: normal;
    font-size: 86%;
    
}
#LearningList li ul li a
{
    text-decoration: underline;
    color: blue;
}
#LearningList li ul li a:visited { color: purple; }

img.articleLeft{ float: left; margin: 0px 1em 1em 0px; }
img.articleRight{ float: right; margin: 0px 0px 1em 1em; }
