﻿/* EastLink style sheet - home.css */

/* Containers */

body
{
	background: url(../images/layout/body-bg.png) 0 0 repeat;	
}

.wrapper
{
	margin: 0 auto -71px; /* the bottom margin is the negative value of the footer's height */	
}
#main-container
{
	background: #fff url(../images/layout/main-bg.png) 0 100% repeat-x;
	padding-bottom: 10px;
}
#lower-container
{
	background: url(../images/layout/lower-bg.png) 0 0 repeat-x;
	margin-bottom:20px;
}
#footer-container
{
	border-top: solid 3px #b4d12b;
	background-color: #1852a0;
}

/* Page Layout elements */

#lower
{
	width: 760px;
	height: auto;
	margin: 0 auto;
	background: url(../images/layout/lower-inner-bg.png) 0 0 no-repeat;
	font-size: 0.95em;
	line-height: 1.5em;
	color: #0f3365;
}
#footer
{
	width: 760px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	font-size: 0.95em;
	padding-top: 8px;
}
#footer, .push
{
	height: 60px; /* .push must be the same height as .footer */
}
#footer #links
{
	position: absolute;
	left: 130px;
	width: 560px;
	text-align: center;
}
#footer #logo
{
	position: absolute;
	margin-top: 4px;
	left: 0;
}
#footer #relate
{
	position: absolute;
	margin-top: 4px;
	padding-right: 16px;
	right: 0;
	background: url(../images/layout/icon-relate.png) 100% 0 no-repeat;
}

