/* Global CSS Attributes */

@font-face {
  font-family: 'Frutiger';
  src: url('FRUTIGERLTSTD-ROMAN.OTF');
} 

body {padding:0; margin:0;}

body, td, input, textarea{
	font-size:12px;
    font-family:arial,sans-serif;
	color:#1C1D21;
	line-height:14px;
	vertical-align:top;
	padding:0px;
}

br{font-size:10px}
table{border:0px; vertical-align:top; text-align:left;}

a{color:#3c5881; text-decoration:underline} 
a:hover{text-decoration:none;cursor:pointer;}

ul{margin:0; line-height:16px}

input{
   padding-left:2px;
   padding-right:2px;
   height:17px;
}
td.left-sidebar {
  background: #d8d08b;
}
/* Search Box in Header */
.searchBox{
  background: #f5f5f5;
  border: 1px solid #ccc;
  color: #666;
  font-size: 14px;
  height: 25px;
  width:200px;
  border-radius:20px;text-align:right;
  font-family: 'Frutiger', sans-serif;
  padding-right: 5px;
}
.searchButton{
  background-image:url(../images/_global/search_btn_bg.jpg);
  border:1px solid;
  border-top-color:#aaa;
  border-left-color:#aaa;
  border-right-color:#aaa;
  border-bottom-color:#aaa;
  color:#ffffff;
  font-size:12px;
  font-weight:normal;
  height: 24px;
  width: 70px;
  vertical-align: middle;

}
.searchButton:hover{
  border-top-color:#888;
  border-left-color:#888;
  border-right-color:#888;
  border-bottom-color:#888;
  color: #FEECB8;
  cursor: pointer;
}

/* Left Navigation */
.leftNavHeading{
  background-image:url(../images/_global/left_nav_main_bg.gif);
  color: #ffffff;
  font-size:14px;
  font-weight:bold;  
  text-align:center;
  vertical-align:middle;
}
.leftNavHeading:hover{
  color: #fff1cf;
  cursor: pointer;
}
.leftNavItem{
  background-color: #d8d08b;
  color: #016699;
  font-size: 12px;
  font-weight: bold;
  text-indent: 12px;
  vertical-align: middle;
}
.leftNavItem:hover{
  font-style: italic;
  cursor: pointer;
}

.leftNavItemSub{
  background-color: #ffffff;
  color: #8c9874;
  font-size: 12px;
  font-weight: normal;
  padding-left:4px;
  text-indent: 12px;
  vertical-align: middle;
}
.leftNavItemSub:hover{
  font-style: italic;
  cursor: pointer;
}

/* Sitemap Navigation */
.sitemapTopHeading{
  color: #86762e;
  font-size:11px;
  font-weight:bold;
}
.sitemapHeading{
  color: #8c9874;
  font-size:10px;
  font-weight:bold;  
}
.sitemapHeading:hover{
  font-style: italic;
  cursor: pointer;
}
.sitemapItem{
  color: #8c9874;
  font-size: 9px;
  font-weight: bold;
  padding-left: 4px;
}
.sitemapItem:hover{
  font-style: italic;
  cursor: pointer;
}
.sitemapItemSub{
  background-color: #ffffff;
  color: #8c9874;
  font-size: 7px;
  font-weight: normal;
  padding-left:8px;
}
.sitemapItemSub:hover{
  font-style: italic;
  cursor: pointer;
}

/* Main */
.mainHeading{
  background-color: #d8d08b;
  color: #016699;
  font-size: 14px;
  font-weight: bold;  
  text-indent: 16px;
  vertical-align: middle;
}
.mainText{
  line-height: 18px;
  margin-left: 16px;
  margin-right: 16px;
}
.mainText table tbody tr td {
  line-height: 18px;
  margin-left: 16px;
  margin-right: 16px;
}
.mainText img {
  padding: 4px;
  margin: 8px;
  border: 1px solid #aaaaaa;
}
.sidebarText{
  color: #3c5881;
  font-size: 10px;
  line-height: 12px;
  /* padding-left: 8px; */
  position: relative;
  left: 8px;
}

.GetInvolvedBanner{
  background-color:#d8d08b;
  color:#016699;
  font-size:13px;
  font-weight:bold;
  letter-spacing:0px;
  text-align:left;
  vertical-align:middle;
}

.UpcomingEventsBanner{
  background-color:#d8d08b;
  color:#016699;
  font-size:13px;
  font-weight:bold;
  letter-spacing:0px;
  text-align:left;
  vertical-align:middle;
}


/*** footer new css ***/
.footersmallmenu li {
    list-style: none;
    float: left;
    padding: 0px 6px 0px 6px;
    color: #fff;
    border-right: 1px solid #fff;line-height:12px;
    
}

.footersmallmenu li:last-child { border-right: none; }

.footersmallmenu li a{
  color:#fff;
  line-height:12px;
  font-family: 'Frutiger', sans-serif;text-decoration:none;
}

.footersmallmenu li a:hover{text-decoration:underline;}

.footerlargemenu li {
    list-style: none;
    float: left;
    padding: 0px 6px 0px 6px;
    color: #fff;
    border-right: 1px dotted #fff;line-height:17px;
}

.footerlargemenu li:last-child { border-right: none; }

.footerlargemenu li a{
    color:#fff;
    line-height:17px;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Frutiger', sans-serif;text-decoration:none;
  }

  .footerlargemenu li a:hover{text-decoration:underline;}

.uphead{display:none;}
#uphead{display:none;}


