body
{
    background:#B8CFD9 url(i/page-bg-top.png) no-repeat center top;
}
#Viewport 
{
	width: 100%;
	text-align: center;
}
.print
{
    display:none !important;
}
.outerBounds 
{
	width: 973px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top:26px;
	background:#fff;
    margin-bottom:26px;
}
.innerBounds 
{
	width: 100%;
	text-align: left;
}

.pageHeader 
{
    padding:15px 17px 0;
}
h1.logo
{
    position:absolute;
    top:0;
    left:5px;
}
.pageHeaderInner 
{
   background:url(i/header-bg-grad.png) repeat-x;
       height:125px;
    position:relative;
}

.pageBody 
{
}
.pageBodyInner 
{
}
.columns 
{
    padding:17px 0;
}
 .columnsInner 
{
    background:url(i/page-bg-2-col.png) repeat-y center top;
    padding:0 17px;
    min-height:400px;
}
.columnsNoRight .columnsInner 
{
    background-position:-338px top;
}
.ie6 .columnsInner
{
   height:400px;
}
.colLeft 
{
	float: left;
	width: 196px;
	height: auto;

}
.colLeftInner 
{
    padding-right:8px
}
.colMiddle 
{
	float: left;
	width: 540px;
	height: auto;
	overflow: hidden;

}
.columnsNoRight .colMiddle
{
    width:735px;
}
.colMiddleInner 
{
    padding:0 12px;
}
.colMiddleMiddle
{
    margin-top:1em;
    
}
.colRight 
{
	float: right;
	width: 195px;
	height: auto;
	overflow: hidden;

}
.colRightInner 
{
	padding-left:8px;
}

.columnsNoRight .colRight
{
    display:none;
}
.pageFooter 
{
}
.pageFooterInner 
{
    text-align:center;
    padding-bottom:0.5em;
    color:#77787B;
}
.nav ul
{
   list-style-type:none;
}
.nav ul.level1
{
   margin:0;
   padding:0;
}
.nav ul ul
{
	padding-left:10px;
	margin:0;
}

.breadcrumbs ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
.breadcrumbs ul li
{
	display:inline;
}
.headerTitle
{
    position:absolute;
    right:5px;
    bottom:0;
    margin:0;
    color:#027B96;
    font-size:44px;

    text-transform:lowercase;
}
.MiddleLeftContent
{
    width:59%;
    float:left;
	overflow:hidden;
}
.MiddleRightContent
{
    width:39%;
    float:right;
	overflow:hidden;
}

