@charset "UTF-8";
/* CSS Document */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* START SITE-SPECIFIC STYLES FOR COMMON CMS COMPONENTS. THESE STYLES WILL NEED UPDATED FOR DIFFERENT SITES ////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body{
	/* ONLY THE FONT CHANGES ON THIS STYLE */
	width: 1200px;
	margin:0px;
	background: #ffffff;
	background-size: contain;
	font-family: 'Overpass', sans-serif;
	font-size: 16px;
	color: #666666;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	translate3d(0, 0, 0);
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
	/* -webkit-transform: none */
}
#mainDiv{
	/* ONLY THE BACKGROUND COLOR CHANGES ON THIS STYLE */
	margin:0px auto 0px auto;
	width: 1200px;
	background: none;
	/*padding-top: 70px; /*140px*/
	position: relative;
	float: left;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;	
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#mainDiv.extraTopPad{
	/* ONLY THE TOP PADDING CHANGES ON THIS STYLE */
	padding-top: 103px;
}
#mainDiv.extraTopPadHome{
	/* ONLY THE TOP PADDING CHANGES ON THIS STYLE */
	 padding-top: 103px;
}
#fixedHeader
{
	/* ONLY THE HEIGHT CHANGES ON THIS STYLE */
	background: #ffffff;
	float: left;
	width: 1200px;
	height: 103px;
	display: block;
	background-color: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 998;
	/*behavior: url(/PIE.php);*/
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	border-bottom: 3px solid #75af43;
}

#logo{
	/* ONLY THE WIDTH, HEIGHT, TOP AND LEFT CHANGE ON THIS STYLE */
	width: 263px;
	height: 54px;
	position: absolute;
	top: 30px;
	left: 0px;
	padding-left: 20px;
	z-index: 999999;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	/*
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	*/
}
#logo.logoSmaller{
	width: auto;
	height: 100px;
}

/* START BANNER STYLES */
.noBanners
{
	/* ONLY THE HEIGHT NEEDS TO CHANGE ON THIS STYLE */
	background: url(/images/design/no-banner.jpg) no-repeat top left;
	background-size: cover;
	width: 1200px;
    height: 140px;
    float: left;
    clear: both;
    margin-top: 100px;
    position: relative;
}

#sliderContainer{
	/* STYLE FULLY SUBJECT TO CHANGE */
	width: 1200px;
    height: 385px;
    margin: 0px 0px 0px 0px;
    float: left;
    z-index: 0;
    position: relative;
    background: #666666;
	border-bottom: 4px solid #1f9fd9;
}
#sliderContainerSubpage{
	/* STYLE FULLY SUBJECT TO CHANGE */
	width: 1200px;
	height:300px;
	float:left;
	z-index: 2;
    top: 11;
    position: relative;
	overflow: hidden;
	text-shadow: 0px 0px 10px #000000;
}
#sliderContainer p, #sliderContainerSubpage p{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	color: #fff;
	text-shadow: 2px 2px #444444;
	letter-spacing: 1px;
	font-weight: 300;
	margin: 20px 0px 0px 0px;
}
#sliderContainer h1, #sliderContainerSubpage h1{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 40px;
	color: #ffffff;
	line-height: 40px;
	text-shadow: 2px 2px #444444;
	letter-spacing: 1px;
	/*font-weight: 700;*/
	margin: 0px 0px 0px 0px;
}

#sliderContainerSubpage h1
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	margin: 63px 0px 0px 50px;
    width: 1000px;
    height: 50px;
}

#sliderContainerSubpage p
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	position: absolute;
    top: 90px;
    left: 50px;
    width: 600px;
	z-index: 10;
}

.sliderImageHolder img /* HOME PAGE BANNER STYLE */
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	width: 1200px;
	height: 385px;
	z-index: -1;
	position: relative;
}
.sliderImageHolderSubpage img /* SUB PAGE BANNER STYLE */
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	width: 1200px;
	height: 384px;
}
.sliderCover { 
	/* STYLE FULLY SUBJECT TO CHANGE */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sliderCoverNoText
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	/*background: url(/images/design/slider-caption-no-text.png) no-repeat bottom left !important;*/
}


.sliderCoverSubpage {
	/* STYLE FULLY SUBJECT TO CHANGE */
	/* SUB PAGE BANNER STYLE */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	/*background: url(/images/design/slider-caption.png) no-repeat bottom left;*/
	/*background-size:100% 100%;*/
	height: 384px;
	overflow: hidden;
}
.sliderTextHolder 
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	/* HOME PAGE BANNER STYLE */
	float: left;
    margin: 92px 0px 0px 40px;
    width: 530px;
    height: 280px;
    z-index: 1;
    position: absolute;
	/*
	float: left;
    width: 500px;
    height: 160px;
    z-index: 1;
    position: absolute;
	bottom: 35px;
	left: 35px;*/
}
.sliderTextHolderSubpage 
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	/* SUB PAGE BANNER STYLE */
	position: absolute;
    left: 0px;
    top: 90px;
    z-index: 9;
    width: 100%;
	height: 170px;
	text-align: left;
}
.sliderTextHolder a.largeContentButton{
	/* STYLE FULLY SUBJECT TO CHANGE */
	background-color: transparent;
    border: 2px solid #ffffff;
    cursor: pointer;
    color: #ffffff;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 1px 22px;
    letter-spacing: 1px;
    text-decoration: none;
    float: right;
    top: 62px;
    right: -230px;
    position: absolute;
}
.sliderTextHolder a.largeContentButton:hover{
	/* STYLE FULLY SUBJECT TO CHANGE */
	background: #75af43;
}
.sliderTextHolder h1{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 40px;
	color: #ffffff;
	line-height: 40px;
	text-shadow: 2px 2px #444444;
	letter-spacing: 1px;
	/*font-weight: 700;*/
	margin: 0px 0px 0px 0px;
}
.sliderTextHolder p{
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	color: #fff;
	text-shadow: 2px 2px #444444;
	letter-spacing: 1px;
	font-weight: 300;
	margin: 20px 0px 0px 0px;
}
/* END BANNER STYLES */


