@import url("base.css");
@import url("fonts.css");

body 
{
    background-color: #ffffff;
    margin: 0px;
    height: 100%;
    min-width: 700px;
}

#header {
    width: 100%;
    height: 90px;
    background-color : #787878;
  background-image: url("jsi.logo.jpg");
  background-position: left;
  background-repeat: no-repeat;
}

#header p 
{
  text-align : center;
  font-family : helvetica, verdana, sans-serif;
  font-size : 20px;
  color : white;
  padding : 0px;
  margin: 0px;
}

#logo 
{
  margin: 0px;
  padding: 0px;
  height: 90px;
}

#phone
{
  margin-right: 10px;
  padding: 0px;
  height: 50px;
  background-image: url("/images/header_phone01.png");
  background-position: right;
  background-repeat: no-repeat;
}

#subnav
{
  margin: 10px 55px 0px 0px;
  float : left;
  width : 200px;
  height: auto;
  background-color : #ddf;
}



#nav
{
  margin: 0px 0px 0px 0px;
/*
  position: absolute;
  left: 0;
  top: 90px;
*/
  float : left;
  width: 145px;
  height: auto;
  background: url("/images/nav_left01.png") no-repeat;
}

#nav ul
{
  margin: 5px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  list-style-type: none;

}

#subnav ul
{
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;

}

#nav li
{
  margin: 0px 0px 5px 0px;
  padding: 5px 0px 0px 5px;
  font-family: helvetica, arial, sans-serif;
  color: #555;
  display: block;
  height: 25px;
  border-bottom: 1px #999999 dotted;
  list-style-type: none;
}

#subnav li
{
  font-size : 11px;
  margin: 0px 0px 5px 0px;
  padding: 5px 0px 0px 0px;
  font-family: verdana, sans-serif;
  color: #333;
  display: block;
  height: 20px;
  border-bottom: 1px #999999 dotted;
  list-style-type: none;
}

#nav li a,
#subnav li a
{
  display: block;
  height: 21px;
  width: 200px;
  padding: 0px 0px 0px 0px;
  color: #555;
  text-decoration: none;
  height: 100%;
  list-style-type: none;
}

#nav li a:hover,
#nav li a.active,
#subnav li a:hover,
#subnav li a.active
{
  color: #a41111;
  text-decoration: underline;
  list-style-type: none;
}

#content
{
  margin: 0px 0px 0px 160px;
  padding: 15px 20px 10px 10px;
  width: auto;
}

#content p
{
  font-size : 16px;
  text-align: left;
  color: #333;
  padding: 5px 5px 5px 10px;
}

#content li
{
  padding: 5px 20px 5px 20px;
}

#content h1
{
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    color : #33A;
    padding: 5px 5px 5px 5px;
    background-color : #EEF;
    border-left : 3px solid #55D;

    height: 30px;
    line-height:145%;
    padding-left: 10px;
    margin-right: 10px;
}

#content h2
{
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    padding: 5px 5px 5px 5px;

    clear: both;
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee #ffffff;
}

.h2_noborder {
	font-size:123.1%; 
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}


/**************************
#content h1
{
  line-height:240%;
  background:url('/images/h1-left.gif') left no-repeat;
  height:43px;
  padding:0 0 0 18px;
  margin:0 0 15px 0;
  white-space:nowrap;

}

h1 .contents {
    background:url('/images/h1-right.gif') right no-repeat;
    display:block;
    height:43px;
    width:100%;
}
***************************/

#content h2
{
  color: #444;
}

#footer
{
  margin : 10px 0px 0px 10px;
  clear : both;
  height : 50px;
  background-color : white;
}

#footer p
{
  width: 60%;
  margin-left: auto;
  margin-right: auto;

  text-align: center;
  font-size: 80%;
  color: #888888;

  /*
  border: 1px dotted #008080;
  */
  padding: 7px;
}

.caption
{
  text-align:center;
  height: auto;
  font-size:16px;
  font-family:verdana, sans-serif;
  color:black;
}

.captionwip
{
  text-align:left;
  height: auto;
  padding:5px 5px 5px 10px;
  font-size:13px;
  font-family:verdana, sans-serif;
  color:black;
}

.caption p
{
  font-family: verdana, sans-serif;
  font-size: 16px;
  color: #444;
}

.floatedphoto
{
  margin: 5px 5px 15px 15px; 
  float: left;
  width : 301px;
  height: 350px;
  background-color : #eee;
}

.floatedphotoright
{
  margin: 5px 5px 15px 15px; 
  float: right;
}

.floatedphoto_noborder
{
  margin: 5px 0px 15px 15px; 
  float: right;
}

.floatedphoto_noborder_left
{
  margin: 5px 15px 15px 0px; 
  float: left;
}

.floatedphoto_servers
{
  margin: -2px 0px 15px 10px; 
  float: right;
}

.laptop_icon {
  margin: 0px 10px;
  float: right;
}

a { 
	color: #0068cb;
	text-decoration: none; 
}

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

a img {
	border: none;
}

hr {
    border-top: 1px solid #a5cbba;
    border-right: none;
    border-bottom: none;
    border-left: none;
    height: 0em;
    line-height: 0em;

    margin: .3em 0em;
    padding: 0;
    overflow: hidden;
}

.spacer_dot {
    padding: 0px 7px;
    color: #66ccff;
}

#galleryexplanation 
{
  
}
  

