body {
font-size: 77%;
color: #333;
}

p {
margin: 0 0 1em 0;
}

em, i {
font-style: italic;
}

a:link, a:visited,a:active {
color: #0090cd;
text-decoration: none;
}

a:hover {
color: #0090cd;
text-decoration: underline;
}

h1 {
font-size: 116%;
font-weight: bold;
color: #154da6;
}

h2 {
font-size: 108%;
font-weight: bold;
color: #154da6;
margin-bottom: .5em;
}

.hide {
display: none;
}

#header {
width: 975px;
padding: 0;
margin: 0 auto;
}

#login-wrap {
float: right;
color: #999;
font-size: .8em;
margin: 30px 30px 0 0;
}

#login-wrap td {
padding: 5px 5px 0 0;
}

#login-wrap input[type=text], #login-wrap input[type=password]  {
color: #999;
border: 1px solid #999;
padding: 3px;
width: 164px;
}

#masthead {
width: 975px;
padding: 3px 0 5px 0;
margin: 3px auto 23px auto;
border-top: 1px solid #fedf6e;
border-bottom: 3px solid #fedf6e;
}

#container {
margin: 0 auto;
padding: 0;
width: 975px;
}

#sub-nav-wrap {
position: absolute;
width: 142px;
padding: 0;
margin: 0;
}

#sub-nav-wrap ul {
list-style-type: none;
}

#sub-nav-wrap li {
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom:  1px solid #ccc;
color: #666;
padding: 5px 5px 5px 16px;
margin: 0 0 3px 0;
list-style-type: none;
}

#sub-nav-wrap a {
color: #666;
text-decoration: none;
}

#sub-nav-wrap li:hover {
background-image: url('/_resources/images/subnav_bkd_over.gif');
}

#sub-nav-wrap li.on, #sub-nav-wrap li.on:hover {
background-image: url('/_resources/images/subnav_bkd_on.gif');
font-weight: bold;
}

#content-wrap {
float: right;
padding: 0;
margin: 0 0 1em 169px;
}

#content-wrap ul {
margin: 0 0 1em 1.2em;
list-style-type: disc;
list-style-position: outside;
}

#content-wrap li {
list-style-type: disc;
padding: 0 0 .5em 0;
}


.content-wide {
width: 806px;
margin: 0 0 1em 0;
padding: 0;
float: left;
}

.content-narrow {
width: 510px;
margin: 0 26px 0 0;
padding: 0;
float: left;
}

.sidebar-wrap {
width: 270px;
margin: 0;
padding: 0;
float: left;
}

.hilite-wrap {
border-top: 1px solid #cadde9;
border-bottom: 1px solid #cadde9;
margin-bottom: 20px;
}

.hilite {
background-color: #d9eaf7;
margin: 6px 0;
padding: 10px;
}

blockquote {
background-image:url('/_resources/images/bkd_quote.gif');
background-repeat: no-repeat;
color: #eab412;
font-size: 116%;
padding: 30px 0 20px 0;
}

.fact-wrap {
height: 4.5em;
margin-top: 5px;
}

.img-wrap {
border: 1px solid #ccc;
padding: 5px;
background-color: #ffffff;
}

.sep {
clear: both;
background-image: url('/_resources/images/bkd_sep.gif');
background-repeat: repeat-x;
background-position: left center;
height: 21px;
}

.right {
float: right;
margin: 0 0 0 1em;
}

.tar {
text-align: right;
}

.left {
float: left;
margin: 0 1em 0 0;
}

.tal {
text-align: left;
}

.pop {
background-image:url('/_resources/images/bkd_pop.gif');
background-repeat: no-repeat;
background-color: #d9eef8;
width: 658px;
padding: 20px 55px;
margin: 0 0 0 103px;
border: 3px solid #fdba31;
}

#pop-advantage {
position: absolute;
z-index: 99;
}

.program-time {
float: right;
padding-top: 27px;
font-style: italic;
margin: 1.4em 0 0 1em;
}

#program-content div p {
clear: both;
margin-bottom: 2em;
}

