
/***********************************************/
/* Use with template 3col_leftNav.html          */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
    background-color : #ececec;
    color : black;
    font-family : 'Courier New', serif;
    font-size : medium;
    font-stretch : 110%;
    line-height : 125%;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
}
a {
    color: #003366;
    text-decoration: none;
    font-weight: bold;
  }
a:link {
    color: #003366;
    text-decoration: none;
  }
a:visited {
    color: #0099cc;
    text-decoration: none;
  }
a:hover {
    color: red;
    text-decoration: underline;
  }
h1 {
    font-family: Georgia, serif;
    font-size: 150%;
    color: black;
  }
h2 {
    font-family: Georgia, serif;
    font-size: 110%;
    font-weight: bold;
    color: white;
    background-color: black;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
h3 {
    font-family: Georgia, serif;
    font-size: 125%;
    color: black;
}
h4 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 110%;
    font-weight: bold;
}
ul {
    list-style-type: square;
  }
ul ul {
    list-style-type: disc;
  }
ul ul ul {
    list-style-type: none;
  }
dt {
    font-weight: bold;
  }
label {
  }
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.content {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding: 3px;
    background-color: white;
    border: 1px dotted red;
  }
.masthead {
    padding: 10px 0px 0px 20px;
    border-bottom: 1px solid black;
    line-height: normal;
}
.rule {
    margin-top: 5px;
    border-bottom: 1px solid black;
}
.leftNav {
    font-family: Arial, sans-serif;
    width: 310px;
    margin-right: 670px;
    padding-right: 5px;
}
/*  Main content */
.wrapper {
    margin-left: 155px;
}
.rightNav {
    float: right;
    width: 165px;
    margin: 5px 0 0 0;
}
#navBar {
    float: left;
    width: 20%;
    margin: 5px 0 0 0;
    padding: 0px;
    background-color: #eeeeee;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.mainCol {
    float: right;
    width: 665px;
    margin-top: 16px;
}
.footer {
    font-family: Arial, sans-serif;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: normal;
    margin: 0;
    text-align: center;
    background-color: #cccccc;
    border-top: 1px dotted red;
}
.popup {
    margin: 25px 25px 10px 25px;
    padding: 15px;
  }
/************* #globalNav styles **************/
td.nav {
    border-right: 1px solid black;
}
p.nav {
    margin-left: 10px;
    font-size: 85%;
    margin-top: 4px;
    margin-bottom: 0;
    padding: 0;
    line-height: normal;
}
.leftNav p {
    margin-left: 10px;
    font-size: 85%;
    margin-top: 4px;
    margin-bottom: 0;
    padding: 0;
    line-height: normal;
}
.navDiv {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    font-size: 25%;
    border-bottom: 1px dotted red;
    line-height: normal;
}
p.adv {
    margin-left: 10px;
    margin-right: 5px;
    font-size: small;
    line-height: normal;
}
.leftNav p.navTitle {
    font-weight: bold;
    font-style: italic;
    margin-left: 5px;
    padding-top: 2px;
    padding-bottom: 0px;
    margin-bottom: 0;
    font-size: 100%;
}
/************* #breadCrumb styles *************/
.breadCrumb {
    margin-top: 5px;
    margin-bottom: 3px;
    margin-left: 15px;
    padding: 0;
}
/************** form styles **************/
input.button {
    border: 1px solid black;
    background-color: #CCCCCC;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
}
input.button:hover {
    color: red;
}
input.text {
    border: 1px solid black;
}
textarea {
    border: 1px black solid;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px;
    margin-top: 0px;
}
select {
    border: 1px black solid;
    font-family: Arial, Helvetica, sans-serif;
}
/************** span styles **************/
.small {
    font-size: 80%;
}
.note {
    font-size: 80%;
}
.caption {
    font-style : italic;
    font-size: 80%;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.big {
    font-size: 110%;
    font-weight: bold;
}
.red {
    color: red;
}
/***************  Picture Boxes  *****************/
img {
    border: none;
    padding: 3px;
  }
.picRight {
    border: 1px solid black;
    float: right;
    font-family: Arial, sans-serif;
    font-size: 80%;
    font-style: italic;
    line-height: normal;
    text-align: center;
    padding: 0;
    margin: 3px;
  }
.picBox {
    border: 1px solid black;
    font-family: Arial, sans-serif;
    font-size: 80%;
    font-style: italic;
    line-height: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
.picLeft {
    border: 1px solid black;
    float: left;
    font-family: Arial, sans-serif;
    font-size: 80%;
    font-style: italic;
    line-height: normal;
    text-align: center;
    padding: 0;
    margin: 3px;
  }
/* Captions & aligment */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: smaller;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    font-style: italic;
}
/* End captions & aligment */
.textBox {
    border: 1px solid black;
    float: right;
    font-size: 80%;
    font-style: italic;
    line-height: normal;
    padding: 7px;
    margin: 7px;
    background-color: #dcdcdc;
    width: 250px;
  }
.boxNear {
    float: right;
    border: 1px solid black;
    width: 250px;
    padding: 5px;
    font-size: smaller;
    line-height: normal;
  }
#dropmenudiv {
    position:absolute;
    border:1px solid black;
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
  }
#dropmenudiv a {
    width: 100%;
    display: block;
    text-indent: 7px;
    border-bottom: 1px solid black;
    padding: 3px 0;
    text-decoration: none;
    font-weight: bold;
  }
#dropmenudiv a:hover {
    /*hover background color*/ background-color: yellow;
  }
/*
** Slideshow styles
*/
#dhtmlgoodies_slideshow{
    width: 606px;   /* Total width of slideshow */
    border: 1px solid black;
    font-size: smaller;
    font-style: italic;
    text-align: center;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
}
#previewPane{
    border:1px solid #CCCCCC;
    margin-bottom:10px;
    text-align:center;
    vertical-align:middle;
    padding-top: 3px;

    position:relative;

    /* CSS HACK */
    height: 462px;  /* IE 5.x */
    height/* */:/**/486px;  /* Other browsers */
    height: /**/486px;
}
#previewPane img{
    line-height: 450px;
}
#previewPane #largeImageCaption{    /* CSS styling of image caption below large image */
}
#galleryContainer{
    height: 77px;   /* Height of the images + 2 */
    border:1px solid #CCCCCC;
    position:relative;
    overflow:hidden;
    padding:1px;

    /* CSS HACK */
    height: 79px;   /* IE 5.x - Added 2 pixels for border left and right */
    height/* */:/**/77px;   /* Other browsers */
    height: /**/77px;
}
#arrow_left{
    position:absolute;
    left:0px;
    z-index:10;
    background-color: #FFF;
    padding:1px;
}
#arrow_right{
    position:absolute;
    right:0px;
    z-index:10;
    background-color: #FFF;
    padding:1px;
}
#theImages{
    position:absolute;
    height: 75px;
    left: 40px;
    width: 100000px;
}
#theImages #slideEnd{
    float:left;
}
#theImages img{
    float:left;
    padding:1px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor:pointer;
    border:0px;
}
#waitMessage{
    display:none;
    position:absolute;
    left:200px;
    top:150px;
    background-color:#FFF;
    border:3px double #000;
    padding:4px;
    color:#555;
    font-size:0.9em;
    font-family:arial;
}
#theImages .imageCaption{
    display:none;
}
