/* XPages Application CSS */
.quicklinks{float:right}
.xspPanelColumnLeftContentEdit {
    float: left;
    padding: 2px 10px 10px;
    width:500px;
    }
.xspPanelContentAdminMenu {
	width:180px;
	/*float:left;*/
	background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 16px 20px 20px;
}
/* OVERRIDE ONEUI STYLES, CSS REFERENCES IN Bootstrap THEME */
body.lotusui {
    font: 1.0em Verdana,Arial,Helvetica,sans-serif;
}
/** OVERRIDE BOOTSTRAP CSS **/

.float_menu {
	min-height: 450px;
}

div.tofe_homecontent{
	width: 1024px;
	position: relative;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 0px;
}

div#tofe_welcome_message{
	color:#FFF;
	margin-left:5px;
	margin-top:20px;
	font-size:12px;
	}

hr#tofe_hr_homecontent_1{
	background-color: #A29261; height: 1px; border: 0;
	position: relative;
    z-index: 10;
	}

/* CALENDAR */
div.zabuto_calendar {
	margin-top:20px;
	}
	/*CONTENT EDITOR FONT, SIZE DROPDOWNS */
#cke_6_text, #cke_8_text, #cke_34_label{
	height: 21px;
	font-size: 10px;
}
.cke_text{
	height: 21px;
	font-size: 10px;
}
.xspPanelNavigationMenuInner{
	font-size: 110%;
	}
.xspPanelNavigationMenuItems div{
	padding-top:3px;
	}
div.xspPanelColumnLeftContentEdit .xspTextLabel{
	font-size: 110%;
	}

/* EVENTS PAGE */
.tofe_eventtitle{
	font-size:12px;
	color:#055F94;
	font-weight:bold;	
	}
.tofe_eventtitle:after
{
    content:' ';
    display:block;
    border:1px solid #657383;
}
.tofe_eventlabel{
	font-size:11px;
	color:#055F94;
	vertical-align: top;
	}
.tofe_eventtext{
	font-size:12px;
	}
	
#homeWelcomeLeft {
 	text-align: top;
 	vertical-align: top;
 	width: 512px;
 }
 
 #homeWelcomeRight {
 	text-align: top;
 	vertical-align: top;
 	width: 512px;
 }
 
 #homeContentEvents {
 	text-align: top;
 	vertical-align: top;
 	width: 341px;
 	height: 450px;
 	padding-right:10px;
 }
 
 #homeContentNotice {
 	text-align: top;
 	vertical-align: top;
 	width: 682px;
 	height: 450px;
 }
 #view\3a _id3\3a callback1\3a _id66\3a cvAnnouncements > li {
 	padding-bottom:8px;
 	
 }
 
 #homeContentTwitter {
 	text-align: top;
 	vertical-align: top;
 	width: 341px;
 } /**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background-color: transparent;
	left: -5px;
	background: transparent;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	/*
	min-height: 50px;
	background: url(/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	*/
	background-image: none !important;
	min-height: 0px !important;
	overflow: hidden;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}/** HOME PAGE FLOATING MENU **/

.menu_float_container, #Slides div {
    width:100%;
}

.menu_float_container {
    position: relative;
    width: 100%;
/*    
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #01070A;   
    background-origin: padding-box;
    background-position: 0 bottom;
    background-repeat: repeat-x;
    background-size: auto auto;
    */
}
.menu_float_container .inner {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 0px; /* was 175px */
    position: relative;
    width: 100%;
}

.slide {
    left: 0px !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    position: absolute !important;
    top: 0px !important;
    width: 100% !important;
    min-height: 100% !important;
    background-position: top center !important;
    z-index:-50 !important;
}

#view\3a _id2\3a SlidesOptions {
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 100% !important;
	min-width: 1024px !important;
	min-height: 920px !important;
	background-position: top center !important;	
	}

#Slides {
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 100% !important;
	min-width: 1024px !important;
	min-height: 920px !important;
	background-position: top center !important;
}

