@charset "utf-8";
/*
  ************************************************************************
  *  LAYOUT CSS 
  ************************************************************************
*/
/*** TOP NAV ***/
nav#nav { width:230px; display:block; overflow:hidden; float:left; margin:32px 20px 0 56px; }
nav#nav ul { list-style:none; margin:0; padding:0; }
nav#nav ul li{ background:url(/images/menuBg.png) no-repeat 0 0; width:230px; height:28px; display:block; overflow:hidden; clear:both; margin-bottom:8px; }
nav#nav ul li a { width:230px; height:26px; display:block; padding-top:2px; text-align:center; font-family:Verdana; font-size:16px; font-weight:bold; color:#022733; }
nav#nav ul li a:hover, nav#nav ul li a.active { color:#95111e; }
nav#nav ul li a span{display: block; height: 26px; padding-top: 10px;}

#slideShow { width:650px; height:374px; display:block; overflow:hidden; float:left; margin-bottom:10px; position: relative; z-index:1; }
#slideShow #slider { width:650px; height:374px; overflow: hidden; clear: both; position: relative; }

#sliderBottom { background:url(../../images/slideFooterBg.png) no-repeat 0 0; width:848px; height:137px; display:block; overflow:hidden; clear:both; margin:0 0 21px 55px; position:relative;}
#sliderBottom .bx-window { width:700px; display:block; overflow:hidden; margin-top:10px; margin-left:78px;}
#sliderBottom .bx-prev { width:58px; height:115px; display:block; position:absolute; left:12px; top:2px; top:2px; background:url(../../images/slideFooterLeft.png) no-repeat 0 0; text-indent:-999px; outline:none;}
#sliderBottom .bx-next { width:58px; height:115px; display:block; position:absolute; left:780px; top:2px; top:2px; background:url(../../images/slideFooterRight.png) no-repeat 0 0; text-indent:-999px; outline:none;}

#sliderBottom #slider1 .slides { background: url(../../images/slideBg.png) no-repeat 0 0; width:233px; height:118px; display:block; overflow:hidden; float:left; color:#001820;}
#sliderBottom #slider1 .slides .slideHeader { width:205px; height:22px; display:block; overflow:hidden; margin:12px 0 2px 18px; font-size:17px; font-weight:bold; line-height:19px;}
#sliderBottom #slider1 .slides .slideText { width:194px; height:54px; display:block; overflow:hidden; margin-left:18px; margin-bottom:3px; font-size:11px; line-height:13px; }
#sliderBottom #slider1 .slides .details { width:194px; display:block; overflow:hidden; margin-left:18px; padding-top:5px; text-align:right; font-size:11px; font-weight:bold; line-height:13px; color:#001820;}

/*
  ************************************************************************
  *  DATA AREA
  ************************************************************************
*/
#content #welcome { padding-bottom: 20px;}
#content #welcome h2 { color: red; }



/*
  ************************************************************************
  *  CALENDAR || POLL GUIDE
  ************************************************************************
*/
iframe[name='calendar'] { width: 216px; height: 250px; float: left;}
iframe[name='poll'] { width: 400px; height: 250px; float: right;}
