/* ----------------------------------------- */
/* ------------- Global Styles ------------- */
/* ----------------------------------------- */

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* ========== clearing ========== */
 .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 



html[xmlns] .clearfix {
	display: block;
}

 
* html .clearfix {
	height: 1%;
}
/* ============================== */

body, .EditBody {
	font: 95%/1.4 Helvetica, Arial, sans-serif; 
	margin: 0;
	padding: 0;
	color: #000;
   	background: url(http://www.jccal.org/Scripts/fgetimage.asp?catid=1) no-repeat center center fixed;
   	-webkit-background-size: cover;
   	-moz-background-size: cover;
   	-o-background-size: cover;
   	background-size: cover;

}



.EditBody {
	background: white;
	background-image: none;
	padding: 10px 0;
	margin:16px 0 16px 10px;
}


/* -------------- Elements -------------- */

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	font-family: 'Spinnaker', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	color: #106b69;
	letter-spacing:0.03em;	
}
h2 {
	font-family: 'Spinnaker', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	color: #106b69;
	letter-spacing:0.02em;	
}
h3 {
	font-family: 'Spinnaker', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #0e9a97;
	margin-top:5px;
	line-height: 1.1em;
	
}
h4 {
	font-family: 'Spinnaker', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	letter-spacing:0.1em;	
}


/*
ul, ol, dl, li { 
	padding: 0px;
	margin: 0px;
}
li {
	list-style: square;
}
*/


.pagetitle {
	font-family: 'Spinnaker', sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: 400;
	color: #275150;
}

a:link, a:visited, a:active, a:focus {
	color:#076b88;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}


p, td {
	font-size: 90%;
	line-height:1.4;
	color: #000;
}

tr, td {

}

td h1, td h2, td h3, td h4, td h5, td h6, td p {
	padding-left: 0px;
	padding-right: 0px;
}

td p {
	font-size: 100%;
}
td td {
	font-size: 100%;
}


/* ======== Main Structure ========== */
#wrapper { 
	width:100%;
	height:100%; 
	position: relative; 
	top: 0px; 
	left: 0px; 
	text-align: center;
}
#header {
	background:#443b32 url(../images/2015/topnav10.jpg) no-repeat center top;
	height:151px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#menu-wrapper {
	width:975px;
	height: 120px;
	z-index: 699;
	margin: 0 auto 50px;
	position: relative;
	top: 30px;	

}

.footer #menu-wrapper {
	z-index: 500;
}

#container, #container2 {
	width:975px;
	background: transparent;
	margin: 0 auto 15px;
	text-align: left;
	position: relative;
	top: 0px;	
	left: auto;
}
#container2 {
	margin: 8px auto 0 ;








}

.container {
	min-height: 400px;
	width: 915px;
	background-color: transparent;


}

#content{
	padding: 0 0 20px 0;
	margin: 0px 0px 20px 10px ;
	min-height: 400px;
	width: 950px;
	float: left;
	background-color: #fff;


}

a img {
	border: none;
}
#content img { 
 	padding: 5px;
	border: solid 1px #EFEFEF;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999; 
}
#content img.noframe, span.noframe a img, .grid img {
	border: none;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
        box-shadow: none;	
} 




#content ul, #content ol, .EditBody ul, .EditBody ol { 
	padding: 0 15px 15px 45px; 
}



#content > table, .EditBody > table, #content > form, .EditBody > form{
	margin-right: 15px;
	margin-left: 15px;
}

#content hr {
	margin: 0 15px 10px 15px;
	background-color: #0cc5c1; 
	color: #0cc5c1; 
	height: 1px; 
	border: 0;
}
#content hr2 {
	margin: 0 15px 10px 15px;
	background-color: #800000; 
	color: #800000; 
	height: 1px; 
	border: 0;
}


/* ====== Search box ===== */
#searchform {
	display: block;
	margin: 15px 0 0 10px;
	float: left;
}
.searchbox {
     width:235px;

}

.searchbtn {
	width:60px;
}