.home-container {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.bx-wrapper, .bx-window {
    -webkit-box-shadow: none;
	box-shadow: none;
}

.slideOptions .bx-wrapper, .bx-window {
	min-width: 1024px !important;
    width: 100% !important;
}

#homeWelcomeRight .bx-wrapper {
	max-width: 495px !important;
	height: 300px !important;
    -webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden !important;
}

#homeWelcomeRight .bx-wrapper, .bx-window {
	max-width: 495px !important;
	height: 300px !important;
    -webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden !important;
}

#homeWelcomeRight > .bx-wrapper > .bx-viewport {
	height: 310px !important;
	overflow: hidden !important;
}

#homeWelcomeRight > div > div > div.bx-viewport {
	overflow: hidden !important;
}

.slideOptions .bx-wrapper, .bx-viewport {
	min-height: 100% !important;
	min-width: 100% !important;
	overflow: visible !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.slideOptions .bx-wrapper, .bx-viewport .bx-loading {
	background-image: none !important;
	min-height: 0px !important;
	overflow: hidden;
}

.sliderBar {
	/*
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("sliderBar.png");
    background-origin: padding-box;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto auto;*/
    height: 460px;
    position: relative;
    width: 1024px;
    z-index: 7;   
}
.sliderHandle {
	/* 
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0); */
    background-image: url("sliderHandle.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 227px;
    left: 38px;
    position: absolute;
    /*top: 0;*/
    top: 13px;
    width: 168px;
    z-index: 8;
}
.sliderHandleTop {
    display: none;
}

div.sliderNav {
    background-image: url("sliderBar.png");
    /*background-position: 0 17px; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    /*height: 198px;*/
    height: 160px;
    width: 100%;
    margin-left: auto;
    margin-right:auto;
	}	

ul.sliderNav {
	/*
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    /*background-position: 0 56px;*/
    background-image: url("sliderBar.png");
    /*background-position: 0 17px; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    /*height: 198px;*/
    height: 160px;
    width: 1024px;
    vertical-align: middle;
    margin-left: auto;
    margin-right:auto;
    padding-bottom: 42px;
    padding-left: 0px;
    padding-right: 0px;;
    padding-top: 31px;
    position: absolute;
    z-index: 9;
}
ul.sliderNav li.item_1 {
	padding-left: 45px;
}

ul.sliderNav li {
    float: left;
    height: 170px;
    width: 155px;
    list-style: none;
}
ul.sliderNav li a {
    display: block;
    height: 170px;
    text-indent: -9999px;
    width: 155px;
}body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	background: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

html {
	min-height: 100%;
	  font-family: sans-serif;
 	 -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

#background {
   position:absolute;
   margin-top: 0px;
   padding: 0px;
   min-height:100%;
   width:100%;
}

#contentWrapper {
	background-repeat: no-repeat;
    background-position: top center;
    background-image:url( /images/background-default.jpg );
	padding: 0px;
	margin-top: 0px;
	top: 0px;	
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	min-width: 1024px;
	width:100%;
}

#contentBuffer {
	overflow-x: hidden;
	overflow-y: visible;
	width: 1024px;
	height: 100%;
	min-height: 100%;
	padding-top: 0px;
	position: relative;
	float: center;
	margin-top:100px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	padding-bottom: 223px; /* Height of the footer */
}

#bodyIndex {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 1024px;
	height: 100%;
	min-height: 100%;
	padding-top: 0px;
	position: relative;
	float: center;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#contentBody {
	background: #fff;
	opacity: 0.95;
	filter: alpha(opacity = 95);
	overflow-x: hidden;
	overflow-y: visible;
	width: 1024px;
	height: 100%;
	min-height: 100%;
	padding-top: 0px;
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	margin-top:0px;
/*	margin-left: auto;
	margin-right: auto; */
	margin-bottom: 0px;
	z-index: 2;
	padding-bottom: 5px; /* Height of the footer */
}

#bodyHeader {
	padding: 10px;
	width: 780px;
	float: left;
	}