#content-wrap .tab-wrap {
padding: 10px 0;
margin: 0 0 -5px 0;
clear: both;
}

#content-wrap .tabs {
  float:left;
  width:400px;
  line-height:normal;
  margin:0;
  padding:10px 10px 0 0;
  list-style-type:none;
  }

#content-wrap .tabs li {
  float:left;
  background:url("/_resources/images/tab_left_off.gif") no-repeat left top;
  margin:0 0 0 2px;
  padding:0 0 0 6px;
  list-style-type:none;
  }

#content-wrap .tabs a {
  float:left;
  display:block;
  background:url("/_resources/images/tab_right_off.gif") no-repeat right top;
  padding:5px 10px 4px 6px;
  margin: 0 0 0 2px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  }

#content-wrap .tabs li.on {
  background-image:url("/_resources/images/tab_left_on.gif");
  }
  
#content-wrap .tabs li.on a {
  background-image:url("/_resources/images/tab_right_on.gif");
  color:#3e99cc;
  padding-bottom:5px;
  }

.tab-content-wrap {
clear:both;
background-color: #ecf4fb;
}

.tab-content-wrap div {
padding: 10px 20px; 
}

table.form td {
padding: 0 6px 6px 0;
}

table.form input[type=text] {
border: 1px solid #0090cd;
width: 175px;
}

table.form textarea {
width: 275px;
border: 1px solid #0090cd;
}

.error {
color: #ee0000;
font-weight: bold;
}

/* Box Wrap Styles */
.box-wrap {
padding: 25px;
margin: 0;
background-color: #ecf4fb;
}

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

.cb {
    margin:0;
    }

/* Rules for the top corners and border */
.bt {
    background:url('/_resources/images/bkd_box.gif') no-repeat 100% 0;
    margin:0 0 0 26px;
    height:25px;
    }
.bt div {
    height:25px;
    width:26px;
    position:relative;
    left:-26px;
    background:url('/_resources/images/bkd_box.gif') no-repeat 0 0;
    }

/* Rules for the bottom corners and border */
.bb {
    background:url('/_resources/images/bkd_box.gif') no-repeat 100% 100%;
    margin:0 0 0 25px;
    height:26px;
    }
.bb div {
    height:26px;
    width:25px;
    position:relative;
    left:-25px;
    background:url('/_resources/images/bkd_box.gif') no-repeat 0 100%;
    }

/* Insert the left border */
.i1 {
    padding:0 0 0 25px;
    background:url('/_resources/images/bkd_box_borders.gif') repeat-y 0 0;
    }
/* Insert the right border */
.i2 {
    padding:0 25px 0 0;
    background:url('/_resources/images/bkd_box_borders.gif') repeat-y 100% 0;
    }
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
    background:#e5b2e1;
    background:url('/_resources/images/bkd_box_borders.gif');
    padding:0;
    }

/* /Box Wrap Styles */


/* Global Navigation Styles */
#global-nav-wrap {
width: 975px;
height: 35px;
background-image:url('/_resources/images/nav_bkd.gif');
background-repeat: repeat-x;
}

ul#global-nav, ul#global-nav ul, ul#global-nav li {
margin: 0px;
padding: 0px;
list-style-type: none;
}

ul#global-nav li { 
float: left; 
}

ul.fly-nav { 
display: none; 
}

ul#global-nav li ul.fly-nav li { 
float: none; 
display: block;
}

ul.fly-nav li a {
padding: 0px;
margin: 0px;
}

ul#global-nav li:hover ul.fly-nav {
display: block;
position: absolute;
border-top: 1px solid #fff;
margin: 0;
z-index: 101;
}

ul#global-nav li:hover ul.fly-nav li {
display: block;
width: 155px;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
background-color: #daeaf9;
padding: 3px 3px 3px 16px;
}

ul#global-nav li:hover ul.fly-nav li:hover {
background-color: #9cd0e6;
}

ul#global-nav li:hover ul.fly-nav li a {
display: block;
border: none;
color: #666;
text-decoration: none;
font-weight: bold;
font-size: .9em;
}


/* /Global Navigation Styles */