/* CSS Document */

*{
  margin: 0px;
  padding: 0px;
}

body {
  text-align:center;
  padding: 0px;
  font-family: Verdana, Arial, "sans serif";
  background-color: #FFFFFF;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 80px;
  margin-left: 0px;
}

a,
a:link 
a:visited 
a:active {
   OUTLINE-STYLE: none; COLOR: rgb(100,180,0); FONT-WEIGHT: normal; TEXT-DECORATION: underline;
}

a:hover {
   text-decoration: underline;
   color: rgb(20,217,242); 
}

#Container {
  margin: 0 auto;
  width: 652px;
  text-align:left;
  }
  
#MainContent {
  margin: 0;
  width: 652px;
  text-align: left;
}

#Header {
  background-image: url(../images/HeaderBG.gif);
  height: 148px;
  width: inherit;
  background-repeat: no-repeat;
  overflow: hidden;
}

#Header .Logo {
  position: relative;
  float: right;
  padding: 15px;
}

#Header #NavBlock {
  padding: 0px;
  padding-left: 12px;
  height: inherit;
  font-size: 12px;
  line-height: 10px;
}

#Header #NavBlock table {
  height: 100%;
}

#NavHomeIcon {
  padding-bottom: 12px;
  padding-right: 15px;
  padding-left: 15px;
}

#NavLinksCol {
  padding-right: 15px;
  padding-bottom: 14px;
  padding-left:5px;
  padding-top:0px;
  margin: 0px;
}

.NavImage {
  padding: 0px;
  margin: 0px;
}

#Header a,
a:link 
a:visited {
   text-decoration: none;
   color: #FFFFFF; 
}

#Header a:active {
   text-decoration: none;
   color: rgb(255,102,51);
}

#Header a:hover {
   text-decoration: none;
   color: rgb(20,217,242);
}

#Header .NavColumnTitle {
  font-size: 14px;
  font-weight: bold;
}

#Header .CurrentNavColumn {
   color: rgb(20,217,242);
}

#Footer {
  background-image: url(../images/FooterBG.gif);
  height: 113px;
  width: inherit;
  background-repeat: no-repeat;
  clear:both;
  color:#FFFFFF;
  position: relative;
  top: 23px;
}

#Footer img{
  float: left;
}

#JoinMailingList{
  height: 70px;
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
  font-size: 14px;
  float: right;
  text-align:right;
}

#JoinMailingList form{
  margin: 0px;
  padding: 0px;
}

#JoinMailingList input {
  border: 1px solid rgb(180,180,180);
  margin: 0px;
  padding: 0px;
  font-size:11px;
  float: none;
  text-align:right;
}

#Copyright {
  padding: 10px;
  width: inherit;
  clear:both;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

#MainTextBlock {
  margin-top: 0px;
  margin-left: 2px;
  margin-bottom: 5px;
  overflow: visible;
  padding: 0px;
  width:360px;
  float: left;
}

#ImageBlock {
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0px;
  background-repeat: no-repeat;
  width:167px;
  float: right;
  height:auto;
  overflow: hidden;
}

#ImageBlock img {
  margin-bottom: 20px;
}

.BlockText {
  padding-top: 2px;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 0px;
}

h1, h2, h3, h4, h5 {
  text-align: left;
}

h1 {
  font-size: 18px;
  font-weight: bold;
    text-transform:uppercase;
  margin-left: 0px;
  margin-right: 10px;
  padding-bottom:0px;
  margin-top:16px;
}

img {
  border: 0px;
}

table {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin: 0px;
  padding: 0px;
}

#Header td {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  vertical-align: bottom;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

p {
  margin-top: 4px;
  margin-bottom: 0px;
}

div {
  box-sizing: content-box;
}

#newsBlock {
  margin-top: 5px;
  height: auto;
  width: 100%;
  padding-bottom: 40px;
}

#newsBlock p {
  padding-right: 10px;
  margin-top: 0px;
  margin-bottom: 8px;
}