#content {
	width: 780px;
	min-height: 100%;
	padding: 10px;
	position: relative;
	float: left;
	overflow-x:hidden;
	overflow-y:visible;
	}

#contentRight {
	float:right;
	position:relative;
	}

.contentNav {
	padding:0px;
  	margin:0px;
  	width:224px;
    float:right;
    position:relative;
	}

/*
@media (min-width: 1024px) and (min-height: 1200px) {
  .contentNav {
 	padding-left: 800px;
	position:fixed;  	
  }
}
*/

.contentNav div {
	width:224px;
	/* #2A7ECA; */
	background-color: #0000CC;
	padding-bottom: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.contentEdit {
	margin-left: auto;
	margin-right:auto;
	padding-left: 800px;
	width:1024px;
	position:fixed;
	float:right;
	/* background-color: #2A7ECA; */
	padding-bottom: 10px;
	}

.contentNav  li {
	display: block;
	padding-left: 10px;
	color: white;
	padding-top:2px;
	padding-bottom:2px;
}

.contentNav  li a {
	font-size: 13px;
	color: white;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 223px; /* Height of the footer */
	background-color: #065f94;
	overflow:hidden;
	z-index: 3;
}

#footerContent {
	width: 1024px;
	height: 223px;
	margin-left: auto;
	margin-right: auto;
	color: black;
}

.footerLabel {
	font-weight: bold;
	font-size: 1.5em;
	}

.footerLogo {
	width: 349px;
	vertical-align: top;
	}

.footerAddress {
	font-weight: bold;
	font-size: 1.15em;
	}

.footerAddressCell {
	width: 225px;
	padding-top: 40px;
	vertical-align: top;
	}

.noResult {
	color:white;
}

.noResultBlack {
	color:black;
}

.categoryHome {
	font-weight:bold;
}

#tblDirections td {
	width:100px;
	text-align:center;
	vertical-align:top;
	padding:25px;
}

#tblDirections a {
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}

.contentMessage {
	background: #fff;
	opacity: 0.95;
	filter: alpha(opacity = 95);
	overflow-x: hidden;
	overflow-y: visible;
	width: 500px;
	height: auto;
	padding-top: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.contentMessageBody {
	padding: 10px;
}

h1 {
font-size:2em;
color:#A68E34;
}

h2 {
font-size:1.375em;
color:#A68E34;
}

h3 {
font-size:1.25em;
color:#A68E34;
}

h4 {
font-size:1.125em;
color:#A68E34;
}
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  /*color: #428bca;*/
  color: #0000CC;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a[name] {
  display: block; 
  position: relative; 
  top: -100px; 
  visibility: hidden;
  }

h2.lblRelated  {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	color: white;
}
table {
	border-collapse: collapse;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
/*
#view\3a _id1\3a _id2\3a callback1\3a tblEventAdd > tbody > tr > td:nth-child(1) {
	text-align:right;
	padding:5px;
	}
	*/
	
.entryForm > tbody > tr > td:nth-child(1) {
	text-align:right;
	padding:5px;
	min-width:100px;
	}@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
#cssmenu {
  padding: 0px;
  font-family: "Open Sans", "Arial", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  /*background: #000;
  
  border: 1px solid #000;
  border-bottom: 3px solid #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; */
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-transform: none;
  text-align:left;
}
#cssmenu > ul li.active a {
  padding-left:0px;
}

#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  padding:0px;
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 350px;
  position: absolute;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background: #000;
/*  border: 1px solid #000;
  border-bottom: 3px solid #000;
  border-top: 0 none; */
}

#cssmenu > ul li.has-sub ul li {
  padding: 0px;
  display: block;
}

#cssmenu > ul li.has-sub ul {
	padding-left:12px;
	padding-top: 5px;
	padding-bottom: 10px;
	opacity: 0.85;
	filter: alpha(opacity = 85);
	}


#cssmenu > ul li.has-sub ul li a {
	padding-left:12px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: none;
	font-size: 16px;
	}

