/** basic styling **/

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 80%;
	border: 0px;
	margin: 0px;
}

/*
Links
*******************************************************************************************************************/
a:link { 
	color: #0d3692;
	text-decoration: none;
}

a:visited { 
	color: #0d3692;
}

a:hover { 
	color: #0d3692;
	text-decoration: underline;
}

a:active  { 
	color: #0d3692;
} 

a img {
	border: none; 
} 

/*
Headings
*******************************************************************************************************************/
h1  {
	font-size: 120%;
	color: #0d3692;
	font-family: Arial, Helvetica, sans-serif;
	font-stretch: condensed;
}
h2 {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
} 
h3 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

div#garages h2 {
	margin-top: 1.5em;
}


hr
{
	color: #9c9c9c;
	height:1px;
}

/*
Layout
*******************************************************************************************************************/
body {
	background-color: #0d3692;
	padding: 0;
	background-image: url('../images/sovereignbackground.gif');
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
}
	div#wrapper {
		width: 769px;
		margin: auto;
		background-image: url('../images/sovereigngroundMain.gif');
		background-repeat: repeat-y;
	}
		div#bannerArea  {
			width: 747px;
			height: 279px;
			margin: auto;
			margin-top: 0;
			margin-bottom: 0;
			
		}
		
		div#bannerArea img
			{
				position: absolute;
				z-index: 0;
		
			}
			div#lubLogo {
				position: absolute;
				top: 19px;
				margin-left: 24px;
			}	
			div#boxRight {
				position: absolute;
				margin-left: 748px;
				background-image: url('../images/sovereignboxRight.gif');
				background-repeat: no-repeat;
				background-position: top;
				top: -2px;
				top: 0px;
				width: 13px;
				height: 999px;
			}
			div#topNav {
				position:absolute;
				top:237px;
			} 
			div#contentArea {
				background-color: #ffffff;
				width: 747px;
				margin: auto;
				margin-top: 0;
				margin-bottom: 0;
				padding-top: 2em;
				padding-bottom: 2em;
				overflow: auto;
			}
				div#pageContent {
					width: 510px;
					float: left;
					padding-right: 5px;
				}






/*
Top Navigation
*******************************************************************************************************************/
div#topNav ul {
	margin:0px;
	padding:0px;
	padding-top:1px;
}
	div#topNav li {
		display:inline;
		margin:0px;
		padding:0px;
	}
	div#topNav li.first {
		margin-right:150px;
	}
		div#topNav li a {
			color:#fff;
			font-size:85%;
			font-weight:900;
			font-family:Arial, Helvetica, sans-serif;
			border-right:2px solid #fff;
			padding-right:10px;
			padding-left:10px;
		}	
		div#topNav li.first a {
			border-right:0;
		}	
		div#topNav li.last a {
			border:none;
		}
			div#topNav ul a {
				text-decoration:none;
			}
			div#topNav ul a:hover { 
				text-decoration:underline;
			}

/*
Left navigation
*******************************************************************************************************************/
div#leftNav {
	width: 200px;
	float: left;
	padding-right: 15px;
}
	div#leftNav ul {
		padding: 0px;
		margin: 0px;
	}
		div#leftNav li {
			list-style: none;
			padding: 0px;
			margin: 0px;
			font-size: 85%;
			font-weight: bold;
			margin-bottom: 1em;
		}
			div#leftNav li a {
				display: block;
				text-decoration: none;
				color: #9c9c9c;
				padding-top: 5px;
				padding-bottom: 5px;
				padding-left: 20px;
				width: 150px;
			}
			div#leftNav li a.active {
				color: #214287;
			}
			div#leftNav li a:hover {
				color: #ffffff;
				background-color: #214287;
			}
			div#leftNav ul li ul li {
				margin-top: 0px;
				margin-bottom: 0px;
			}
			
				div#leftNav ul li ul li a {
					padding-left: 40px;
					width: 130px;
				}
				
				div#leftNav ul li ul li a.active {
					color: #0d3692;
					padding-left: 40px;
					width: 130px;
				}
				div#leftNav li.active ul li a.active  {
					color: #0d3692;
				}
				div#leftNav li ul a.active:hover {
					color: #ffffff;
				}


