/* CSS Document */

.container
{
	position: relative;
	height: auto;
	width: 800px;
	margin:  auto;

	
}

.header
{
	position:absolute;
	height: 60px;
	width: 850px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 0;
	background-image:url(images/bg-top2.gif);
	
}

#left
{
	position:absolute;
	width:30px;
	height:140px;
	z-index:0;	
    margin-top:0px;
	margin-left:0px;
	background-image:url(images/bg-left2.gif);
}
#right
{
	position:absolute;
	width:45px;
	height:140px;
	z-index:0;	
	margin-top:0px;
	margin-left:805px;

	background-image:url(images/bg-right2.gif) ;
}

.intrologo
{
	position:absolute;
	width:300px;
	height:400px;
	margin-top:100px;
	margin-left:130px;
	background-image:url(images/main_logo.gif) ;

}
#meridian
{
	position:absolute;
	width:130px;
	height:40px;
	z-index:0;	
	margin-top:280px;
	margin-left:0px;
}
#eagle
{
	position:absolute;
	width:130px;
	height:40px;
	z-index:0;	
	margin-top:280px;
	margin-left:432px;
}

.main
{
	position:absolute;
	width: 600px;
	height:auto;
	margin-top: 60px;
	margin-left: 30px;
	margin-right:40px;
	z-index:1;
	background-color:#e5f6fc;
	background-image: url(images/footer2.gif);
	border: 1px;
	border-color: #004ec2;
	padding-right: 0px;
	padding-left:175px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: scroll;
	min-height: 550px;	
		
}



.subcont
{
	position:absolute;
	height: auto;
	margin-top:60px;
	width: 800px;
	
}

.progcont
{
	position:absolute;
	height: auto;
	margin-top:60px;
	margin-left:29px;
	width: 121px;
	z-index:1001;
}
#prog
{
	position:absolute;
	height: 140px;
	width:170px;
	margin-top:0px;
	margin-left:0px;
	background-color:#e5f6fc;
	background-position: top;

	background-image:url(images/bg-nav2.gif);
	
}	
#leftadd
{
	position:absolute;
	height: auto;
	width:125px;
	margin-top:775px;
	margin-left:20px;

	
}
	
.prog {
position:absolute;
	height: auto;
	margin-top:200px;
	margin-left:30px;
	width: 170px;
	margin-left: 30px;
	background-color:#e5f6fc;
	z-index:1000;
	font-size:90%;
	float:right;
	text-align:center;


	/*margin:0 25px 50px 0; /* this page only */

}
a {
	text-decoration:none;
	color:#4f95fd;
}
a:hover {
	color:#004ec2;
}

/* remove all the bullets, borders and padding from the default list styling */
.prog ul {
	padding:0px;
	margin:0;
	list-style-type:none;
	width:170px;
	background-color:#d5f0fa

	
}
/* hack for IE5.5 */
* html .prog ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.prog li {
position:relative;
height:22px;

}

/* get rid of the table */
.prog table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.prog a, .prog a:visited {
display:block; 
text-decoration:none;
height:22px;
line-height:22px;
width:170px;
color:#000;
text-indent:0px;
border-bottom:thin solid #4f95fd;
padding-top:px;


}
/* hack for IE5.5 */
* html .prog a, * html .prog a:visited {background:#4f95fd; width:170px; w\idth:118px; border:thin solid #4f95fd;
padding-top:2px;}
/* style the link hover */
* html .prog a:hover {color:#fff; background:#4f95fd;}

.prog :hover > a{
color:#fff; 
background:#4f95fd;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.prog ul ul {
visibility:hidden;
position:absolute;
top:0;
left:-170px; 
}
/* make the second level visible when hover on first level list OR link */
.prog ul li:hover ul,
.prog ul a:hover ul {
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.prog ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.prog ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.prog ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.prog ul :hover ul :hover ul :hover ul { 
visibility:visible;
}



body{
	/*background-color: #e7e7e7;*/
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	line-height: 12px;
	color: #000000;
	list-style-type: decimal;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4f95fd;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #4f95fd;
}

table
{
	position:absolute;
	/*margin-top:10px;
	margin-left: 0px;*/
	border-color: #aacbfd;
	width:584px;
}

caption
{
	background-color:#aacbfd;

}

tr
{
	border-color: #aacbfd;
}
td
{
	border-color: #aacbfd;
	padding: 0;
	vertical-align: top;	
}









/* dropdown */
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:400px;
	height:15px;
	position:absolute;
	font-size:10px;
	margin-top: 31px;
	margin-left: 180px;
	border: 0px;
	z-index:5000;
	font-weight: 700;
}

.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#ffffff;
	width:auto;
	height:15px;
	text-align:left;
	color:#ffffff;
	background:#004ec2;
	line-height:10px;
	font-size:10px;
	overflow:hidden;
	margin-left:0px; /**/
	padding-right:15px;
	

}
.menu ul {
	padding:0; margin-top:5; list-style: none; margin-left:0px; /**/
}
.menu ul li {
	float:left; position:relative; width:auto; margin-left:0px; /**/
	}
.menu ul li ul {display: none; width:70px;margin-left:0px;}