#newsBlock a {
  padding-right: 10px;
}

#newsBlock h3 {
  font-size:13px;
  font-weight:bold;
  margin-top: 6px;
  margin-bottom: 2px;
  border-top: 1px;
  padding-top: 3px;
}

.newsHeading h2 {
  font-size:14px;
  font-weight:bold;
  margin-top: 4px;
  margin-bottom: 2px;
  color: rgb(255,102,51);
}

.headMistressSez {
  font-size:16px;
  font-weight:bold;
  margin-top: 20px;
  margin-bottom: 2px;
  color: rgb(255,102,51);
}

#datesBlock {

}

#datesBlock h4 {
  font-size:13px;
  font-weight:bold;
  margin-top: 6px;
  margin-bottom: 2px;
  text-transform:uppercase;
}

#datesBlock p {
  margin-top: 0px;
  margin-bottom: 2px;
}


#subNav {
  background-image: url(../images/CoursesSubNavBG.gif);
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 10px;
  height: 18px;; /* height and padding for IE */
  padding: 7px;
  padding-left: 16px;
}

#subNav   li {
  float: left;
  margin-right: 20px;
}

#subNav   ul {
  margin: 0px;
  padding: 0px;
  list-style:none;
  list-style-image:none;
}

#subNav li a,
    a:link 
    a:visited 
    a:active {
  text-decoration: none;
  font-weight: bold;
}

#subNav li a:hover {
  text-decoration: none;
  color: rgb(255,102,51);
}

#courseDateBlock{
  float: left;
  width: 310px;
}

.newsDate {
  float: left;
  font-size: 90%;
  clear: both;
  width: 100%;
}

/* Taken out of the pages */

  #Header #NavBlock .courseNavLink a,
a:link 
a:visited 
a:active {
   color: rgb(255,102,51);
}

#Header #NavBlock .NavLink a:hover {
   color: rgb(255,102,51);
}

li.subNav14 a,
a:link 
a:visited 
a:active {
  color: rgb(255,102,51);
}

li.subNav14 a:hover {
   color: rgb(255,102,51);
}

li.subNav a,
a:link 
a:visited 
a:active {
  color: rgb(0,0,0);
}

li.subNavHighlightedStyleName a:hover {
   color: rgb(0,0,0);
} 


dd
{
    
}

dt {
    margin-top:15px;
}

.error{color:red;}


#HomepageSlideshow{width: 517px; height: 231px;}
#HomepageSlideshowNav ul li{ list-style:none; }

#HomepageSlideshow{}



.error{color:red;}

/* shopping cart items */

.grey_button:active
{
    background: none repeat scroll 0 0 #CCCCCC;
    border-color: #AAAAAA;
    outline: 0 none transparent;
    } 
    .grey_button, .grey_button:hover, .grey_button:visited {
    color: #4F4F4F;
    text-decoration: none !important;
}
.formbuttonrendered
{
    }



.grey_button 
{
    -moz-border-radius: 6px 6px 6px 6px;
    background: -moz-linear-gradient(center top , #FFFFFF, #E5E5E5) repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    outline: 0 none transparent;
    padding: 3px 10px 4px;
}
.small_button {
    font-size: 10px;
    padding: 0 8px 1px;
}

td.border_left {
    border-left: 2px solid #838383;
}


td.border_bottom {
    border-bottom: 2px solid #838383;
}
td.border_right {
    border-right: 2px solid #838383;
}

td.cart_total_label {
    font-weight: bold;
    padding: 9px 0 9px 5px;
}

td {
    font-size: 12px;
    line-height: 16px;
}

td.cart_separator {
    background-color: #838383;
}

td.cart_item_title {
    padding: 9px 9px 0;
    vertical-align: top;
}
td.cart_item_price {
    padding: 9px 5px 9px 9px;
    vertical-align: top;
}

.amount {
    text-align: right;
    white-space: nowrap;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

