@charset "UTF-8";
/* CSS Document */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* START SITE-SPECIFIC STYLES FOR COMMON CMS COMPONENTS. THESE STYLES WILL NEED UPDATED FOR DIFFERENT SITES ////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#mainDiv{
	/* ONLY THE BACKGROUND COLOR CHANGES ON THIS STYLE */
	margin:0px auto 0px auto;
	width: 1200px;
	background: #FFFFFF;
	/*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: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
}

#mainDiv.extraTopPad{
	/* ONLY THE TOP PADDING CHANGES ON THIS STYLE */
	/*padding-top: 150px;*/
}
#mainDiv.extraTopPadHome{
	/* ONLY THE TOP PADDING CHANGES ON THIS STYLE */
	/* padding-top: 127px;*/
}

/* START BANNER STYLES */
.noBanners
{
	/* ONLY THE HEIGHT NEEDS TO CHANGE ON THIS STYLE */
	background: url(/images/design/nobanner.jpg) no-repeat bottom left;
	background-size: cover;
	width: 1200px;
	height: 160px;
	float: left;
	clear:both;
	border-bottom: 0px solid #00a79d;
	/*margin-top: 82px;*/
	/*margin-bottom: -55px;*/
	position: relative;
}

#sliderContainer{
	/* STYLE FULLY SUBJECT TO CHANGE */
	width: 1200px;
    height: 460px;
    float: left;
    position: relative;
	background: #333333;
}
#sliderContainerSubpage{
	/* STYLE FULLY SUBJECT TO CHANGE */
	width: 100%;
	background: #CCCCCC;
	margin-top:0px;
	float: left;
	font-family: 'Cabin Condensed', sans-serif;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	height: 300px;
	overflow: hidden;
}
#sliderContainer p, #sliderContainerSubpage p{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Cabin Condensed', sans-serif;
    font-size: 20px;
    line-height: 35px;
    /* width: 912px; */
    margin: 0px 0px 0px 60px;
    color: #d0e4dc;
    font-weight: 200;
    float: left;
	 clear: both;
}
#sliderContainer h1, #sliderContainerSubpage h1{
	font-family: 'Cabin', sans-serif;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    float: left;
    margin: 95px 0px 0px 25px;
}

#sliderContainerSubpage h1
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Cabin', sans-serif;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    float: left;
    margin: 95px 0px 0px 25px;
}

#sliderContainerSubpage h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Cabin', sans-serif;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-shadow: 0px 5px 10px #000000;
	margin-top: 0px;
}

#sliderContainerSubpage p
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	/*
	position: absolute;
    left: 128px;
    width: 1000px;
	z-index: 10;
	*/
}
.sliderImageHolder img {
	width: 1200px;
	height: 460px;
	position: relative;
	z-index: -1;
	
}
.sliderImageHolderSubpage img /* SUB PAGE BANNER STYLE */
{
	
	/* STYLE FULLY SUBJECT TO CHANGE */
	/*width: 1200px;
	height: 240px;*/
}

.sliderCover
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	background: url(/images/design/slider-cover.png) no-repeat;
	background-size: cover;
	background-position: center;
	width: 1200px;
	height: 460px;
	position: absolute;
    z-index: 1;
}

.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: 52px;
	left: 0;
	z-index: 4;
	width: 100%;
	/*background: url(/images/design/slider-caption.png) no-repeat bottom left;*/
	/*background-size:100% 100%;*/
	height: 248px;
	overflow: hidden;
	
	background: url(/images/design/slider-cover.png) no-repeat;
	background-size: cover;
	background-position: center;
	
}
.sliderTextHolder 
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	/* HOME PAGE BANNER STYLE */
	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 */
	float: left;
    width: 1200px;
    z-index: 1;
    position: absolute;
	text-align: center;
    
}
.sliderTextHolderSubpage h1 {
	font-family: 'Cabin', sans-serif;
    font-size: 32px;
    color: #fff;
    font-weight: 300;
    margin: 110px 0px;
    padding: 10px 20px;
    background: url(/images/design/slider-cover-h1-bg.png) no-repeat top left;
    background-size: cover;
}
.sliderTextHolder a.largeContentButton{
	/* STYLE FULLY SUBJECT TO CHANGE */
	background-color: transparent;
    border: 2px solid #ffffff;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Cabin', 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: #00a79d;
}
/* END BANNER STYLES */


