h1, h2, h3, h4, form, dl, ul {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {display: block;}
fieldset, img {border: 0;}
h1 {display: none;}

/*********************************************************************/

html {
  height: 100%;
  background: white;
}
body {
  position: relative;
  margin: 0; padding: 0;
  font-size: 1em;
  font: 76% Arial, Helvetica, Tahoma, sans-serif;
  height: 100%; 
  min-width: 1000px;
  min-height: 739px;
}
* html body { 
  text-align: center; 
}

/* Dummy height workaround */

@media all and (-webkit-min-device-pixel-ratio:0){
  /* Safari 3 & Opera */
  body {
    height: 759px;
  }
}
@media all and(-webkit-min-device-pixel-ratio:0){
  /* Opera */
  body {
    height: 759px;
  }
}

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
* html #wrapper { 
  text-align: left; 
}

#skeleton {
  width: 100%;
  height: 100%;
  min-width: 1000px;
  min-height: 739px;
  border-collapse: collapse;
  background: url('../images/background.jpg') 50% 50% no-repeat;
}
*html #skeleton {
  width:expression(document.body.clientWidth > 1000 ? "100%": "1000px" );
  /* height: 745px; */ 
  height:expression(document.body.clientHeight > 768 ? "100%": "745px" );
}

/*********************************************************************/

#title {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 180px;
  height: 45px;
  margin-left: -490px;
  margin-bottom: 300px;
  background: url('../images/txt-footer.png') 0 0 no-repeat;
  color: #D5C8A6;
  font-size: .9em;
  padding: 0 0 0 0;
}
*html #title {
  pointer: cursor;
  cursor: hand;
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/txt-footer.png');
}
#copyright {
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-left: -490px;
  margin-bottom: -350px;
  color: #D5C8A6;
  font-size: .9em;
  padding: 60px 0 0 7px;
}
#copyright a {
  color: #D5C8A6;
  text-decoration: underline;
}
#copyright a:hover {
  text-decoration: none;
}

a {
  color: #267CA9;
  text-decoration: underline;
}
a:hover {
  color: #665E43;
  text-decoration: none;
}

/*********************************************************************/

#logo {
  position:absolute;
  left: 50%;
  top: 50%;
  margin-left: -530px;
  margin-left: expression(document.body.clientWidth <= 1024 ? "-495px" : "-530px" );
  margin-top:  -45px;
  width: 70px;
  height:70px;  
  background: url('../images/logo.png') 0 50% no-repeat;
  display: block; 
}
*html #logo {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/logo.png');
  cursor: hand;
}
#logo span {
  display: none;
}

#logo.highRes {
  margin-left: -530px;
}

#logo.lowRes {
  margin-left: -495px;
}

/*********************************************************************/

#nav {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  margin-left: 445px;
  margin-top: -317px;
}
#nav li {
  padding-bottom: 10px;
}
#nav li a {
  display: block;
}
#nav li a img {
  border: none;
  background: url('../images/nav-bckg.png') 50% 50% no-repeat;
}
#nav li a:hover img {
  border: none;
  background: url('../images/nav-bckg-hover.png') 50% 50% no-repeat;
}
*html #nav li a img {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/nav-bckg.png');
  cursor: hand;
}
*html #nav li a:hover img {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/nav-bckg-hover.png');
  cursor: hand;
}
#nav li a span {
  display: none;
}

/*********************************************************************/

#content {
  position: absolute;
  width:  575px;
  height: 644px;
  left: 50%;
  top:  50%;
  margin-left: -157px;
  margin-top:  -316px;
  filter:alpha(opacity=95);
  -moz-opacity:.95;
  opacity:.95;
  background: #F6F4E9;
}

/*********************************************************************/

#content-heading {
  height: 59px;
}
#content-heading h2.title {
  color: #6A6145;
  font-size: 14px;
  font-weight: normal;
  padding: 25px 0 0 53px;
  background: url('../images/pointer.gif') 28px 25px no-repeat;
}

/*********************************************************************/

#content-navigation {
  background: #DFDAC4;
  list-style:none;
  padding: 10px 0 26px 30px;
}
#content-navigation li {
  float: left;
  padding-right: 10px;
}
#content-navigation li a {
  color: #267CA9;
  text-decoration: none;
}
#content-navigation li a:hover {
  text-decoration: underline;
}
#content-navigation li.active {
  color: #545143;
  font-weight: bold;
}

