body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#444;
	font-size:10px;
}

#main {
	width:640px;
	margin:0 auto;
}

#header {
	background:url(../images/splash/bannerNarrow.jpg) no-repeat center top;
	height:113px;
	overflow:hidden;
}

#header h1 {
	background:url(../images/splash/logoSmall.gif) no-repeat;
	width:197px;
	height:88px;
	text-indent:-9999px;
	margin-left:45px;
	margin-top:25px;
}

#content {
	background-color:#f2ede6;
	float:left;
	width:470px;
	padding:35px 0 50px 171px;
}

#content p {
	font-size:1.15em;
	line-height:1.45em;
	margin-left:2px;
}

.button {
	width: 120px;
	display:block;
	float:left;
	background:#336666 url(../images/splash/buttonRightArrow.gif) no-repeat right center;
	color:#fff;
	font-size:1.65em;
	text-decoration:none;
	border:1px solid #fff;
	margin:9px 10px 5px 0;
	padding:11px 0 9px 16px;
}

.button:hover, 
.button:focus{background-color:#333;} 
.button:focus{
	outline: 1px dotted #000;
}

#footer {
	clear:both;
	background-color: #cbc6bd;
	height:36px;
}

#logos {
	width: 320px;
	margin:0 auto;
	height:36px;
	overflow:hidden;
	line-height:1.4em;
}

#copyright {
	clear:both;
	float:left;
	background:#1a1a1a url(../images/splash/color-1a1a1a.gif);
	width:100%;
	color: #999;
	padding-top: 1em;
}

#copyright span {
	display:block;
	/* background:url(../images/splash/copyrightSmall.gif) no-repeat; 
	width:169px; 
	text-indent:-9999px; */
	height:12px;
	margin:8px 0 20px 50px;
}

.logo {
	display:block;
	float:left;
	background:url(../images/splash/logosSmall.gif) no-repeat;
	text-indent:-9999px;
	width:46px;
	height:30px;
	margin:4px 5px 0;
}
.logo:focus {
	outline: 1px dotted #333;
}

.logo.mobi {
	background-position:-55px 0;
	width:70px;
}

.logo.para {
	background-position:-136px 0;
	width:43px;
}

.logo.parapay {
	background-position:-394px 0;
	width:58px;
}

.logo.transitway {
	background-position:-189px 0;
	width:58px;
}

.logo.browsealoud {
	background-position:-259px 0;
	width:65px;
}

.logo.access {
	background-position:-335px 0;
	width:53px;
	margin-right:0;
}

.style1 {
	background:url(../images/splash/topBarNarrow.gif) repeat-y center top;
	height:2.1em;
}

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}