h1,h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;	
}

#contentFull h1
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	font-size: 34px;
	color:#572a77;
	line-height: 60px;
}

#contentLayered h1
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: normal;
	font-size: 50px;
	line-height: 60px;
	color:#572a77;

}

#content h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-weight: normal;
	font-size: 25px;
    line-height: 32px;
	color:#666666;

}

#content h3
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color:#666666;
}


#contentFull h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
	color:#572a77;

}
#contentFull h3
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color:#572a77;
}

#contentBG a:link, #contentBGLayered a:link, #contentFull a:link, #contentBG a, #contentBGLayered a, #contentFull a 
{
	/* ONLY THE FONT, COLOR AND FONT SIZE NEED TO CHANGE ON THIS STYLE */
  	font-size: 16px;
	line-height: 1.4;
  	text-decoration: none;
    color: #1f9fd9;
}

#contentBG a:hover, #contentBGLayered a:hover, #contentFull a:hover
{
	/* ONLY THE FONT, COLOR AND FONT SIZE NEED TO CHANGE ON THIS STYLE */
	color: #572a77;
  	font-size: 16px;
  	line-height: 1.4;
  	text-decoration: none;	
}

#contentBG h2 a:link
{
	/* ONLY THE FONT, COLOR AND FONT SIZE NEED TO CHANGE ON THIS STYLE */
  	color:#572a77;
  	font-size: 24px;
	line-height: 1.4;
  	text-decoration: none;
}

#contentBG h2 a:hover
{
	/* ONLY THE COLOR NEEDS TO CHAGE ON THIS STYLE */
	color: #00739B;
}


a
{
	/* ONLY THE COLOR NEEDS TO CHAGE ON THIS STYLE */
	/* STYLE FULLY SUBJECT TO CHANGE */
	color:#2c2e6a;
	text-decoration: none;
}

#contentBG a:link.largeContentButton, #contentBGLayered a:link.largeContentButton, #contentFull a:link.largeContentButton, #contentBG a:hover.largeContentButton, #contentBGLayered a:hover.largeContentButton, #contentFull a:hover.largeContentButton
{
	/* ONLY THE FONT COLOR AND SIZE NEED TO CHANGE ON THIS STYLE */
  	color: #FFFFFF;
  	font-size:18px;
  	text-decoration: none;
}

a.largeContentButton{
	/* ONLY THE FONT, FONT COLOR, FONT SIZE AND BACKGROUND NEED TO CHANGE ON THIS STYLE */
	background-color: #572a77;
	border:2px solid #ffffff;
	cursor:pointer;
	color:#ffffff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:24px;
	font-weight:bold;
	padding: 8px 30px;
	line-height: 40px;
	letter-spacing:1px;
	text-decoration:none;
}

a.largeContentButton:hover{
	/* ONLY THE BACKGROUND NEEDS TO CHANGE ON THIS STYLE */
	background: #75af43;
}

#content a:link.largeContentButton,#content a:visited.largeContentButton,#content a:hover.largeContentButton,#content a:active.largeContentButton
{
	/* ONLY FONT COLOR NEEDS TO CHANGE ON THIS STYLE */
	color: #FFFFFF;	
}

