body, html {
	background: #fff;
	width: 90%;
	margin: 0 auto;
	font-size: 1em;
	color: #001135;
	font-family: NokiaPureText-Light, Arial, sans-serif;
	color: #001135;
	text-align: center
	}
	
a { color: #124191;
	text-decoration: none;
	}
a:hover { 
	text-decoration: underline;
	}
	
#header {
	position: relative;
	height: 100px;
	text-align: left;
	height: 110px;
}

#header .title {
	float: left;
	font-size: 2.5em;
	color: #124191;
	margin: 32px 0px;
	font-family: NokiaPureHeadline_Light, Arial, sans-serif;
	}

#header #logo {
	float: right;
	background: url(../logo.png) no-repeat right;
	width: 33%;
	height: 21px;
	margin: 32px 0px;
	}
	
.inlineblock { 
    display: inline-block;
    zoom: 1;
    display*: inline; /* ie hack */
    background-color: #fff;
    width: 85%;
	}
	
.txt1 {
	display: block;
	font-size: 1em;
	text-align: center
	}
	
.listing {
	float: left;
	text-align: left;
	width: 22%;
	margin: 1%;
	font-size: .95em;
	border-right: 1px solid #98a2ae
	}
.listingLast {
	float: left;
	text-align: left;
	width: 22%;
	margin: 1%;
	font-size: .95em;
	}
	
p {
	margin: 9px
	}
	
.legendPrimary {
	float: left; 
	width: 12px; 
	height: 12px; 
	background-color: #124191; 
	}
	
.legendSecondary {
	float: left; 
	width: 12px; 
	height: 12px; 
	background-color: #4d5766; 
	}
.legendMarket {
	float: left; 
	width: 12px; 
	height: 12px; 
	background-color: #98a2ae; 
	}
.legendTxt {
	margin: -2px 0px 8px 20px;
    font-size: .8em;
    text-align: left;
	}
	
hr {
	border: 0;
	width: 100%;
	height: 1px;
	background: #a8bbc0;
	margin-top: 8px;
	}
	
#footer {
	clear: both;
	color: #4d5766;
	font-size: .9em;
	margin-top: 16px;
	margin-bottom: 32px;
	margin-left: 1%;
	margin-right: 1%;
	text-align: left;
	}
	
#footer p { 
	display: inline;
	margin-left: 16px;
	margin-right: 16px; 
	white-space: nowrap
	}

	
/************************************************************************************
smaller than 700
*************************************************************************************/
@media screen and (max-width: 700px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	
	body, html {
	width: 98%;
	margin: 0 1%;
	}
	
	#header {
	position: relative;
	height: 100px;
	text-align: left;
	height: 110px;
	}
	
	#header .title {
	font-size: 1.5em;
	margin: 6px 0px 16px 0px;
	}

	#header #logo {
	float: left;
	background: url(../logo.png) no-repeat left;
	width: 100%;
	height: 21px;
	margin: 16px 0px;
	}

	.txt1 {
	display: block;
	font-size: .9em;
	text-align: left
	}
	
	.inlineblock { 
    width: 98%;
	margin: 0 1%;
	}
	
	.listing {
	float: left;
	text-align: left;
	width: 47%;
	margin-top: 12px;
	margin-right: 1%;
	margin-left: 1%;
	font-size: .9em;
	border-right: 0px;
	}
	
	.listingLast {
	float: left;
	text-align: left;
	width: 47%;
	margin-top: 12px;
	margin-right: 1%;
	margin-left: 1%;
	font-size: .95em;
	}
	
	p {
	margin: 0px;
	}
	
	#footer {
	text-align: center;
	}
}
	
