/* layout.css: for use when Javascript is disabled */

/* =================================================== CTRL-H == */
body {
 margin: 0;
 padding:0; 
 border-right: solid black;
 border-width: 0px;
}	

#clear {
  clear: both;
} 

#wrapper {
  margin: 0 5px;
  padding: 0;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

#hdr{
 height: 60px; 
 border-bottom: 1px solid black; 
 margin: 0;
}
	 
#lh-col{
 float: left;
 width: 140px;
}

#rh-col{
 float: right;
 width: 140px;
}

#c-col {
 z-index: 10;
 margin-left: 142px;
 margin-right: 142px;
}

#ftr {
 height: 35px;
 margin: 0;
 font-weight: bold;
 font-family: monospace;
}

/*--- menu_s1 ------------------------*/
.menu_s1 {
  font-size: 1em;
  float: left;
  overflow: hidden;
  width: 140px;
}

.menu_s1 ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.menu_s1 li {
  margin: 0;
  padding: 0 0 0 5px;
  padding-top: 1px;
  padding-bottom: 2px;
  border-top: 0px  solid black;
  border-left: 1px  solid black;
  border-right: 1px  solid black;
  border-bottom: 1px solid black;
}

.menu_s1 a {
  color: black;
  text-decoration: none;
  overflow: hidden;
  display: block;
}

.menu_s1 a:hover {
  color: white;
  background-color: #3399FF;
}

/* This has two purposes: it supplies a section header and closes 
   the top of the first menu item in a menu column, i.e., it 
   supplies the missing border-top. It can be used without any
   text to supply a top border in cases where a section title isn't
   needed. See the span definition below.
*/   
.menu_s1 h4 {
 font-size: 1.2em;
 margin:0; 
 padding: 5px 0;
 text-align: center;
 color: black;
 background: #3399FF;
 border-bottom: 1px solid black;
}

/* This one just closes the top of the first menu item in a menu 
   column.
*/   
.menu_s1 span {
  border-bottom: 1px solid black;
  padding-left: 140px;
  }

/*--- menu_left -------------------------------- */
.menu_left {
  font-size: 95%;
  text-align: right;
  width: 140px;
  float: left;
  clear: left;
}

.menu_left ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.menu_left li {
  margin: 0;
  padding: 0 0 0 20px;
  border-top: 1px solid rgb(34,70,79);
  border-left: 1px solid rgb(34,70,79);
  border-right: 1px solid rgb(34,70,79);
  border-bottom: 1px solid rgb(34,70,79);
}

.menu_left a {
  color: #333366;
  background-color: transparent;
  text-decoration: none;
}

.menu_left a:hover {
  color: white;
  background-color: #3399FF;
  text-decoration: none;
}

/*--- menu_left -------------------------------- */
.menu_right {
  font-size: 95%;
  text-align: right;
  width: 140px;
  float: left;
  clear: left;
}

.menu_right ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.menu_right li {
  margin: 0;
  padding: 0 0 0 20px;
  border-top: 1px solid rgb(34,70,79);
  border-left: 1px solid rgb(34,70,79);
  border-right: 1px solid rgb(34,70,79);
  border-bottom: 1px solid rgb(34,70,79);
}

.menu_right a {
  color: #333366;
  background-color: transparent;
  text-decoration: none;
}

.menu_right a:hover {
  color: white;
  background-color: #3399FF;
  text-decoration: none;
}


/* =================================================== JNLD ==== */
/* --- SIDEBAR --------------------------------- */
#side-bar {
  font-size: 95%;
  text-align: right;
  width: 140px;
  float: left;
  clear: left;
}

.sideBarTitle {
  color: rgb(34,70,79);
  background-color: rgb(205,219,205);
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 1em 0.5ex 0.5ex;
  border-top: 1px solid rgb(34,70,79);
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

#side-bar li {
  margin: 0;
  padding: 1ex 1em 1ex 0.5ex;
  border-top: 1px solid rgb(34,70,79);
}

#side-bar a {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: none;
}

#side-bar a:hover {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.sideBarText {
  text-align: justify;
  margin: 0;
  padding: 1ex 1.5ex;
  display: block;
  border-top: 1px solid rgb(34,70,79);
}

#side-bar .sideBarText a {
  text-decoration: underline;
}

#side-bar .sideBarText a:hover {
  text-decoration: none;
}

