/*-----------------------------------------------
Client: Webspace (Skillset.org)
Description: Sitewide Structural
Author: Copious Ltd - www.copious.co.uk
Copyright: 2007 Copious Ltd
Version:  13 Aug 2007
----------------------------------------------- */

/* Import Stylesheets
----------------------------------------------- */
@import url("tabnav.css");


/* Resets: */
html, body, form, fieldset 
	{ margin: 0;  padding: 0;  font-family: Verdana, Helvetica, Arial, sans-serif;  color: #4C4C4C; }
html
	{ font-size: 100%; }
body { 
	background: #333333 url(../img/bkgrd.gif) repeat-x; 
	text-align: center; 
	font-size: 62.5%; 
	margin: 0 0 30px 0;
	padding: 0;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
p, pre, blockquote, ul, ol, dl, address
	{ margin: 0;  padding: 0;  }
h1, h2, h3, h4 { margin: 0;  padding: 0;  font-family: Georgia, "Times New Roman", Times, serif;}

/* Miscellaneous conveniences: */
img
	{ border: 0;  display: block; }
.clear
	{ height: 1px;  clear: both;  margin:0;  padding:0; }
fieldset
	{ border: none; }
.hide
	{ display: none; }


/* NOTE - Any issues look at the clear class as it is now 1px rather then 1%: */



/* Structural
----------------------------------------------- */

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 775px;
	}
	
#main-body 
	{ float: left;  background: white url(../img/pg-bkgrd.gif) repeat;  padding: 0; }

#pageTop 
	{ float: left;  background: transparent url(../img/pg-top.gif) no-repeat;  margin: 0;  padding: 0; }

#contentMain 
	{ float: right;  width: 456px;  margin: 0;  padding: 30px 15px 30px 0 ; }

#contentSub
	{ float: left;  width: 274px;  margin: 45px 0 0 0;  padding: 0 0 0 30px; }

	
	
	/* General Typography
----------------------------------------------- */

h1 
	{ font-size: 2em; }

h2 { 
	color: Black;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 2.6em; 
	font-weight: normal; 
	line-height: 1.2em;
	}
	
	
h3 { 
	color: #A5061A;
	margin: 18px 0 4px 0;
	padding: 0;
	font-size: 2.2em; 
	font-weight: normal; 
	line-height: 1.1em;
	}
	
h3#heavyHead { 
	color: Black;
	margin: 18px 0 8px 0;
	padding: 0;
	font-size: 2.6em; 
	font-weight: normal; 
	line-height: 1.2em;
	}
	
h4 { 
	color: #A5061A;
	margin: 18px 0 4px 0;
	padding: 0;
	font-size: 2.2em; 
	font-weight: normal; 
	line-height: 1.1em;
	}
	
p
	{ padding-bottom: 14px;  font-size: 1.1em;  line-height: 1.4em; }
	
p#intro {
	color: black;
	margin: 0 0 4px 0;
	padding: 0 0 14px 0;
	font-size: 1.2em; 
	font-weight: bold; 
	line-height: 1.4em;
}
	
p.actionMessage {
	color: black;
	margin: 0;
	padding: 0;
	font-size: 1.4em; 
	font-weight: bold;
	line-height: 1.2em;
}

ul#benefits,
ul#appeal {
	margin: 10px 0 20px 0;
	padding: 0;
	font-size: 1.1em; 
	font-weight: normal; 
	line-height: 1.4em;
	list-style-type: none;
}

ul#benefits li,
ul#appeal li 
	{ margin: 0 0 14px 0; padding: 0; }

ul#benefits li.title,
ul#appeal li.title
	{ font-weight: bold;  margin: 0 0 7px 0;  padding: 0; }


dl#questions {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em; 
	font-weight: normal; 
	line-height: 1.4em;
}

dt
	{ margin: 0 0 4px 0;  padding: 0;  font-weight: bold; }

dd 
	{ margin-left: 30px;  padding: 0; }

dd p
	{ margin: 0 0 14px 0;  padding: 0;  font-size: 1em; }

dd p span
	{ font-weight: bold;  color: #A5061A; }

ul#londonStatistics {
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 1.1em; 
	font-weight: normal; 
	line-height: 1.4em;
	list-style-type: none;
}