/* ====== Breadcrumbs App ===== */
.BreadCrumbs {
	font-size: 0.85em;
	margin: 0 0 10px;
	padding: 10px 15px;
	color: #fff;
	background:#275150;
}
.BreadCrumbs H5 {
	font-size: 1em;
	display: inline;
	font-weight: normal;
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
}
.BreadCrumbs a, .BreadCrumbs a:visited {
	color: #dedede;
	text-decoration: none;
}
.BreadCrumbs a:hover {
	color: #fff;
}

















/* ======  Spotlight and middle buttons ====== */

#alert {
	width:975px;
	position: relative;
	top: 0px;	
	left: auto;
	height: auto;
	font-weight: bold;
	background-color: #fff;
	color: #f00;
	padding: 1em;
	text-align: center;
	clear: both;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 2px solid #333;

}


/* ====== END Spotlight and middle buttons ====== */


.searchbar {
	margin:0 auto;
	width: 100%;
	float: left;
	background-color: #000;
	z-index: 1;
	position: relative;
}
.searchbar p {
	margin-top:14px;
	color: #999;
}
.searchelements {
	margin:0 auto;
	width: 600px;
	padding-left: 10px;




}

#navtools {
	margin-top: 8px;
	margin-left: 10px;
	z-index: 10;
}

#google_translate {








	z-index: 1000;
	padding: 0 20px;
	background-color: transparent;

}


#translate, #textsize {
	cursor: pointer;
	color: white;
}
#textsize {
	cursor: auto;	
}
.increaseFont, .decreaseFont, .resetFont {
	cursor: pointer;
}
.slideshow {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	width: 975px;
	height: 321px;
	float: left;
	text-align: center;
	background-color: #fff;
	z-index: -100;
	overflow: hidden;
}






#rss {
	position: absolute;
	top: 10px;
	right: 20px;
	margin: 0 ;
	border: none;
}

.tileTextBox #rss {
	right: -100px;
}

#more {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
	border: none;
}

.tileTextBox #more {
	right: -100px;
}










.leftImage {
	margin: 0 1em 1em 1em ; float: left;
}
.rightImage {
	margin: 0 1em 1em 1em; float: right;
}



/* ------- RSS ------- */


	
.rssHeader {
	font-family: 'Spinnaker', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a12700;
}
.rssFeed {
	margin: 5px 15px;
}


.rssBody ul, .rssBody H4, .rssBody ul p {
	padding: 0; 
	margin: 0;
	font-size: 90%;
}
.rssBody UL {
	margin: 0 15px;
}
.rssBody UL div {
	background: url(../Images/2013/calendar-grey.png) center left no-repeat;
	padding: 0 0 0 16px;
}





/* ------- Top Menu Nav ------- */
/* ----------- Reset ---------- */

.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
.nav hr {
	background-color: #0cc5c1; 
	color: #0cc5c1; 
	height: 1px; 
	border: 0;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 700;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
	margin-left: 0px;
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 710 !important;
	height: 120px;
	width:137px;
	line-height: 200px;
	font-family: 'Spinnaker', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing:0.02em;	
	color: #d3ad49;
	background: transparent;
	text-align:center;
}

.nav > li:hover > a { 
	background: #000;
	color:#fff;
	opacity:0.50;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	z-index: 730;
 }

.nav > li:first-child > a {
	border-radius: 3px 0 0 3px;
	border-left: none;
}


/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	width: 975px;
	height: auto;
	top: 120px;
	left: 0;
	opacity: 0;
	visibility: hidden;

	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid black;
}

.nav > li:hover > div {
	visibility: visible;
	display: block;
	overflow: visible;
	opacity: 0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
}

/* Menu Content Styles */
.nav .nav-column {
	float: left;
	width: 750px; 
	padding: 20px 10px;
	max-height: 700px;
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
}

.nav .nav-column UL {
	width: 250px;
	max-height: 636px;

}

.nav .nav-column UL.listCol2 {
	position: absolute;
	top: 20px;
	left: 250px;
}

