@charset "UTF-8";
/* CSS Document */
/* Alicor Design 130 */


td.split_left {
	background-color:#1f67a1;
	width: 49%;
	height:3px;
}
td.split_right {
	background-color:#159946;
	width: 49%;
	height:3px;
}
tr.split_row {
	background-color:#ffffff;
	height: 4px;
}
td.split_center {
	width:2%;
}
table.split {
	width:95%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
a:link {
   color: #00009D;
   text-decoration: underline;
}
a:visited {
   color: #00009D;
   text-decoration: underline;
}
a:hover {
   color: #00009D;
   text-decoration: none;
}
a:active {
   color: #00009D;
   text-decoration: underline;
}

#dialog {
	margin: 10px 10px 10px 10px;
	font-size:13px;
}

h1 {
   font-family:Arial, Helvetica, sans-serif;
   font-size: 28px;
   color: #1f67a1;
   margin: 10px 0;
   padding: 4px 0;
}

h2 {
   font-family:Arial, Helvetica, sans-serif;
   font-size: 18px;
   color:#FFFFFF;
   background: url(../files/130_h2.jpg) no-repeat;
   height: 40px;
   padding: 10px 0 0 10px;
   margin: 10px 0;
}

h3 {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
}
h4{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}
img.page_image {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	border:none;
}

#menu{

width: 100%;
color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

#menu ul{
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

#menu ul li{
display: inline;
float:left;
height:30px;
width:133px;
}

#menu ul li a, .menu ul li a:visited{
display:block;
font-size:15px;
color: #FFFFFF;
width:153px;
padding: 7px 0 7px 40px;
font-family:Arial, Helvetica, sans-serif;
margin: 0;
text-decoration: none;
background: url(../files/130_menu.jpg);
border-bottom: #ffffff 1px dashed;
}

#menu ul li a:hover{
display:block;
font-size:15px;
color: #FFFFFF;
width:153px;
padding: 7px 0 7px 40px;
font-family:Arial, Helvetica, sans-serif;
margin: 0;
text-decoration: none;
background: url(../files/130_menu_.jpg);
border-bottom: #ffffff 1px dashed;
}

.quote_drop {
      width: auto;
      float: left;
      padding: 0.1em 0.5em 0.1em 0.5em;
      cursor: default;
	  font-family: "Trebuchet MS", Verdana, sans-serif;
      font-size: small;
	  z-index:99;
	  white-space:nowrap;
	  color:#FFFFFF;
    }
    
    .quote_drop ul {
      display: none;
      position: absolute;
      background-color: #e6e6e6;
      color: black;
      list-style: none;
      margin: 0.1em 0 0 0;
      padding: 0;
	  z-index:99;
    }
    
    .quote_drop ul li {
      display: block;
	  padding: 5px 5px 5px 5px;
	  z-index:99;
    }
    
    div.quote_drop:hover ul {
      display: block;
      margin: 0;
      padding: 0;
	  z-index:99;
    }

	
	div.quote_drop ul li a {
	  display: block;
	  text-decoration: none;
	  z-index:99;
	}
	
	div.quote_drop ul li a:hover {
      background-color: #ccf;
	  z-index:99;
    }

#slides {
	z-index:2;
}
