﻿/* CSS Document */
body{padding:0px; margin:0px}
h1{padding:0px; margin:0px;}
img{padding:0px; margin:0px;}
h3{padding:0px; margin:0px;}
h2{padding:0px; margin:0px;}
ul{padding:0px; margin:0px;}
p{padding:0px; margin:0px;}
div{padding:0px; margin:0px;}
ul{list-style-type:none;}
/*----TOP PANEL----*/

#topPan ul{height:32px; margin:0 0 0 100px}
#topPan ul li{float:left; width:79px; height:32px; padding:0 0 0 1px;}
#topPan ul li a{display:block; width:79px; height:32px; background:url(images/menubg-normal.gif) 0 0 no-repeat; color:#fff; font-size:11px; font-weight:bold; line-height:32px; text-transform:uppercase; text-align:center; text-decoration:none;}
#topPan ul li a:hover{background:url(images/menubg-hover.gif) 0 0 no-repeat ; color:#FF0; text-decoration:none;}

#topPan ul li.home{display:block; width:79px; height:32px; background:url(images/menubg-hover.gif) 0 0 no-repeat; font-size:11px; font-weight:bold; line-height:32px; color:#FF0; text-decoration:none; text-transform:uppercase; text-align:center; font-family:Arial, Helvetica, sans-serif;}


/*menu*/
.chromestyle{
/*width: 99%;
font-weight: bold;*/
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 10px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #B5E2FE; THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(../images/menu-hover.jpg) center repeat-x; /*THEME CHANGE HERE*/
}
.selected{
background: url(../images/menu-hover.jpg) center repeat-x; /*THEME CHANGE HERE*/
}

/*.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
/*}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #305D86; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
  
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#305D86,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.color{}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #179bda; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;*/
color:#fff;
filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
background-color:#016290;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ec8b22;
}


.fright{ float:right; margin:5px}

.lmenu{float:left; width:150px; text-align:left; padding:10px 3px 3px 20px; height:100%;color:#016290;font:normal 12px verdana;}
.lmenu a:visited{ color:#016290;text-decoration:none }
.lmenu a:link{ color:#016290;text-decoration:none }
.lmenu p { margin:5px 0}
.lmenu li{ padding:0 0 3px 15px; width:75%; border-bottom:none; list-style:inside; background:url(images/bullet) no-repeat left center}

#bodytopPan { text-align:left; font:normal 12px verdana; float:left; width:500px}
#bodytopPan p{ padding:10px 0}
h1{text-align:left;color:#016290;height:40px; line-height:40px; font-size:130%}
#bodytopPan h2{text-align:left;color:#016290;height:40px; line-height:40px; font-size:130%}
h1{  color:#ec8b22;height:25px; line-height:100%; margin:5px 0 }
.bold{ font-weight:bold}
