﻿/* hide from ie on mac \*/
html, body {
    height: 100%;
    padding:0px;
    margin:0px;
   
}

#default, #default body
{
    overflow:hidden; 
}
/* end hide */
body {
    background: #4d9dd0;
    font: 86% Arial, sans-serif;
    margin: 0;                
}

* 			{	margin: 0; padding: 0; }
a 			{	text-decoration: none; }
a:hover {	text-decoration: underline;}

* {
     margin: 0;
}
html, body {
    height: 100%;
}

#website
{
    position:absolute;
    width:100%;
    height:100%;  
}

#lap-footer
{
    position:fixed;
	bottom:0px;
    height:5%;
    display:block;
    width:100%;
    background-color:#0d9cd4;
    text-align:center;
    vertical-align:middle;
}

#lap-footer li.seperator
{
    font-weight:bold;
    color:#FFF;
}

#lap-footer ul
{
    font-family:Verdana;
    font-size:10px;
    padding-top:1.3%;
}

#lap-footer ul li
{
    display:inline;
    padding:8px 3px 2px 3px;
}

#lap-footer ul li a
{
    font-weight:bold;
    color:#FFF;
}


#brand-nav {
	background: url(../images/logo-streets.gif) no-repeat 106px top;
	margin: 0 auto;
	width: 997px;
	height:20px;
}

#brand-nav-first {
	margin: 0 0 0 136px;
}

#brand-nav-last {
	background: none;
	margin: 0 0 0 432px;
}

.brand-nav-list {
	background: url(../images/brand-bar-nav-break.gif) no-repeat right top;
	display: inline;
	margin: 0 0 0 3px;
	padding: 0 9px 0 0;
}

.brand-nav-list a {
	color: #b8b3a5;
	font-size: 7px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#streets-header {
	background: url(../images/bgshim-brand-header.gif) repeat-x left top;
	min-height: 20px;
	height:20px;
	width:100%;
	position: absolute;
	top: 0;
}