#cssmenu > ul li.has-sub > a {
  /* background-image: url('/images/caret.png');
  background-repeat: no-repeat;
  background-position: 90% -95%; */
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  /* background: #000 url('/images/caret.png') no-repeat;
  background-position: 90% 195%; */
}
#cssmenu > ul li a {	
  display: block;
  padding: 12px 24px 12px 24px;
  text-decoration: none;
  color: #fff;
  /* text-shadow: 0px 1px 0px #fff; */
}

#cssmenu > ul li.activeArea a {
	color: #A68E34;
	}

#cssmenu > ul li.has-sub ul.sub-option1 li a {
	font-size: 14px;
	color: white;
	}

#cssmenu > ul li.has-sub ul.sub-option1 li a.active,
#cssmenu > ul li.has-sub ul.sub-option1 li a:hover {
	color: #A68E34;
	}

#cssmenu > a.active,
#cssmenu > a:hover {
  /*background: #000;*/
  color: #A68E34;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  /* background: #000; */
  color: #A68E34;
  /* text-shadow: 0px 1px 0px #000; */
}@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
#cssmenu2 {
  padding: 0px;
  font-family: "Open Sans", "Arial", Helvetica, Arial, Sans-Serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  text-align: right;
  color: grey;
}
#cssmenu2 > ul {
  /*width: 323px;*/
  list-style-type: none;
  padding: 0;
  margin: 0;
  /*
   background: #000; 
  border: 1px solid #000;
  border-bottom: 3px solid #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  */
}
#cssmenu2 > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu2 > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

#cssmenu2 > ul li button {
	color: grey;
	}
	
#cssmenu2 > ul li.right {
  float: right;
}
#cssmenu2 > ul li.has-sub {
  padding:0px;
  width: 323px;
  position: relative;
}
#cssmenu2 > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu2 > ul li.has-sub ul {
  display: none;
  width: 323px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ccc;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
/*  border: 1px solid #000;
  border-bottom: 3px solid #000;
  border-top: 0 none; */
}

#cssmenu2 > ul li.has-sub ul li {
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

#cssmenu2 > ul li.has-sub ul {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	}


#cssmenu2 > ul li.has-sub ul li a {
	padding-left:5px;
	padding-right:5px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#cssmenu2 > ul li.has-sub > a {
  /* background-image: url('/images/caret.png');
  background-repeat: no-repeat;
  background-position: 90% -95%; */
}
#cssmenu2 > ul li.has-sub > a.active,
#cssmenu2 > ul li.has-sub > a:hover {
  /* background: #000 url('/images/caret.png') no-repeat;
  background-position: 90% 195%; */
}
#cssmenu2 > ul li a {	
  display: block;
  padding: 12px 24px 12px 24px;
  text-decoration: none;
  color: #000;
  /* text-shadow: 0px 1px 0px #fff; */
}

#cssmenu2 > a.active,
#cssmenu2 > a:hover {
  background: #000;
  color: #fff;
}

#cssmenu2 > ul li a.active,
#cssmenu2 > ul li a:hover {
  background: #000;
  color: #fff;
  /* text-shadow: 0px 1px 0px #000; */
}
	
@media (max-width: 600px) {
  #cssmenu2 > ul {
    width: 100%;
  }
  #cssmenu2 > ul li#responsive-tab {
    display: block;
  }
  #cssmenu2 > ul li#responsive-tab a {
    background: url('/images/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu2 > ul li#responsive-tab a:hover {
    background-color: #d80041;
    background-position: 95% 135%;
  }
  #cssmenu2 > ul li {
    display: none;
  }
  #cssmenu2 > ul li.right {
    float: none;
  }
  #cssmenu2 > ul li.has-sub {
    position: relative;
  }
  #cssmenu2 > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
  }
  #cssmenu2 > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu2 > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu2 > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu2 > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu2 > ul ul li.collapsed {
    display: block !important;
  }
}#headerBackground {
	position:absolute;
	background: #000;
	padding: 0px;
	margin-top: 0px;
	opacity: 0.65;
	filter: alpha(opacity = 65);
	width: 1024px;;
	height: 100px;
	overflow: visible;
	z-index:4;
}
#headerContent {
	position: absolute;
	padding: 0px;
	margin-top: 0px;
	width: 1024px;
	height: 100px;
	overflow: visible;
	z-index:5;
}
@media ( min-width: 1024px ) {
	#headerBackground {
		position:fixed;
		width: 100%;
	}
	
	#headerContent {
		position:fixed;
		width: 100%;
	}
}
#headerTop {
	padding: 0px;
	padding-top:5px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	}

