body {
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 13px;	
	text-align: center;
	background-color: #fff; 
	background-repeat: no-repeat;
	/*background-image: url(../images/bgGrass.jpg);*/
	background-position: center top;
	line-height: 1.5;
}

h1, h2, h3 {
	line-height: 1.3;
	margin-top: 1.3em;
	margin-bottom: 0.5em;
}

img.bordered {
	border: 1px solid #cccccc;
	padding: 3px;
}

img.rounded {
	border-radius: 100%;
}

.pull-right {
	float: right;
}
.pull-left {
	float: left;
}

.inline-img.pull-right {
    display: inline-block;
    margin-top: 6px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.clear {
	clear: both;
}


table {
	font-size: inherit;
}

table.weather_table a {
	color: #000;	
}

table.bordered {
	border-collapse: collapse;
	text-align: left;
	border-color: #cccccc;
}

table.bordered td,
table.bordered th {
	padding: 4px;
	text-align: left;
	border-color: #cccccc;
	vertical-align: top;
}

table.bordered th {
	background-color: #008000;
	color: #fff;
	font-weight: bold;
}

#outer_container{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#inner_container{
	width: 960px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	background: #fff;
	border: 1px solid #cccccc;
	border-top: 0;
	border-bottom: 0;
	border-radius: 3px;
	box-shadow: 0 0 20px #333333;
}

a
{
	text-decoration: none;	
	color: #006500;
	font-weight: bold;
}

#body_content a {
	text-decoration: underline;
}

#footer a {
	color: #000;	
	
}

#menu
{
	position: relative;
	height: 130px;
	margin-left: 10px;
	
	background:url('/images/weatherStation.jpg') right 10px no-repeat transparent ;
}

#menu .outerMenuItem {
	border-bottom: 5px solid #452d27;
	/*background:url('/images/grassBottom.jpg') bottom left transparent no-repeat; */
	float: left; 
	padding-left: 10px;
	position: absolute;
	bottom: 0px;
	/*padding-bottom: 5px !important;*/
}
#menu .innerMenuItem{
	
	text-align:center;	
}

#menu .innerMenuItem a {
	display: block;
	border-bottom: 5px solid #452d27;
	/*background:url('/images/grassBottom.jpg') bottom left transparent no-repeat; */
	float: left; 
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	text-transform: uppercase;	
	color: #000;
	font-weight: bold;
	letter-spacing: 0.5px;
	/*padding-bottom: 5px !important; */
}

#menu .innerMenuItem a:hover {
	color: #58d200;		
	border-bottom: 5px solid #58d200; 
}

#content {
	width: 920px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	text-align: left;
}

#footer {
	text-align: center;
	margin-left:50px;
	padding-bottom:25px;
}

#footer ul {
	padding: 0px;
}
#footer li
{
display: inline;
list-style-type: none;
padding-right: 10px;
padding-left: 10px;
}

#weather_bar {
	margin-top: 20px;
	width: 200px;
	float: left;
}

#body_content {
	margin-top: 20px;
	width: 680px;
	margin-left: 10px;
	float: left;
}

h1 {
	font-size: 26px;
	/*color: #58d200;*/	
	font-weight:600;
	color:#008000;
	font-family: 'Dosis', sans-serif;
}

form table {
	border-collapse: collapse;
	padding: 0;
}
form table tr td {
}

form table.form_table tr td {
	padding: 4px;
	padding-left: 0px;
}

form table.form_table input[type=text] {
	width: 300px;
}
form table.form_table td.label {
	padding-right: 2em;
}

form table tr th.date_field, table tr td.date_field,
form table tr th.delete_icon, table tr td.delete_icon,
form table tr th.edit_icon, table tr td.edit_icon,
form table tr th.other_icon, table tr td.other_icon
{
	text-align: center;
}

form table tr th.datetime, table tr td.datetime {
	white-space: nowrap;
	text-align: center;
}

.tag-line {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.tag-line h1 {
margin-top: 0;
	margin-bottom: 0;
}
.tag-line h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #008000;
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
}

.tag_line{
	
	color:#008000;
	font-size:16px;
	font-weight:500;
	font-family: 'Dosis', sans-serif;
	
	text-align:center;	
	margin-top:15px;
	margin-bottom:15px;
	
}

.img-responsive {
	max-width: 100%;
}

h3{
	color:#008000;
	font-size:16px;
	font-weight:500;
	font-family: 'Dosis', sans-serif;
}



.green_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #609e29), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #609e29 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#609e29', endColorstr='#5cb811');
	background-color:#609e29;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none !important;
	text-shadow:1px 1px 0px #aade7c;
}.green_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #609e29) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #609e29 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#609e29');
	background-color:#5cb811;
}.green_button:active {
	position:relative;
	top:1px;
}


/*
#city-water-rates {
	width: 400px;
	padding: 20px;
}
#city-water-rates table {
	width: 100%;
}
#city-water-rates table td {
	padding: 10px;
}
*/

a.cbox-enlarge {
	position: relative;
	display: block;
	margin: 0 auto;
	margin-bottom: 2em;
}
a.cbox-enlarge::before {
	content: 'click to enlarge';
	background-color: #f9fce1;
	padding: 3px;
	border: 1px solid #cccccc;
	font-size: 11px;
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	bottom: -10px;
	text-align: center;
	border-radius: 5px;
	font-weight: normal;
}