@charset "utf-8";
@import url("/css/base.css");
/* base layout objects */
h3{
	font-size:1.2em;
	color:#345d71;
	padding-bottom:0px;
	margin-bottom:12px;
}
#content{
	font-size:1.2em;
	color:#d4a728;
	width:480px;
	margin-right:210px;
}
ul#features{
	text-align:left;
	width:702px;
	margin:0 0 0 280px;
	padding:20px 0 0 0;
	list-style-type:none;
	overflow:hidden;
	width:702px;
	border-top:1px solid #dfdcd5;
}
ul#features li{
	text-align:left;
	float:left;	
}
ul#features #alerts{
	position: relative;
}
ul#features #alerts h3{
	visibility: hidden;
}


#announcements{
	width:310px;	
}
#announcements h3{
	margin-left:25px;	
}
#announcements ul{
	background-color:#edebe8;
	list-style-type:none;
	margin:0 0 0 25px;
	padding:0;
	height:137px;
	overflow:hidden;
}
#announcements ul li{
	float:none;	
	border-bottom:1px solid #d3d1ce;
}
#announcements ul li a{
	display:block;
	padding:4px 15px 4px 15px;
	color:#3b6377;
	border-bottom:1px solid white;
}
#announcements #month_archive_links{
	display:block;
	float:left;
	width:auto;
	background-color:#e6bf52;
	margin:0 0 0 25px;
	padding:0;
}
#announcements #month_archive_links a{
	color:white;
	display:inline-block;
	width:75px;
	padding:4px 15px 4px 15px;
}
#announcements #month_archive_links a:hover{
	color:#345d71;
}
#subscribe-form{
	display:block;	
	width:154px;
	height:84px;
	margin:0;
	padding-top:53px;
	background-image:url(/images/css/alerts_form_back.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.msg{
	display:block;
	position: absolute;
	left:-77px;
	top:58px;
	width: 164px;
	color: #3C5B78;
	text-align: center;
	border:1px solid #e6bf52;
	padding:14px;
	z-index: 999;
	background-color: white;
}
#subscribe-form input{
	margin:0px 11px 5px 11px;
	width:131px;
}
#subscribe-form #btn-home-submit{
	width:59px;
	float:right;
}
#subscribe-form a#btn-submit{
	display:block;
	float:right;
	color:white;
	display:inline-block;
	width:44px;
	padding:4px 10px 4px 10px;
	margin-right:9px;
	background-color:#e6bf52;
}
#subscribe-form a:hover#btn-submit{
	color:#345d71;
}