/*********************************************************************/

#content-middle {
  height: 449px;
}

/*********************************************************************/

#content-footer {
  height: 102px;
  background: #DFDAC4;
}
#content-footer dl {
  padding: 20px 0 0 0;
  margin: 0;
  float: left;
  width: 20%;
}
#content-footer dt,
#content-footer dd 
{
  text-align: center;
  padding: 0;
  margin: 0;
}
#content-footer dd a {
  font-weight: bold;
  color: #267CA9;
}

/*********************************************************************/

#hold {
    position: relative;
    overflow: hidden;
    width: 575px;
    height: 425px;
    z-index: 100;
}
*html #hold {
  width: 550px;
}
#wn {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 500px;
    height: 405px;
    clip: rect(0px, 500px, 410px, 0px);
    overflow: hidden;
    z-index: 1;
}
*html #wn {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 490px;
    height: 405px;
    clip: rect(0px, 490px, 410px, 0px);
    overflow: hidden;
    z-index: 1;
}
div.content {
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 0px;
    z-index: 1;
}
#scrollbar {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 11px;
    height: 405px;
    z-index: 1;
}
*html #scrollbar {
    right: 6px;
}
#track {
    position: absolute;
    left: 0;
    top: 12px;
    width: 17px;
    height: 410px;
    background: url( "../images/nav/track.gif" ) #336 repeat-y;
    z-index: 1;
}
#tiny {
    position: relative;
    overflow: hidden;
    width: 575px;
    height: 405px;
		top:35px;
    z-index: 100;
}
#tiny #hold {
    height: 415px;
}
#tiny #wn {
    top: 20px;
    height: 385px;
    clip: rect(0px, 500px, 390px, 0px);
}
#tiny #scrollbar {
    height: 385px;
}
#tiny #track {
    height: 390px;
}
#dragBar {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 20px;
    background: url( "../images/nav/tab.gif" );
    z-index: 1;
}
#up {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#down {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 3;
}
*html #down {
    bottom: -1px;
}

/*********************************************************************/

dl * {
  margin: 0;
  padding: 0;
}
dt * {
  margin: 0;
  padding: 0;
}
dd * {
  margin: 0;
  padding: 0;
}

/*********************************************************************/

#institutions {
  color: #665E43;
}
#institutions dl {
  padding: 0 10px 20px 0;
}
#institutions dt {
  clear: both;
  font-weight: bold;
  padding: 0 0 5px 0;
  text-align: center;
}
#institutions dt a {
  color: #267CA9;
  text-decoration: underline;
}
#institutions dt a:hover {
  color: #635B40;
  text-decoration: none;
}
#institutions dd {
  padding: 0 0 0 0;
  text-align: left;
}
#institutions dd p {
  padding: 0;
  margin: 0;
}
#institutions dd.fl {
  float: left;
  width: 60px;
  padding: 0 0 10px 0;
  text-align: left;
}

/*********************************************************************/

#programs {
  color: #665E43;
}
#programs dl {
  padding: 0 0 20px 0;
}
#programs dt {
  clear: both;
  font-weight: bold;
  padding: 0 0 5px 0;
}
#programs dt a {
  color: #267CA9;
  text-decoration: underline;
}
#programs dt a:hover {
  color: #665E43;
  text-decoration: none;
}
#programs dd {
  padding: 0 0 0 0;
  text-align: justify;
}
#programs dd p {
  padding: 0;
  margin: 0;
}
#programs dd.fl {
  float: left;
  width: 110px;
  padding: 0 0 10px 0;
}
#programs ul.listCats {
  list-style: none;
  padding: 0 0 0 0;
  margin:0;
}
#programs ul.listCats li {
  padding: 1px 0 1px 25px;
  background: url('../images/menu-bullet.gif') -1px 2px no-repeat;  
  line-height: 17px;
}
#programs ul.listCats li span {
  margin: 3px 0;
}
#programs ul.listCats li span ol li {
  background: none;
  padding: 0 0 0 0;
}
#programs ul.listCats li a {
  color: #277BA7;
}
#programs ul.listCats li ul {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}
#programs ul.listCats li ul li {
  background: none;
  padding: 1px 0 1px 30px;
  margin: 0;  
  background: url('../images/menu-bullet2.gif') 10px 4px no-repeat; 
  line-height: 20px;
}
#programs ul.listCats li span {
  margin-left: 10px;
  padding: 1px 0 1px 5px;
  border-left: 1px solid #C3BC9F;
}