input[type=submit].largeContentButton{
	/* ONLY THE FONT, FONT COLOR, FONT SIZE AND BACKGROUND GRADIENTS NEED TO CHANGE ON THIS STYLE */
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2c3077), color-stop(1, #2c3077));
	background:-moz-linear-gradient(top, #2c3077 5%, #2c3077 100%);
	background:-webkit-linear-gradient(top, #2c3077 5%, #2c3077 100%);
	background:-o-linear-gradient(top, #2c3077 5%, #2c3077 100%);
	background:-ms-linear-gradient(top, #2c3077 5%, #2c3077 100%);
	background:linear-gradient(to bottom, #2c3077 5%, #2c3077 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c3077', endColorstr='f3df2c',GradientType=0);
	background-color:#2c3077;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:2px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family: 'BenchNine', sans-serif;
	font-size:18px;
	font-weight:300;
	padding:10px 35px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
	box-shadow: 1px 0px 8px #888888;
	position: relative;
	behavior: url(/PIE.php);
}

input[type=submit].largeContentButton:hover{
	/* ONLY THE FONT, FONT COLOR, FONT SIZE AND BACKGROUND GRADIENTS NEED TO CHANGE ON THIS STYLE */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3a599e), color-stop(1, #2c3077));
	background:-moz-linear-gradient(top, #3a599e 5%, #2c3077 100%);
	background:-webkit-linear-gradient(top, #3a599e 5%, #2c3077 100%);
	background:-o-linear-gradient(top, #3a599e 5%, #2c3077 100%);
	background:-ms-linear-gradient(top, #3a599e 5%, #2c3077 100%);
	background:linear-gradient(to bottom, #3a599e 5%, #2c3077 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a599e', endColorstr='#2c3077',GradientType=0);
	background-color:#3a599e;
	position: relative;
	behavior: url(/PIE.php);
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* START GENERAL STYLES THESE STYLES NEED LITTLE TO NO UPDATES FOR DIFFERENT SITES /////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

html{
	width: 1200px;
	height: auto;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	translate3d(0, 0, 0);
	/*
	-webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
	*/
	background: #FFFFFF;
	/*
	width: 100%;	
	height: 100%;	
	*/
}

#fixedHeader.fixedHeaderWithTranistions
{
	/*
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
	*/
}

#fixedHeader.fixedHeaderSmaller
{
	height: 103px;
	/*height: 65px;*/
	padding-bottom: 0px;
	/*top: -30px;*/
	/*border-bottom: 1px solid #ffc33e;*/
}

#fixedHeader.hiddenHeader
{
	display: none;	
}


/* Alert Box */
#homeAlertBox{
	position: relative; 
	top:0px; 
	left:0; 
	width: 100%; 
	background: #ffc33e; 
	color: #353535;
	text-align: center;
	padding: 10px;
	font-weight: 700;
	border-bottom: 2px solid #FFFFFF;
}

#homeAlertBox img{
	padding-right: 10px;
	width: 20px;
	height: 20px;	
	position: relative;
	top: 4px;
}
#contentBG h2 a:link
{
  	color: #000;
  	font-size: 24px;
	line-height: 1.4;
  	text-decoration: none;
}

#contentBG h2 a:hover
{
	color: #e31d1a;
}

/* Added for SiteStyle update */
#contentBGLayered {
	padding:0px 0px 0px 0px;
}

#contentLayered {
	
}

.maxWidthWrapper
{
	max-width: 1000px;	
	margin: 0px auto 0px auto;
}

.layeredDivContent {
	margin-bottom: 0px;
	clear:both;
	padding: 50px;
}

.layeredEven {
	background: #FFFFFF;
	border-top: 1px solid #ffbebe;
	border-bottom: 1px solid #ffbebe;
}

.layeredOdd { 
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#fdfdfd));
	background: -webkit-linear-gradient(#FFFFFF, #fdfdfd);
	background: -moz-linear-gradient(#FFFFFF, #fdfdfd);
	background: -ms-linear-gradient(#FFFFFF, #fdfdfd);
	background: -o-linear-gradient(#FFFFFF, #fdfdfd);
	background: linear-gradient(#FFFFFF, #fdfdfd);
	-pie-background: linear-gradient(#FFFFFF, #fdfdfd);
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#pageBannerPopoverContainer {
	
}

div#pageBannerPopoverContainer #adminBox { 
	background-color:transparent; 
}

div#pageBannerPopoverContainer h1 { 
	left: 0px; 
	width:auto; 
}

#contentBGFullContentLayered { 
	width: 100%;
	padding: 20px 0px 20px 0px;
	float:left;
}

#updateLinkButton {
	font-size:12px;
	margin-top:5px;
	display:none;	
}

/* Fix for checkboxes - not sure why but they are set with -9999px left attribute above which makes them un-usable on the admin screens since they can't be seen
   This is to correct it only on those screens - pbischof@techsgi.com */
#adminFormOption input[type=checkbox] { left:0px; }

/* START CHART STYLES */
#content .legends
{
	float: left;
    width: 96%;
    background-color: transparent;
    padding: 2% 0px;
    margin-bottom: 0px;
}

#content .chart-legend p
{
	color: #000;
	font-weight: bold;
	width: 100%;
    padding: 4px 2% 4px 0px;
    margin: 0px;
	float: left;
	clear: both;
    text-align: left;
	font-size: 12px;
}

#content .chart-legend ul
{
    margin: 0px;
	list-style-type: none;
    float: left;
	padding-left: 0px;
	font-size: 10px;
	text-align: left;
}

#content .chart-legend ul li
{
	color: #000;
	font-weight: bold;
	padding: 5px 0px;
	margin-bottom: 0px;
}

#content .legend-colors
{
	width: 10px;
    height: 10px;
    border-radius: 10px;
	margin-top: 1px;
    margin-right: 5px;
    float: left;
}
/* END CHART STYLES */

strong
{
	font-weight: bold;
}


hr
{
	border-top:1px solid #cccccc;
	border-right:0px;
	border-left:0px;
	border-bottom:0px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}

#contentPageBackground
{
	width: 100%;
	min-height: 300px;
	padding-bottom: 75px;
	float: left;
	/*padding: 0px 0px 50px 0px;*/
	margin: 0px 0px 0px 0px;
	text-align: left;
	background: #FFFFFF;
	/*
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#e9e9e9));
	background: -webkit-linear-gradient(#FFFFFF, #e9e9e9);
	background: -moz-linear-gradient(#FFFFFF, #e9e9e9);
	background: -ms-linear-gradient(#FFFFFF, #e9e9e9);
	background: -o-linear-gradient(#FFFFFF, #e9e9e9);
	background: linear-gradient(#FFFFFF, #e9e9e9);
	-pie-background: linear-gradient(#FFFFFF, #e9e9e9);
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;		
	*/
	/*-webkit-box-shadow:#000000 0px 10px 10px;
	-moz-box-shadow:#000000 0px 10px 10px;
	box-shadow: 0px 10px 10px #000000;*/
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);	
	border-top: 4px solid #572a77;
}

#contentPageBackground.adminLoggedIn
{
	margin: 170px 0px 0px 0px;
}

#contentPageBackground p
{
	font-size: 16px;
	color: #666666;
	line-height: 1.4;	
}

#rightcolumn{
	width:189px;
	float:right;
	padding: 20px 0px 0px 10px;
	border-left:1px solid #EBEBEB;
	min-height:400px;
}

#rightcolumn h1{
	font-size: 16px;
}

#rightcolumn #calendarFeatureHomeImageDiv
{
	border: 1px solid #DEDEDE;
	margin: 0px 15px 5px 0px;	
	background: none;
	padding: 0px;
	width: 146px;
}

#calendarFeatureHomeImageDiv
{
	border-bottom: 1px solid #DEDEDE;
}

#subnav{
	width:25%;
	text-align:left;
	line-height:24px;
	margin-bottom:0px;
	padding:0px;
	margin-top:10px;
	border-right:1px solid #EBEBEB;
	float:left;
	margin-left:0px;
}

#nav{
	width:90%;
	float:left;
	/*min-height:400px;*/
	padding-right:0px;
	margin-top: 0px; /*80px */
}


#contentBG
{
	/*background: transparent url(/images/design/bg.png) repeat-y top left;*/
	width: 92%;
	padding: 20px 4% 20px 4%;
	/*margin-top: 70px;*/
	float:left;
}

#contentBGFullContent
{
	width: 80%;
	padding: 20px 10% 20px 10%;
	float:left;
}

#contentFull{
	width: 100%;
	text-align:left;
	float:left;
	margin-left:0px;
	margin-top:25px;
	line-height:20px;
}

#content
{
	 width: 60%;
	  padding: 0px 50px 50px 50px;
	  text-align: left;
	  float: right;
	  margin-left: 10px;
	  margin-top: 0px;
	  margin-bottom: 25px;
	  line-height: 20px;
	  min-height: 500px;
	  position: relative;
	  /*
	  background: #FFFFFF;
	  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EBEBEB));
	  background: -webkit-linear-gradient(#FFFFFF, #EBEBEB);
	  background: -moz-linear-gradient(#FFFFFF, #EBEBEB);
	  background: -ms-linear-gradient(#FFFFFF, #EBEBEB);
	  background: -o-linear-gradient(#FFFFFF, #EBEBEB);
	  background: linear-gradient(#FFFFFF, #EBEBEB);
	  -pie-background: linear-gradient(#FFFFFF, #EBEBEB);
	  -moz-border-radius: 10px;
	  -webkit-border-radius: 10px;
	  border-radius: 10px;
	  border: 1px solid #CCCCCC;
	  -webkit-box-shadow: #CCCCCC 0px 0px 6px;
	  -moz-box-shadow: #CCCCCC 0px 0px 6px;
	  box-shadow: #CCCCCC 0px 0px 6px;
	  behavior: url(/PIE.php);
	  */
	
}

#content h1
{
	font-family: 'PT Sans Narrow', sans-serif;
    font-size: 35px;
    color: #572a77;
	line-height: 24px;
	text-transform: capitalize;
}



#contentBGFullContent #content
{
	width: 60%;
	text-align:left;
	margin-left:0px;
	margin-top:25px;
	line-height:20px;
}

#contentBGFullContent #leftcolumn{
	width: 970px;
	float:left;
}

#contentBGFullContent #titlebar{
	background:url(/images/common/BG_subheader_wide.jpg);
	color:#666;
	font-weight:100px;
	width: 970px;
}

#contentBGFullContent #contentFull #titlebar{
	background:url(/images/common/BG_subheader_wide.jpg);
	color:#666;
	font-weight:100px;
	width: 970px;
	margin: -15px 0px 0px -30px;
}