/* specific to non IE browsers */
.menu ul li:hover a {
	color:#000000; background:#004ec2; width:auto;
}
.menu ul li:hover ul {
	display:block; position:absolute; top:15px; left:0; 
}

.menu ul li:hover ul li a.hide {
	background:#004ec2; 
	color:#000000;
	}
/*rollover*/
.menu ul li:hover ul li:hover a.hide {
	background:#004ec2;
	color:#000000;
}
.menu ul li:hover ul li ul {
	display: none; 
}

/*dropdown*/
.menu ul li:hover ul li a {
	display:block; background:#004ec2; color:#ffffff; width:70px; opacity:.8;filter:alpha(opacity=80);  /*IE patch*/
	font-size:10px; font-weight:500;

}
.menu ul li:hover ul li a:hover {
	background:#004ec2; color:#000000; width:70px; opacity:.8; filter:alpha(opacity=80); /*IE patch*/
}
.menu ul li:hover ul li:hover ul {
	display:block; position:absolute;  top:0;}
.menu ul li:hover ul li:hover ul.left {
	left:-80px;
}


/**
 * The CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is free software: you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation, either version 3 of the License, or (at your option)
 * any later version.
 *
 * Shadowbox is distributed in the hope that it will be useful, but WITHOUT ANY
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
 * more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with Shadowbox.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007 Michael J. I. Jackson
 * @license     http://www.gnu.org/licenses/lgpl-3.0.txt GNU LGPL 3.0
 * @version     SVN: $Id: shadowbox.js 150 2007-12-04 18:42:03Z michael $
 */

/*_________________________________________________________________  Overlay  */
#shadowbox_overlay {
  visibility: hidden;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 9998;
}

/*_______________________________________________________________  Container  */
#shadowbox_container {
  position: fixed;
  height: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center; /* centers in quirks and IE */
}

/*_______________________________________________________________  Shadowbox  */
#shadowbox {
  display: none;
  visibility: hidden;
  margin: 0 auto;
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  text-align: left; /* reset left alignment */
}

/*___________________________________________________________________  Title  */
/*
HTML snapshot:
<div id="shadowbox_title">
  <div id="shadowbox_title_inner">Title Here</div>
</div>
*/
#shadowbox_title {
  height: 25px;
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  padding: 5px 0 4px 8px;
  color: #fff;
}

/*____________________________________________________________________  Body  */
/*
HTML snapsnot:
<div id="shadowbox_body">
  <div id="shadowbox_body_inner">
    <img src="my_image.jpg" id="shadowbox_content" height="350" width="580">
  </div>
  <div id="shadowbox_loading">
    <img src="images/loading.gif" alt="loading"></div>
    <span><a href="javascript:Shadowbox.close();">Cancel</a></span>
  </div>
</div>
*/
#shadowbox_body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  background-color: #000;
}
#shadowbox_body_inner {
  position: relative;
  overflow: hidden;
}
#shadowbox_loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px; /* overflow:hidden will clip this */
  width: 100%;
  background-color: #222;
}
#shadowbox_loading img {
  float: left;
  margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
  float: left;
  margin-top: 16px;
  font-size: 10px;
}
#shadowbox_loading span a,
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
}

#shadowbox_content.html { /* make html content scrollable */
  height: 100%;
  width: 100%;
  overflow: auto;
}

/*_________________________________________________________________  Toolbar  */
/*
HTML snapshot:
<div id="shadowbox_toolbar">
  <div id="shadowbox_toolbar_inner">
    <div id="shadowbox_nav_close">
      <a href="javascript:Shadowbox.close();"><span class="shortcut">C</span>lose</a>
    </div>
    <div id="shadowbox_nav_next">
      <a href="javascript:Shadowbox.next();"><span class="shortcut">N</span>ext</a>
    </div>
    <div id="shadowbox_nav_previous">
      <a href="javascript:Shadowbox.previous();"><span class="shortcut">P</span>revious</a>
    </div>
    <div id="shadowbox_counter">
      <a href="javascript:Shadowbox.change(0);">1</a>
      <a href="javascript:Shadowbox.change(1);" class="shadowbox_counter_current">2</a>
      <a href="javascript:Shadowbox.change(2);">3</a>
    </div>
  </div>
</div>
*/
#shadowbox_toolbar {
  margin: 0;
  padding: 0;
  height: 20px;
  overflow: hidden;
}
#shadowbox_toolbar_inner {
  height: 20px;
  color: #fff;
}
#shadowbox_toolbar_inner div {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
}
#shadowbox_toolbar_inner div span.shortcut {
  text-decoration: underline;
  font-weight: bold;
}
#shadowbox_toolbar_inner div a {
  text-decoration: none;
  color: #fff;
}
#shadowbox_nav_close,
#shadowbox_nav_previous,
#shadowbox_nav_next {
  float: right;
  padding-right: 10px;
}
#shadowbox_counter {
  float: left;
  padding-left: 10px;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
  font-weight: bold;
}

/*________________________________________________________________  Messages  */
div.shadowbox_message {
  text-align: center;
  padding: 10px;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  text-decoration: none;
  color: #bed333;
}
div.shadowbox_message a:hover,
div.shadowbox_message a:focus {
  text-decoration: underline;
}

