/* @override http://ocsc.dev/styles/index.css */

/* OLD NEWS */

div#news {
	width: 344px;
	margin-top: 15px;
	background-position: left bottom; background-repeat: no-repeat;
	background-image: url("/images/_css/bgNewsBody.png");
	padding-bottom:  15px;;
	margin-bottom:1.34em;
	}

	.newsHead{
		width: 314px;
		padding: 2px 15px;
		top: -15px;
		background-position: left top; background-repeat: no-repeat;
		background-image: url("/images/_css/bgNewsHeader.png");
		}
	
		#news_list {
			width: 314px;
			margin: .7em 0 0;
			}

		#news_list li {
			width: 314px;
			padding-bottom: 0;
			margin-bottom: 0;
			}


			#news_list li a {
				color:  white;
				display: block;
				width: 290px;
				line-height: 1.92em;
				background-position: center right; background-repeat: no-repeat;
				background-image: url("/images/_css/bgNewsArrow.gif");
				}

			#news_list li a:hover {
				text-decoration: underline;
				}

	div#news .newsBody {
		height: 60px;
		padding:  20px 15px 9px 15px;
		position: relative;
		}
		div#news .newsBody a{
			color: white;
			font-weight:bold;
			}
		div#news .newsBody a:hover{
			text-decoration: underline;
			}


#newsBodyL {
	position: absolute;
	width: 108px;
	left: 10px;
	top: 22px;
	text-align: center;
	}
#newsBodyR {
	position: absolute;
	width: 120px;
	right: 10px;
	top: 30px;
	text-align: center;
	}
	
/* NEW MEMBERSHIP PROMO */

div#ocscpromo {
	width: 344px;
	margin-top: 15px;
	background-position: left bottom; background-repeat: no-repeat;
	background-image: url("/images/_css/bgocscpromoBody.png");
	padding-bottom:  5px;;
	margin-bottom:1.34em;
	}

	.ocscpromoHead{
		width: 314px;
		padding: 2px 15px;
		top: -15px;
		background-position: left top; background-repeat: no-repeat;
		background-image: url("/images/_css/bgNewsHeader.png");
		}
	
		#ocscpromo_list {
			width: 314px;
			margin: .7em 0 0;
			}

		#ocscpromo_list li {
			width: 314px;
			padding-bottom: 0;
			margin-bottom: 0;
			}


			#ocscpromo_list li a {
				color:  white;
				display: block;
				width: 290px;
				line-height: 1.92em;
				background-position: center right; background-repeat: no-repeat;
				background-image: url("/images/_css/bgnewsArrow.gif");
				}

			#ocscpromo_list li a:hover {
				text-decoration: underline;
				}

	div#ocscpromo .ocscpromoBody {
		height: 60px;
		padding:  20px 15px 9px 15px;
		position: relative;
		}
		div#ocscpromo .ocscpromoBody a{
			color: white;
			font-weight:bold;
			}
		div#ocscpromo .ocscpromoBody a:hover{
			text-decoration: underline;
			}


#ocscpromoBodyL {
	position: absolute;
	width: 108px;
	left: 10px;
	top: 22px;
	text-align: center;
	}
#ocscpromoBodyR {
	position: absolute;
	display:block;
	overflow:hidden;
	width: 123px;
	height:35px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	}




	
.colA .body {
	margin-left: auto;
	margin-right: 0;
	width: 400px;
	}

.colB .body {
	width: 440px;
	}


#memberSpotlight {
	position: relative;
	padding: 0;
	margin: 1.36em 0;
	width: 437px;
	}

#memberSpotlight a.imgReplace {
	background: transparent url("/images/_css/bgHome_memberForYou.gif") no-repeat top left;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 179px;
	height: 27px;
	}

#memberSpotlight a.imgReplace:hover {
	background-position: 0 -27px;
	}



/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.bannercontainer {
	width:100%;
	position:relative;
	padding:0;
}
 
.banner{
	width:100%;
	position:relative;
}


/*********************************************
	-	SETTINGS FOR SIGNUP FORM	-
**********************************************/


.hpnewsletter {
  width: 100%;
  float:left;
  background-color:rgb(52, 73, 94);
  height:100px;
  color: #fff;
  text-align: center;
}


.hpnewsletter form {
  width: 1014px;
  margin: 25px auto;
}


.hpnewsletter .formheader {
  font-size: 32px;
  display:inline-block;
  float:left;
  margin-right:10px;
  letter-spacing: 5px;
}


.hpnewsletter .input {
  display: flex;
  align-items: center;
}


.hpnewsletter .button {
  height: 44px;
  border: none;
}

  
#strNameFirst, #strNameLast, #strEmail {
  background: #FDFCFB;
  font-family: inherit;
  color: #333;
  letter-spacing: 1px;
  text-indent: 5%;
  border-radius: 5px;
  margin: 0em .35em;
}

#strNameFirst, #strNameLast {
  width: 150px;
}

#strEmail {
  width: 250px;
}


#newsletter_submit {
  width: 25%;
  height: 46px;
  background: #FC0;
  font-family: inherit;
  font-weight: bold;
  color: #333;
  letter-spacing: 1px;
  border-radius: 5px;
  cursor: pointer;
  transition: background .3s ease-in-out;
}
  

#newsletter_submit:hover {
  background: #F90;
}
  

.hpnewsletter input:focus {
  outline: none;
  outline: 2px solid #FC0;
  box-shadow: 0 0 2px #FC0;
}