ul#londonStatistics li
	{ background: White url(../img/arrow-bullet.gif) no-repeat 0 5px; margin: 0 14px 14px 14px;  padding: 0 0 0 16px; }

ul#londonStatistics li span 
	{ color: #A5061A; font-weight: bold; }

span.revenue
	{ font-weight: bold;   font-size: 1.1em; }

ul#londonStatistics li.source
	{ background: none; margin: 0;  padding: 0;  font-size: .9em;  font-style: italic; }

address
	{ margin: 0;  padding: 0;  font-style: normal;   font-size: 1.1em; }

address strong
	{ font-style: bold;  font-size: 1.2em; }

ul#quickContact {
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 1.1em; 
	font-weight: normal; 
	line-height: 1.4em;
	list-style-type: none;
}

ul#quickContact li
	{ margin: 0;  padding: 0; }
	
ul#legalBullets {
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 1.1em; 
	font-weight: normal; 
	line-height: 1.4em;
	list-style-type: none;
}

ul#legalBullets li
	{ margin-left: 14px;  padding: 0 0 6px 0; }
	
ul#legalBullets li.title
	{ margin: 0;  padding: 0; font-weight: bold;  }


	
	
	/* Header
----------------------------------------------- */

#header {
	background: #A5061A url(../img/header.gif) repeat-x 0 0;
	margin: 0;	
	padding: 0;
	text-align: left;
	height: 170px;
	width: 100%;	
}

