/* CSS Document */

#mission {
	float:left;
	width: 100%;
}
#mission h3 {
	width:100%;
	border-bottom: #F0EEEA solid 1px;
	padding: 0 0 15px 0;
}
#mission p{
	display: block;
    height: auto;
    margin: 15px 0;
    width: 97%
}
#featured-videos h3 {
	width:100%;
	border-bottom: #F0EEEA solid 1px;
	padding-bottom:5px;
	margin-bottom: 10px;
}
#impact-georgia h3{
	border: none;
	padding: 0 0 15px 0;
	border-bottom: #F0EEEA solid 1px;
}
#impact-georgia h4{
	text-transform:uppercase;
	font-size: 11px;
	color: #FFA51F;
	border-bottom: #F0EEEA solid 1px;
	padding-bottom:5px;
}
#impact-georgia ul{
	display: block;
	margin: 10px 0 0 0;
	height:19px;
}
#impact-georgia li{
	display: block;
	float: left;
	width: 82px;
}
#impact-georgia li a{
	display: block;
	float: left;
	margin: 0 0px 0px 0;
	padding: 0 0 0 15px;
	background:url(../images/list-icon-sm.gif) no-repeat left;
	text-transform:uppercase;
}
#impact-georgia li:first-child{
	font-weight: bold;
}
#featured-videos .foot{
	background:url(../images/arrow-more-1.gif) top right no-repeat;
}
#upcoming-events .foot{
	background:none;
} 
.nav-more{
	top:173px;
	display:block;
	z-index:99999;
	background-color:#666666;
	width:400px;
	position:absolute;	
}
#about-nav{
	margin-left:73px;
	visibility:hidden;
}

/* 2013 Styles Added */

#content-boxes {width: 100%; height: 100%; margin: 0; padding: 0:}
.box-content {border-right: 1px dotted #999999;
    float: left;
    padding-left: 10px;
    padding-right: 8px;}
	
	.box-content h3 {
		font-size: 16px !important;}
#content-boxes .first_box, #content-boxes .second_box, #content-boxes .third_box, #content-boxes .fourth_box {
	
	}
	
	#content-boxes .first-box {
		border-left: 1px dotted #999999;
    	width: 20%;		}
		
	#content-boxes .second-box {
		width: 25%;}
		
	#content-boxes .third-box {
		width: 22%;}
	
	#content-boxes .fourth-box {
		margin-right: 0 !important;
		width: 25%;}

.box-content #breaking-news h3, .box-content #featured-videos h3 {
    border-bottom: 1px solid #F0EEEA;
	padding: 0 0 15px;
}
#ul-bn-1 {padding-top: 8px !important;}
.box-content .videolist ul {
    clear: both;
    display: block;
    padding: 0;
    position: relative;
    width: 250px;
}
.box-content .videolist li {
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    height: 34px;
    list-style: none outside none;
    margin: 0 6px 7px 0;
    padding: 3px;
}
.box-content .videolist li a img {
    border: medium none;
    display: block;
    height: 31px;
    margin: 0;
    padding: 0;
    width: 60px;
}
.box-content .videolist li a span {
	display: none;}

.box-content h3 {
	padding: 0 0 15px;
    width: 100%;}
	
	.box-content h3 a {
		background: none repeat scroll 0 0 #006699;
		-webkit-border-radius: 15px;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius: 15px;
		-moz-border-radius-bottomright: 0;
		border-radius: 15px;
		border-bottom-right-radius: 0; /* works with i-e 9 */
		
		color: #EEEEEE !important;
		padding: 8px;}
	
		.box-content #breaking-news .rss, .box-content #featured-videos .rss {
			background: #FFF !important;
    		}
