html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {  
	margin:0;  
	padding:0;  
	-webkit-text-size-adjust:none;  
}  
body {  
	font-size: 10px;  
}  
ul, li, ol, dl, dd, dt {  
	list-style:none;  
	padding:0;  
	margin:0;  
}  
a {  
	text-decoration:none;  
}

/*  Setting new styles for the content  */
body {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #2A3146;
	text-decoration: underline;
}
#logo {
	font-size: 14px;
}
#logo h1 {
	font-size: 25px;
	color: #000000;
}
#container h1{
	font-family: "Trebuchet MS";
	font-size: 16px;
	display: inline;
}
#container h2{
	font-size: 14px;
	padding-left: 5px;
}
.section_title {
	background-image: url('../images/mobile/section-bar-bg.jpg');
	/*background-color: #DCB300;*/
	padding: 4px;
	margin: 5px 0px;
}
.alerts_title {
	background-color: #FF0000;
	padding: 4px;
	margin: 5px 0px;
}
.list_item {
	
	padding: 5px;
	font-size: 14px;
	margin: 5px;
}
.list_bullet {
	display: inline;
	padding: 0px 5px 0px 0px;
}
.list {
	display: inline;
	padding: 0px 5px 0px 0px;
}
.list_updated {
	display: inline;
	padding: 0px 5px 0px 0px;
	color: #909A65;
}
.clear {
	clear: both;
}
.info_box {
	display: block;
	/*display: none;*/
}
.section_arrows {
	padding: 5px;
	float: right;
}
.title_text {
	margin: 0px;
	float: left;
}
#gas_search_container {
	background-color: #E3E3E3;
	padding: 6px;
	border-top: 1px solid #181818;
	border-bottom: 1px solid #181818;
}
