
/*-- ******************************************************* --*/
/*-- Content Area - Home Page                                --*/
/*-- ******************************************************* --*/

.column01
{
	border-right: solid transparent 1px;
	
}

.column02
{
	border-right: solid transparent 1px;
	
}

.column03
{	
}

.columnText
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
}

.columnBox
{
	padding: 0%;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
	border: solid transparent 1px;
	border-radius: 4px;
}

@media (max-width: 767px) 
{
	.columnBox 
	{
		background-color: white;
	}
}

.columnBox h3
{
	font-family: Times New Roman, Times, serif;
	font-variant: small-caps;
	font-size: 21px;
	background-color: #176199;
	color: #f2b502;
	border: solid black 1px;
	border-radius: 4px;
	margin-top: 0px;
}

.columnBox a
{
	color: #176199;
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:2px;
	line-height:1.3em;
	display:block;
}
.columnBox a:hover, .columnBox a:focus
{
	text-decoration: none;
	color:#fff ;
	background-color: #428bca;
}

.quickBox button
{
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	background-color: white;
	color: #333;
}

.quickBox .dropdown-menu
{
	width: 100%;
	margin-top:-10px;
}

.topTenBox
{
	line-height: 18px;
}

.topTenBox .number
{
	color: #0b1e59;
	font-size: 21px;
}

.tenLinks
{
	padding: 10px;
	padding-bottom: 6px;
}

.tenLinks a
{
	
}

.visitorBox
{
}

.visitorText
{
	padding-left: 10px;
	padding-right: 10px;
}

.visitorText a
{
	display:inline;
	text-decoration:none;
}

.mainImage
{
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	background: white url(/uploadedImages/countyofsb/Styles/himages/barrels.png) top left no-repeat;
}

@media (max-width: 992px) 
{
	.mainImage
	{
		display: none;
	}
}

.newsBox
{
}

.newsText
{
	margin-top: -14px;
	margin-bottom: 20px;
	margin-left: -10px;
	padding-left: 0px;
	padding-right: 0px;
}

.newsText a
{
	color: #176199;
}
.newsText li
{
	list-style-image: url(/uploadedImages/countyofsb/bullet01.gif);
	line-height:1.35em;
}

.twitterBox
{
	width: 100%;
	height:320px;
}

.bosBox
{
}

.bosText
{
	padding-left: 10px;
	padding-right: 10px;
}

.bosLinks a
{
	
	padding-left:4px;
	margin-bottom:4px;
	margin-left:4px;
	
}

.featuredBox
{
}

.featuredText
{
	padding-left: 10px;
	padding-right: 10px;
}
	


.sbcQuickLink 
{
	width: 100%;
	margin-bottom: 8px;
}

.sbcQuickLink  a
{
	width: 100%;
	color:#333;
	padding-top:8px;
	padding-bottom:8px;
}

.PressReleaseList
{
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
}

.pr_item
{
	margin-bottom: 5px;
}

.alpha-letter {
	text-align: center;
	background-clip: padding-box;
	background-color: #428bca;
	background-image: -moz-linear-gradient(to bottom,#33A 0,#428bca 100%);
	background-image: -webkit-linear-gradient(to bottom,#33A 0,#428bca 100%);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	color: #FFF;
	display: inline-block;
	font-size: 18px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	margin-right: 2px;
	margin-top: 4px;
	margin-bottom:4px;
	text-shadow: 0 2px 2px rgba(0,0,0,.3);
	box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
}	