#selects {
  position: absolute;
  z-index: 10000;
  top: 105px; 
  left: 30px;
}
#selects p {
	color: #625A40;
  font-size: .9em;
  padding: 2px;
  margin: 0;
}
select.program_select {
  padding: 1px;
  margin:0 5px 2px 0;
  width: 245px;
  border: 1px solid #DDD7BF;
  font-size: 10px;
  float: left;
}
*html select.program_select {
  font-size: 11px;
  width: 240px;
}
*:first-child+html select.program_select {
  font-size: 11px;
  width: 240px;
}

h5.programs_title {
  padding: 10px 0 10px 20px;
  margin: 0;
  background: url('../images/menu-bullet.gif') 0 10px no-repeat; 
  font-size: 1em;

}

ul.listPrograms {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
}
ul.listPrograms li {
  background: none;
  padding: 1px 0 1px 30px;
  margin: 0;  
  background: url('../images/menu-bullet2.gif') 10px 4px no-repeat; 
  line-height: 20px;
}
ul.listPrograms li a {
  color: #277BA7;
}
ul.listPrograms li span {
  margin-left: 10px;
  padding: 1px 0 1px 5px;
  border-left: 1px solid #C3BC9F;
}

/*********************************************************************/

#text {
  color: #545143;
}
#text p {
  padding: 0 0 10px 0;
  margin: 0;
  line-height: 16px;
}
#text h2 {
  font-size: 1.2em;
  padding: 10px 0;
  margin: 0;
}
#text h3 {
  font-size: 1.2em;
  padding: 10px 0;
  margin: 0;
}
#text a {
  color: #267CA9;
  text-decoration: underline;
}
#text a:hover {
  color: #4D3C29;
  text-decoration: none;
}

#text table {
  border-collapse: collapse;
  border: 1px solid #DFDAC4;
  width: 99%;
  margin-bottom: 1em;
  margin: 1px;
}
* html #text table {
  font-size: 1em; 
  width: auto; 
  width/* */:/**/99%;
}
#text table[border="0"] {border: 0;}
#text table.noborder { border: 0; }

#text td {
  padding: 4px 5px;
  font-size: 1em;
  border-color: #DFDAC4;
  vertical-align: top;
}
#text th {
  padding: 4px 5px;
  text-align: left;
  border-color: #DFDAC4;
  background: #DFDAC4;
}
#text td p, #text th p {margin: 0;}

#text ul {
  list-style:none;
  padding: 5px 0 5px 0; 
  margin: 0;
}
#text ol li {
  background: none;
  padding: 0;
  margin: 0;
}
#text li {
  background: url('../images/bullet.gif') 10px 3px no-repeat;
  padding: 0 0 5px 30px;
}

/*********************************************************************/

.super-menu {
  position: absolute;
  top: 50%;
  left: 50%;
}
table.item {
  border:none;
  border-collapse: collapse;
}
table.item td {
  padding:0;
  margin:0;
  height: 27px;
}
td.mleft {
  background: url('../images/menu-left.png') 0 1px;
  width: 10px;
}
*html td.mleft {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/menu-left.png');
}
td.bleft {
  background: url('../images/menu-blue-left.png') 0 1px;
  width: 10px;
}
*html td.bleft {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/menu-blue-left.png');
}
td.mright {
  background: url('../images/menu-right.png') 0 1px;
  height: 27px;
  width: 11px;
}
*html td.mright {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/menu-right.png');
}
td.bright {
  background: url('../images/menu-blue-right.png') 0 1px;
  height: 27px;
  width: 11px;
}
*html td.bright {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/menu-blue-right.png');
}
td.middle {
  background: url('../images/menu-middle.png') 0 1px repeat-x;
  height: 27px;
}
*html td.middle {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/menu-middle.png');
}
td.bmiddle {
  background: url('../images/menu-blue-middle.png') 0 1px repeat-x;
  height: 27px;
}
*html td.bmiddle {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/menu-blue-middle.png');
}
td.special {
  font-size: 11px;
  width: 150px;
}
*html td.special {
  font-size: 11px;
}
*:first-child+html td.special {
  font-size: 11px;
}
*html td.middle {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/menu-middle.png');
}
table.item td a {
  text-decoration: none;
  font-weight: bold;
  color: #4D3C29;
  padding: 0 0 0 18px;
  background: url('../images/menu-bullet.gif') -2px 0 no-repeat;
}
table.item td a.active {
  color: #267CA9;
}
table.item td a:hover {
  color: #267CA9;
}
*html table.item td a {
  position: relative; 
}

