/*
	HomePage.css
	styles specific to the home page
*/

h1#home { visibility: hidden; position: absolute}

.home-button {
	height: 90px;
	text-align: left;
	vertical-align: baseline;
	margin-top: 10px;
}

.home-button a{
	text-decoration: none;
	color: black;
	display: block;
}

.home-button a:hover {
	text-decoration: none;
	color: black;
}

.button-text {
	padding: 15px 0 0 85px;
	width: 85px;
	height: 65px;
	font-size: 80%;	
}

.first {
	margin-left: 10px;
	margin-right: 0px;
}

#report-button {
	background: url('../img/report-button3.jpg') no-repeat; width:180px; height:95px;
}

#mobile-button {
	background: url('../img/mobile-button3.jpg') no-repeat; width:180px; height:95px;
}

#signup-button {
	background: url('../img/signup-button.jpg') no-repeat; width:180px; height:95px;
}

#info-button {
	background:url('../img/info-button3.jpg') no-repeat; width:180px; height:95px;	
}

#maps-button {
	background: url('../img/maps-button3.jpg') no-repeat; width:180px; height:95px;	
}

#info-button:hover{
	margin-bottom: 5px;	
	background: url('../img/info-hover.jpg')
}

#signup-button:hover {
	background: url('../img/signup-hover.jpg')
}

#mobile-button:hover {
	background: url('../img/mobile-hover.jpg')
}

#maps-button:hover {
	background: url('../img/map-hover.jpg')
}

#report-button:hover {
	background: url('../img/report-hover.jpg')
}


#leftcol {
	float:left;
	margin-top: 10px;
	text-align: center;
	height: 500px;
}

#news-box {
	text-align: justify;
	margin: 0px;
	height: 250px;
	width: 380px;
	float: left;
}

#news-box h2 { 
	text-align: center; 
	font-size: 22px;
	line-height: 22px;
}

#news-box p {margin: 0}
#news-box img {margin: 0 }

.bx-wrapper { margin-left: 10px; }
.bx-window { height: 270px; }

.publish-date {
	font-style: italic;
	float: right;
}

#map {
	float: left;
	height: 490px;
	width: 99.5%;
	border-left: 1px solid  #888888;
	border-right: 1px solid #888888;
}

a#open-updates,a#close-updates,a#open-updates:visited,a#close-updates:visited {
	color: white;
	border: 1px solid white;
	padding: 0px 3px 0px 3px;
	width:10px;
	text-align:center;
	font-size: 12px;
	float: right;
	margin: 2px;
	text-decoration: none;
}

#updates{
	font-family: arial, san-serif;
	position: absolute;
	right:20px;
	top: 690px;
	width: 520px;
	height: 60px;
	padding: 5px;
	border: 1px solid white;
	background: black;
	color: white;
	opacity: .7; 
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	filter: alpha(opacity=70); /* IE 4-7 */
}
#updates-body{
	font-size: 10px;
}
.updates-item {
	margin: 0px 10px 0px 10px;
}
.updates-item a, .updates-item a:visited, .updates-item a:hover {
	color: white;
}

#sod-legend {
	position: absolute;
	right:20px;
	top: 640px;
	width: 520px;
}
#sod-legend img { margin: 0}

.b1, .b2, .b3, .b4, .b5 {
     font-size: 1px; 
     overflow:hidden; 
     display:block;
     background: #97B3CB;
}

.b1 {
    background: #888888  none repeat scroll;
    height:1px;
    margin: 0 5px;
}

.b2 {
    height:1px; 
    border-right:1px solid black; 
    border-left:1px solid black; 
    margin:0 3px;
}

.b3 {
    height:1px;
    border-right:1px solid #888888; 
    border-left:1px solid #888888; 
    margin:0 2px;
}

.b4 {
    height:2px;  
    border-right:1px solid #888888; 
    border-left:1px solid #888888; 
    margin:0 1px;
}