/* --- CONTENT -------------------------------- */
#main-copy {
  text-align: justify;
  line-height: 1.5em;
  margin: 0 5mm 0 10.5em;
  padding: 0 1em 1ex 1em;
}

#main-copy h1 {
  font-family: "trebuchet ms", verdana, tahoma, sans-serif;
  font-size: 156%;
  font-weight: bold;
  margin: 0.25em 0 0 0;
  padding: 0;
}

#main-copy a {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.clearbox {
  color: black;
  background-color: transparent;
  margin: 7px 0 7px 0;
  padding: 7px 10px 4px 15px;
  height: 226px;
  border: 2px solid rgb(34,70,79);
}

.centerimagebox {
  padding: 0;
  margin: 0;
  text-align: center;
}

.vanillabox {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.coloredbox {
  color: rgb(34,70,79);
  background-color: rgb(205,219,205);
  margin: 7px 0 7px 0;
  padding: 7px 10px 4px 15px;
	height: 226px;
  border: 2px solid rgb(34,70,79);
}

.rightbox {
  padding: 0.3em 0.7em;
  margin: 0.7em;
  border: 0px none #999999;
  text-align: center;
}

.rightpiccontainer {
  float: right;
  clear: right;
  margin: 0 0 0 0;
}

.rightcontainer {
  float: right;
  clear: both;
  width: 130px;
  margin: 1em 0 0 0;
  padding: 0;
}

.rightcontainer h1 {
  text-align: left;
  padding: 0 0 0 1.5em;
}

.rightcontainer h2 {
  text-align: left;
  padding: 0 0 0 1.5em;
}

.leftbox {
  padding:2em 2em; 
  margin: 2em;
  border:0px solid #999999;
  text-align:left;
}

.linkbox a {
  display:block;
}

.textcontainer {
  line-height: 1.1em;
  font-size: 130%;
  text-align: left;
  padding: 10px 1em ;
}
.textcontainer_b {
  line-height: 1.1em;
  font-size: 130%;
  text-align: left;
  padding: 1em 2em 1em 2em;
}
.textcontainer h1 {
  line-height: 1.1em;
  font-size: 85%;
  font-weight: normal;
}
.textcontainer ul {
  font-size: 85%;
  font-weight: normal;
}

/* -- Footer ---------------------------------- */
#footer {
  color: white;
  background-color: rgb(34,70,79);
  font-size: 85%;
  margin: 0 0 0 0;
  padding: 1.25ex 4mm 0 0;
  clear: both;
}

#footer .left {
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

.subFooter {
  font-size: 85%;
  line-height: 1.5em;
  margin: 0;
  padding: 1ex 4mm;
}

.subFooter a {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: underline;
}

.subFooter a:hover {
  text-decoration: none;
}

/* -- New stuff ---------------------------------- */

#main-copy {
  text-align:none;
  line-height: 1.5em;
  margin: 0 5mm 0 10.5em;
  padding: 0 1em 1ex 1em;
}

.pcon
{
  position:relative;
  left:20px;
  top:0px;
  margin-bottom: 0px;
}

.topadjust {
  position:relative;
  top:-180px;
  mergin-top: 0px;
  margin-bottom: 0px;
  }

img.cstudy {
  vertical-align:text-top;
  width:347px;
  height:261px;
  border: 2px #ffffff;
  margin-bottom: 0px;
}

p.cstudy {
  position: relative;
  top: -271px;
  left: 367px;
  font-family: sans-serif;
  font-size: 100%;
  margin-right: 400px;
  margin-bottom: 0px
}
p.cstudy_ie {
  position: relative;
  top: -271px;
  left: 367px;
  font-family: sans-serif;
  font-size: 100%;
  margin-right: 400px;
  margin-bottom: 0px;
}

p.overlay {
  color:white;
  font-family: sans-serif;
  font-size: 110%;
  font-weight: bold;
  position: relative;
  top: -255px;
  left: 270px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }

p.overlay_ie {
  font-family: sans-serif;
  font-size: 110%;
  font-weight: bold;
  position:relative;
  top: -40px;
  left: 280px;
  }
  
/* -- photoarray --------------------------------- */

.thumbnail
{
float: left;
width: 254px;
border: 1px solid #999;
margin: 3px;
background-color: #ABC3AC;
}
.clearboth { clear: both; }

/*
.caption {
  vertical-align:middle;
  font-family: arial, "lucida console", sans-serif;
  margin:1px 5px 1px 1px;
  padding:0 0 1em 0;
  height:.50em;
}
*/

  