.nav .nav-column UL.listCol3 {
	position: absolute;
	top: 20px;
	left: 500px;
}
.nav .nav-column UL LI{
	width: 245px;
	margin: 0 ;
}
.nav .nav-column-pic {
	float: right;
	padding: 0;
	margin:0;
	vertical-align:bottom;
	width: 225px;

}

.nav .nav-column h3 {
	margin: 10px 0 10px 0;
	line-height: 18px;
	font-family: 'Spinnaker', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing:0.02em;	
	color: #372f2b;
}


.nav   li > div > h1 { 
	color:#4d8191;
	margin-top:12px;
}

.nav .nav-column li a {
	width: 240px;
	padding: 5px;
	display: block;
	line-height: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 1.0em;
	color: #000;
}

.nav .nav-column li a:hover { color: #333; background-color: #ddd; }


/* =========== LeftNav Static =========*/

#navleft {
	clear: left;
	float: left;
	width: 190px;

	margin:  0;
	padding: 0;
	border: 0px solid #999;
	border-width: 0;
	background-color: #fff;
}

#navleft .SideNav li {
	border: none;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

#navleft a.sideNavLink, #navleft a.sideNavCurLink {
	cursor: pointer;
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	color: black;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #999;
	/*background-image: none;*/
}

#navleft .nav-column a.sideNavLink, #navleft .nav-column a.sideNavCurLink {
	border: none;
}

#navleft a.sideNavCurLink {
	border-top: 1px solid #4f2011;
}
#navleft a.sideNavLink:hover {
	/* border-top: 1px solid #6481b9; */
	color: white;
	background-color: #ccc;
}

#navleft a.sideNavCurLink {
	border-top: 1px solid #4f2011;
	color: black;
	/*background-image: none;*/
}

#navleft a.sideNavCurLink.youarehere {
	/*color:#fff !important;*/
	background:#333 url(../Images/2015/current-arrow2.png) no-repeat;
	background-position: right center;	
}
#navleft a.sideNavCurLink.youarehere:hover {
	background-color: #333 !important;
	color:#ccc !important;
}
#navleft .sideNavCurNot5 a.sideNavCurLink.youarehere, #navleft .sideNavCurNot5 a.sideNavCurLink.youarehere:visited {
	background-image: url(../Images/2015/current-arrow2-dark.png);
	background-repeat: no-repeat;
	background-position: right center;	
}

#navleft .sideNavNot, #navleft .sideNavCurNot, #navleft .sideNavNot1, #navleft .sideNavCurNot1, #navleft .sideNavNot2, #navleft .sideNavCurNot2, #navleft .sideNavNot3, #navleft .sideNavCurNot3, #navleft .sideNavNot4, #navleft .sideNavCurNot4, #navleft .sideNavNot5, #navleft .sideNavCurNot5, #navleft .sideNavNot6, #navleft .sideNavCurNot6 {
	font-weight: normal;
	list-style-position : outside;
	list-style-type : none;
}


#navleft .sideNavNot1 {
	font-weight: bold;
	font-size: 10pt;
}
#navleft .sideNavCurNot1 {
	font-weight: bold;
	font-size: 10pt;
}
#navleft .sideNavNot2, #navleft .sideNavCurNot2 {
	font-size: 9pt;
	background-color: #eaeaea;
}

#navleft .sideNavNot3, #navleft .sideNavCurNot3  {
	font-size: 8pt;
}

#navleft .sideNavNot4, #navleft .sideNavCurNot4  {
	font-size: 8pt;
}

#navleft .sideNavNot5, #navleft .sideNavCurNot5 {
	font-size: 8pt;
}

#navleft .sideNavNot6, #navleft .sideNavCurNot6 {
	font-size: 8pt;
}

