/* sitewide layout */

body{background-image:url('/images/image_fade.jpg');background-repeat:repeat-x;}
div#page{border:1px solid #e6e6e6;border-top:none;width:948px;}
div#content{margin-left:17px;}

/*typography and basic formatting*/

img{border:none;}
.border{border:1px solid #e1e1e1;}
.center{text-align:center;}
.right{text-align:right;}
.nd{text-decoration:none;}
.desc{font-size:1.2em;color:#555;}
.bold{font-weight:bold;}
.title{font-size:2.3em;color:#1d75bc;}
.large_title{font-size:3.1em;font-weight:bold;color:#1d75bc;}
.hidden_list{display:none;}
.hidden_list_tab{cursor:pointer;}
.list{padding-top:10px;padding-bottom:10px;border-top:solid 1px #e1e1e1;padding-left:4px;}

/* header */

div#header{margin-top:7px;background-image:URL('/images/header_bg.gif');height:75px;}
div#main_logo{position:relative;top:18px;left:15px;}
div#header_blank{background-image:URL('/images/header_curve.gif');height:8px;margin-top:5px;}

/* nav bar */

div#nav_tabs {z-index:99;position: relative;margin-top:5px;height:38px;background: url(../images/tab-background.jpg) repeat-x}
div#nav_tabs div#left-cap{z-index:99;height:38px;width:19px;float:left;position:relative;background: url(../images/tab-cap-left.jpg) no-repeat}
div#nav_tabs div#right-cap {z-index:99;height:38px;width:19px;float:right;position:relative;right:0px;background: url(../images/tab-cap-right.jpg) no-repeat}

/*dropdown tabs*/
ul#dropdown_tabs{z-index:99;display:inline-block;list-style:none;padding:0;margin:0;}
/*main tab*/
ul#dropdown_tabs > li{z-index:99;display:block;position:relative;float:left;height: 37px;border-top:1px solid #e1e1e1;}
/*subtab list*/
ul#dropdown_tabs > li > ul{z-index:99;display:none;list-style:none;padding:0;margin:0;position:absolute;}
/*subtab*/
ul#dropdown_tabs > li > ul > li{z-index:99;display:block;}
/*main tab link*/
ul#dropdown_tabs li a{z-index:99;text-decoration:none;}
/*subtabs link*/
ul#dropdown_tabs > li > ul > li > a{z-index:99;text-decoration:none;}

/*tab formatting*/
a.tab{z-index:99;background-color:transparent;font-weight:bold;font-size:1.2em;color:#1d75bc;padding-left: 15px;padding-right: 15px;padding-top: 8px;padding-bottom: 12px;float: left;position:relative;}
ul.subtab_group{z-index:99;top:37px;}
li.subtab{z-index:99;height:40px;width:294px;background-color:#1d75bc;background-image:URL('/images/subtab_background.png');}
li.subtab a{z-index:99;height:inherit;width:inherit;}
li.subtab div{z-index:99;height:inherit;width:inherit;padding-top:10px;padding-left:8px;color:#1d75bc;font-size:1.2em;font-weight:bold;}
ul#dropdown_tabs > li > ul > li.subtab_bottom{z-index:99;height:3px;width:294px;background-image:URL('/images/subtab_bottom_cap.png') !important;}

/* javascript classes */
div.mouseover{background-color:#f3f3f3 !important}
li.mouseover{background-image:URL('/images/subtab_background_hover.png');}

/* slider */
#slideshow{
  margin:0 auto;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow > #slidesContainer {
  margin:0 auto;
  width:800px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  position: relative;
  float:left;
  width:780px; /* reduce by 20 pixels to avoid scroll */
  height:263px;
}

.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/control_right.png) no-repeat 0 0;
}

/*left nav bar*/
#left_column{margin-top:8px;}
#left_column > #left_column_header{font-size:1.2em;font-weight:bold;padding-top:6px;padding-left:16px;background: url(../images/left_header.png);height:24px; width:186px;}
#left_column > #left_column_content{color:#555;line-height:2em;font-size:1.1em;padding-bottom:6px;padding-top:6px;padding-left:16px;background:#f7f7f7;border:1px solid #e1e1e1; border-top:none;width:184px;}
#left_column > #left_column_content > a{color:#555;text-decoration:none;}
