/*This is a comment*/


body{margin:0;padding:0;font:12px/170% Verdana,sans-serif;background:#ffffff repeat-x top left;height 100%;}
#container{width:auto;margin:0 auto;background:#cccccc url() repeat-y;border:1px #cccccc solid;min-height:100%;position:relative;}
h1,h2,h3,h4,h5,h6{margin:5px 0;padding:0;font-size:20px;font-family:Helvetica,Arial,sans-serif;font-weight:normal;border-bottom:1px #cccccc solid;}
h1 b,h2.articles b,h2 b,h4 b{font-weight:normal;}
h1.titles{padding:0 0 10px 0;}h1.mission{padding:5px 0;}
h2,h1{padding:10px 0;}h4{border:none;}
p{margin:10px 0;font-size:14px;padding:0;}
/*the parent header div for header_left and header_right divs. this is required so that the gap between them , ie the gap between the two images can be assigned the correct background colour*/
#header{background-color: rgb(72,99,108);margin:0;height:153px;}
/*header_left div is a container for the left weboria banner image*/
#header_left{float:left;margin:0;height:auto;}
#header_left img{margin:0px 0 0 0px;padding:0px}
/*header_right div is a container for the right weboria banner image*/
#header_right{float:right;margin:0;height:auto;}
#header_right img{margin:0px 0 0 0px;padding:0px}

#nav {
   width:auto;
   height:42px;
   clear:both;
   float:left;
   margin:0;
   padding:0;
   border-bottom:1px solid #000; /* black line below menu */
   width:100%;
   font-family:Verdana, Geneva, sans-serif; /* Menu font */
   font-size:90%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#nav ul {
   text-align:left;
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:60%;
}
#nav ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#nav ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   #font-size:1.5em;
   font-size:1.3em;
   line-height:1em;
   background:#ddd;
   text-decoration:none;
   color:#444;
   font-weight:bold;
   border-bottom:1px solid #000;
}
#nav ul li.active a {
   color:#fff;
   background:#000;
}
#nav ul li a:hover {
   background:#36f; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #03f;
}
#nav ul li:hover a,
#nav ul li.hover a { /* This line is required for IE 6 and below */
   background:#36f; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #03f;
}

/* Submenu items */
#nav ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2.6em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:11em; /* width of the drop-down menus */
}
#nav ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#nav ul ul li a,
#nav ul li.active li a,
#nav ul li:hover ul li a,
#nav ul li.hover ul li a { /* This line is required for IE 6 and below */
   #font-size:1.2em;
   font-size:1.2em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#eee;
   color:#444;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#nav ul ul li a:hover,
#nav ul li.active ul li a:hover,
#nav ul li:hover ul li a:hover,
#nav ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#36f; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#nav ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#nav ul li:hover ul,
#nav ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

#content{background :#ffff00;float:left;width:100%;padding:1px;padding-right:1px;padding-bottom:60px;}
#content{background-image:url('spider2.gif');}


/* title link in title.txt */
#content a.title {
  display: block;
  text-align: center;
  font:Verdana,sans-serif;
  font-size:1.7em;
  border: 1px;
}

/* title paragraph in title.txt */
#content p.title {
  display: block;
  text-align: center;
  font:Verdana,sans-serif;
  font-size:1.7em;
  border: 0px;
}
#footer{clear:both;background:#333333;color:#ffffff;height:48px;border-top:3px #cccccc solid; bottom:0; width:100%;}
#footer ul{margin:14px 0 0 0;padding:0;font-size:12px;}
#footer ul li{display:inline;padding:0 7px;}
#footer ul li a{color:#999999;}
#footer ul li a:hover{color:#cccccc;}
a{color:#006699;text-decoration:none;}
a:hover{color:#666666;text-decoration:underline;}


/* Image thumbnail table */

#cell {
	float:left;
   	width:433px;
   	height:433px;
	margin: 10px;
}




/* video still comments in index page */

#content table.stills tr td p {
  display: block;
  text-align: center;
  font:Verdana,sans-serif;
  font-size:1.7em;
  border: 0px;
}


#content table.stills tr td a {
  display: block;
  margin: auto;
  width: 600px;
  border: 1px dotted white;
}

#content table.thumbnails tr td a:hover {
  border: 0px;
  border-color: black;
}

#content table.thumbnails tr td a img {
  padding-top: 9px;     /* Image already padding on right because of its shadow */
  border: 0px;
  padding-left: 9px;
}

#content table tr td a img {
  padding-top: 9px;     /* Image already padding on right because of its shadow */
  border: 0px;
  padding-left: 9px;
}

#content table.thumbnails tr td img {
  padding-top: 9px;     /* Image already padding on right because of its shadow */
  border: 0px;
  padding-left: 9px;
}
#content table.thumbnails tr td a span.name {
  display: block;
  font-size: 110%;
}