#navleft a.sideNavLink, #navleft a.sideNavLink:active, #navleft a.sideNavLink:visited  {
	text-decoration: none;
	color: #000;
}
#navleft a.sideNavLink:Hover {
	text-decoration: none;
	color: #275150;
}
#navleft a.sideNavCurLink, #navleft a.sideNavCurLink:active, #navleft a.sideNavCurLink:visited {
	border-top: 1px solid #333;
	background-color: #275150;
	text-decoration: none;
	color: #FFFFFF;
}

#navleft a.sideNavCurLink:Hover {
	border-top: 1px solid #275150;
	background-color: #333;
	text-decoration: none;
	color: #ccc;
}


#navleft .sideNavNot2 a.sideNavCurLink, #navleft .sideNavNot2 a.sideNavCurLink:active, #navleft .sideNavNot2 a.sideNavCurLink:visited, #navleft .sideNavCurNot2 a.sideNavCurLink, #navleft .sideNavCurNot2 a.sideNavCurLink:active, #navleft .sideNavCurNot2 a.sideNavCurLink:visited {
	border-top: 1px solid #275150;
	background-color: #496b6a;
	/*background-image: none;*/
}

#navleft .sideNavNot3 a.sideNavCurLink, #navleft .sideNavNot3 a.sideNavLink, #navleft .sideNavNot3 a.sideNavCurLink:active, #navleft .sideNavNot3 a.sideNavLink:active, #navleft .sideNavNot3 a.sideNavLink:visited, .sideNavCurNot3 a.sideNavLink, #navleft .sideNavCurNot3 a.sideNavLink:active, #navleft .sideNavCurNot3 a.sideNavLink:visited {
	border-top: 1px solid #cccccc;
	background-color: #ccc;
	/*background-image: none;*/
	color: #000;
	margin: 0 0 0 5px;
}
#navleft .sideNavNot3 a.sideNavCurLink, #navleft .sideNavNot3 a.sideNavCurLink:active, #navleft .sideNavNot3 a.sideNavCurLink:visited, #navleft .sideNavCurNot3 a.sideNavCurLink, #navleft .sideNavCurNot3 a.sideNavCurLink:active, #navleft .sideNavCurNot3 a.sideNavCurLink:visited {
	border-top: 1px solid #496b6a;
	background-color: #586969;
	/*background-image: none;*/
	color: #fff;
	margin: 0 0 0 0px;
}
#navleft .sideNavNot3 a.sideNavLink:hover {
	border-top: 1px solid #999;
	background-color: #999;
}

#navleft .sideNavNot4 a.sideNavCurLink, #navleft .sideNavNot4 a.sideNavLink, #navleft .sideNavNot4 a.sideNavCurLink:active, #navleft .sideNavNot4 a.sideNavLink:active, #navleft .sideNavNot4 a.sideNavLink:visited, .sideNavCurNot4 a.sideNavLink, #navleft .sideNavCurNot4 a.sideNavLink:active, #navleft .sideNavCurNot4 a.sideNavLink:visited {
	border-top: 1px solid #496b6a;
	background-color: #9fbcbb;
	/*background-image: none;*/
	color: #000;
	margin: 0 0 0 10px;
}
#navleft .sideNavNot4 a.sideNavCurLink, #navleft .sideNavNot4 a.sideNavCurLink:active, #navleft .sideNavNot4 a.sideNavCurLink:visited, #navleft .sideNavCurNot4 a.sideNavCurLink, #navleft .sideNavCurNot4 a.sideNavCurLink:active, #navleft .sideNavCurNot4 a.sideNavCurLink:visited {
	border-top: 1px solid #496b6a;
	background-color: #8f9595;
	/*background-image: none;*/
	color: #fff;
	margin: 0 0 0 5px;
}
#navleft .sideNavNot4 a.sideNavLink:hover {
	border-top: 1px solid #999;
	background-color: #999;
}


