@CHARSET "UTF-8";

<!-- NOTE: css url path is w.r.t. the css file itslef -->
body, html
{
	color:				#606060;
	background-color:	white;
}

p
{
	margin:		0em 0em 1em;
}

a
{
	color:				#286ea0;	/* #286541; */
}

#header
{
	width:				930px;
	
	margin:				10px auto;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	h1 {
		background-image: url(http://bigbelly.com/wp-content/uploads/2018/10/BigbellySmartSolutionsforCities.jpg);
		background-size: 154px 68px;
		width:				154px;
		height:				68px;
	}
}






h1
{
	display:			block;
	
	width:				154px;
	height:				55px;
	
	font-size:			0px;
	
	/* padding:			65px 134px 0px 0px; --Legacy positioning....*/
	
	
	/*overflow:			hidden; --no need to hide, img width set*/
	
	background-image:	url(http://bigbelly.com/wp-content/uploads/2018/10/BigbellySmartSolutionsforCities.jpg);
	background-size: 154px 55px;
}

h2
{
	margin:				0px 0px 13px;
}

#top-rule
{
	background-image:	url(../images/bar-normal.png);
	background-repeat:	repeat-x;
	
	
	/*Removing opacity change - no longer matches logo/color scheme */
	
	/* this makes nav bar lighter, i.e., not too green */
	/*opacity:0.60;  ----firefox, opera, safari, chrome */
	/* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=60)";  ----IE 8 */
	/*filter:alpha(opacity=60);  ----IE 4, 5, 6 and 7 */
	
	
	width:				930px;
	height:				26px;
	
	padding:			0px 0px;
	margin:				10px auto;
}

#content
{
	width:				930px;
	
	margin:				10px auto;
	padding:			0px 5px;
}

#left
{
	float:				left;
	
	width:				550px;
	
	margin-right:		30px;
}

#right
{
	float:				left;
	
	width:				335px;
}

label
{
	font-weight:		bold;
}

.help-text
{
	font-size:			85%;
}

input.text-field
{
	width:				100%;
}

#bottom-rule
{
	width:				930px;
	height:				2px; 	/* 12px; */
	
	margin:				10px auto;
	
	background-image:	url(../images/bar-normal.png); 
	background-repeat:	repeat-x;
	background-position:	left center;
}

#footer
{
	width:				930px;
	margin:				10px auto;
	font-size:			85%;
}