﻿/* Composition */

html
{
    overflow-y:scroll;
}

body
{
    margin: 0;
    text-align:left;
}

h1
{
    font-size:2em;
    color: #0066cc;
}

h2
{
    font-size:1.5em;
    color: #0066cc;
}

ul
{
    text-align:left;
}
ol
{
    text-align:left;
}
li
{
    margin-bottom: 0.5em;
    margin-left:1.0em;
}

a
{
    color: #0072bb;
}

a:visited
{
    color: #fe6230;
}

p img 
{
    float:none;
    margin:0;
    padding:0;
}

/* Page Layout */

.t {background: url(dot.gif) 0 0 repeat-x; width: 65em;margin-top:2em;padding-bottom:2em;margin-left:auto;margin-right:auto}
.b {background: url(dot.gif) 0 100% repeat-x}
.l {background: url(dot.gif) 0 0 repeat-y}
.r {background: url(dot.gif) 100% 0 repeat-y}
.bl {background: url(bl.gif) 0 100% no-repeat}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:1.5em} 

#header
{
    margin-bottom:2.0em;
    border-bottom:solid 1px #0066cc;
    /*background-image:url('headersep.png');
    background-position:bottom;
    background-repeat:no-repeat;*/
}

#headerLogo
{
    float:left;
}

#headerMenu
{
    float:right;
}

#footer
{
    margin-left:auto;
    margin-right:auto;
    font-size: 0.9em;
    color:Gray;
    padding:1em 0 2em 0em;
    width:70em;
}

#footer a
{
    color: Gray;
}

.ContentColumn
{
    padding:0;
    margin:0;
    min-height:400px;
}
.ContentColumn > p,
.ContentColumn > div,
.ContentColumn > table,
.ContentColumn > ul,
.ContentColumn > ol,
.ContentColumn > h2,
.ContentColumn > h3,
.ContentColumn > input
{
    margin-left:200px;
}
.ContentColumn > h1
{
    margin-left:0px;
}


/* Controls */
input.text, input.title, textarea, select
{
    margin:0;
}
textarea,input.text, input.title, textarea, select,fieldset,label
{
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.button
{
    border:1px solid #bbb;
    padding:0.5em;
}


/* Misc */

.TextBox
{
    font-size:1em;
    font-family: Arial, Helvetica, sans-serif;
}

.SideBox
{
    padding-left:1.5em;
    padding-top:1.5em;
    padding-right:1.5em;
    width:18em;
    background-color: #e4e9f0;
    float:right;
    margin-left:1.5em;
    margin-bottom:1.5em;
    font-size:0.9em;
}

.SideBox P, .SideBox TD
{
    line-height: 1.66667em;
}

/* Menu */

/* Remove the margin, padding and bullets in the unordered lists */

#NavBarMenu, #NavBarMenu ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style: none;
}

/* Set up the link size, color and borders */
#NavBarMenu a
{
    display: block;
    float: left;
    font-size: 1.2em;
    height: 25px;
    line-height: 24px;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    outline: none;
    font-weight: normal;
}

#NavBarMenu a:visited
{
    color:Black;
}

/* Submenu */
#NavBarMenu li ul li a, #NavBarMenu li ul li
{
    height: 30px;
    line-height: 29px;
    border-width: 0 1px 1px 1px;
    width: 230px;
    padding: 0px;
    text-align: left;
    text-indent: 10px;
    background-color:white;
}
#NavBarMenu li a.enclose, #NavBarMenu li a.enclose:visited
{
    border-width: 1px;
}
/* Top-level items */
#NavBarMenu li
{
    float: left;
    margin-bottom: 0;
}
/* IE7, Firefox, etc. */
#NavBarMenu li:hover
{
    position: relative;
}
#NavBarMenu li:hover > a
{
    background-color: #0066cc;
    color: white;
}
#NavBarMenu li ul
{
    display: none;
}
#NavBarMenu li:hover > ul
{
    display:block;
    position:absolute;
    margin-left:30px;
    margin-top:8px;
    background: transparent url(Transparent.gif);
    width: 230px;
    border:solid 1px #1F94CB;
}
#NavBarMenu > li:hover > ul
{
    left: -30px;
    top: 36px;
}
#NavBarMenu table
{
    position: absolute;
    border-collapse: collapse;
    top: 0;
    left: 0;
    z-index: 100;
    font-size: 1em;
}
/* IE5.5, IE6 */
* html #NavBarMenu li a:hover
{
    position: relative;
    background: #0066cc;
    color: #fff;
}
#NavBarMenu li a:active, #NavBarMenu li a:focus
{
    background: #0066cc;
    color: #fff;
}
* html #NavBarMenu li ul
{
    visibility: hidden;
    display: block;
    position: absolute;
    top: 36px;
    left: 80px;
    background: transparent url(Transparent.gif);
    font-size:0.8em;
    border:solid 1px #1F94CB;
}
#NavBarMenu li a:hover ul ul
{
    visibility: hidden;
}
#NavBarMenu li a:hover ul a:hover ul ul
{
    visibility: hidden;
}
#NavBarMenu li a:hover ul a:hover ul a:hover ul ul
{
    visibility: hidden;
}
#NavBarMenu li a:hover ul a:hover ul a:hover ul a:hover ul ul
{
    visibility: hidden;
}
#NavBarMenu li a:hover ul
{
    visibility: visible;
    left: 0px;
    top: 44px;
}
#NavBarMenu li a:hover ul a:hover ul
{
    visibility: visible;
    top: -11px;
    left: 80px;
}
#NavBarMenu li a:hover ul a:hover ul a:hover ul
{
    visibility: visible;
}
#NavBarMenu li a:hover ul a:hover ul a:hover ul a:hover ul
{
    visibility: visible;
}
#NavBarMenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul
{
    visibility: visible;
}

.SlidingButton
{ 
  border:0; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 15px 0 0; 
  text-align:center; 
  display:block;
  position:relative;
}

.SlidingButton span
{ 
  position:relative; 
  display:block;
  white-space:nowrap; 
  padding:0 0 0 15px; 
}

.SlidingButton
{ 
  width: 5em;
  overflow: visible;
}

.SlidingButton span
{ 
  margin-top: 0px !important;
  margin-top: 1px; 
}


.SecondaryButton, .SecondaryButtonDisabled
{ 
  background:url(SecondaryBtnRight.gif) right no-repeat; 
  font-size:1.0em; 
}
.SecondaryButton span, .SecondaryButtonDisabled span
{ 
  height:25px; 
  line-height:25px;
  background:url(SecondaryBtnLeft.gif) left no-repeat;
  color:#fff; 
}
.SecondaryButton:hover
{
	background:url(SecondaryBtnRightHover.gif) right no-repeat; 
}
.SecondaryButton:hover span
{
	background:url(SecondaryBtnLeftHover.gif) left no-repeat; 
}
.SecondaryButtonDisabled:hover
{
	background:url(SecondaryBtnRightHover.gif) right no-repeat; 
}
.SecondaryButtonDisabled:hover span
{
	background:url(SecondaryBtnLeftHover.gif) left no-repeat; 
}
