
@charset "UTF-8";
/* CSS Document */
/*Susan's adds*/

#searchInput {
	height: 30px;
	border: thin red solid;
	background: rgba(0, 0, 0, .1);
	padding-left: 10px;
	
	/*
  added below by XiaoLong
  */
	
	width: 290px;
	margin-left: 0px;
	margin-bottom: 47px;
}
.tabContent {
	background-color: rgba(255, 255, 255, .75);
}
#tab1,
#tab2,
#tab3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	padding-left: 20px;
}
.boldme {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.i {
	position: absolute;
	bottom: 25px;
	right: 25px;
	padding-left: 5px;
}

#tab3 ul {
list-style-type: none;	
}

#tab3 li {
	float: none;
	margin-left: 5px;
background-image: url(../images/citizensmall.png);
    background-repeat: no-repeat;
    background-position: 0px center; 
	padding-bottom: 20px;
}

#tab3 li:first-child {
background-image: url(../images/311small.png);
    background-repeat: no-repeat;
    background-position: 0px center; 	
}


#tab3 li:last-child {
background-image: url(../images/tidesmall.png);	
background-repeat: no-repeat;
    background-position: 0px center; 
}

.bigger {
padding-left: 45px;
}

.smaller {
	display: block;
font-size: 10px;	
padding-left: 45px;
padding-top: -20px;
}

#logo {
position: absolute;
bottom: 20px;
right: 45px;
opacity: .9;	
}


#logo a:link {
font-family: 'Lato', sans-serif;
font-size: 20px;
font-weight: 700;
text-decoration: none;
color: rgba(0,0,0,1);
}

#logo a:visited {
	color: 	rgba(0,0,0,1);
}

#logo a:hover {
color: 	rgba(0,0,0,1);	
}

#logo img {
padding-left: 10px;
	
}
/*
 added by XiaoLong
*/

#message {
	display: none;
}
.eleAdd {
	color: #000;
	font-size: 14px;
	margin-top: -20px;
}
.eleFeet {
	color: #000;
	font-size: 14px;
	text-align: left;
}
#searchButton {
	position: absolute;
	height: 34px;
}

.thenameyouwant {
color: red;
font-size: 36px;
font-weight: 600;
display: block;	
}

/*Report a Flood buttons*/

#getReportsButton {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
color: #666; 
}

#clearReportsButton {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
color: #666; 
}

#documentFloodButton {
		font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
color: #666; 

}

#tab3 ul {
margin-bottom: 0px;	
}
