




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

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

.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;	
}

.home-button p{
	padding: 10px 15px 10px 80px;
	font-size: 80%;
}

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

#welcome-box {
	text-align: justify;
	margin-bottom: 5px;
	margin-left: 10px;
	height: 250px
}

#welcome-box h3{
	text-align: center;
}

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

.home-button a:hover {
	text-decoration: underline;
}

#map {
	float: left;
	height: 400px;
	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{
	position: absolute;
	right:20px;
	top: 530px;
	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;
}

#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')
}

.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;
}