/* Transistion from SEI Styles    */
/* SDHARDESTY 03.21.14            */
/*.spotlight-title{
	font-size: 14px;
	line-height: 18px;
    font-weight: bold;	
}

.spotlight-area{
	font-size: 12px;
	line-height: 16px;
    font-weight: bold;		
}*/
/* END Transition from SEI Styles */

/* Homepage Mission Section */	

.headline-blurb h3 a {
    font-size: 14px;
	line-height: 18px;
    font-weight: bold;
    color: rgb(1, 54, 122);
    text-decoration: none;
}

/*#mission-home{
	height:26px;
	margin-bottom:30px;
	}
	
#mission{ 
	width:754px;
	height:26px;
	float:left;
	background-color:#f3f3f3;
	padding-left:10px;
	padding-top:4px;
	}
	
.mission-statement {
	margin: 15px 0;
	font-size: 14px;
	line-height: 20px;
	margin-right: 18px;
	}
	
#mission-link{
	height:25px;
	float:left;
	width:250px;
	text-align:center;
	padding-top:4px;
	background: #4c596a; 
	background: -moz-linear-gradient(top, #4c596a 0%, #343b45 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c596a), color-stop(100%,#343b45)); 
	background: -webkit-linear-gradient(top, #4c596a 0%,#343b45 100%);
	background: -o-linear-gradient(top, #4c596a 0%,#343b45 100%); 
	background: -ms-linear-gradient(top, #4c596a 0%,#343b45 100%); 
	background: linear-gradient(to bottom, #4c596a 0%,#343b45 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c596a', endColorstr='#343b45',GradientType=0 );
	}
	
.mission-message {
	font-size:18px;
	text-decoration:none;
	font-weight:normal;
	}
	
#mission-link a {
	font-size:18px;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	}*/
	
	
/* Homepage Bottom Half */
#homebottom{ 
	height:700px;
		}

#homebottom h2{
	text-transform:uppercase;
	font-size:20px;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:normal;
	}

.title{ 
	width:305px;
	float:left;
	margin-bottom:15px;
	}

	


/* Homepage CERT at a Glance */

#ataglance{
	float:left;
	height: 700px;
	width:320px;
	margin-right:27px;
	}
	
#ataglance p{
	font-size:15px;
	line-height:20px;
	}

#ataglance ul {
	color:#01367a;
	margin-left: 0px;
	}
	
#ataglance li {
	list-style-type: none;
	background: url(images/bullet15.jpg) left center no-repeat;
	padding-left: 14px;
    margin-left: -35px;
	}

#ataglance li a {
	text-decoration:none;
	line-height:25px;
	}

#aboutsei{
	padding-top:10px;
	}
	

	
/* Homepage Headlines */	

#headlines{
	float:left;
	width:inherit;
	margin-right:27px;
	font-size:13px;
	position:relative;
	}
	
#headlines h3{ 	
	margin: 0;
	padding:0;
	}	
	
#headlines h3 a {
	font-size:14px;
	font-weight:bold;
	color:#01367a;
	text-decoration:none;
	}

.headline-content{
	margin-bottom:20px;
	}

.cat-date-info{
	border-bottom:1px solid #bdbdbd;
	margin-bottom:5px;
	}

.headline-cat{
	float:left;
	text-transform:uppercase;
	}

.headline-date{
	float:right;
	text-transform:uppercase;
	}

.headline-blurb{
	}



/* Homepage Blogs */

#blogs{
	float:left;
	height:700px;
	width:320px;
	position:relative
		}

.blogentry{
	margin-bottom:38px;
	height:auto;	
	font-size:13px;
	overflow: hidden;
	}

.blog-imagebox{
	width:88px;
	height:88px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	background-color:#666;
	}

.blog-photo{
	width:88px;
	height:88px;
	overflow:hidden;
	position:absolute;
	z-index:1;
	}

.blog-cat{
	position:absolute;
	z-index:2;
	height:20px;
	width:88px;
	background-image:url(/templates/skins/cert-main/images/bg-bl-photo.png);
	color:#FFF;
	font-size:10px;
	padding-left:3px;
	padding-top:0px;
	margin-top:68px;
	text-transform:uppercase;
	}
.blogentry img{
	height:100%;
	max-height:100;
	}

.blog-textbox{
	width:212px;
	float:left;
	}

.blogentry h3{ 	
	margin: 0;
	margin-bottom:3px;
	padding:0;
	}	
	
.blogentry h3 a {
	font-size:14px;
	line-height: 18px;
	font-weight:bold;
	text-decoration:none;
	}
.blogentry h3 a:hover {
    color: rgb(66, 127, 181);
}
	
.date-auth {
	font-style:italic;
	font-size:12px;
	display:block;
	}