#contentBGFullContent #titlebar h1.title
{
	float:left; 
	width: 665px; 
	text-align:left;
	font-weight:100;
	margin-top: 20px;
}

.title
{
	margin-top: 0px;	
}

#subpageBodyContent
{
	width: 520px;
	padding: 30px 40px 30px 40px;
	margin: 0px 5px 0px 0px;
	float: left;
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif;  
}

#subpageBodyContent a
{
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif;  
}

#subpageBodyContentFull
{
	float: left;
	width: 780px;
	padding: 10px 100px 50px 100px;
}

#subpageColumnRight
{
	width:240px;
	float: right;
	margin-top: 0px;
}

#subpageColumnLeftExtras
{
	width: 220px;
	padding: 20px;
	float: left;
	margin-top: 60px;
	font-size: 11px;
}

#subpageColumnLeftExtras p
{
	margin: 10px 0px 10px 0px;
	text-align: justify; 
	text-justify: newspaper;
}

#subnavItem
{
	background: url() repeat-x bottom left;
	padding: 8px 2px 8px 0px;
	border-bottom: 1px solid #eeeeee;
	font-size: 20px !important;
}

#subnavItem a
{
	font-size: 22px !important;
	font-family: 'PT Sans Narrow', sans-serif;
}

#subnavItemLevelThree
{
	font-family: 'PT Sans Narrow', sans-serif;
	background: #fff url() repeat-x bottom left;
	padding: 8px 2px 8px 20px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #FFF;
	margin-left: -4%;
	width: 98%;
}