h1,h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Cabin', sans-serif;
	font-weight: 700;	
}

#contentLayered h1
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Cabin', sans-serif;
    font-size: 52px;
    font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #00a79d;

}

#content h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 24px;
    color: #333333;
}

#content h3
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color:#666666;
}


#contentFull h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Lato', sans-serif;
	line-height: 1.2;
	margin-bottom: 10px;	
	font-size: 32px;
	color: #00a79d;

}
#contentFull h3
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color:#666666;
}

#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: #00a79d; */
}

#contentBG a:hover, #contentBGLayered a:hover, #contentFull a:hover
{
	/* ONLY THE FONT, COLOR AND FONT SIZE NEED TO CHANGE ON THIS STYLE */
	color: #4c4c4d;
  	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:#2c2e6a;
  	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;
}

#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 !important;
  	font-size:18px;
  	text-decoration: none;
}



a.largeContentButton{
	/* ONLY THE FONT, FONT COLOR, FONT SIZE AND BACKGROUND NEED TO CHANGE ON THIS STYLE */
	/*background: url(/images/design/button-shine-blue.png) no-repeat top left;*/
   background-color: #00a79d;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: 'Cabin', sans-serif;
    font-size: 12px !important;
    letter-spacing: 4px;
    font-weight: 500;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
}

a.largeContentButton:first-child {
	/* transform: skew(-20deg); /* INVERSE SKEW */ 
}

a.largeContentButton:hover{
	/* ONLY THE BACKGROUND NEEDS TO CHANGE ON THIS STYLE */
	background-color:#414042;
}

#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 */
	background-color: #00a79d;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: 'Cabin', sans-serif;
    font-size: 12px !important;
    letter-spacing: 4px;
    font-weight: 500;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
}

input[type=submit].largeContentButton:hover
{
	/* ONLY THE FONT, FONT COLOR, FONT SIZE AND BACKGROUND GRADIENTS NEED TO CHANGE ON THIS STYLE */
	background-color:#414042;

}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* START GENERAL STYLES THESE STYLES NEED LITTLE TO NO UPDATES FOR DIFFERENT SITES /////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



#fixedHeader.hiddenHeader
{
	display: none;	
}


/* Alert Box */
#homeAlertBox{
	position: fixed; 
	top: 99px; 
	left: 0; 
	width: 98%; 
	background: #ffc33e; 
	color: #353535;
	text-align: center;
	padding: 10px 1%;
	font-weight: 700;
	border-bottom: 2px solid #FFFFFF;
	z-index: 2;
}
#homeAlert{
	font-size: 16px !important;
}

#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: #00a79d;
}

/* 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: 42%;
    padding: 4px 2% 4px 0px;
    margin: 0px;
	float: left;
    text-align: right;
	font-size: 10px;
}

#content .chart-legend ul
{
    margin: 0px;
	list-style-type: none;
    float: left;
    border-left: 1px solid #6A6B6E;
	padding-left: 5px;
	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 */
/* General Site Styles */
strong
{
	font-weight: bold;
}

a
{
	color: #00a79d;
	text-decoration: none;
}

#contentBG a:link, #contentBGLayered a:link, #contentFull a:link
{
  	color: #00a79d;
  	font-size: 16px;
	line-height: 1.4;
  	text-decoration: none;
}

#contentBG a:hover, #contentBGLayered a:hover, #contentFull a:hover
{
	color: #00a79d;
  	font-size: 16px;
  	line-height: 1.4;
  	text-decoration: none;	
}

#contentBG h2 a:link
{
  	color: #000;
  	font-size: 24px;
	line-height: 1.4;
  	text-decoration: none;
}

#contentBG h2 a:hover
{
	color: #00a79d;
}


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;
	float: left;
	padding: 0px 0px 6px 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);	
}

#contentPageBackground.adminLoggedIn
{
	margin: 170px 0px 0px 0px;
}

#contentPageBackground p, #contentPageBackground ul, #contentPageBackground ol
{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
    color: #666666;
    line-height: 1.4;
    font-weight: 400;
}

#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: 40px;
}


#contentBG
{
	width: 92%;
	padding: 20px 4% 20px 4%;
	margin-top: 0px;
	float:left;
	border-top: 6px solid #00a79d;
}