#navleft .sideNavNot5 a.sideNavCurLink, #navleft .sideNavNot5 a.sideNavLink, #navleft .sideNavNot5 a.sideNavCurLink:active, #navleft .sideNavNot5 a.sideNavLink:active, #navleft .sideNavNot5 a.sideNavLink:visited, .sideNavCurNot5 a.sideNavLink, #navleft .sideNavCurNot5 a.sideNavLink:active, #navleft .sideNavCurNot5 a.sideNavLink:visited {
	border-top: 1px solid #496b6a;
	background-color: #cef2f1;
	/*background-image: none;*/
	color: #000;
	margin: 0 0 0 10px;
}
#navleft .sideNavNot5 a.sideNavCurLink, #navleft .sideNavNot5 a.sideNavCurLink:active, #navleft .sideNavNot5 a.sideNavCurLink:visited, #navleft .sideNavCurNot5 a.sideNavCurLink, #navleft .sideNavCurNot5 a.sideNavCurLink:active, #navleft .sideNavCurNot5 a.sideNavCurLink:visited {
	border-top: 1px solid #496b6a;
	background-color: #cef2f1;
	/*background-image: none;*/
	color: #000;
	margin: 0 0 0 5px;
}
#navleft .sideNavNot5 a.sideNavLink:hover {
	border-top: 1px solid #999;
	background-color: #999;
}






/* ============ Apps ============== */



/* ~~~~~ Calendar ~~~~~ */
.calendar {
	padding: 0;
	margin: 1em 15px;

}
td.eventdates {
	padding: 10px;
	background-color: #d6bd8c;
}

td.eventdates h3 {
	padding-right: 0;
	padding-left: 0;
}



a.cal1, a.cal2 {
	display: block;
	font-size: 80%;
	line-height: 1.2em;
	margin-bottom: 5px;
}

a.cal2{
	color: #d39e56;
}

.caltbl {
	border: none;
	border-collapse: collapse;
	margin-top: 5px;
}
.caltbl td {
	border: 2px solid #ccc;
}
.cal_listhdr {
	display: block;
	font-weight: bold;
	background: url(../Images/2013/calendar-grey.png) center left no-repeat;
	padding: 4px 0  0 16px;
	margin-top: 4px;
	border-top: 1px solid #eee;
}
.cal_listitem {
	display: block;	
}

tr.cal_navrow td {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	border: none;
}

tr.cal_hdrrow td {
	font-size: 1.0em;
	font-weight: bold;
	background-color: #aaa;
	color: #000;
}

.caldir img {
	display: block;
}
span.caldir {
	display: block;
	width: 16px;
	height: 16px;
	margin: 6px 0px;
}

.callist {  margin-left: 1em;}

/*************
Default Theme
*************/
/* overall */
.tablesorter-default {
	width: 96%;
	font: 12px/18px Arial, Sans-serif;
	color: #333;
	background-color: #fff;
	border-spacing: 0;
	margin: 0 15px;
	text-align: left;
}

/* header */
.tablesorter-default th,
.tablesorter-default thead td {
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border-collapse: collapse;
	border-bottom: #ccc 2px solid;
	padding: 0;
}
.tablesorter-default tfoot th,
.tablesorter-default tfoot td {
	border: 0;
}
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
													 
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
	padding: 4px 20px 4px 4px;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	/*border-bottom: #000 2px solid;*/
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	/*border-bottom: #000 2px solid;*/
}
.tablesorter-default thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
}

/* tfoot */
.tablesorter-default tfoot .tablesorter-headerSortUp,
.tablesorter-default tfoot .tablesorter-headerSortDown,
.tablesorter-default tfoot .tablesorter-headerAsc,
.tablesorter-default tfoot .tablesorter-headerDesc {
	/*border-bottom: #000 2px solid;*/
}

/* tbody */
.tablesorter-default td {
	background-color: #fff;
	border-bottom: #ccc 1px solid;
	padding: 4px;
	vertical-align: top;
}

/* hovered row colors */
.tablesorter-default tbody > tr.hover > td,
.tablesorter-default tbody > tr:hover > td,
.tablesorter-default tbody > tr.even:hover > td,
.tablesorter-default tbody > tr.odd:hover > td {
	background-color: #fff;
	color: #000;
}

/* table processing indicator */
.tablesorter-default .tablesorter-processing {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	/* background-image: url(../images/loading.gif) !important; */
	background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}