#subnavItemLevelThree a:link, #subnavItemLevelThree a:visited, #subnavItemLevelThree a:active, #subnavItemLevelThree a:hover 
{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 22px !important;
}

#subnavItemLevelFour
{
	background: #fff url() repeat-x bottom left;
	padding: 8px 2px 8px 12px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	width: 102%;
}

#subnavItemLevelFour a
{

}


#subnavItemLevelFive
{
	background: #fff url() repeat-x bottom left;
	padding: 8px 2px 8px 12px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	width: 106%;
}

#subnavItemLevelFive a
{

}


#subpageColumnLeftExtras hr.doubleLine
{
	color: #FFF;
	background-color: #FFF;
	border-top: 1px solid #DEDEDE;
	border-bottom: 0px;
	margin: 8px 0px 8px 0px;
}
.bullet
{
	margin-right: 5px;
}

#myClear
{
	width: 100%;
	float: left;
	clear: both;
}

#spacerDiv
{
	float: left;
	width: 100%;
	margin: 20px 0px 20px 0px;
}

#newsHomeHighlight
{
	background: #EBEBEB;
	padding: 4px;
	border: 1px solid #6b361b;
}

#smallText
{
	font-size: 11px;
	font-weight: bold;
}

#smallText a
{
	font-size: 11px;
	font-weight: bold;
}

td 
{
	text-align:left;
	vertical-align:top;
	padding: 0px;
	border:0px;
}

.thumbnailImageGridStyle
{
	padding: 10px 25px 10px 10px;
	width: 500px;
	margin-bottom: 20px;
	float: left;
}


#thumbnailImageRightContainer
{
	float: left;
	width: 200px;
	margin: -50px 0px 15px 0px;
	text-align: center;
	vertical-align: middle;
}

#thumbnailImageLeftContainer
{
	float: left;
	width: 500px;
	margin: 10px 25px 15px 0px;
	vertical-align: middle;
}

#ImageFloatThumb
{
	width: 230px;
	float: left;	
}

#photoGalleryTitle
{
	text-align: center;
	margin-top: 15px;
}

.thumbnailImageRightAlbum
{
	padding: 4px;
	margin-bottom: 20px;
	text-align: center;
}

.thumbnailImageRightAlbum img
{
	border: 1px solid #CCCCCC;
	background: #EBEBEB;
	padding: 4px;
	margin: 5px;
}

.thumbnailImageRight
{
	padding: 4px;
	margin-bottom: 20px;
}

.thumbnailImageRight img
{
	float: left;
	border: 1px solid #CCCCCC;
	background: #EBEBEB;
	padding: 4px;
	margin: 5px;
}
.grayText
{
	color: #a4b8b6;	
	line-height: 2; 
}

#content ol 
{
	list-style-position:outside;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    padding-left: 16px;
}

#content ol li 
{
	margin-bottom: 10px;
	padding-bottom: 5px;
}


#content ul 
{
	list-style: none;
	list-style-type: disc;
	list-style-position:outside;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    padding-left: 16px;
}


#content ul li 
{
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: list-item;
}

#content ul li:before 
{
/*	content: "\f0a9"; 
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; 
  width: 1.3em; */
}

#contentFull ol 
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#contentFull ol li 
{
	margin-bottom: 10px;
	padding-bottom: 5px;
}


#contentFull ul 
{
	list-style: none;
	list-style-type: disc;
	list-style-position:outside;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    padding-left: 16px;
}


#contentFull ul li 
{
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: list-item;
}

#contentFull ul li:before 
{
/*	content: "\f0a9"; 
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; 
  width: 1.3em; */
}