#headerTop .table {
	border: 0px;
	width: 100%;
	height: 50px;
}

#headerTop .socialBar {
	padding: 0px;
	width: 300px;
	text-align: left;
	vertical-align: top;
}

#headerTop .socialBar ul {
	list-style-type: none;
	padding-left: 0px;
}

#headerTop .socialBar ul li {
	 display: inline-block;
	 padding-right: 10px;
}

#headerTop .searchBar {
	width: 400px;
	vertical-align: top;
	text-align: center;
}

#headerTop .navIdLikeTo {
	width: 324px;
	vertical-align: top;
	text-align: right;
}

#headerMenu {
	padding: 0px;
	padding-top: 5px;
	height: 50px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

#searchBox {
	height: 10px;
	width: 250px;
}

.xspImage  {
	vertical-align: top;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  /* color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; */
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.form-control {
  display: inline-block;
  width: 175px;
  height: 27px;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: white;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}/*
.searchBox {
	width:200px;
	height: 15px;
}

#btn_search {
 	display:inline-block; 
 	background-color:white; 
 	margin-top:0px; 
 	margin-bottom:0px;
 }
 
 #search_scope {
	display:inline-block; 
	background-color:white; 
	color:grey !important; 
	margin-top:0px; 
	margin-bottom:0px; 
	width:150px;
}

#searchResults {
	width: 1000px;
	min-height: 800px;
	border: 0px;
	padding: 5px;
}
*/

.searchTextValidationError {
	border-color: red;
	border-width: 2px;
}

#searchText, #search_scope, #btn_search{
	height: 35px;
	margin: 0px;
	border-radius: 5px;
	font: 14px helvetica;
	color: grey;
	
}

#search_scope {
	height: 40px;
	background: white;
}

#search_scope, #search_scope option{
	padding: 3px 3px 3px 15px; 
}
#btn_search{
	height: 40px;
	width: 40px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 3px 3px 3px 3px;
	background-color: white;
	border: 2px solid #ffffff;
}
	#headerBackground {
		position:absolute;
	}
	
	#headerContent {
		position:absolute;
	}.listEvent {
  padding: 0px;
  font-family: "Open Sans", "Arial", Helvetica, Arial, Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
  text-align: left;
}
.listEvent > li {
  list-style-type: none;
  padding-bottom: 3px;
  margin: 0px;
}

.listEvent > li a {
	color: white;
}

#eventsUpcoming > span > li > a {
	color: black;
	padding-top:8px;
	padding-bottom:8px;
}

#announcements > span > li {
	padding-bottom: 8px;
	}
	
#announcements > span > li > a {
	color:black;
	}
	
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 223px; /* Height of the footer */
	background-color: #065f94;
	overflow:hidden;
	z-index: 3;
}

#footerContent {
	width: 1024px;
	height: 223px;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

.footerLabel {
	color: white;
	font-weight: bold;
	font-size: 1.5em;
	}

.footerLogo {
	width: 349px;
	vertical-align: top;
	}

.footerLogo > table > tbody > tr > td > a {
	font-size:1em;
	font-weight:bold;
	color:white;
}

.footerAddress {
	font-weight: bold;
	font-size: 1.15em;
	color: white;
	}

.footerAddress a {
	color: white;
	}

.footerPhone {
	text-align:center;
	color: white;
	font-weight: bold;
	width: 100%;
	}

.footerPhone a {
	color: white;
}


.footerAddressCell {
	width: 225px;
	padding-top: 40px;
	vertical-align: top;
	}