/* Zebra Widget - row alternating colors */
.tablesorter-default tr.odd > td {
	background-color: #dfdfdf;
}
.tablesorter-default tr.even > td {
	background-color: #efefef;
}

/* Column Widget - column sort colors */
.tablesorter-default tr.odd td.primary {
	background-color: #bfbfbf;
}
.tablesorter-default td.primary,
.tablesorter-default tr.even td.primary {
	background-color: #d9d9d9;
}
.tablesorter-default tr.odd td.secondary {
	background-color: #d9d9d9;
							  
}
.tablesorter-default td.secondary,
.tablesorter-default tr.even td.secondary {
	background-color: #e6e6e6;
}
.tablesorter-default tr.odd td.tertiary {
	background-color: #e6e6e6;
			 
						
							  
}
.tablesorter-default td.tertiary,
.tablesorter-default tr.even td.tertiary {
	background-color: #f2f2f2;
}

/* caption */
caption {
	background-color: #fff;
}

/* filter widget */
.tablesorter-default .tablesorter-filter-row {
	background-color: #eee;
}
.tablesorter-default .tablesorter-filter-row td {
	background-color: #eee;
	border-bottom: #ccc 1px solid;
	line-height: normal;
	text-align: center; /* center the input */
	-webkit-transition: line-height 0.1s ease;
	-moz-transition: line-height 0.1s ease;
	-o-transition: line-height 0.1s ease;
	transition: line-height 0.1s ease;
}
/* optional disabled input styling */
.tablesorter-default .tablesorter-filter-row .disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: not-allowed;
}
/* hidden filter row */
.tablesorter-default .tablesorter-filter-row.hideme td {
	/*** *********************************************** ***/
	/*** change this padding to modify the thickness     ***/
	/*** of the closed filter row (height = padding x 2) ***/
	padding: 2px;
	/*** *********************************************** ***/
	margin: 0;
	line-height: 0;
	cursor: pointer;
}
.tablesorter-default .tablesorter-filter-row.hideme * {
	height: 1px;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	/* don't use visibility: hidden because it disables tabbing */
	opacity: 0;
	filter: alpha(opacity=0);
}
/* filters */
.tablesorter-default input.tablesorter-filter,
.tablesorter-default select.tablesorter-filter {
	width: 95%;
	height: auto;
	margin: 4px auto;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}
/* rows hidden by filtering (needed for child rows) */
.tablesorter .filtered {
	display: none;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
	text-align: center;
	cursor: pointer;
	background-color: #e6bf99;
}


#doclibwrapper {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
}


#doclibwrapper>* {
	text-align: left;
}

#doclibwrapper #pager {
	text-align: center;
	padding-top: 10px;
}
#doclibwrapper #pager form .pagedisplay, #doclibwrapper #pager form .pagesize {
	vertical-align: top;
}
#doclibwrapper #pager form .pagedisplay {
	width: 150px;
}

/* For the details, see:
   http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */
.date {
    /*border:1px solid #ccc;
    font-size:18px;
    padding:4px;
    text-align:center;
    width:194px;

    -moz-box-shadow:0 0 10px #eee inset;
    -webkit-box-shadow:0 0 10px #eee inset;*/
}

/* calendar root element */
#calroot {
    /* place on top of other elements. set a higher value if nessessary */
    z-index:10000;

    margin-top:-1px;
    width:198px;
    padding:2px;
    background-color:#fff;
    font-size:11px;
    border:1px solid #ccc;

    -moz-border-radius:5px;
    -webkit-border-radius:5px;

    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}
#calroot, #calroot * {
	box-sizing: content-box;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
    padding:2px 0;
    height:22px;
}

#caltitle {
    font-size:14px;
    color:#0150D1;
    float:left;
    text-align:center;
    width:155px;
    line-height:20px;
    text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
    display:block;
    width:20px;
    height:20px;
    background:transparent url(../Images/prev.png) no-repeat scroll center center;
    float:left;
    cursor:pointer;
}