#home #header
	{ background: #A5061A url(../img/header-index.gif) repeat-x 0 0; }
	
#aboutUs #header
	{ background: #A5061A url(../img/header-about.gif) repeat-x 0 0; }
	
#parking #header
	{ background: #A5061A url(../img/header-parking-ticket.gif) repeat-x 0 0; }
	
#buslane #header
	{ background: #A5061A url(../img/header-bus-lane-ticket.gif) repeat-x 0 0; }
	
#facts #header
	{ background: #A5061A url(../img/header-fine-facts.gif) repeat-x 0 0; }
	
#faq #header
	{ background: #A5061A url(../img/header-faq.gif) repeat-x 0 0; }
	
#testimonials #header
	{ background: #A5061A url(../img/header-testimonials.gif) repeat-x 0 0; }
	
#contact #header
	{ background: #A5061A url(../img/header-contact.gif) repeat-x 0 0; }
	
#legal #header
	{ background: #A5061A url(../img/header-legal.gif) repeat-x 0 0; }
	
#header h1 {  
	margin: 0;
 	padding: 0;
 	height: 138px;
 	width: 210px;
 	text-indent: -9999em;
 	overflow: hidden;
}
 
#header h1 a { 
	margin: 0;
	padding: 0;
	display: block;
	height: 138px;
	background: transparent;
}



/* Top Navigation
----------------------------------------------- */

#topNavContainer {
	background: #333333 url(../img/top-nav.gif) no-repeat;
	color: white;
	padding-right: 10px;
	height: 42px;
	text-align: right;
}

#topNav a
	{ color: white;  text-decoration: none; }

#topNav a:hover
	{ background-color: transparent;  color: Silver;  text-decoration: none; }

ul#topNav  
	{ margin: 0;  padding-top: 16px;  font-size: 1.1em; }

ul#topNav li {
	border-left: 1px solid white; 
	margin: 0;
	padding: 0 0 0 4px;
	letter-spacing: 1px;
	display: inline;
}

ul#topNav li.homeMe
	{ border-left: none; }

	

/* Footer
----------------------------------------------- */

#footer { 	
	clear: both;
	color: white;
	width: 760px;
	background: black;
	margin-left: 15px;
	padding: 0;
}

#footer a
	{ color: white;  text-decoration: none; }

#footer a:hover
	{ background-color: transparent;  color: Silver;  text-decoration: none; }

ul#footNav
	{ margin: 0;  padding: 10px 0 0 15px;  font-size: 1em;  color: white; }

ul#footNav li
	{ display: inline;  margin: 0;  padding: 0; }

#footer p {
	font-size: .9em;
	color: silver;
	margin: 0 15px;
	padding: 16px 0 0 0;
	line-height: 1.6em;
}

#footer p a
	{ color: silver;  text-decoration: underline; }

#footer p.identifier
	{ color: #909090;  padding: 16px 0;  font-style: italic; line-height: 1.2em; }


	
/* Back to Top
----------------------------------------------- */

#topper 
	{ float: right;  margin-right: 15px; }
	
p#pageTopper {  
	margin: 0;
	padding: 0;
	height: 29px;
	width: 81px;
	text-indent: -9999em;
	overflow: hidden;
}

p#pageTopper a {
	background: White url(../img/topper.gif) repeat-x 0 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 29px;
}



/* General linkology
----------------------------------------------- */

a:link
	{ color: #A5061A; }
	
a:visited
	{ color: #A5061A; }

a:hover
	{ color: white;  background-color: #A5061A;  text-decoration: none; }

a:active
	{ color: #960200; }

	

/* Images (General)
----------------------------------------------- */
p img { padding: 0; max-width: 100%; }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img a
	{ background: none; }
	
img.centered
	{ display: block;  margin-left: auto;  margin-right: auto; }
	
img.alignright
	{ padding: 4px;  margin: 0 30px 2px 7px;   }

img.alignleft 
	{ padding: 4px;  margin: 0 7px 2px 0;  display: inline; }

.alignright
	{ float: right; }
	
.alignleft
	{ float: left }
	
.factBanner 
	{ margin: 0;  padding: 0;  }
	
.appealBannerCar 
	{ margin: 20px 0 20px 0;  padding: 0; }

.appealBannerBus
	{ margin: 0 0 20px 0;  padding: 0; }
	
.wideBanner
	{ margin: 30px 0 0 0}
	
img.bigShields
	{ float: right; padding: 0;  margin: 4px 0 4px 15px;   }
	
img.factBanner
	{ margin: 30px 0 20px 0;  padding: 0; }
	
img.clusterBanner
	{ margin: 40px 0 0 0;  padding: 0; }

/* Table Elements
----------------------------------------------- */
	
table {
	background: White;
	clear: both; 
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin: 2px 0 20px 0;
	padding: 0;
	width: 100%;
	}

table
	{ border-top: 1px solid #C8C8C8;  border-left: 1px solid #C8C8C8;}

caption
	{ display: none; }

th {
	border-right: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	background: #DEDED6;
	text-align: left;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 1.1em;
	}

td, tr 
{ border-right: 1px solid #C8C8C8;  border-bottom: 1px solid #C8C8C8;  padding: 4px 10px;  font-size: 1em; }

tfoot {
	background: #DCDCDC;
	color: #6A6A6A;
	padding: 2px 10px 2px 10px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	}
	
tr.stripe
	{ background-color: #E2E2E2; }



/* Forms Style & Structure
----------------------------------------------- */
#contactForm 
	{ clear: both;  background: #EEEEEE url(../img/form-foot.gif) no-repeat bottom;  margin: 0; padding: 40px 40px 20px 40px; }

fieldset 
	{ width: 100%;  margin: 0;  padding: 0;  }

fieldset div
	{ clear: both; margin-bottom: 10px;   padding: 0; }
	
legend
	{ display:none; }
	
input.textInput{
	width: 270px;
	border: 1px solid #B4B4B4;
	padding: 3px 5px;
	font-weight: normal;
	font-size: 1.2em; 
	font-family: helvetica, arial, sans-serif;
}

label.formTitles{
	line-height: 1.5em;
	clear: both;
	padding-right: 10px;
	font-size: 1.1em;
	font-weight: bold;
}

.textArea {
	height: 90px;
	width: 270px;
	border: 1px solid #B4B4B4;
	margin: 0;
	padding: 3px 5px;
	font-weight: normal;
	font-size: 1.2em; 
	font-family: helvetica, arial, sans-serif;
}

.inputDrop
	{  width: 280px;  font-size: 1.2em; }

p.privacy 
	{ margin-top: 10px;  font-size: 1.1em; }
	
.inputSend
	{ margin: 10px 0 0 0;  padding: 0 4px;  font-size: 1.2em; }

.thanks {
	border: 1px solid #A5061A;
	color: Black;
	margin: 20px 0;
	padding: 10px;
	font-size: 1.3em;
}
	
.sorry 
	{ color: #D52828;  margin: 0;  padding: 0 0 10px 0;  font-size: 1.2em; }
	
span.required
	{ color: #D52828;  font-size: 110%; }
	