
#content a {
    text-decoration: underline;
}

.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item h2 {
    margin-bottom: 60px;
}

.main-wrapper .landing-page .landing-title-scroll-section .sub-section {
     padding-top: 60px;
}

.main-wrapper .top-page-rotator .down-arrow {
    top: 90%;
}

/* Content block styles added Jan 21, 2015 */
    /* image */
	#cont-imageWrapper {
    width:730px; }
	#cont-image {
	border:0 10px 5px 0;
	float:left;
	}

    /*pullQuote*/
    #cont-pullQuoteWrapper {
    width:730px; }
	#cont-pullQuote {
	width:330px;
	padding:10px;
	float:right;}
	.cont-laquo {
	width:62px;
	height:51px;
	padding-right:10px;
	float:left;}
	.cont-raquo {
	width:63px;
	padding-left:5px;
	height:51px;
	float:right;}
    .cont-clear {
	clear:both;}
	#cont-laquoAndPullQuoteContent {
	width:262px;
	float:left;}
	#cont-pullQuoteContent {
	width:190px;
	float:right;}

    /*sidebar*/
    #cont-sideBarWrapper {
    width:730px; }
	#cont-sideBarMain {
	width:272px;
	border:solid 1px #acacac;
	background-color:#E0E0E0;
	padding:10px;
	float:right;
    margin-left: 15px;}

    /*table*/
    #cont-tableWrapper {
    width:730px; }
	.cont-tableLeft {
	width:490px;
	float:left;
	}
	.cont-tableA {
	width:240px;
	float:left;
	margin-right:5px;
	/*background-color:#FF0004;
	height:200px;*/
	}
	.cont-tableB {
	width:240px;
	float:right;
	margin-right:5px;
	/*background-color:#FF0004;
	height:200px;*/
	}
	.cont-tableC {
	width:240px;
	float:right;
	/*background-color:#FF0004;
	height:200px;*/
	}	
/* \\Content block styles */

.ghost-button {
    border: 1px solid #f36e21;
    color: #f36e21;
    display: inline-block;
    font-weight: bold;
    outline: medium none;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
    width: 220px;
}
.ghost-button:hover {
    background-color: #f36e21;
    color: #fff !important;
    transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
}

/* home page carousel text */
.rotator-text .container-1230 .blackTextShadow h1
{
  text-shadow: 1px 1px 8px #FFFFFF;
  color:#000000 !important;
  width:100%;
}
.rotator-text .container-1230 .blackTextShadow h2
{
  text-shadow: 1px 1px 8px #FFFFFF;
  color:#000000 !important;
  width:100%;
}

.rotator-text .container-1230 .whiteTextShadow h1
{
  text-shadow: 1px 1px 8px #000000;
  color:#FFFFFF !important;
  width:100%;
}
.rotator-text .container-1230 .whiteTextShadow h2
{
  text-shadow: 1px 1px 8px #000000;
  color:#FFFFFF !important;
  width:100%;
}

.main-wrapper .top-page-rotator .arrow {
  text-shadow: 1px 1px 8px #000000;
  box-shadow: 1px 1px 8px #A9A9A9;
}

.main-wrapper .related-resources .container .arrow {
    text-shadow: 1px 1px 8px #FFFFFF;
    Box-shadow: 1px 1px 8px #A9A9A9;
}

.text h1 {
    text-shadow: 1px 1px 8px #000000;
}

#content ul li{
    list-style: none;
}

.block-3-text {
    padding-left: 15px;
}

/* standardize image sizes for mobile */
@media screen and (max-width: 600px) {
	.main-wrapper img {max-width:95%;}
}
