  @charset "utf-8";
/* CSS Document */
/*The following CSS items are slightly different for the homepage than the rest of the pages*/

/*Box to hold the Public Notices*/
#publicNotice{
	margin: 0;
	padding: 0;
	min-height: 518px;	
}

#publicNotice ul{
	margin: 0;
	margin-bottom: 60px;
	padding: 0;
	list-style: none;
}

#publicNotice ul li{
	clear: both;
	padding: 0;
	list-style: none;
}

#publicNotice ul .noticeMonth{
	width: 60px;
	float: left;
	padding: 0 2px 2px 2px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

#publicNotice ul .noticeDay{
	font-weight: bold;
	color: #a7c1d5;
	font-size: 38px;
	line-height: 30px;
}

#publicNotice ul .noticeItem{
	display: block;
	margin: 2px 0 0 60px;
	line-height: 1em;
    min-height: 45px;
}

#publicNotice ul .noticeLocation{
	display: block;
	font-style: italic;
	font-size: .9em;
	line-height: normal;
}

#publicNotice ul li a{
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #d7e7f3;
	color: #00345F;
}

#publicNotice ul li a:hover, #publicNotice ul li a:focus{
	background: #edf2f7;
	text-decoration: none;
}

a#more_notices{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 10px 0 0;
	padding: 8px 37px 18px 0;
	text-align: right;
	display: block;
	font-size: .9em;
	background: url('/images/blueBTN.png') no-repeat top right;
}

a#more_notices:hover, a#more_notices:focus{
	
}

.container .row {
	margin-left: 0;
	margin-right: 0;
}
.container .row .box {
	position: relative;
    margin-bottom: 50px;
	padding-top: 10px;
	background: #fff;
    border: 1px solid #86a6bd;
	border-top: 5px solid #0d4d7c;
}
.container .row .box h2 { margin-left: 11px; }


@media screen and (-webkit-min-device-pixel-ratio:0) {
	#publicNotice { min-height: 501px;}
}