#contentBGFullContent
{
	width: 92%;
	padding: 20px 4% 20px 4%;
	float:left;
}

#contentFull{
	width: 90%;
	text-align:left;
	float:left;
	margin-left:5%;
	margin-top:45px;
	line-height:20px;
}

#content
{
	/*
	 width: 60%;
	  padding: 25px 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;
	  */
	    width: 65%;
		padding: 25px 40px 50px 40px;
		text-align: left;
		float: right;
		margin-left: 10px;
		margin-top: 0px;
		margin-bottom: 25px;
		line-height: 20px;
		min-height: 500px;
		position: relative;
}

#content h1
{
	font-family: 'Cabin', sans-serif;
    font-size: 40px;
    font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #00a79d;
	clear: both;
}

#contentFull h1
{
	font-family: 'Cabin', sans-serif;
    font-size: 40px;
    font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #00a79d;
	clear: both;
}

#contentLayered h1
{
	font-family: 'Cabin', sans-serif;
    font-size: 40px;
    font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #00a79d;
	clear: both;
}


#contentBGFullContent #content
{
	width: 60%;
	text-align:left;
	float:left;
	margin-left:30px;
	margin-top:25px;
	line-height:20px;
}

#contentBGFullContent #leftcolumn{
	width: 970px;
	float:left;
}

#contentBGFullContent #titlebar{
	background:url(/images/common/BG_subheader_wide.jpg);
	color:#333;
	font-weight:100px;
	width: 970px;
}

#contentBGFullContent #contentFull #titlebar{
	background:url(/images/common/BG_subheader_wide.jpg);
	color:#333;
	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 #FFF;
}
/*
#subnavItem a
{
	font-size: 16px;
	line-height: 1.2; 
	color: #00739b;
}
*/
#subnavItem .footer
{
	color: #999;
}

#subnavItemLevelThree
{
	background: #00a79d url() repeat-x bottom left;
	padding: 8px 2px 8px 12px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin-left: -4%;
	width: 98%;
	color: #fff;
}

#subnavItemLevelThree a:link, #subnavItemLevelThree a:visited, #subnavItemLevelThree a:active, #subnavItemLevelThree a:hover 
{
	color: #fff;
	font-weight: normal;
	line-height: 1.2; 
}

#subnavItemLevelFour
{
	background: #545352 url() repeat-x bottom left;
	padding: 8px 2px 8px 12px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	/*margin-left: -7%;*/
	width: 102%;
	color: #CCC;
}

#subnavItemLevelFour a
{
	color: #dfdfdf;
	font-weight: normal;
	line-height: 1.2; 
}


#subnavItemLevelFive
{
	background: #2f2f2f url() repeat-x bottom left;
	padding: 8px 2px 8px 12px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	/*margin-left: -10%;*/
	width: 106%;
	color: #dfdfdf;
}

#subnavItemLevelFive a
{
	color: #dfdfdf;
	font-weight: normal;
	line-height: 1.2; 
}


#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 
{
	font-size: 14px; 
	font-style: normal; 
	line-height: 1.2; 
	font-weight: normal; 
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content ol li 
{
	margin-bottom: 10px;
	padding-bottom: 5px;
}


#content ul 
{
	list-style-type: disc;
	list-style-position:outside;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


#content ul li 
{
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: list-item;
}

img
{
	border: 0px;
}

.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;
	
}

.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;
}