#calnext {
    background-image:url(../Images/next.png);
    float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
    visibility:hidden;
}

/* year/month selector */
#caltitle select {
    font-size:10px;
}

/* names of the days */
#caldays {
    height:14px;
    border-bottom:1px solid #ddd;
}

#caldays span {
    display:block;
    float:left;
    width:28px;
    text-align:center;
}

/* container for weeks */
#calweeks {
    background-color:#fff;
    margin-top:4px;
}

/* single week */
.calweek {
    clear:left;
    height:22px;
}

/* single day */
.calweek a {
    display:block;
    float:left;
    width:27px;
    height:20px;
    text-decoration:none;
    font-size:11px;
    margin-left:1px;
    text-align:center;
    line-height:20px;
    color:#666;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

/* different states */
.calweek a:hover, .calfocus {
    background-color:#ddd;
}

/* sunday */
a.calsun {
    color:red;
}

/* offmonth day */
a.caloff {
    color:#ccc;
}

a.caloff:hover {
    background-color:rgb(245, 245, 250);
}


/* unselecteble day */
.cal_nonmonthday{
    background-color:#efefef !important;
    color:#ccc	!important;
    cursor:default;
}

/* today */
.cal_today {
    background-color:#d3ad49;

}


.NewsPubDate {
	font-size: 0.85em;
}


.more a {
	padding: 0 0 4px 15px;
	display: inline-block;
	width: 60%;
	height: 1.2em;
	position: absolute;
	bottom: 0;
	right: -55%;
	background: white;
		

}


.test {
	font-size: 1.85em;
}


#aaotable{
	BORDER: #000 2px solid;
	MARGIN: 10px auto; 
}

#aaotable td{
	font-family: "Times New Roman", serif;
}

#leftcol  {
	width: 300px;
	background: #c8e3f1;
	padding: 1em;
	border-right: 1px solid #000;
}

.botmbar {
	margin: 0;
	width: 100%;
	min-height:20px;
	float: left;
	background-color: #000;
	z-index: 1;
	position: relative;
	text-align: center;
}

/* Bottom Menu Nav */
/* Reset */
.navbotm,
.navbotm a,
.navbotm ul,
.navbotm li,
.navbotm div,
.navbotm form,
.navbotm input {
	margin-top:-54px;
	padding-top: 70px;
	border: none;
	outline: none;
	vertical-align: bottom;

}

.navbotm a { text-decoration: none; }

.navbotm li { list-style: none; }

/* Menu Container */
.navbotm {
	display: inline-block;
	width:975px;
	position: relative;
	cursor: default;
	z-index: 500;
}

/* Menu List */
.navbotm > li {
	display: block;
	float: left;
}

/* Menu Links */
.navbotm > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 130px;
	width:108px;
	font-family: 'Spinnaker', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing:0.02em;	
	color: #ccc;
	background: transparent;
	text-align:center;
	left:58px;
}

.navbotm > li:hover > a { 
	background: #000;
	color:#999;
	opacity:0.25;
	filter:alpha(opacity=25); /* For IE8 and earlier */
	z-index: 520;
 }
/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background:url(../images/2015/botm-nav7a.jpg) no-repeat center top;
	background-color: #275150;
	clear: both; 
	margin: 0 auto ;
	width: 100%;
	height: 220px;
	position: relative;
/* 	top: 10px; */
}
.footer td {
	text-align: center;
}
.footer p {
	color: #fff;
	font-size: 85%;
	padding: 5px;
}
.footer h3 {
	color: #fff;
	padding:0;
}
.footer a:link {
	color:#0aae9d;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #ccc;
	text-decoration: underline;
}
.footer a:visited {
	color:#999;
}
.footer hr {
	background-color: #6e130c; 
	color: #6e130c; 
	height: 1px; 
	border: 0;
	margin:10px 10px 10px 10px;
}



.EditBody .grid-item .back {
	display: none;
}




#content > ul.SideNav ul {
	display: none;
}