#footer #sice
{
	position: absolute;
	margin-top: 4px;
	padding-right: 65px;
	right: 0;
	
}
#footer p
{
	color: #fff;
	padding-bottom: 5px;
}
#footer ul
{
	color: #fff;
	text-align: center;
	list-style: none;
	padding: 0;
	margin-bottom: 5px;
}
#footer ul li
{
	display: inline;
}
#footer a
{
	color: #fff;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}

/* Home Layout - Main */

#main #banners
{
	margin-top:10px;
	float: left;
	width: 507px;
}

#main #banners a
{
	float: left;
}

#main #menu
{
	width: 240px;
	float: right;
}

/* Menu */

#main #menu h2
{
	text-indent: -99999px;
	background: none
}

/* Side Nav */

.sidenav
{
	margin: 20px 0 18px 0;
	padding: 0;
	list-style-type: none;
}
* html .sidenav, * + html .sidenav
{
	margin: 20px 0 20px 0;
}

.sidenav li
{
	margin-bottom: 0.65em;
}


.sidenav li a
{
	height: 38px;
	width: 240px;
	display: block;
	outline: none
}

.sidenav li a span
{
	text-indent: -99999px;
	display: block;
}

.sidenav li.nav-getATag a
{
	background: url(../images/layout/nav-getATag.png) 0 0 no-repeat;
}

.sidenav li.nav-openAccount a
{
	background: url(../images/layout/nav-openAccount.png) 0 0 no-repeat;
}

.sidenav li.nav-buyATripPass a
{
	background: url(../images/layout/nav-buyATripPass.png) 0 0 no-repeat;
}

.sidenav li.nav-makeAPayment a
{
	background: url(../images/layout/nav-makeAPayment.png) 0 0 no-repeat;
}

.sidenav li.nav-electronicTolling a
{
	background: url(../images/layout/nav-electronicTolling.png) 0 0 no-repeat;
}

.sidenav li.nav-accountLogin a
{
	background: url(../images/layout/nav-accountLogin.png) 0 0 no-repeat;
}

.sidenav li a:hover
{
	background-position: 0 -38px;
}

/* home-banner */

.home-banner
{
	margin-top: 12px;
	padding: 0;
	display: block;
}

/* Search */

#menu #search
{
	position: relative;
	margin-top: 5px;
	width: 240px;
	height: 105px;
	background: url(../images/layout/search-bg.png) 0 0 no-repeat;
}

#menu #search .inner
{
	position: absolute;
	top: 55px;
	left: 20px;
}

#menu #search input
{
	background: url(../images/layout/search-input-bg.png) 0 0 repeat-x;
	border: solid 1px #dde21e;
	height: 21px;
	color: #fff;
	width: 150px;
	line-height: 22px;
	text-indent: 5px;
	float: left;
}

#menu #search button.go
{
	background: url(../images/layout/btn-search-go.png) 0 0 no-repeat;
	border: 0;
	width: 38px;
	height: 24px;
	margin-left: 8px;
	padding: 0;
	text-indent: -99999px;
	cursor: pointer;
	float: left;
}

/* Home - News Summaries */

#lower #welcome, #lower #latestnews, #lower #trafficupdates
{
	width: 253px;
	float: left;
	position: relative;
	margin-top: 18px;	
}
#lower .content
{
	margin: 0 10px;
}
#lower #welcome h3
{
	text-indent: -99999px;
	background: url(../images/layout/title-getABreezeTag.png) 0 0 no-repeat;
	height: 30px;
	width: 140px;
	margin: 0;
}
#lower #latestnews h3
{
	text-indent: -99999px;
	background: url(../images/layout/title-latestBreezeNews.png) 0 0 no-repeat;
	height: 30px;
	width: 162px;
	margin: 0;
}
#lower #trafficupdates h3
{
	text-indent: -99999px;
	/*background: url(../images/layout/title-faqs.png) 0 0 no-repeat;*/
	background: url(../images/layout/title-trafficUpdates.png) 0 0 no-repeat;
	height: 30px;
	/*width: 229px;*/
	width: 142px;
	margin: 0;
}
#lower #welcome h4
{
	font-size: 1.1em;
	padding-bottom: 10px;
}
#welcome .content li
{
	list-style-image: url(../images/layout/bullet.png);
	line-height: 1.4em		
}

#welcome .content li a
{
	font-weight: bold;
	font-size: 1.1em;
	color: white
}
#lower #latestnews .news_item
{
	padding-bottom: 11px;
	margin-bottom: 11px;
	border-bottom: dotted 1px #0f3365;
}
#lower #latestnews .news_item h4
{
	text-indent: 26px;
	font-size: 1.0em;
	background: url(../images/layout/icon-bubble.png) 0 50% no-repeat;
}
#lower #latestnews .news_item h4 a
{
	color: #0f3365;
	font-weight: bold;
	text-decoration: none;
}
#lower #trafficupdates ul
{
	list-style: none;
	padding: 0;
	margin-bottom: 14px;
}
#lower #trafficupdates ul li
{
	height: 31px;
	border-bottom: dotted 1px #0f3365;
}
#lower #trafficupdates ul li a
{
	height: 29px;
	margin: 1px 0;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #0f3365;
	line-height: 29px;
	background: url(../images/layout/icon-arrowRight-off.png) 98% 50% no-repeat;
}
#lower #trafficupdates ul li a:hover
{
	background: #81c5f2 url(../images/layout/icon-arrowRight-on.png) 98% 50% no-repeat;
}
#lower #trafficupdates .trafficConditions span
{
	background: url(../images/layout/icon-bluecar.png) 6px 50% no-repeat;
	padding-left: 32px;
}
#lower #trafficupdates .motorwayTravelTimes span
{
	background: url(../images/layout/icon-clock.png) 6px 50% no-repeat;
	padding-left: 32px;
}
#lower #trafficupdates .majorRoadTravelTimes span
{
	background: url(../images/layout/icon-alarmclock.png) 6px 50% no-repeat;
	padding-left: 32px;
}
#lower #trafficupdates .trafficAlerts span
{
	background: url(../images/layout/icon-alert.png) 6px 50% no-repeat;
	padding-left: 32px;
}
#lower #trafficupdates .variableMessages span
{
	background: url(../images/layout/icon-message.png) 6px 50% no-repeat;
	padding-left: 32px;
}
#lower #trafficupdates .roadworks span
{
	background: url(../images/layout/icon-warning.png) 6px 50% no-repeat;
	padding-left: 32px;
}
#lower #trafficupdates .tollcalculator span
{
	background: url(../images/layout/icon-calculator.png) 6px 50% no-repeat;
	padding-left: 32px;
}
#lower #trafficupdates .shopping span
{
	background: url(../images/layout/icon-shopping.png) 6px 50% no-repeat;
	padding-left: 32px;
}
#lower #trafficupdates .parking span
{
	background: url(../images/layout/icon-parking.png) 6px 50% no-repeat;
	padding-left: 32px;
}


/* FAQs */
.faq-question
{
	font-weight: bold;	
}
.faq-seperator
{
	height: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #0f3365;
}