table.item td.special a {
  color: #D3C6A4;
  font-weight: normal;
  background: url('../images/menu-bullet3.gif') -2px 0 no-repeat;
}
table.item td.special a:hover {
  color: #FFF;
}
*html table.item td a {
  position: relative; 
}



/*********************************************************************/

.m1 {
  margin: -190px 0 0 -390px;
}
.m2 {
  margin: -148px 0 0 -350px;
}
.m3 {
  margin: -105px 0 0 -320px;
}
.m4 {
  margin: -63px 0 0 -310px;
}
.m5 {
  margin: -21px 0 0 -303px;
}
.m6 {
  margin: 21px 0 0 -310px;
}
.m7 {
  margin: 63px 0 0 -320px;
}
.m8 {
  margin: 105px 0 0 -350px;
}
.m9 {
  margin: 148px 0 0 -390px;
}
.m10 {
  margin: 180px 0 0 -460px;
}

/*********************************************************************/

#special-menu .m1 {
  margin: -43px 0 0 -135px;
}
#special-menu .m2 {
  margin: -11px 0 0 -135px;
}
#special-menu .m3 {
  margin: 21px 0 0 -135px;
}
#special-menu .m4 {
  margin: 53px 0 0 -135px;
}
#special-menu .m5 {
  margin: 105px 0 0 -135px;
}
#special-menu .m6 {
  margin: 148px 0 0 -135px;
}
#inside #special-menu table.item td.special {
  width: 135px;
}
#inside #special-menu table.item td.special a {
  font-size: 1em;
  font-weight: normal;

}
#inside #special-menu .m1 {
  margin: -270px 0 0 -490px;
}
#inside #special-menu .m2 {
  margin: -240px 0 0 -325px;
}
#inside #special-menu .m3 {
  margin: -240px 0 0 -490px;
}
#inside #special-menu .m4 {
  margin: -270px 0 0 -325px;
}
#inside #special-menu .m5 {
  margin: 240px 0 0 -155px;
}
#inside #special-menu .m6 {
  margin: 240px 0 0 20px;
}

/*********************************************************************/

#sitemap {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sitemap ul {
  padding: 0 0 10px 20px;
  list-style: none;
}
#sitemap a {
  color: #267CA9;
  text-decoration: underline;
}
#sitemap a:hover {
  color: #4D3C29;
  text-decoration: none;
}

/*********************************************************************/

#search {
  width: 220px;
  padding: 8px 0;
}
#search form {
  width: 100%;
  border: 0;
  padding: 0;
}
#search form div {
}
#search form fieldset {
  padding: 0;
  margin: 0;
}
#search form .txtfld {
  border: 1px solid #DED7BF;
  margin-top: -1px;
  padding:2px;
  text-indent: 2px;
  background: none;
  color: #525042;
  width: 181px;
  vertical-align: middle;
  font-size: 12px;
}
#search form .bt {
  padding: 5px;
  vertical-align: middle;
}

/*********************************************************************/

#search-title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 293px;
  margin-left: -115px;
  background: url('../images/search-bckg.gif') 0 50% no-repeat;
  width: 280px;
  padding: 8px 0;
}
#search-title form {
  width: 100%;
  border: 0;
  padding: 0 0 0 10px;
}
#search-title form div {
}
#search-title form fieldset {
  padding: 0;
  margin: 0;
}
#search-title form .txtfld {
  border: none;
  margin-top: -1px;
  padding:2px;
  text-indent: 2px;
  background: none;
  color: #525042;
  width: 221px;
  vertical-align: middle;
  font-size: 12px;
}
#search-title form .bt {
  padding: 5px;
  vertical-align: middle;
}

/*********************************************************************/

#text table {
 behavior: expression(function(o) {
 if (o.border == "0")  o.className += " noborder"  o.runtimeStyle.behavior = "none";
}
(this))
}

#text table.small {
  font-size:.9em;
}
#text table.small td {
  padding: 1px 5px;
}