ul.SideNav, ul.SideNav li {

	list-style: none;
	list-style-type: none;
}



/*====================================== */
/* -------------- RIGHTNAV ------------- */
/*====================================== */


#rightnav {
	position: absolute;
	top: 44px;
	right: 20px;
	width: 400px;
	z-index: 601;
	display: none;
}
#rightnav ul li {
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}


#sitemap > ul > li > a {
	font-weight: bold;
}

#sitemap > ul > ul> li {
	list-style-type: disc;
}

#sitemap > ul > ul > ul >li {
	list-style-type: circle;
}



/* =========================== */
/* ======== slicknav ========= */
/* =========================== */

.sitemapicon {
	display: inline- block;
	width: 29px;
	float: right;
	position: relative;
	top: 0px;
	right: 5px;

}

.slicknav_btn
{
	position:relative;
	display:block;
	vertical-align:middle;
	float:right;
	line-height:1.125em;
	cursor:pointer;
	text-decoration: none;
	background:none;
	margin:5px 5px 6px;
	padding: 2px 0.625em;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar
{
	margin-top:0.14em;
}

.slicknav_menu
{
	zoom:1;
	box-sizing:border-box;
	padding:0;
}

.slicknav_menu .slicknav_menutxt
{
	display:block;
	line-height:1.188em;
	float:left;
	color:#076b88;
	font-weight:700;

}

.slicknav_menu .slicknav_icon
{
	float:left;
	width:29px;
	height: 29px;
	margin: 0;
}

.slicknav_menu .slicknav_icon:before
{
	background:transparent;
	width:1.125em;
	height:.875em;
	display:block;
	content:"";
	position:absolute;
}

.slicknav_menu .slicknav_no-text
{
	margin:0;
}

.slicknav_menu .slicknav_icon-bar
{
	display:block;
	width:100%;
	height:2px;
	background-color:#fff;
}

.slicknav_icon {
    top: -7px;
    right: -5px;
    position: relative;
    background-color: #076b88;
    border-radius: 4px;
    padding: 10px 5px;
    height: 29px;
    width: 29px;
}

.slicknav_menu:before
{
	content:" ";
	display:table;
}

.slicknav_menu:after
{
	content:" ";
	display:table;
	clear:both;
}

.slicknav_nav
{
	clear:both;
	background: black;
	color:#fff;
	font-size:.875em;
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:0;
}

.slicknav_nav .slicknav_arrow
{
	font-size:.8em;
	margin:0 0 0 .4em;
}

.slicknav_nav .slicknav_item
{
	cursor:pointer;
}

.slicknav_nav .slicknav_row, .slicknav_nav a 
{
	display:block;
	margin:2px 5px;
	padding:5px 10px;
}

.slicknav_nav a
{
	display:block;
	text-decoration:none;
	color:#fff;
	margin:2px 5px;
	padding:5px 10px;
}

.slicknav_menu *
{
	box-sizing:border-box;
}

.slicknav_nav ul
{
	list-style:none;
	margin:0 0 0 20px;
	padding:0;
}



.slicknav_nav .slicknav_txtnode
{
	margin:0;
	padding:7px 15px;
}

.slicknav_nav ul,.slicknav_nav li
{
	border-top: 1px solid #222;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
}

.slicknav_nav li:hover {
	background-color: #191919 !important;
}


.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a
{
	display:inline;
	margin:0;
	padding:0;
}

/*
.slicknav_nav a:hover, .slicknav_nav a a:hover, .slicknav_nav .slicknav_item:hover
{
	background:none;
	color:#d3ad49;
}


.slicknav_nav a.sideNavCurLink.youarehere {
	background:#300 url(../Images/2015/current-arrow2.png) no-repeat;
	background-position: right center;	
}
.slicknav_nav a.sideNavCurLink.youarehere:hover {
	background-color: #191919 !important;
	color:#ccc !important;
}
.slicknav_nav .slicknav_row:hover
{
	background:#ccc;
	color:#666;
}
*/