#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: 550px;
	background: #717d96;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#717d96), to(#576173));
	background: -webkit-linear-gradient(#717d96, #576173);
	background: -moz-linear-gradient(#717d96, #576173);
	background: -ms-linear-gradient(#717d96, #576173);
	background: -o-linear-gradient(#717d96, #576173);
	background: linear-gradient(#717d96, #576173);
	-pie-background: linear-gradient(#717d96, #576173);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow:#000000 0px 4px 2px;
	-moz-box-shadow:#000000 0px 4px 2px;
	box-shadow: 0px 4px 2px #000000;
}

#membersLogin table{
	width: 400px;
	margin: 0 auto;
}

#calendarList h1
{
	font-size: 16px;
	margin: 0px;
}

#calendarList h1 a
{
	font-size: 16px;
	margin: 0px;
}

div#calendarDetail
{
	float: left;
	width: 93%;
	/*background: #FFFFFF;*/
	padding: 0px 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: 10px 0px;
	font-size: 24px;
}

#MoreDates
{
	border-top: 1px solid #EBEBEB;
}
#MoreDates h1 {
	font-family: 'Cabin', sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 16px;
    color: #00a79d;
	font-weight:700;
}
#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
{
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	
}

#content table td
{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	border: 0px;
	padding: 15px;
    color: #666666;
    line-height: 1.4;
    font-weight: 400;
	
}

#content table td p
{
	margin: 0px 0px 15px 0px;	
}

#contentLayered table td
{
	font-size: 14px;
	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: #bbbbbb;
	padding: 2px;
}

.cmsImage
{
	border: 2px solid #FFFFFF;
    margin: 0px 15px 15px 0px;
    background: #00a79d;
	margin: 0px 15px 15px 0px;	
	background: none;
	padding: 4px;
	border-radius: 20px;
	/*-moz-border-radius: 600px;
	-webkit-border-radius: 600px;
	border-radius: 600px;	
	-webkit-box-shadow:#000000 0px 0px 10px;
	-moz-box-shadow:#000000 0px 0px 10px;*/
	box-shadow: 0px 0px 10px #000000;
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);
}

img[align=right].cmsImage
{
	margin: 0px 0px 15px 15px;
}

.cmsImageLarge
{
	width: 95%;
	height: auto;
	border: 2px solid #FFFFFF;
    margin: 0px 15px 15px 0px;
    background: #00a79d;
	margin: 0px 15px 15px 0px;	
	background: none;
	padding: 4px;
	border-radius: 20px;
	/*-moz-border-radius: 600px;
	-webkit-border-radius: 600px;
	border-radius: 600px;	
	-webkit-box-shadow:#000000 0px 0px 10px;
	-moz-box-shadow:#000000 0px 0px 10px;*/
	box-shadow: 0px 0px 10px #000000;
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);
}

.cmsImage.noBorder, .cmsImageLarge.noBorder { 
	border:none;
	box-shadow:none;
}

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;	
}
/* General Site Styles End*/

/* 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;
	position: relative;	
}
.NavSideBarContent .cmsImage
{
	width: 100% !important;
	height: 100% !important;
}
/* START STAFF STYLES */

.staffMemberGrid
{
	width: 28%;
	float: left;
	padding: 0px;
	margin: 0px 25px 25px 0px;
	text-align: center;
	height: 400px;
}

.staffMemberGrid img
{
	width: 200px !important;
    height: 275px;
    object-fit: cover;
}

.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 */
/*
#content table 
{
	border: 1px solid #CCCCCC;
}

#content table tr td 
{
	border-right: 1px dashed #CCCCCC;
}

#content table tr.even
{
	background: #fbfbfb;
	border-bottom: 1px solid #CCCCCC;
}
#content table tr.odd
{
	background: #ebebeb;
	border-bottom: 1px solid #CCCCCC;
}

#content table tr td p
{
	margin: 4px 0px;
}
*/
:target:before {
content:"";
display:block;
height:200px; /* fixed header height*/
margin:-200px 0 0; /* negative fixed header height */
}


#mapFrame {
    border: 2px solid #FFF;
    background: none;
    padding: 2px;
    -webkit-box-shadow: #666666 0px 0px 10px;
    -moz-box-shadow: #666666 0px 0px 10px;
    box-shadow: 0px 0px 10px #666666;
    position: relative;
}

.leadNewsEventImage
{
	width: 50%;
	float: left;
	margin: 12px 25px 50px 0px;
}

.navSocialIcon
{
	font-size: 10px !important;
	margin-right: 10px;
}

.featuredEventContainerCrop
{
	width: 215px;
	height: 120px;
	overflow: hidden;
}


.orangeButton {
    background-color: #00a79d;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    border: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 30px;
}

.orangeButton:hover {
    background-color: #414042;
    cursor: pointer;
}

#formIcon
{
	color: #414042;
	float: left;
	font-size: 45px;
	/*padding: 60px 0px 0px 0px;*/
	width: 30%;
	text-align: right;
	/*margin: 0px 0px -233px -266px;*/
}
#formIdBlock h1.formprocess
{
	font-family: 'Cabin', sans-serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #00a79d;
	clear: both;
}
#formIdBlock
{
	float: left;
	margin-left: 30px;
	width: 66%;
}