/*
Introduction Paragrapjh
*******************************************************************************************************************/
div#pageContent p.intro {
	font-weight:bold;
	margin-bottom:30px;
}


/*
Bus Routes Table
*******************************************************************************************************************/
div#pageContent table.bussroutes th {
	margin: 2px;
	padding: 2px;
	background-color: #666666;
	color: #ffffff;
	border:solid 2px #ffffff;
}
div#pageContent table.bussroutes td  {
	margin: 2px;
	padding: 2px;	
	padding-left: 6px;
	padding-right: 6px;
	background-color: #cccccc;
	height: 3em;
	border:solid 2px #ffffff;
}
div#pageContent table {
	border:solid 1px #ffffff;
}
div#pageContent table th {
	border:solid 1px #ffffff;
}
div#pageContent table td  {
	border:solid 1px #ffffff;
}

/*
Private Hire List
*******************************************************************************************************************/
div#pageContent ul#hireEvents {
	padding:0;
	margin:0;
	list-style-type:none;
}
	div#pageContent ul#hireEvents li {
		clear:left;
	}
		div#pageContent ul#hireEvents li img {
			float:left;
			margin:0 20px 50px 0;
		}
		div#pageContent ul#hireEvents li div {
			float:left;
			width:360px;
		}
			div#pageContent ul#hireEvents li div p {
				margin-bottom:50px;
			}

/*
Small text
*******************************************************************************************************************/
div#pageContent .small {
	font-size:90%;
}

/*
Contact Info Table Styles
*******************************************************************************************************************/
div#pageContent table td.right {
	text-align:right;
}

/*
Form
*******************************************************************************************************************/
div#pageContent form fieldset {
	border:none
}
	div#pageContent div form fieldset h2,
	div#pageContent div form fieldset h3 {
		margin-bottom:15px;
	}
	div#pageContent div form fieldset h2 {
		margin-top:15px;
	}
	
	div#pageContent div form fieldset ol{
		padding-left:0;
	}
	
	div#pageContent div form fieldset ol li{
		list-style:none;
		margin:0;
	}
	
	div#pageContent div form label {
		width:200px;
		float:left;
		clear:both;
		margin-bottom:5px;
	}
	div#pageContent div form input {
		width:208px;
		margin-bottom:5px;
	}
	div#pageContent div form li.checkbox label {
		width:400px;
		float:left;
		clear:both;
		margin-bottom:5px;
		text-align:left;
	}
	div#pageContent div form li.checkbox label input {
		width:16px !important;
		margin:2px;
		float:left;
		padding:0 !important;
	}
	div#pageContent div form textarea {
		width:208px;
		margin-bottom:5px;
	}
	div#pageContent div form input.submit {
		width:108px;
		margin-bottom:5px;
	}
	div#pageContent div form select {
		width:212px;
		margin-bottom:5px;
	}
	div#pageContent div form .small {
		width:50px;
	}
	div#pageContent div form .medium {
		width:158px;
	}
	div#pageContent div form input.submit {
		margin:10px 0 0 0;
	}

div#pageContent div#formErrors {
	color:red;
}
div#pageContent div#formInfo {
	color:green;
	font-weight:bold;
}

/*
Footer
*******************************************************************************************************************/
div#footer
{
	color: #fff;
	height: 38px;
	text-align: right;
	vertical-align: top;
	width: 747px;
	margin: 0 auto;
	background: url(../images/footer.jpg) top center no-repeat;
	padding-top: 7px;
	padding-right: 10px;
}
	div#footer a {
		color: #fff;
		text-decoration: none;
	}
	div#footer a:hover {
		color: #fff;
		text-decoration: underline;
	}