img
{
	border: 0px;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	filter: none; 
	-webkit-filter: blur(0px); 
	-moz-filter: blur(0px); 
	-ms-filter: blur(0px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
	backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-font-smoothing: subpixel-antialiased;
}

.required
{  
	font-size: 14px; 
	line-height: 1.2; 
	font-weight: normal; 
	color: #a8403f; 
	text-decoration: none;
}

.dashes
{
	border-top: 1px dashed #5B5039;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.doubleLineSubnav
{
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #7C9FB2;
	margin-top: 5px;
	margin-bottom: 5px;
}

.doubleLine
{
	border-top: 1px solid #BAB8B6;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #DDD9D6;
}

.transparent_class {
	filter:alpha(opacity=80);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.mediumImage
{
	border-top: 1px solid #C1CACD;
	border-left: 1px solid #C1CACD;
	border-right: 1px solid #C1CACD;
	border-bottom: 2px solid #C1CACD;
}

.photoAlbumIcon
{
	background: url(/images/common/bg_photoalbum.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 97px;
	height: 100px;
}

div#ShowEmailForm
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#showBorder 
{
	border: 1px solid #CCCCCC;	
}

#showBorder td
{
	padding: 5px;
	border: 1px solid #CCCCCC;	
}

#printerFriendly
{
	margin-bottom: 10px;
	text-decoration:none;
	color:
}

.smallWhiteLink
{  
	font-size: 11px; 
	color: #FFFFFF; 
}
a:link.smallWhiteLink
{  
	font-size: 11px; 
	color: #FFFFFF; 
}
a:visited.smallWhiteLink
{  
	font-size: 11px; 
	color: #FFFFFF; 
}
a:hover.smallWhiteLink
{  
	font-size: 11px; 
	color: #FFFFFF; 
}
a:active.smallWhiteLink
{  
	font-size: 11px; 
	color: #FFFFFF; 
}

#bannerImage
{
	width: 575px;
	float: left;
	clear: both;	
}

#bannerLinkFieldDiv
{
	display: none;	
}

#formsTable
{
	width: 100%;
	border: 0px;	
}

#formsTable td
{
	width: 33%;
	padding: 10px;
	border-right: 0px;	
}

#clearDiv
{
	width: 100%;
	clear: both;	
}

#thumbnailBackground
{
	width: 10%;	
	border: 0px;
	padding: 0px;
}

#thumbnailBackground .topleft
{
	width: 9px;
	height: 9px;
	background: url(/images/common/bg_image_top_left.png) no-repeat top right;	
}

#thumbnailBackground .topmiddle
{
	width: 100%;
	height: 9px;
	background: url(/images/common/bg_image_top_repeat.png) repeat-x top left;	
}

#thumbnailBackground .topright
{
	width: 9px;
	height: 9px;
	background: url(/images/common/bg_image_top_right.png) no-repeat top left;	
}

#thumbnailBackground .left
{
	width: 9px;
	background: url(/images/common/bg_image_left_repeat.png) repeat-y top left;	
}

#thumbnailBackground .right
{
	width: 9px;
	background: url(/images/common/bg_image_right_repeat.png) repeat-y top left;	
}

#thumbnailBackground .bottomleft
{
	width: 9px;
	height: 9px;
	background: url(/images/common/bg_image_bottom_left.png) no-repeat top right;	
}

#thumbnailBackground .bottommiddle
{
	width: 100%;
	height: 9px;
	background: url(/images/common/bg_image_bottom_repeat.png) repeat-x top left;	
}

#thumbnailBackground .bottomright
{
	width: 9px;
	height: 9px;
	background: url(/images/common/bg_image_bottom_right.png) no-repeat top left;	
}

#thumbnailBackground .image
{
	background: #FFF;	
}

#thumbnailBackground .thumbSpacer
{
	width: 9px;
	height: 9px;	
}

#thumbnailBottomMargin
{
	width: 100%;
	clear: both;
	margin: 0px 0px 20px 0px;	
}

.testimonialButton
{
	float: right;
	margin: -200px 0px 25px 25px;	
	position: relative;
	z-index: 50;
}

.GMaps
{
	border: 2px solid #999;	
}

#adobeReader
{
	width: 100%;
	padding: 15px;
	margin-top: 15px;
	border: 2px solid #EBEBEB;
	background: #FFF url(/images/common/bg_gray_fade_up.gif) repeat-x bottom left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#adobeReader img
{
	float: left;
	margin: 15px 10px 35px 10px;
}

#FormsAndDownloads
{
	width: 100%;
	padding: 15px;
	margin-top: 15px;
	border: 2px solid #EBEBEB;
	background: #FFF url(/images/common/bg_gray_fade_up.gif) repeat-x bottom left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#FormsAndDownloads #subnavItem
{
	padding: 12px 0px 12px 12px;
	border-bottom: 1px solid #CCC;
	background: none;
}

.calendarDisplayWrapper
{
	width: 70%;
	float: left;
	margin-left: 35px;
}

#newsList
{
	width: 70%;
	float: left;
	margin-left: 35px;
}

#NewsStandard
{
	padding: 10px;
	border-top: 1px solid #CCC;
	margin-top: 2px;
}

.currentPage
{
	padding: 6px;
	border-top: 1px solid #CCC;
	background: #EBEBEB;
}

.notCurrentPage
{
	padding: 6px;
	background: #FFF;
}

#paginationDiv
{
	/*background: #FFF;*/
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	margin: 15px 0px 15px 0px;
	padding: 15px;
}

.currentPagePagination
{
	padding: 6px 0px 6px 0px;
	background: #FFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.currentPage .currentPagePagination
{
	padding: 0px;	
	border: 0px;
}

.currentPagePagination a
{
	margin-left: 6px;	
}

#membersLogin
{
	display: block;
	margin: 0 auto;
	padding: 40px 20px 40px 20px;
	/*background: #5a5a5a url(/images/common/bg_member_login.gif) repeat-x top left;	*/
/*	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #FFF;*/
	width: 50%;
	border: 1px solid #666666;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#calendarList h1
{
	font-size: 16px;
	margin: 0px;
}

#calendarList h1 a
{
	font-size: 16px;
	margin: 0px;
}

div#calendarDetail
{
	float: left;
	width: 93%;
	/*background: #FFFFFF;*/
	padding: 25px;
	font-size: 14px;
	/*background: #FFF url(/images/common/bg_fade_transparent_to_black_20_high.png) repeat-x bottom left;*/
	/*border: 1px solid #EBEBEB;*/
}

div#calendarDetail a
{
	font-size: 14px;
}

div#calendarDetail h1
{
	margin-bottom: 0px;
}

div#calendarDetail h2
{
	margin-top: 0px;
}


#MoreDates
{
	float: right;
	width: 250px;
	border-left: 1px solid #EBEBEB;
	padding: 15px;	
}

#calendarDate
{
	float: left;
	width: 23%;
	margin-right: 10px;	
	font-size: 16px;
}

#calendarEventTitle
{
	float: left;
	width: 60%;
	margin-right: 15px;
	font-size: 16px;
}

#calendarEventTitle a
{
	font-size: 16px;
}

#calendarEventDetails
{
	float: left;
	width: 10%;
	margin-right: 15px;
	font-size: 14px;
	text-align: right;
}

#calendarEventDetails a
{
	font-size: 14px;
}


table
{
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}

table td
{
	text-align: left;
	vertical-align: top;
	
}

#content table td
{
	padding: 0px;
	text-align: left;
	vertical-align: top;
	border: 0;
	padding: 5px;
}

#content table td p
{
	margin: 0px 0px 15px 0px;	
}

#contentLayered table td
{
	padding: 0px;
	text-align: left;
	vertical-align: top;
	border: 0px;
	padding: 25px;
}

#contentLayered table td p
{
	margin: 0px 0px 15px 0px;	
}



table th
{
	color: #FFF;
	background: #999;
	padding: 0px;
	border-bottom: 1px solid #FFF;
	text-align: left;
	vertical-align: top;
}

#cmsImage
{
	border: 1px solid #FFFFFF;
	margin: 0px 15px 15px 0px;	
	background: #72d5f1;
	padding: 2px;
}

.cmsImage
{
	border: 2px solid #FFFFFF;
    margin: 0px 15px 15px 0px;
    background: #FFFFFF;
    margin: 0px 15px 15px 0px;
    padding: 0px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: #333333 0px 0px 4px;
    -moz-box-shadow: #333333 0px 0px 4px;
    box-shadow: 0px 0px 4px #333333;
    position: relative;
    behavior: url(/PIE.php);
}

img[align=right].cmsImage
{
	margin: 0px 0px 15px 15px;
}

.cmsImageLarge
{
	width: 100%;
	height: auto;
	border: 2px solid #FFFFFF;
    margin: 0px 15px 15px 0px;
    background: #FFFFFF;
    margin: 0px 15px 15px 0px;
    padding: 0px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: #333333 0px 0px 4px;
    -moz-box-shadow: #333333 0px 0px 4px;
    box-shadow: 0px 0px 4px #333333;
    position: relative;
    behavior: url(/PIE.php);
}

.cmsImage.noBorder, .cmsImageLarge.noBorder { 
	width: 100%;
	height: auto;
    border: none;
    box-shadow: none;
    background: none;
	position: relative;
}
iframe
{
	width: 100%;
}
#content iframe
{
	/*
	border: 2px solid #FFFFFF;
	background: none;
	padding: 2px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;	
	-webkit-box-shadow:#666666 0px 0px 10px;
	-moz-box-shadow:#666666 0px 0px 10px;
	box-shadow: 0px 0px 10px #666666;
	position:relative;
	behavior: url(/PIE.php)
	*/
}

#socialSubpage
{
	width: 100%;
	margin-top: 50px;
}

#socialSubpage #addThis
{
	float: left;
	padding: 4px;
	width: 33%;
}

#socialSubpage #like
{
	float: left;
	padding: 4px;
	width: 33%;
}

#facultySearchHolder
{
	background: #60000B url(/images/common/bg_fade_transparent_to_white.png) repeat-x bottom left;
	float: left;
	clear: both;
	width: 79%;
	padding: 15px 10% 15px 10%;	
	margin: 0px 0px 0px 2px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

#facultySearchHolder select
{
	font-family:  'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #666666;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 2px;
	padding: 2px;
	width: 65%;
}

#facultySearchHolder .buttonActionSmallPublic
{
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	margin-top: 5px;
	font-weight: bold;
	min-width: 50px;
	width: 50px;
}

#titlebarCalendar{
	font-weight:100px;
	width: 100%;
}

#titlebarCalendar h1.section
{
	float:left; 
	margin-left:20px; 
	margin-right:20px; 
	margin-top: 20px;
	text-align:left; 
	font-weight:100;
	width: 240px;
}

#titlebarCalendar h1.title
{
	float:left; 
	width:400px; 
	text-align:left;
	font-weight:100;
	margin-top: 20px;
}

#teaserCroppedPhoto
{
	float: left;
	width: 86px;
	height: 86px;
	border: 1px solid #DEDEDE;
	padding: 2px;
	background: #FFF;
	overflow: hidden;	
}

#skipnavigation
{
	display: none;	
}

#subpageFade
{
	height: 133px;
	width: 191px;
	overflow: hidden;
	margin-left:5px;
	background: #FFF;
	border: 1px solid #DEDEDE;
	padding: 4px;
	margin-bottom: 5px;
}

#likeHome
{
	margin-left: 20px;	
}

#ContactUsButtonDiv
{
	position: relative;
	top: -65px;
	left: 175px;
	width: 118px;
}

#contentBGFullContent #content.centerClass
{
	margin-left: 300px;
}

.anchorMargin
{
	position: absolute;
	top: -55px;	
}

/* Global Datatable Styles */

.dataTables_length{ text-align: left; margin-bottom: 20px; }
.dataTables_filter{ text-align: right; margin-bottom: 20px; }
.dataTables_footer{ text-align: left; }

.paginate_button{
	margin: 0 4px;
}

.paginate_button:hover{
	cursor: pointer;
	font-weight: 700;
}

.paginate_button_disabled{
	color: #999;
}
.paginate_button_disabled:hover{
	font-weight: normal;
	cursor: default;
}

.paginate_active{
	font-weight: 700;
}


/* Data table for Add Sermon page */

#calendarDatatableID_info{ display: none; }
#calendarDatatableID_filter,  #calendarDatatableID_length{	margin: 7px 0; 	}
#calendarDatatableID_filter input, #calendarDatatableID_length select { height: 22px; font-size: 12px; padding: 4px; margin: 0; }
#calendarDatatableID_length select{ width: 60px; margin: 0 3px; display: inline-block; height: 25px; font-size: 12px;	padding: 0; }

.calendarDatatable td, .calendarDatatable th { font-family: 'Carrois Gothic', sans-serif; }
.calendarDatatable td { font-size:14px; padding: 3px 2px; vertical-align: middle; margin: 0; text-align: center; }
.calendarDatatable th 
{ 
	border:none;
	color:#FFFFFF;
	padding:5px;
	background-color: #5f5f5f;
	text-align: center;
	
}
.calendarDatatable a, .calendarDatatable a:active { color:#0040FF; text-decoration:none; }
.calendarDatatable a:hover { text-decoration:underline; }
.calendarDatatable input[type=checkbox] { width:20px; height:20px; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; }
.calendarDatatable .dataTables_filter{ text-align: right; display: inline-block; height: 27px; }
.calendarDatatable tr{
	border-bottom: 1px solid #CCC;
}

.dataTables_paginate{
	display: block;
	margin: 5px 0;
	font-size: 12px;
}

#groupTable th{
	display: none;
}

#groupTable td, #groupTable th { font-family: 'Carrois Gothic', sans-serif; }
#groupTable td { font-size:14px; padding: 0px 2px;  vertical-align: middle; }

#groupTable tr{
	border-bottom: 1px solid #CCC;
}
#groupTable tr:last-child{
	border:0;
}

#groupTable a{
	text-decoration: none;
}

.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; background: #5f5f5f!important; }

/*.sorting:first-child{ background: #212f41; }*/

.NavSideBarContent
{
	float: left;
	clear: both;
	width: 245px;
	top: 60px;
	position: relative;	
}

.NavSideBarContent h1
{
	font-size:25px !important;
}

/* START STAFF STYLES */

.staffMemberGrid
{
	width: 28%;
	float: left;
	padding: 0px;
	margin: 0px 25px 25px 0px;
	text-align: center;
}

.staffMemberGrid img
{
	width: 100% !important;
}

.staffMember
{
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.staffMember .staffMemberLargePhoto
{
	float: left;
	margin: 0px 25px 25px 0px;
	width: 350px;
}

.staffWrapper table
{
	width: 58% !important;
}

.staffWrapper table ul
{
	list-style-type: none !important;
	list-style-position: inside !important;
	padding-left: 0px !important;
}
.staffWrapper table ul li
{
	margin: 5px 0px !important;
	padding: 5px 0px !important;
	border-bottom: 1px dashed #CCCCCC;
	font-size: 16px;
    color: #999999;
}

.staffWrapper table ul li:last-child
{
	border-bottom: 0px !important;
}

.staffBioBottom table
{
	width: 50% !important;
}
.staffBioBottom table td
{
	width: 40% !important;
	padding: 0px 10% 0px 0px;
}

.staffMemberBio table h3 {
    /*
	color: #FFFFFF !important;
    background: #666666 !important;
    width: 100% !important;
    padding: 2px 15px 2px 15px !important;
    border-radius: 15px 15px 0px 0px !important;
	text-align: center;
    font-size: 18px !important;
	*/
	border-top: 4px solid #666666 !important;
    width: 100% !important;
    padding: 7px 15px 2px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
    font-size: 18px !important;
}
/* END STAFF STYLES */

:target:before {
content:"";
display:block;
height:200px; /* fixed header height*/
margin:-200px 0 0; /* negative fixed header height */
}