/** PROJECTS STYLES **/
.project-container-image
{
	width: auto;
	height: 255px;
	overflow: hidden;	
	text-align: center;
}

.project-container-image img
{
	width: 100%;
	height: 250px;
	margin: 0px auto;
	object-fit: cover;
}

.project-category-container { clear:both; float:left; width: 100%; }
#projects-wrapper {
	/*width:1200px;*/
	border-top: 1px solid #fff;                         
}
#contentFull #projects-wrapper h2
{
	font-size: 40px;	
	color: #666666;
	font-weight: 300;
	border-top: 1px solid #666666;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 30px;
}
#projects-wrapper.all { }
#projects-wrapper.single { }

#projects-wrapper.all .project-container {
	/*width: 364px;*/
	width: 327px;
	background: #eee;
	float: left;
	position:relative;
	margin: 0px 2px; 
	-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;
}
#projects-wrapper.all .project-container:hover {
	background: #dee4f1;	
}
#projects-wrapper.all .project-container:hover img {
	opacity: 1.0;
}
#projects-wrapper.all .project-container img 
{
	max-width:100%;
	opacity: 0.85;
	-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;
}
#projects-wrapper.all .project-container:nth-child(odd) img { border-bottom:5px solid #00a79d; }
#projects-wrapper.all .project-container:nth-child(even) img { border-bottom:5px solid #414042; }
#projects-wrapper.all .project-container h1 {
	color: #00a79d;
	/*font-family: 'Belleza', serif;*/
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	padding-left: 15px;
	margin: 20px 0px 0px 0px;
}
#projects-wrapper.all .project-container p.project-container-text { padding-bottom:20px; }
#projects-wrapper.all .project-container p {
	/*font-family: 'Encode Sans', sans-serif;*/
	font-size: 16px;
	color: #333333;
	font-weight: 300;
	padding: 0px 15px;
	margin: 0px;
}
#projects-wrapper.all .project-container a {
	/*font-family: 'Encode Sans', sans-serif;*/
	font-size: 16px;
	color: #00a79d;
	font-weight: 500;
	text-decoration: none;
	position:absolute;
	bottom:10px;
	left:15px;
}
#projects-wrapper.all .project-container a:hover { text-decoration:underline; }

#projects-wrapper.single { width:auto; padding: 60px 20px; }
.project-container-column { width:45%; box-sizing:border-box; float:left; margin: 0px 2%; }
.project-container-column h1, .project-container-column h2 { margin:0; }                              
.project-container-column .project-main-photo img { max-width: 100%; box-shadow: 0px 0px 5px #000000; border: 4px solid #00a79d; margin-bottom: 20px; }                
.project-photo-container { 
	width:100px; 
	height:100px; 
	box-shadow:0px 0px 5px #000000; 
	float:left; 
	margin:0px 15px 15px 0px; 
	border-radius:0px; 
	overflow:hidden; 
    border: 4px solid #00a79d;	
}
.project-photo-container img { border-radius:0px; } 
/** END OF PROJECTS STYLES **/

/** SEARCH STYLES **/
#searchMain
{
	position: relative;
}
#searchMain li {
	display: list-item;
}
#searchMain .ui-autocomplete 
{
	top: 0px !important;
	left: 0px !important;
	width: 626px !important;
}

.ui-menu .ui-menu-item {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1em;
	text-align: left;
}

.ui-menu-item a:hover
{
	font-size: 1em;
	background: none;
	border: none;
	font-weight: 400 !important;
}

.ui-menu-item.fullWidth:hover
{
	font-size: 1em;
	background: #EBEBEB;
}

.ui-widget-content a
{
	font-size: 1em;
	color: #333333 !important;
    width: 100%;
    display: inline-block;
	font-weight: 400 !important;
}
/** END OF SEARCH STYLES **/
#alertIcon
{
	color: #414042;
	float: left;
	font-size: 25px;
}
#alertIdBlock h1
{
	font-family: 'Cabin', sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #00a79d;
	clear: both;
}
#alertIdBlock
{
	float: left;
	margin-left: 30px;
	width: 80%;
}