/***NEWS***/
.newsDetail .details
{
   
    border:1px solid #A5A5A5;
    border-left:none;
    border-right:none;
    padding:0.5em 0;
    color:#555;
    font-size:11px;
    margin-bottom:1em;
}
.newsDetail .detailsInner
{
    position:relative;
    padding:0 3px;
}
.newsDetail .detailsInner .contact
{
    position:absolute;
    right:1em;
    top:0;
}
.newsCategoryDetail h3
{
    font-weight:normal;
}
.newsDetail  h2.pageSubheader,.newsDefault h2.pageSubheader, .newsCategoryDetail h3
{
    margin-bottom:20px;
}
 .newsCategoryDetail .newsCategory h3 img
{
    vertical-align:middle;
}
.newsCategoryDetail .newsCategory .newsItem .headline
{
    font-size:14px;
}
.newsDetail .newsContent
{
    margin-bottom:1em;
}
.newsDetail 
{
    margin-bottom:1em;
}
.newsDetail .newsContent .dateline
{
    font-weight:bold;
}
.attachment
{
    margin-bottom:1em;
}
.newsDetail .share
{
    text-align:right;
}
/**** END NEWS***/
.infiniteCarousel {
  width: 195px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 115px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

.newsRotatorItem
{
    width:188px;
    background:#fff;
}
.newsRotatorItem .date
{
    color:#fff;
    text-align:center;
    float:left;
    width:30px;
    margin-right:0.5em;
    margin-top:3px;
    margin-bottom:0.5em;
}
.newsRotatorItem .date .month
{
    background:#97BED0;
    font-size:11px;
}
.newsRotatorItem .date .day
{
    background:#007F91;
    font-size:14px;
    font-weight:bold;
    line-height:20px;
}
.newsRotatorItem .headline
{
    font-size:13px;
}
.newsRotatorItem .headline a
{
    text-decoration:none;
}
.newsRotatorItem .blurb
{
    clear:both; 
    font-size:12px;
  
}
.rotatorControls
{
    width:40px;
    float:right;
}
.rotatorFooter .rss
{
    width:20px;
    float:left;
}
.rotatorControls span.control a
{
    display:inline-block;
    width:10px;
    height:13px;
    text-decoration:none;
}
.rotatorControls  .play
{
    background:url(i/play.gif) no-repeat center bottom;
}
.rotatorControls  .next
{
    background:url(i/right-arrow.gif) no-repeat center bottom;
}
.rotatorControls  .prev
{
    background:url(i/left-arrow.gif) no-repeat center bottom;
}
.rotatorControls  .stop
{
    background:url(i/pause.gif) no-repeat center bottom;
}
.headerTools
{
    position:absolute;
    right:15px;
    top:10px;
    color:#fff;

    height:45px;
}
.headerTools a
{
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:bold;

        vertical-align:middle;
}
.headerTools a:hover
{
    color:#fff;
}
.headerTools img
{
    vertical-align:bottom;
}
.headerTools .left
{
    display:block;
    float:left;
         height:45px;
     line-height:45px;
}
.printerFriendly
{
    display:block;
    float:left;
    width:200px;
    border-left:1px solid #fff;
    padding-left:1em;
    margin-left:1em;
     height:45px;
     line-height:45px;
    background:url(i/printer-friendly.gif) no-repeat right center;
}
.quickLinks ul
{
   list-style-image:url(i/play.gif);
   margin:0;
   padding:0;
   padding-left:15px;
}
.quickLinks
{
    margin-bottom:1em;
}
.quickLinks ul li
{
        margin-bottom:1em;
}
.quickLinks ul li a 
{
    color:#555655;
    text-decoration:none;
}
.quickLinks ul li a:hover
{
    text-decoration:underline;
}
.newsModule
{
    margin-bottom:1em;
}
.newsDefault .newsCategory
{
    margin-bottom:1em;
}
.newsDefault .newsCategory .newsItems
{
    padding-left:15px;
}
.newsDefault .newsCategory .newsItem
{
}
.newsDefault .newsCategory .newsItem .headline
{
    display:block;
    font-weight:bold;
    font-size:13px;
}
.newsDefault .newsCategory .newsItem .headline a
{

    text-decoration:none;
}
.newsDefault .newsCategory .newsItem .date
{
    color:#888;
    font-style:italic;
    font-size:11px;
}
.newsDefault .newsCategory h3
{
    
    margin-top:0;
    
}
.newsDefault .newsCategory h3 .more
{
    display:block;
    color:#555;
    font-style:italic;
    font-size:11px;
    font-weight:normal;
}
.newsCategoryDetail .newsCategory h3 .more
{
    display:none;
}
.newsDefault .newsCategory h3 img
{
    vertical-align:top;
}
.newsDefault .newsCategory h3 a
{
   text-decoration:none;

 
}
.newsDefault .newsItem
{
    margin-bottom:1em;
}
.newsDefault .newsCategory h3 a:hover
{
   text-decoration:none;
    
}
.newsDefault .newsCategory .newsItem .blurb
{
    font-size:12px;
}
.newsDefault .newsCategory .newsItem .blurb .label
{
    font-weight:bold;
}
.catName
{
font-size:10px;
text-transform:uppercase;

}
.helpCenterLink
{
    height:91px;
    text-indent:-999em;
    overflow:hidden;
    background:url(i/wvea-help-center.gif) no-repeat center top;
    margin-bottom:1em;
}
.helpCenterLink a
{
    display:block;
    text-decoration:none;
    height:100%;
}
.helpCenterLink a:hover
{
    text-decoration:none;
}