@charset "utf-8";
/* CSS Document */

body {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  color: #0066FF;
  font-size: 12px;
}

.white {
  background-color: white;
  color: #005895;
  width: 100%;
  border-bottom: 0px solid #242c32;
  padding-bottom: 100px;
}
.nav {
  background-image: url(img/header.gif);
  width: 100%;
}
.nav_hold {
  background: #495762;
  position: absolute;
  right: 20px;
  top: -2px;
  width: 60px;
  height: 22px;
  border: 2px solid #283138;
}

.pad10 {
  padding: 10px;
}
img {
  border: 0;
}

.nav_hold img{
  border: 5px solid #495762; 
}
.stripe {
  background-image: url(img/stripe.png);
  height: 20px;
  width: 100%;
}
.rnd{display:block}
.rnd *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#C9D8FC;
  }
.rnd1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e7eefd;
  border-right:1px solid #e7eefd;
  background:#d6e1fc}
.rnd2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f9fbfe;
  border-right:1px solid #f9fbfe;
  background:#d3dffc}
.rnd3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d3dffc;
  border-right:1px solid #d3dffc;}
.rnd4{
  border-left:1px solid #e7eefd;
  border-right:1px solid #e7eefd}
.rnd5{
  border-left:1px solid #d6e1fc;
  border-right:1px solid #d6e1fc}
.rndfg{
  background:#C9D8FC;
  padding: 5px;
  color: #98a5c5;
  font-size: 10px;}
.rndfg b{
  color: #637193;
  font-size: 11px;}
.content {
  padding: 10px;
  width: 670px;
  border: 1px solid #cecece;
  margin-top: 20px;
  font-size: 14px;
}
.footer {
  background-color: #303b43;
  height: 75px;
  width: 100%;
}
.logo {
padding-left: 0px;
}
blockquote p
    {
    padding: 0px 20px 0px 10px;
    font-size: 1.2em;    
    float: left;
    background: url(img/quote_down.png) bottom right no-repeat;
}

blockquote
    {
    padding: 10px;
    font-size: 1.0em;    
    background: url(img/quote_up.png) top left no-repeat;
	width: 90%;
	margin: 0;
}

cite
    {
	width: 100px;
    font-size: 1.2em;
    float: right;    
} 

.nav_button {
  background-color: #273743;
  padding:5px;
  width: 233px;
  border-bottom: 1px solid #babfc3;
  border-top: 1px solid #babfc3;
}
.nav_button1 {
  background-color: #2f536d;
  padding:5px;
  width: 233px;
  border-bottom: 1px solid #babfc3;
  border-top: 1px solid #babfc3;
}

.clear{
  clear:both;
}

.miniport {
  width: 670px; 
  font-size: 15px; 
  border-bottom: 1px dotted #d0d0d0; 
  padding: 10px;
}

.miniport img {
  padding: 3px;
  border: 1px solid #cfcfcf;
  background-color: white;
}

#leftMenu{
  width:250px;
  padding-left:10px;
  padding-right:10px;
  float:left;
}

	/*
	General rules
	*/

#dhtmlgoodies_slidedown_menu li{
  list-style-type:none;
  position:relative;
}
#dhtmlgoodies_slidedown_menu ul{
  margin:0px;
  padding:0px;
  position:relative;
}

#dhtmlgoodies_slidedown_menu div{
  margin:0px;
  padding:0px;
}

	/* 	Layout CSS */

#dhtmlgoodies_slidedown_menu{		
  width:242px;
  background-color: #3d5160; 	
}

/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu a{
  color: #FFF;
  text-decoration:none;	
  display:block;
  background-color: #273743;
  clear:both;
  width:240px;
  padding-top: 5px;
  padding-bottom: 5px;	
  padding-left:2px;	
}
	
/*
A tags 
*/
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
  margin-top:0px;
  border-bottom:1px solid #000;
  font-weight:bold;
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
  margin-top:1px;
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
margin-top:1px;
  font-style:italic;
  color:blue;
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
  margin-top:1px;
  color:red;
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
  margin-top:1px;
}

/* UL tags, i.e group of menu utems. 
It's important to add style to the UL if you're specifying margins. If not, assign the style directly
to the parent DIV, i.e. 

#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
instead of 
	
#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
*/
	
#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
  padding:1px;
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
  margin-left:5px;
  padding:1px;
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
  margin-left:10px;
  padding:1px;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
  margin-left:15px;
  padding:1px;
}
	