@charset "utf-8";
/* CSS Styles for plugins */


/* =Drop Downs
---------------------------------------------------------- */
#nav ul li{margin:0; padding:0;}
#nav ul.topNav{float:left;}
#nav ul.topNav li{float:left; position:relative; list-style-type:none; margin-left:10px;}
#nav ul.topNav li a{display: block; float: left;}
#nav ul.topNav li ul.subNav{position:absolute; left:0; top:20px; float:left; display:none;}
#nav ul.topNav li ul.subNav li{clear:both; margin:0; padding:0; padding:3px; background:#ccc;}
#nav ul.topNav li ul.subNav li a{float:left; display: block;}

/* =LightBox
---------------------------------------------------------- */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* END LIGHTBOX */

/* MENU */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	/*width:			10em;  left offset of submenus need to match (see below) */
        width: 15em;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
                  white-space:              normal;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #0C7B9B;
	border-top:		1px solid #0C7B9B;
        border-right:	1px solid #0C7B9B;
	padding: 		.7em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:		#0C5565;
}
.sf-menu li li {
	background:		#0C5565;
}
.sf-menu li li li {
	background:		#0C5565;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	background-color: #00C1C1;
}

.sf-menu li.current,  .sf-menu li.currentPath{
    background:		#00C1C1;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* END MENU */


/* Vertical */
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	10em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/* End Vertical */


/* Carousel */

#slider { height: 325px; overflow:hidden; }
#slider .viewport { float: left; width: 327px; height: 330px; overflow: hidden; position: relative; margin-left:30px;}
#slider .buttons { display: block; margin: 30px 10px 0 0; float: left; }
#slider .next { margin: 30px 0 0 10px;  }
#slider .disable { visibility: hidden; }
#slider .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#slider .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 300px; /*border: 1px solid #dcdcdc;*/ width: 327px;}
#slider .pager { overflow:hidden; list-style: none; clear: both; margin: 0 0 0 45px; }
#slider .pager li { float: left; }
#slider .pagenum { background-color: #fff; text-decoration: none; text-align: center; padding: 5px; color: #555555; font-size: 14px; font-weight: bold; display: block; }
#slider .active { color: #fff; background-color:  #555555; }

#contentLeft2 #slider { height: 122px; overflow:hidden; }
#contentLeft2 #slider .viewport { float: left; width: 519px; height: 122px; overflow: hidden; position: relative; margin-left:0px;}
#contentLeft2 #slider .overview li{ float: left; margin: 0; padding: 0px; height: 300px; /*border: 1px solid #dcdcdc;*/ width: 519px;}


/* End Carousel */

/* TABLE SORTER */

/* Member table ul */

/* Blue Theme */
table.tablesorter {
	background-color: #FFF;
	margin: 10px 0pt 15px;
	width: 100%;
	text-align: left;
        font-size: 12px;
	border-collapse: collapse;
}
table.tablesorter thead tr.stickyHeader {
	background: #ccc;
}
table.tablesorter thead tr th, tr.stickyHeader th, table.tablesorter tfoot tr th {
	background-color: #0C5565;
	border-collapse: collapse;
	padding: 4px 20px 4px 4px;
}
table.tablesorter thead tr .header, tr.stickyHeader .header, .tablesorter-blue .tablesorter-header {
	background-image: url(../images/bg.gif);
}
table.tablesorter tbody td {
	font-size: 80%;
	color: #3d3d3d;
	padding: 5px;
	background-color: #fff;
	vertical-align: top;
	border: 1px solid #CCC;
}
table.tablesorter thead tr .headerSortUp, .tablesorter-blue .tablesorter-headerAsc {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown, .tablesorter-blue .tablesorter-headerDesc {
	background-image: url(../images/desc.gif);
}
.tablesorter-blue .tablesorter-headerDesc, .tablesorter-blue .tablesorter-headerAsc {
	background-color: #00C1C1;
}

/* Zebra Widget - row alternating colors */
table.tablesorter tbody tr.odd td {
	background-color: #FFF;
}
table.tablesorter tbody tr.even td {
	background-color: #F3F3F3;
}

/* Column Widget - column sort colors */
table.tablesorter tbody td.primary, table.tablesorter tbody tr.odd td.primary {
	background-color: #c0c0ff;
}
table.tablesorter tbody tr.even td.primary {
	background-color: #e8e8ff;
}

table.tablesorter tbody td.secondary, table.tablesorter tbody tr.odd td.secondary {
	background-color: #d6d6ff;
}
table.tablesorter tbody tr.even td.secondary {
	background-color: #e8e8ff;
}

table.tablesorter tbody td.tertiary, table.tablesorter tbody tr.odd td.tertiary {
	background-color: #e5e5ff;
}
table.tablesorter tbody tr.even td.tertiary {
	background-color: #f8f8ff;
}

/* filter widget */
table.tablesorter thead input.filter {
	width: 90%;
}
table.tablesorter thead tr.filters, table.tablesorter thead tr.filters td {
	text-align: center;
	background: #fff;
}

table.tablesorter tr th {
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
}

/* END TABLE SORTER */

/* === Pagination === */


div.pagination ul li {
    list-style: none;
    list-style-type: none;
    float: left;
    margin: 2px;
}
div.pagination ul > li > a {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

/* === End Pagination === */


/* === Nav Pills === */

#contentMain ul.nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

#contentMain ul.nav-pills > li {
    float: left;
}

#contentMain ul.nav-pills > li > a {
   /* padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}
.page-header {
	padding-top:20px;
}

/* === End Nav Pills === */